Skip to content

Commit 78ed8fd

Browse files
authored
Merge pull request Azure#3953 from Azure/update-4.0.1
Update AzureRM versions for 4.0.1
2 parents 101f8e5 + 8fa9073 commit 78ed8fd

File tree

8 files changed

+20
-122
lines changed

8 files changed

+20
-122
lines changed

ChangeLog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 2017.05.10 - Version 4.0.0
1+
## 2017.05.12 - Version 4.0.1
2+
* Fix issue with New-AzureStorageContext in offline scenarios: https://github.com/Azure/azure-powershell/issues/3939
3+
4+
## 2017.05.10 - Version 4.0.0
25
* This release contains breaking changes. Please see [the migration guide](https://aka.ms/azps-migration-guide) for change details and the impact on existing scripts.
36
* ApiManagement
47
* Added support for configuring external groups in New-AzureRmApiManagementGroup.
@@ -3211,4 +3214,4 @@ Virtual Network cmdlets
32113214
* iisnode 0.1.13
32123215

32133216
2011.12.09 Version 0.5.0
3214-
* Initial Release
3217+
* Initial Release

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="4.0.0" ?>
8+
<?define version="4.0.1" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

src/ResourceManager/Storage/AzureRM.Storage.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.0.0'
15+
ModuleVersion = '3.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -52,7 +52,7 @@ CLRVersion = '4.0'
5252

5353
# Modules that must be imported into the global environment prior to importing this module
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.0.0'; },
55-
@{ModuleName = 'Azure.Storage'; ModuleVersion = '3.0.0'; })
55+
@{ModuleName = 'Azure.Storage'; ModuleVersion = '3.0.1'; })
5656

5757
# Assemblies that must be loaded prior to importing this module
5858
# RequiredAssemblies = @()

src/ResourceManager/Websites/Commands.Websites/help/Swap-AzureRmWebAppSlot.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

src/ServiceManagement/Services/Commands.Utilities/Azure.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Azure.Storage'; ModuleVersion = '3.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'Azure.Storage'; ModuleVersion = '3.0.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/Storage/Azure.Storage.psd1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.0.0'
15+
ModuleVersion = '3.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -151,9 +151,10 @@ PrivateData = @{
151151
# IconUri = ''
152152

153153
# ReleaseNotes of this module
154-
ReleaseNotes = '* Upgrade to Azure Storage Client Library 8.1.1 and Azure Storage DataMovement Library 0.5.1
155-
* Add a new cmdlet to support blob Incremental Copy feature
156-
- Start-AzureStorageBlobIncrementalCopy'
154+
ReleaseNotes = '* Fix issue with New-AzureStorageContext in offline scenarios: https://github.com/Azure/azure-powershell/issues/3939
155+
* Upgrade to Azure Storage Client Library 8.1.1 and Azure Storage DataMovement Library 0.5.1
156+
* Add a new cmdlet to support blob Incremental Copy feature
157+
- Start-AzureStorageBlobIncrementalCopy'
157158

158159
# External dependent modules of this module
159160
# ExternalModuleDependencies = ''

src/Storage/Commands.Storage/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// by using the '*' as shown below:
4646
// [assembly: AssemblyVersion("1.0.*")]
4747
[assembly: AssemblyVersion("3.0.0")]
48-
[assembly: AssemblyFileVersion("3.0.0")]
48+
[assembly: AssemblyFileVersion("3.0.1")]
4949

5050
#if SIGN
5151
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands.Storage.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]

tools/AzureRM/AzureRM.psd1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\AzureRM.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -52,7 +52,7 @@ CLRVersion = '4.0'
5252

5353
# Modules that must be imported into the global environment prior to importing this module
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '3.0.0'; },
55-
@{ModuleName = 'Azure.Storage'; RequiredVersion = '3.0.0'; },
55+
@{ModuleName = 'Azure.Storage'; RequiredVersion = '3.0.1'; },
5656
@{ModuleName = 'AzureRM.AnalysisServices'; RequiredVersion = '0.3.0'; },
5757
@{ModuleName = 'Azure.AnalysisServices'; RequiredVersion = '0.3.0'; },
5858
@{ModuleName = 'AzureRM.ApiManagement'; RequiredVersion = '4.0.0'; },
@@ -93,7 +93,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '3.0.0';
9393
@{ModuleName = 'AzureRM.ServiceFabric'; RequiredVersion = '0.1.0'; },
9494
@{ModuleName = 'AzureRM.SiteRecovery'; RequiredVersion = '4.0.0'; },
9595
@{ModuleName = 'AzureRM.Sql'; RequiredVersion = '3.0.0'; },
96-
@{ModuleName = 'AzureRM.Storage'; RequiredVersion = '3.0.0'; },
96+
@{ModuleName = 'AzureRM.Storage'; RequiredVersion = '3.0.1'; },
9797
@{ModuleName = 'AzureRM.StreamAnalytics'; RequiredVersion = '3.0.0'; },
9898
@{ModuleName = 'AzureRM.Tags'; RequiredVersion = '3.0.0'; },
9999
@{ModuleName = 'AzureRM.TrafficManager'; RequiredVersion = '3.0.0'; },
@@ -300,6 +300,7 @@ PrivateData = @{
300300
- Adjust grace period to a minimum of 1 hour if a lower one is provided
301301
* Remove "Usage_Anomaly" from the accepted values for "ExcludedDetectionType" parameter of Set-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet and Set-AzureRmSqlServerThreatDetectionPolicy cmdlet.
302302
* Storage
303+
* Fix issue with New-AzureStorageContext in offline scenarios: https://github.com/Azure/azure-powershell/issues/3939
303304
* Upgrade SRP SDK to 6.3.0
304305
* New/Set-AzureRmStorageAccount:Add a new parameter to support EnableHttpsTrafficOnly
305306
* New/Set/Get-AzureRmStorageAccount: Returned Storage Account contains a new attribute EnableHttpsTrafficOnly'

0 commit comments

Comments
 (0)