Skip to content

Commit 6a998ea

Browse files
authored
Merge pull request #6082 from Azure/release-6.0.0
[Release 6.0.0] Merge release --> master
2 parents fa4ae1c + 2199bb2 commit 6a998ea

File tree

2,210 files changed

+1041037
-471614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,210 files changed

+1041037
-471614
lines changed

.gitignore

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,10 @@ groupMapping*.json
222222
*.wixpdb
223223

224224
.vscode/
225-
/tools/AutomationTestFramework/RunBooks
226-
/tools/AutomationTestFramework/TestHelpers/TestHelpers.zip
225+
/tools/AutomationTestFramework/Runbooks
227226
Results
228227
Package
229228
.DS_Store
230229
.idea
231-
/src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Logger/bin
232-
/src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Models/bin
233-
/src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Helpers/bin
234-
/src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Providers/bin
235-
/src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.ServiceClientAdapter/bin
230+
/src/ResourceManager/RecoveryServices.Backup/**/bin
231+
launchSettings.json

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dotnet: 2.1.2
55
dist: trusty
66

77
env:
8-
- NAME="azure-powershell-core" CONFIG="Release"
8+
- NAME="azure-powershell-core" CONFIG="Debug"
99

1010
services:
1111
- docker
@@ -21,6 +21,7 @@ before_install:
2121

2222
script:
2323
- dotnet msbuild build.proj /t:BuildNetcore /p:Configuration=$CONFIG
24+
- dotnet test src/Azure.PowerShell.Netcore.Test.sln --filter="AcceptanceType=CheckIn" --configuration $CONFIG
2425

2526
after_success:
2627
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then

