File tree Expand file tree Collapse file tree 12 files changed +271
-125
lines changed
Websites/Commands.Websites/help
ServiceManagement/Services/Commands.Utilities Expand file tree Collapse file tree 12 files changed +271
-125
lines changed Original file line number Diff line number Diff line change 65
65
<AsmXUnitTests Include =" .\src\ServiceManagement\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll" />
66
66
<AsmXUnitTests Include =" .\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll" />
67
67
<AsmXUnitTests Include =" .\src\ServiceManagement\Network\Commands.Network.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.dll" />
68
- </ItemGroup >
68
+ <AsmXUnitTests Include =" .\src\Storage\Commands.Storage.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Storage.Test.dll" />
69
+ </ItemGroup >
69
70
<ItemGroup Condition =" '$(scope)' == 'all' " >
70
71
<XUnitTests Include =" .\tools\StaticAnalysis\StaticAnalysis.Test\bin\Debug\StaticAnalysis.Test.dll" />
71
72
<XUnitTests Include =" .\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll" />
Original file line number Diff line number Diff line change 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
2
5
* 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.
3
6
* ApiManagement
4
7
* Added support for configuring external groups in New-AzureRmApiManagementGroup.
@@ -3211,4 +3214,4 @@ Virtual Network cmdlets
3211
3214
* iisnode 0.1.13
3212
3215
3213
3216
2011.12.09 Version 0.5.0
3214
- * Initial Release
3217
+ * Initial Release
Original file line number Diff line number Diff line change 5
5
<?define sourceDir =" $(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
6
6
<?define caSourceDir =" $(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
7
7
8
- <?define version =" 4.0.0 " ?>
8
+ <?define version =" 4.0.1 " ?>
9
9
10
10
<Product Id =" *"
11
11
Name =" $(var.productName)"
Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 3.0.0 '
15
+ ModuleVersion = ' 3.0.1 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -52,7 +52,7 @@ CLRVersion = '4.0'
52
52
53
53
# Modules that must be imported into the global environment prior to importing this module
54
54
RequiredModules = @ (@ {ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 3.0.0' ; },
55
- @ {ModuleName = ' Azure.Storage' ; ModuleVersion = ' 3.0.0 ' ; })
55
+ @ {ModuleName = ' Azure.Storage' ; ModuleVersion = ' 3.0.1 ' ; })
56
56
57
57
# Assemblies that must be loaded prior to importing this module
58
58
# RequiredAssemblies = @()
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 4.0.0 '
15
+ ModuleVersion = ' 4.0.1 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
51
51
# ProcessorArchitecture = ''
52
52
53
53
# 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 ' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
# RequiredAssemblies = @()
Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 3.0.0 '
15
+ ModuleVersion = ' 3.0.1 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -151,9 +151,10 @@ PrivateData = @{
151
151
# IconUri = ''
152
152
153
153
# 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'
157
158
158
159
# External dependent modules of this module
159
160
# ExternalModuleDependencies = ''
Original file line number Diff line number Diff line change 203
203
<Compile Include =" Common\Cmdlet\NewAzureStorageContextTest.cs" />
204
204
<Compile Include =" Common\Cmdlet\SetAzureStorageServiceLoggingTest.cs" />
205
205
<Compile Include =" Common\Cmdlet\SetAzureStorageServiceHourMetricsTest.cs" />
206
+ <Compile Include =" Common\Cmdlet\StorageContextDisconnectedTests.cs" />
206
207
<Compile Include =" Common\CommunicationExceptionUtilTest.cs" />
207
208
<Compile Include =" Common\FileNamingGenerator.cs" />
208
209
<Compile Include =" Common\IStorageManagement.cs" />
You can’t perform that action at this time.
0 commit comments