Skip to content

Commit e5505a3

Browse files
committed
Merge remote-tracking branch 'upstream/preview' into User-Subscriptions1.5.0
2 parents d161f1d + d47ebfe commit e5505a3

File tree

4,036 files changed

+724361
-3750682
lines changed

Some content is hidden

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

4,036 files changed

+724361
-3750682
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,4 @@ launchSettings.json
238238
/ModuleMappings.json
239239
/SolutionMappings.json
240240
/TestMappings.json
241+
/tools/Modules/tmp

Azure.PowerShell.Netcore.sln

Lines changed: 125 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
32
# Visual Studio 15
43
VisualStudioVersion = 15.0.27130.2027
@@ -119,10 +118,28 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DeviceProvisioning
119118
EndProject
120119
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.PolicyInsights.Netcore", "src\ResourceManager\PolicyInsights\Commands.PolicyInsights\Commands.PolicyInsights.Netcore.csproj", "{A0574194-976A-486A-B589-07B2E50CA6EF}"
121120
EndProject
121+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices\Commands.RecoveryServices.Netcore.csproj", "{5233F720-38A4-4998-A3CB-CD0E3D5D6518}"
122+
EndProject
123+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Cmdlets.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup\Commands.RecoveryServices.Backup.Cmdlets.Netcore.csproj", "{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}"
124+
EndProject
125+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.SiteRecovery.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.SiteRecovery\Commands.RecoveryServices.SiteRecovery.Netcore.csproj", "{E128894B-7F88-42A9-B8D2-2FA09559FCDB}"
126+
EndProject
127+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Providers.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.Providers\Commands.RecoveryServices.Backup.Providers.Netcore.csproj", "{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}"
128+
EndProject
129+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.ServiceClientAdapter.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.ServiceClientAdapter\Commands.RecoveryServices.Backup.ServiceClientAdapter.Netcore.csproj", "{227B98DB-4C35-411B-B94B-C4E48D6562F0}"
130+
EndProject
131+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Helpers.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.Helpers\Commands.RecoveryServices.Backup.Helpers.Netcore.csproj", "{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}"
132+
EndProject
133+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Logger.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.Logger\Commands.RecoveryServices.Backup.Logger.Netcore.csproj", "{9187418A-30A4-4320-8919-69799D99F2C2}"
134+
EndProject
135+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Models.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.Models\Commands.RecoveryServices.Backup.Models.Netcore.csproj", "{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}"
136+
EndProject
122137
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tools.Common.Netcore", "tools\Tools.Common\Tools.Common.Netcore.csproj", "{EE2A4BB9-2ECB-4CAE-AD82-C4882B6ECDE0}"
123138
EndProject
124139
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaticAnalysis.Netcore", "tools\StaticAnalysis\StaticAnalysis.Netcore.csproj", "{493FA948-DA9C-47CD-8385-3C0261377D86}"
125140
EndProject
141+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RedisCache.Netcore", "src\ResourceManager\RedisCache\Commands.RedisCache\Commands.RedisCache.Netcore.csproj", "{06B4370D-D375-482C-AD23-CFDAC0176147}"
142+
EndProject
126143
Global
127144
GlobalSection(SolutionConfigurationPlatforms) = preSolution
128145
Debug|Any CPU = Debug|Any CPU
@@ -829,6 +846,102 @@ Global
829846
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x64.Build.0 = Release|Any CPU
830847
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x86.ActiveCfg = Release|Any CPU
831848
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x86.Build.0 = Release|Any CPU
849+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
850+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|Any CPU.Build.0 = Debug|Any CPU
851+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|x64.ActiveCfg = Debug|Any CPU
852+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|x64.Build.0 = Debug|Any CPU
853+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|x86.ActiveCfg = Debug|Any CPU
854+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|x86.Build.0 = Debug|Any CPU
855+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|Any CPU.ActiveCfg = Release|Any CPU
856+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|Any CPU.Build.0 = Release|Any CPU
857+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|x64.ActiveCfg = Release|Any CPU
858+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|x64.Build.0 = Release|Any CPU
859+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|x86.ActiveCfg = Release|Any CPU
860+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|x86.Build.0 = Release|Any CPU
861+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
862+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
863+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|x64.ActiveCfg = Debug|Any CPU
864+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|x64.Build.0 = Debug|Any CPU
865+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|x86.ActiveCfg = Debug|Any CPU
866+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|x86.Build.0 = Debug|Any CPU
867+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
868+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|Any CPU.Build.0 = Release|Any CPU
869+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|x64.ActiveCfg = Release|Any CPU
870+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|x64.Build.0 = Release|Any CPU
871+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|x86.ActiveCfg = Release|Any CPU
872+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|x86.Build.0 = Release|Any CPU
873+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
874+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
875+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|x64.ActiveCfg = Debug|Any CPU
876+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|x64.Build.0 = Debug|Any CPU
877+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|x86.ActiveCfg = Debug|Any CPU
878+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|x86.Build.0 = Debug|Any CPU
879+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
880+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|Any CPU.Build.0 = Release|Any CPU
881+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|x64.ActiveCfg = Release|Any CPU
882+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|x64.Build.0 = Release|Any CPU
883+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|x86.ActiveCfg = Release|Any CPU
884+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|x86.Build.0 = Release|Any CPU
885+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
886+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
887+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|x64.ActiveCfg = Debug|Any CPU
888+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|x64.Build.0 = Debug|Any CPU
889+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|x86.ActiveCfg = Debug|Any CPU
890+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|x86.Build.0 = Debug|Any CPU
891+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
892+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|Any CPU.Build.0 = Release|Any CPU
893+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|x64.ActiveCfg = Release|Any CPU
894+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|x64.Build.0 = Release|Any CPU
895+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|x86.ActiveCfg = Release|Any CPU
896+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|x86.Build.0 = Release|Any CPU
897+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
898+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
899+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|x64.ActiveCfg = Debug|Any CPU
900+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|x64.Build.0 = Debug|Any CPU
901+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|x86.ActiveCfg = Debug|Any CPU
902+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|x86.Build.0 = Debug|Any CPU
903+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
904+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|Any CPU.Build.0 = Release|Any CPU
905+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|x64.ActiveCfg = Release|Any CPU
906+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|x64.Build.0 = Release|Any CPU
907+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|x86.ActiveCfg = Release|Any CPU
908+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|x86.Build.0 = Release|Any CPU
909+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
910+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|Any CPU.Build.0 = Debug|Any CPU
911+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|x64.ActiveCfg = Debug|Any CPU
912+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|x64.Build.0 = Debug|Any CPU
913+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|x86.ActiveCfg = Debug|Any CPU
914+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|x86.Build.0 = Debug|Any CPU
915+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|Any CPU.ActiveCfg = Release|Any CPU
916+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|Any CPU.Build.0 = Release|Any CPU
917+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|x64.ActiveCfg = Release|Any CPU
918+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|x64.Build.0 = Release|Any CPU
919+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|x86.ActiveCfg = Release|Any CPU
920+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|x86.Build.0 = Release|Any CPU
921+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
922+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
923+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|x64.ActiveCfg = Debug|Any CPU
924+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|x64.Build.0 = Debug|Any CPU
925+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|x86.ActiveCfg = Debug|Any CPU
926+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|x86.Build.0 = Debug|Any CPU
927+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
928+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|Any CPU.Build.0 = Release|Any CPU
929+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|x64.ActiveCfg = Release|Any CPU
930+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|x64.Build.0 = Release|Any CPU
931+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|x86.ActiveCfg = Release|Any CPU
932+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|x86.Build.0 = Release|Any CPU
933+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
934+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|Any CPU.Build.0 = Debug|Any CPU
935+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|x64.ActiveCfg = Debug|Any CPU
936+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|x64.Build.0 = Debug|Any CPU
937+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|x86.ActiveCfg = Debug|Any CPU
938+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|x86.Build.0 = Debug|Any CPU
939+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|Any CPU.ActiveCfg = Release|Any CPU
940+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|Any CPU.Build.0 = Release|Any CPU
941+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|x64.ActiveCfg = Release|Any CPU
942+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|x64.Build.0 = Release|Any CPU
943+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|x86.ActiveCfg = Release|Any CPU
944+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|x86.Build.0 = Release|Any CPU
832945
{EE2A4BB9-2ECB-4CAE-AD82-C4882B6ECDE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
833946
{EE2A4BB9-2ECB-4CAE-AD82-C4882B6ECDE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
834947
{EE2A4BB9-2ECB-4CAE-AD82-C4882B6ECDE0}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -853,6 +966,17 @@ Global
853966
{493FA948-DA9C-47CD-8385-3C0261377D86}.Release|x64.Build.0 = Release|Any CPU
854967
{493FA948-DA9C-47CD-8385-3C0261377D86}.Release|x86.ActiveCfg = Release|Any CPU
855968
{493FA948-DA9C-47CD-8385-3C0261377D86}.Release|x86.Build.0 = Release|Any CPU
969+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
970+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|Any CPU.Build.0 = Debug|Any CPU
971+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|x64.ActiveCfg = Debug|Any CPU
972+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|x64.Build.0 = Debug|Any CPU
973+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|x86.ActiveCfg = Debug|Any CPU
974+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|x86.Build.0 = Debug|Any CPU
975+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|Any CPU.ActiveCfg = Release|Any CPU
976+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|Any CPU.Build.0 = Release|Any CPU
977+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|x64.ActiveCfg = Release|Any CPU
978+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|x64.Build.0 = Release|Any CPU
979+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|x86.ActiveCfg = Release|Any CPU
856980
EndGlobalSection
857981
GlobalSection(SolutionProperties) = preSolution
858982
HideSolutionNode = FALSE

ChangeLog.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,54 @@
1-
## 6.8.0 - August 2018
1+
## 6.8.1 - August 2018
2+
#### General
3+
* Fixed issue with default resource groups not being set.
4+
* Updated common runtime assemblies
5+
6+
#### AzureRM.ApiManagement
7+
* Fixed issue with default resource groups not being set.
8+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6603
9+
- Import-AzureRmApiManagementApi and *-AzureRmApiManagementCertificate cmdlets now handle relative Paths
10+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6879
11+
- The CertificateInformation is a settable property allowing for Set-AzureRmApiManagement cmdlet to work property. Fixed by upgrading to
12+
4.0.4-preview nuget
13+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6853
14+
- Fixed the Odata filter for Search by Name on Product
15+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6814
16+
- Fixed the Odata filter for Search by Name on Api
17+
* Added support for AzureMonitor logger
18+
19+
20+
#### AzureRM.Compute
21+
* Fixed the issue that target is missing in error output.
22+
* Fixed issue with storage account type for VM with managed disk
23+
* Fixed issue with default resource groups not being set.
24+
* Fix AEM Extension cmdlets for other environments, for example Azure China
25+
26+
#### AzureRM.Network
27+
* Changed default cmdlet output presentation to table view
28+
29+
#### AzureRM.PowerBIEmbedded
30+
* Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity
31+
32+
33+
#### AzureRM.Resources
34+
* Fixed issue with creating managed applications from the MarketPlace.
35+
36+
#### AzureRM.ServiceBus
37+
* Fixed issues
38+
- https://github.com/Azure/azure-powershell/issues/5058
39+
- https://github.com/Azure/azure-powershell/issues/5055
40+
- https://github.com/Azure/azure-powershell/issues/6891
41+
42+
#### AzureRM.TrafficManager
43+
* Added Support for the MultiValue routing method
44+
- New parameter 'MaxReturn' for MultiValue routing
45+
* Added Support for the Subnet routing method
46+
- Support for IP address ranges (subnets) in endpoints
47+
* Added Support for Custom Headers in profiles
48+
* Added Support for Expected status code ranges in profiles
49+
* Added Support for Custom Headers in endpoints
50+
51+
## 6.8.0 - August 2018
252
#### General
353
* Fixed issue with default resource groups not being set.
454

build.proj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@
134134
<Target Name="Clean">
135135
<Message Importance="high" Text="Cleaning Cmdlets..." ContinueOnError="false" />
136136

137+
<!-- Clean out the NuGet cache -->
138+
<Exec ContinueOnError="false"
139+
Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot; $Path = Join-Path $env:USERPROFILE .nuget; if (Test-Path $Path) { Remove-Item $Path -Recurse } &quot;"/>
140+
137141
<!-- Clean each project -->
138142
<MSBuild Projects="@(CmdletSolutionsToBuild)"
139143
Targets="Clean"
@@ -466,6 +470,7 @@
466470
<!-- Stack -->
467471
<ItemGroup Condition="'$(Scope)' == 'All' or '$(Scope)' == 'Stack'">
468472
<DelaySignedAssembliesToSign Include="$(StackPackageFolder)\$(Configuration)\**\Microsoft*Azure*Commands*.dll" Exclude="$(StackPackageFolder)\$(Configuration)\**\Microsoft*Azure*Commands*Common*.dll" />
473+
<DelaySignedAssembliesToSign Include="$(StackPackageFolder)\$(Configuration)\**\Microsoft.Azure.Management.Storage.dll" />
469474
<DelaySignedAssembliesToSign Include="$(StackPackageFolder)\$(Configuration)\**\Microsoft.Azure.Common.Extensions.dll" />
470475
<DelaySignedAssembliesToSign Include="$(StackPackageFolder)\$(Configuration)\**\Microsoft.Azure.Management.Sql.Legacy.dll" />
471476
</ItemGroup>

src/Common/Commands.Common.Aks/Commands.Common.Aks.Netcore.csproj

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

0 commit comments

Comments
 (0)