Azure.PowerShell.Netcore.sln

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Compute.Netcore",
3131
EndProject
3232
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Network.Netcore", "src\ResourceManager\Network\Commands.Network\Commands.Network.Netcore.csproj", "{40ACDC82-5A87-4D52-83B5-ED21274363A5}"
3333
EndProject
34-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{4B187BE1-F8C4-4658-AD17-98AA087482AA}"
35-
EndProject
36-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Test.Netcore", "src\ResourceManager\Profile\Commands.Profile.Test\Commands.Profile.Test.Netcore.csproj", "{87246108-B555-4F5F-B916-A9C6FABB1971}"
37-
EndProject
38-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.ResourceManager.ScenarioTests.Netcore", "src\ResourceManager\Common\Commands.ScenarioTests.ResourceManager.Common\Common.ResourceManager.ScenarioTests.Netcore.csproj", "{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}"
39-
EndProject
4034
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Rbac.Netcore", "src\Common\Commands.Common.Graph.RBAC\Common.Rbac.Netcore.csproj", "{32BB23AC-A900-4EB8-ABBE-D8AABEB90E31}"
4135
EndProject
4236
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Authorization.Netcore", "src\Common\Commands.Common.Authorization\Common.Authorization.Netcore.csproj", "{826C77AA-C038-46F1-86AE-9A9F2E564D41}"
@@ -49,8 +43,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Aks.Netcore", "src
4943
EndProject
5044
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Strategies.Netcore", "src\ResourceManager\Common\Commands.Common.Strategies\Common.Strategies.Netcore.csproj", "{77492655-0086-49E8-B941-7C3E9D5448E9}"
5145
EndProject
52-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Common.Tests", "src\Common\Commands.Common.Tests\Commands.Common.Tests.csproj", "{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}"
53-
EndProject
5446
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Common.Compute.Netcore", "src\Common\Commands.Common.Compute\Commands.Common.Compute.Netcore.csproj", "{5E5D1F8E-92C8-40EB-AABA-DFD12AFD6D0A}"
5547
EndProject
5648
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AnalysisServices.Netcore", "src\ResourceManager\AnalysisServices\Commands.AnalysisServices\Commands.AnalysisServices.Netcore.csproj", "{C348F9F1-3CF4-4B98-91C7-C13C0386DBC7}"
@@ -109,8 +101,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Reservations.Netco
109101
EndProject
110102
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Scheduler.Netcore", "src\ResourceManager\Scheduler\Commands.Scheduler\Commands.Scheduler.Netcore.csproj", "{A65322AC-2B28-482C-84A5-59D8BAF2F46D}"
111103
EndProject
112-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ServerManagement.Netcore", "src\ResourceManager\ServerManagement\Commands.ServerManagement\Commands.ServerManagement.Netcore.csproj", "{A6D19586-2219-440C-A7C9-EA729DB76294}"
113-
EndProject
114104
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ServiceBus.Netcore", "src\ResourceManager\ServiceBus\Commands.ServiceBus\Commands.ServiceBus.Netcore.csproj", "{3BA76D29-C71E-42FC-B6E8-C9D06668D07C}"
115105
EndProject
116106
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ServiceFabric.Netcore", "src\ResourceManager\ServiceFabric\Commands.ServiceFabric\Commands.ServiceFabric.Netcore.csproj", "{6F245A28-8648-4A71-9DBA-ABC381CA9B7D}"
@@ -137,8 +127,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.LocationBasedServi
137127
EndProject
138128
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Partner.Netcore", "src\ResourceManager\ManagementPartner\Commands.Partner\Commands.Partner.Netcore.csproj", "{E3F57ED9-36AA-43AE-9E37-8CDEF1278FAE}"
139129
EndProject
140-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AzureBackup.Netcore", "src\ResourceManager\AzureBackup\Commands.AzureBackup\Commands.AzureBackup.Netcore.csproj", "{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}"
141-
EndProject
142130
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ManagedServiceIdentity.Netcore", "src\ResourceManager\ManagedServiceIdentity\Commands.ManagedServiceIdentity\Commands.ManagedServiceIdentity.Netcore.csproj", "{E2BA3DC7-E3BA-4B04-8B4A-017DABED9486}"
143131
EndProject
144132
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlManagement.Netcore", "src\ResourceManager\Sql\LegacySdk\SqlManagement.Netcore.csproj", "{7228F936-ABF5-4A42-9012-37A6D76805DB}"
@@ -335,30 +323,6 @@ Global
335323
{40ACDC82-5A87-4D52-83B5-ED21274363A5}.Release|x64.Build.0 = Release|Any CPU
336324
{40ACDC82-5A87-4D52-83B5-ED21274363A5}.Release|x86.ActiveCfg = Release|Any CPU
337325
{40ACDC82-5A87-4D52-83B5-ED21274363A5}.Release|x86.Build.0 = Release|Any CPU
338-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
339-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Debug|Any CPU.Build.0 = Debug|Any CPU
340-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Debug|x64.ActiveCfg = Debug|Any CPU
341-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Debug|x64.Build.0 = Debug|Any CPU
342-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Debug|x86.ActiveCfg = Debug|Any CPU
343-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Debug|x86.Build.0 = Debug|Any CPU
344-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Release|Any CPU.ActiveCfg = Release|Any CPU
345-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Release|Any CPU.Build.0 = Release|Any CPU
346-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Release|x64.ActiveCfg = Release|Any CPU
347-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Release|x64.Build.0 = Release|Any CPU
348-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Release|x86.ActiveCfg = Release|Any CPU
349-
{87246108-B555-4F5F-B916-A9C6FABB1971}.Release|x86.Build.0 = Release|Any CPU
350-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
351-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Debug|Any CPU.Build.0 = Debug|Any CPU
352-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Debug|x64.ActiveCfg = Debug|Any CPU
353-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Debug|x64.Build.0 = Debug|Any CPU
354-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Debug|x86.ActiveCfg = Debug|Any CPU
355-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Debug|x86.Build.0 = Debug|Any CPU
356-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Release|Any CPU.ActiveCfg = Release|Any CPU
357-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Release|Any CPU.Build.0 = Release|Any CPU
358-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Release|x64.ActiveCfg = Release|Any CPU
359-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Release|x64.Build.0 = Release|Any CPU
360-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Release|x86.ActiveCfg = Release|Any CPU
361-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}.Release|x86.Build.0 = Release|Any CPU
362326
{32BB23AC-A900-4EB8-ABBE-D8AABEB90E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
363327
{32BB23AC-A900-4EB8-ABBE-D8AABEB90E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
364328
{32BB23AC-A900-4EB8-ABBE-D8AABEB90E31}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -431,18 +395,6 @@ Global
431395
{77492655-0086-49E8-B941-7C3E9D5448E9}.Release|x64.Build.0 = Release|Any CPU
432396
{77492655-0086-49E8-B941-7C3E9D5448E9}.Release|x86.ActiveCfg = Release|Any CPU
433397
{77492655-0086-49E8-B941-7C3E9D5448E9}.Release|x86.Build.0 = Release|Any CPU
434-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
435-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Debug|Any CPU.Build.0 = Debug|Any CPU
436-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Debug|x64.ActiveCfg = Debug|Any CPU
437-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Debug|x64.Build.0 = Debug|Any CPU
438-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Debug|x86.ActiveCfg = Debug|Any CPU
439-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Debug|x86.Build.0 = Debug|Any CPU
440-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Release|Any CPU.ActiveCfg = Release|Any CPU
441-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Release|Any CPU.Build.0 = Release|Any CPU
442-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Release|x64.ActiveCfg = Release|Any CPU
443-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Release|x64.Build.0 = Release|Any CPU
444-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Release|x86.ActiveCfg = Release|Any CPU
445-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}.Release|x86.Build.0 = Release|Any CPU
446398
{5E5D1F8E-92C8-40EB-AABA-DFD12AFD6D0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
447399
{5E5D1F8E-92C8-40EB-AABA-DFD12AFD6D0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
448400
{5E5D1F8E-92C8-40EB-AABA-DFD12AFD6D0A}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -791,18 +743,6 @@ Global
791743
{A65322AC-2B28-482C-84A5-59D8BAF2F46D}.Release|x64.Build.0 = Release|Any CPU
792744
{A65322AC-2B28-482C-84A5-59D8BAF2F46D}.Release|x86.ActiveCfg = Release|Any CPU
793745
{A65322AC-2B28-482C-84A5-59D8BAF2F46D}.Release|x86.Build.0 = Release|Any CPU
794-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
795-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Debug|Any CPU.Build.0 = Debug|Any CPU
796-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Debug|x64.ActiveCfg = Debug|Any CPU
797-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Debug|x64.Build.0 = Debug|Any CPU
798-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Debug|x86.ActiveCfg = Debug|Any CPU
799-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Debug|x86.Build.0 = Debug|Any CPU
800-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Release|Any CPU.ActiveCfg = Release|Any CPU
801-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Release|Any CPU.Build.0 = Release|Any CPU
802-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Release|x64.ActiveCfg = Release|Any CPU
803-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Release|x64.Build.0 = Release|Any CPU
804-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Release|x86.ActiveCfg = Release|Any CPU
805-
{A6D19586-2219-440C-A7C9-EA729DB76294}.Release|x86.Build.0 = Release|Any CPU
806746
{3BA76D29-C71E-42FC-B6E8-C9D06668D07C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
807747
{3BA76D29-C71E-42FC-B6E8-C9D06668D07C}.Debug|Any CPU.Build.0 = Debug|Any CPU
808748
{3BA76D29-C71E-42FC-B6E8-C9D06668D07C}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -959,18 +899,6 @@ Global
959899
{E3F57ED9-36AA-43AE-9E37-8CDEF1278FAE}.Release|x64.Build.0 = Release|Any CPU
960900
{E3F57ED9-36AA-43AE-9E37-8CDEF1278FAE}.Release|x86.ActiveCfg = Release|Any CPU
961901
{E3F57ED9-36AA-43AE-9E37-8CDEF1278FAE}.Release|x86.Build.0 = Release|Any CPU
962-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
963-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
964-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Debug|x64.ActiveCfg = Debug|Any CPU
965-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Debug|x64.Build.0 = Debug|Any CPU
966-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Debug|x86.ActiveCfg = Debug|Any CPU
967-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Debug|x86.Build.0 = Debug|Any CPU
968-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
969-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Release|Any CPU.Build.0 = Release|Any CPU
970-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Release|x64.ActiveCfg = Release|Any CPU
971-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Release|x64.Build.0 = Release|Any CPU
972-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Release|x86.ActiveCfg = Release|Any CPU
973-
{032DAFFB-8F2B-4522-827D-B79E6F8E50C8}.Release|x86.Build.0 = Release|Any CPU
974902
{E2BA3DC7-E3BA-4B04-8B4A-017DABED9486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
975903
{E2BA3DC7-E3BA-4B04-8B4A-017DABED9486}.Debug|Any CPU.Build.0 = Debug|Any CPU
976904
{E2BA3DC7-E3BA-4B04-8B4A-017DABED9486}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -1083,11 +1011,6 @@ Global
10831011
GlobalSection(SolutionProperties) = preSolution
10841012
HideSolutionNode = FALSE
10851013
EndGlobalSection
1086-
GlobalSection(NestedProjects) = preSolution
1087-
{87246108-B555-4F5F-B916-A9C6FABB1971} = {4B187BE1-F8C4-4658-AD17-98AA087482AA}
1088-
{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96} = {4B187BE1-F8C4-4658-AD17-98AA087482AA}
1089-
{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B} = {4B187BE1-F8C4-4658-AD17-98AA087482AA}
1090-
EndGlobalSection
10911014
GlobalSection(ExtensibilityGlobals) = postSolution
10921015
SolutionGuid = {0A9808F3-5476-4731-BD44-617A8BA3DD65}
10931016
EndGlobalSection

AzurePowershell.Test.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<CommonTestDebug>.\src\ServiceManagement\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll</CommonTestDebug>
88
<BackupTestDebug>.\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll</BackupTestDebug>
99
<RecoveryServicesBackupTestDebug>.\src\ResourceManager\AzureBackup\Commands.RecoveryServices.Backup.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Backup.Test.dll</RecoveryServicesBackupTestDebug>
10-
<SiteRecoveryTestDebug>.\src\ResourceManager\SiteRecovery\Commands.SiteRecovery.Test\bin\Debug\Microsoft.Azure.Commands.SiteRecovery.Test.dll</SiteRecoveryTestDebug>
1110
<SqlTestDebug>.\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll</SqlTestDebug>
1211
<ComputeDebug>.\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.dll</ComputeDebug>
1312
<ComputeTestDebug>.\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.Test.dll</ComputeTestDebug>

ChangeLog.md

Lines changed: 144 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,147 @@
1-
## 5.7.0 - April 2018
1+
## 6.0.0 - May 2018
2+
#### General
3+
* Set minimum dependency of modules to PowerShell 5.0
4+
5+
#### Azure.Storage
6+
* Support as Storage blob container name
7+
- New-AzureStorageBlobContainer
8+
- Remove-AzureStorageBlobContainer
9+
- Set-AzureStorageBlobContent
10+
- Get-AzureStorageBlobContent
11+
* Fix the issue that some Storage cmdlets failure output not contain detail failure information
12+
13+
#### AzureRM.ApiManagement
14+
* Introduce multiple breaking changes
15+
- Please refer to the migration guide for more information
16+
17+
#### AzureRM.Automation
18+
* Remove deprecated 'Tags' alias from cmdlets
19+
- 'Set-AzureRmAutomationRunbook'
20+
21+
#### AzureRM.Batch
22+
* Updated New-AzureBatchPool documentation to remove deprecated example
23+
24+
#### AzureRM.Cdn
25+
* Introduce multiple breaking changes
26+
- Please refer to the migration guide for more information
27+
28+
#### AzureRM.Compute
29+
* 'New-AzureRmVm' and 'New-AzureRmVmss' support verbose output of parameters
30+
* 'New-AzureRmVm' and 'New-AzureRmVmss' (simple parameter set) support assigning user defined and(or) system defined identities to the VM(s).
31+
* VMSS Redeploy and PerformMaintenance feature
32+
- Add new switch parameter -Redeploy and -PerformMaintenance to 'Set-AzureRmVmss' and 'Set-AzureRmVmssVM'
33+
* Add DisableVMAgent switch parameter to 'Set-AzureRmVMOperatingSystem' cmdlet
34+
* 'New-AzureRmVm' and 'New-AzureRmVmss' (simple parameter set) support a 'Win10' image.
35+
* 'Repair-AzureRmVmssServiceFabricUpdateDomain' cmdlet is added.
36+
* Introduce multiple breaking changes
37+
- Please refer to the migration guide for more details
38+
* 'Set-AzureRmVmDiskEncryptionExtension' makes AAD parameters optional
39+
40+
#### AzureRM.DataFactories
41+
* Remove deprecated 'Tags' alias from cmdlets
42+
- New-AzureRmDataFactory
43+
44+
#### AzureRM.DataFactoryV2
45+
* Updated the ADF .Net SDK version to 0.7.0-preview containing following changes:
46+
- Added execution parameters and connection managers property on ExecuteSSISPackage Activity
47+
- Updated PostgreSql, MySql llinked service to use full connection string instead of server, database, schema, username and password
48+
- Removed the schema from DB2 linked service
49+
- Removed schema property from Teradata linked service
50+
- Added LinkedService, Dataset, CopySource for Responsys
51+
52+
#### AzureRM.DataLakeAnalytics
53+
* Remove deprecated 'Tags' alias from cmdlets
54+
- 'New-AzureRmDataLakeAnalyticsAccount'
55+
- 'Set-AzureRmDataLakeAnalyticsAccount'
56+
57+
#### AzureRM.DataLakeStore
58+
* Add new feature of recursive Acl Change to Remove-AzureRmDataLakeStoreItemAclEntry, Set-AzureRmDataLakeStoreItemAclEntry, Set-AzureRmDataLakeStoreItemAcl
59+
* Add new cmdlet for retrieving the content summary under a directory
60+
* Add new cmdlet for retrieving the disk usage and Acl dump
61+
* Correct return type of Set-AzureRmDataLakeStoreItemAcl bool to IEnumerable<DataLakeStoreItemAce>
62+
* Correct return type of Set-AzureRmDataLakeStoreItemAclEntry bool to IEnumerable<DataLakeStoreItemAce>
63+
* Breaking changes in Export-AzureRmDataLakeStoreItem, Import-AzureRmDataLakeStoreItem, Remove-AzureRmDataLakeStoreItem
64+
65+
#### AzureRM.Dns
66+
* Introduce multiple breaking changes
67+
- Please refer to the migration guide for more information
68+
69+
#### AzureRM.EventHub
70+
* Updated Help for cmdlets with missing examples
71+
72+
#### AzureRM.Insights
73+
* Introduced multiple breaking changes
74+
- Please refer to the migration guide for more information
75+
76+
#### AzureRM.IotHub
77+
* Enable tags and Basic Sku to the IotHub
78+
79+
#### AzureRM.KeyVault
80+
* Breaking changes to support piping scenarios
81+
* Added new cmdlets: Backup/Restore-AzureKeyVaultManagedStorageAccount, Backup/Restore-AzureKeyVaultCertificate, Undo-AzureKeyVaultManagedStorageSasDefinitionRemoval, and Undo-AzureKeyVaultManagedStorageAccountRemoval
82+
83+
#### AzureRM.MachineLearning
84+
* Remove deprecated 'Tags' alias from cmdlets
85+
- Update-AzureRmMlCommitmentPlan
86+
87+
#### AzureRM.Media
88+
* Remove deprecated 'Tags' alias from cmdlets
89+
- 'Set-AzureRmMediaService'
90+
91+
#### AzureRM.Network
92+
* Add support for DDoS protection plan resource
93+
* Introduced multiple breaking changes
94+
- Please refer to the migration guide for more information
95+
96+
#### AzureRM.NotificationHubs
97+
* Introduce multiple breaking changes
98+
- Please refer to the migration guide for more information
99+
100+
#### AzureRM.OperationalInsights
101+
* Introduce multiple breaking changes
102+
- Please refer to the migration guide for more information
103+
104+
#### AzureRM.Profile
105+
* Enable context autosave by default
106+
* Add USGovernmentOperationalInsightsEndpoint and USGovernmentOperationalInsightsEndpointResourceId properties to Azure environment for US Gov.
107+
108+
#### AzureRM.RecoveryServices.SiteRecovery
109+
* Fixed Authentication Header in SiteRecovery scenarios
110+
111+
#### AzureRM.RedisCache
112+
* Introduced multiple breaking changes
113+
- Please refer to the migration guide for more information
114+
115+
#### AzureRM.Resources
116+
* Remove obsolete parameter -AtScopeAndBelow from Get-AzureRmRoledefinition call
117+
* Include assignments to deleted USers/Groups/ServicePrincipals in Get-AzureRmRoleAssignment result
118+
* Add Tab completers for Scope and ResourceType
119+
* Add convenience cmdlet for creating ServicePrincipals
120+
* Merge Get- and Find- functionality in Get-AzureRmResource
121+
* Add AD Cmdlets:
122+
- Remove-AzureRmADGroupMember
123+
- Get-AzureRmADGroup
124+
- New-AzureRmADGroup
125+
- Remove-AzureRmADGroup
126+
- Remove-AzureRmADUser
127+
- Update-AzureRmADApplication
128+
- Update-AzureRmADServicePrincipal
129+
- Update-AzureRmADUser
130+
131+
#### AzureRM.ServiceFabric
132+
* Update default Linux image version sku
133+
- NewAzureServiceFabricCluster.cs default UbuntuServer1604 Sku update
134+
135+
#### AzureRM.Storage
136+
* Introduced multiple breaking changes
137+
- Please refer to the migration guide for more information
138+
139+
#### AzureRM.Websites
140+
* Upgrade to latest version of the Websites SDK
141+
* Added -AssignIdentity & -Httpsonly properties for Set-AzureRmWebApp and Set-AzureRmWebAppSlot
142+
- Added two new cmdlets: Get-AzureRmWebAppSnapshots and Restore-AzureRmWebAppSnapshot
143+
144+
## 5.7.0 - April 2018
2145

3146
#### General
4147
* Updated to the latest version of the Azure ClientRuntime

0 commit comments

Comments
 (0)