Skip to content

Commit 43a221f

Browse files
author
Andrey Fedyashov
committed
Merge branch 'preview' of https://github.com/Azure/azure-powershell into preview
2 parents e9a0d4d + 60d1133 commit 43a221f

File tree

1,534 files changed

+557975
-343711
lines changed

Some content is hidden

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

1,534 files changed

+557975
-343711
lines changed

Azure.PowerShell.Netcore.sln

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 15
3-
VisualStudioVersion = 15.0.27130.2027
3+
VisualStudioVersion = 15.0.27130.2020
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "src\ResourceManager\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{31044C50-5F29-4CB4-9E7C-8E0123FA6B77}"
66
EndProject
@@ -148,6 +148,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.SignalR.Netcore",
148148
EndProject
149149
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DevSpaces.Netcore", "src\ResourceManager\DevSpaces\Commands.DevSpaces\Commands.DevSpaces.Netcore.csproj", "{6EBD1E1B-12D1-451D-B284-ED35A91D6C8C}"
150150
EndProject
151+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.FrontDoor.Netcore", "src\ResourceManager\FrontDoor\Commands.FrontDoor\Commands.FrontDoor.Netcore.csproj", "{9207944C-6E48-4845-BC58-85C7EFAA0E28}"
152+
EndProject
153+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.IotCentral.Netcore", "src\ResourceManager\IotCentral\Commands.IotCentral\Commands.IotCentral.Netcore.csproj", "{18B8B354-6920-4329-AB6B-DC98790B7A5A}"
154+
EndProject
155+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Security.Netcore", "src\ResourceManager\Security\Commands.Security\Commands.Security.Netcore.csproj", "{FA322448-E646-4221-9FEA-3C1C8CC81B99}"
156+
EndProject
157+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.StorageSync.Netcore", "src\ResourceManager\StorageSync\Commands.StorageSync\Commands.StorageSync.Netcore.csproj", "{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}"
158+
EndProject
151159
Global
152160
GlobalSection(SolutionConfigurationPlatforms) = preSolution
153161
Debug|Any CPU = Debug|Any CPU
@@ -1033,6 +1041,54 @@ Global
10331041
{6EBD1E1B-12D1-451D-B284-ED35A91D6C8C}.Release|x64.Build.0 = Release|Any CPU
10341042
{6EBD1E1B-12D1-451D-B284-ED35A91D6C8C}.Release|x86.ActiveCfg = Release|Any CPU
10351043
{6EBD1E1B-12D1-451D-B284-ED35A91D6C8C}.Release|x86.Build.0 = Release|Any CPU
1044+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1045+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
1046+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Debug|x64.ActiveCfg = Debug|Any CPU
1047+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Debug|x64.Build.0 = Debug|Any CPU
1048+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Debug|x86.ActiveCfg = Debug|Any CPU
1049+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Debug|x86.Build.0 = Debug|Any CPU
1050+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Release|Any CPU.ActiveCfg = Release|Any CPU
1051+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Release|Any CPU.Build.0 = Release|Any CPU
1052+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Release|x64.ActiveCfg = Release|Any CPU
1053+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Release|x64.Build.0 = Release|Any CPU
1054+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Release|x86.ActiveCfg = Release|Any CPU
1055+
{9207944C-6E48-4845-BC58-85C7EFAA0E28}.Release|x86.Build.0 = Release|Any CPU
1056+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1057+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
1058+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Debug|x64.ActiveCfg = Debug|Any CPU
1059+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Debug|x64.Build.0 = Debug|Any CPU
1060+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Debug|x86.ActiveCfg = Debug|Any CPU
1061+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Debug|x86.Build.0 = Debug|Any CPU
1062+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
1063+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Release|Any CPU.Build.0 = Release|Any CPU
1064+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Release|x64.ActiveCfg = Release|Any CPU
1065+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Release|x64.Build.0 = Release|Any CPU
1066+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Release|x86.ActiveCfg = Release|Any CPU
1067+
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Release|x86.Build.0 = Release|Any CPU
1068+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1069+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|Any CPU.Build.0 = Debug|Any CPU
1070+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|x64.ActiveCfg = Debug|Any CPU
1071+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|x64.Build.0 = Debug|Any CPU
1072+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|x86.ActiveCfg = Debug|Any CPU
1073+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|x86.Build.0 = Debug|Any CPU
1074+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|Any CPU.ActiveCfg = Release|Any CPU
1075+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|Any CPU.Build.0 = Release|Any CPU
1076+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|x64.ActiveCfg = Release|Any CPU
1077+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|x64.Build.0 = Release|Any CPU
1078+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|x86.ActiveCfg = Release|Any CPU
1079+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|x86.Build.0 = Release|Any CPU
1080+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1081+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|Any CPU.Build.0 = Debug|Any CPU
1082+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|x64.ActiveCfg = Debug|Any CPU
1083+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|x64.Build.0 = Debug|Any CPU
1084+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|x86.ActiveCfg = Debug|Any CPU
1085+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|x86.Build.0 = Debug|Any CPU
1086+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|Any CPU.ActiveCfg = Release|Any CPU
1087+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|Any CPU.Build.0 = Release|Any CPU
1088+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|x64.ActiveCfg = Release|Any CPU
1089+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|x64.Build.0 = Release|Any CPU
1090+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|x86.ActiveCfg = Release|Any CPU
1091+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|x86.Build.0 = Release|Any CPU
10361092
EndGlobalSection
10371093
GlobalSection(SolutionProperties) = preSolution
10381094
HideSolutionNode = FALSE

ChangeLog.md

Lines changed: 133 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,136 @@
1-
## 6.11.0 - October 2018
1+
## 6.13.0 - November 2018
2+
#### AzureRM.Profile
3+
* Update common code to use latest version of ClientRuntime
4+
5+
#### AzureRM.ApiManagement
6+
* Update dependencies for type mapping issue
7+
8+
#### AzureRM.Automation
9+
* Swagger based Azure Automation cmdlets
10+
* Added Update Management cmdlets
11+
* Added Source Control cmdlets
12+
* Added Remove-AzureRmAutomationHybridWorkerGroup cmdlet
13+
* Fixed the DSC Register Node command
14+
15+
#### AzureRM.Compute
16+
* Fixed identity issue for SystemAssigned identity
17+
* Update dependencies for type mapping issue
18+
19+
#### AzureRM.ContainerInstance
20+
* Update dependencies for type mapping issue
21+
22+
#### AzureRM.MarketplaceOrdering
23+
* update the examples description for marketplace cmdlets
24+
25+
#### AzureRM.Network
26+
* Added cmdlet New-AzureRmApplicationGatewayCustomError, Add-AzureRmApplicationGatewayCustomError, Get-AzureRmApplicationGatewayCustomError, Set-AzureRmApplicationGatewayCustomError, Remove-AzureRmApplicationGatewayCustomError, Add-AzureRmApplicationGatewayHttpListenerCustomError, Get-AzureRmApplicationGatewayHttpListenerCustomError, Set-AzureRmApplicationGatewayHttpListenerCustomError, Remove-AzureRmApplicationGatewayHttpListenerCustomError
27+
* Added ICMP back to supported AzureFirewall Network Protocols
28+
* Update cmdlet Test-AzureRmNetworkWatcherConnectivity, add validation on destination id, address and port.
29+
* Fix issues with memory usage in VirtualNetwork map
30+
31+
#### AzureRM.RecoveryServices.Backup
32+
* Fix for modifying policy for a protected file share.
33+
* Converted policy timezone to uppercase.
34+
35+
#### AzureRM.RecoveryServices.SiteRecovery
36+
* Corrected example in New-AzureRmRecoveryServicesAsrProtectableItem
37+
* Update dependencies for type mapping issue
38+
39+
#### AzureRM.Relay
40+
* Added optional Parameter -KeyValue to New-AzureRmRelayKey cmdlet, which enables user to provide KeyValue.
41+
42+
#### AzureRM.Resources
43+
* Update help documentation for resource identity related parameters in `New-AzureRmPolicyAssignment` and `Set-AzureRmPolicyAssignment`
44+
* Add an example for New-AzureRmPolicyDefinition that uses -Metadata
45+
* Fix to allow case preservation in Tag keys in NetStandard: #7678 #7703
46+
47+
#### AzureRM.ServiceFabric
48+
* Add deprecation messages for upcoming breaking changes
49+
50+
#### AzureRM.Sql
51+
* Added new cmdlets for CRUD operations on Azure Sql Database Managed Instance and Azure Sql Managed Database
52+
- Get-AzureRmSqlInstance
53+
- New-AzureRmSqlInstance
54+
- Set-AzureRmSqlInstance
55+
- Remove-AzureRmSqlInstance
56+
- Get-AzureRmSqlInstanceDatabase
57+
- New-AzureRmSqlInstanceDatabase
58+
- Restore-AzureRmSqlInstanceDatabase
59+
- Remove-AzureRmSqlInstanceDatabase
60+
* Enabled Extended Auditing Policy management on a server or a database.
61+
- New parameter (PredicateExpression) was added to enable filtering of audit logs.
62+
- Cmdlets were modified to use SQL clients instead of Legacy clients.
63+
- Set-AzureRmSqlServerAuditing.
64+
- Get-AzureRmSqlServerAuditing.
65+
- Set-AzureRmSqlDatabaseAuditing.
66+
- Get-AzureRmSqlDatabaseAuditing.
67+
* Fixed issue with using Update-AzureRmSqlDatabaseVulnerabilityAssessmentSettings with storage account name parameter set
68+
69+
## 6.12.0 - November 2018
70+
#### AzureRM.Profile
71+
* Update common code to use latest version of ClientRuntime
72+
* Rename param TenantId in cmdlet Connect-AzureRmAccount to Tenant and add an alias for TenantId
73+
* Updated TenantId description for Connect-AzureRmAccount
74+
* Fix error message for failed login when providing tenant domain
75+
- https://github.com/Azure/azure-powershell/issues/6936
76+
* Fix issue with context name clashing for accounts with no subscriptions in tenant
77+
- https://github.com/Azure/azure-powershell/issues/7453
78+
* Fix issue with DataLake endpoints when using MSI
79+
- https://github.com/Azure/azure-powershell/issues/7462
80+
* Fix issue where 'Disconnect-AzureRmAccount' would throw if not connected
81+
- https://github.com/Azure/azure-powershell/issues/7167
82+
83+
#### AzureRM.Automation
84+
* Renamed cmdlet DLL filename to Microsoft.Azure.Commands.Automation.dll
85+
86+
#### AzureRM.CognitiveServices
87+
* Add Get-AzureRmCognitiveServicesAccountSkus operation.
88+
89+
#### AzureRM.Compute
90+
* Add Add-AzureRmVmssVMDataDisk and Remove-AzureRmVmssVMDataDisk cmdlets
91+
* Get-AzureRmVMImage shows AutomaticOSUpgradeProperties
92+
* Fixed SetAzureRmVMChefExtension -BootstrapOptions and -JsonAttribute option values are not setting in json format.
93+
94+
#### AzureRM.DataLakeStore
95+
* Update the DataLake package to 1.1.10.
96+
* Add default Concurrency to multithreaded operations.
97+
98+
#### AzureRM.Insights
99+
* Fixed issue #7267 (Autoscale area)
100+
- Issues with creating a new autoscale rule not properly setting enumerated parameters (would always set them to the default value).
101+
* Fixed issue #7513 [Insights] Set-AzureRMDiagnosticSetting requires explicit specification of categories during creation of setting
102+
- Now the cmdlet does not require explicit indication of the categories to enable during creation, i.e. it works as it is documented
103+
104+
#### AzureRM.Network
105+
* Changed PeeringType to be a mandatory parameter for the following cmdlets:-
106+
- Get-AzureRmExpressRouteCircuitRouteTable
107+
- Get-AzureRmExpressRouteCircuitARPTable
108+
- Get-AzureRmExpressRouteCircuitRouteTableSummary
109+
- Get-AzureRMExpressRouteCrossConnectionArpTable
110+
- Get-AzureRMExpressRouteCrossConnectionRouteTable
111+
- Get-AzureRMExpressRouteCrossConnectionRouteTableSummary
112+
113+
#### AzureRM.PolicyInsights
114+
* Added policy remediation cmdlets
115+
116+
#### AzureRM.RecoveryServices.Backup
117+
* Added support for azure file shares in recovery services.
118+
119+
#### AzureRM.Resources
120+
* Fix for https://github.com/Azure/azure-powershell/issues/7402
121+
- Allow listing resources using the '-ResourceId' parameter for 'Get-AzureRmResource'
122+
123+
#### AzureRM.ServiceBus
124+
* Added MigrationState read-only property to PSServiceBusMigrationConfigurationAttributes which will help to know the Migration state.
125+
126+
#### AzureRM.ServiceFabric
127+
* Fix add certificate to Linux Vmss.
128+
* Fix 'Add-AzureRmServiceFabricClusterCertificate'
129+
- Using correct thumbprint from new certificate (Azure/service-fabric-issues#932).
130+
- Display exception correctly (Azure/service-fabric-issues#1054).
131+
* Fix 'Update-AzureRmServiceFabricDurability' to update cluster configuration before starting Vmss CreateOrUpdate operation.
132+
133+
## 6.11.0 - October 2018
2134
#### AzureRM.Profile
3135
* Fix issue with Get-AzureRmSubscription in CloudShell
4136
* Update common code to use latest version of ClientRuntime

documentation/development-docs/azure-powershell-design-guidelines.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- [ResourceId](#resourceid)
4141
- [InputObject](#inputobject)
4242
- [AsJob Parameter](#asjob-parameter)
43+
- [Argument Completers](#argument-completers)
4344

4445
## Expected Patterns for Standard Cmdlets
4546

@@ -291,6 +292,22 @@ using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
291292
public string ResourceGroupName { get; set; }
292293
```
293294

295+
### Resource Name Completer
296+
297+
For any parameter that takes a resource name, the `ResourceNameCompleter` should be applied as an attribute. This will allow the user to tab through all resource names for the ResourceType in the current subscription. This completer will filter based upon the current parent resources provided (for instance, if ResourceGroupName is provided, only the resources in that particular resource group will be returned). For this completer, please provide the ResourceType as the first argument, followed by the parameter name for all parent resources starting at the top level.
298+
299+
```cs
300+
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
301+
...
302+
[Parameter(Mandatory = false, HelpMessage = "The parent server name")]
303+
[ResourceNameCompleter("Microsoft.Sql/servers", nameof(ResourceGroupName))]
304+
public string ServerName { get; set; }
305+
306+
[Parameter(Mandatory = false, HelpMessage = "The database name")]
307+
[ResourceNameCompleter("Microsoft.Sql/servers/databases", nameof(ResourceGroupName), nameof(ServerName))]
308+
public string Name { get; set; }
309+
```
310+
294311
### Location Completer
295312

296313
For any parameter that takes a location, the `LocationCompleter` should be applied as an attribute. In order to use the `LocationCompleter`, you must input as an argument all of the Providers/ResourceTypes used by the cmdlet. The user will then be able to tab through locations that are valid for all of the Providers/ResourceTypes specified.

documentation/development-docs/azure-powershell-developer-guide.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,22 @@ using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
415415
public string ResourceGroupName { get; set; }
416416
```
417417

418+
### Resource Name Completer
419+
420+
For any parameter that takes a resource name, the `ResourceNameCompleter` should be applied as an attribute. This will allow the user to tab through all resource names for the ResourceType in the current subscription. This completer will filter based upon the current parent resources provided (for instance, if ResourceGroupName is provided, only the resources in that particular resource group will be returned). For this completer, please provide the ResourceType as the first argument, followed by the parameter name for all parent resources starting at the top level.
421+
422+
```cs
423+
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
424+
...
425+
[Parameter(Mandatory = false, HelpMessage = "The parent server name")]
426+
[ResourceNameCompleter("Microsoft.Sql/servers", nameof(ResourceGroupName))]
427+
public string ServerName { get; set; }
428+
429+
[Parameter(Mandatory = false, HelpMessage = "The database name")]
430+
[ResourceNameCompleter("Microsoft.Sql/servers/databases", nameof(ResourceGroupName), nameof(ServerName))]
431+
public string Name { get; set; }
432+
```
433+
418434
### Location Completer
419435

420436
For any parameter that takes a location, the `LocationCompleter` should be applied as an attribute. In order to use the `LocationCompleter`, you must input as an argument all of the Providers/ResourceTypes used by the cmdlet. The user will then be able to tab through locations that are valid for all of the Providers/ResourceTypes specified.

src/Azure.PowerShell.Netcore.Test.sln

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.B
9999
EndProject
100100
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.SiteRecovery.Test.Netcore", "ResourceManager\RecoveryServices\Commands.RecoveryServices.SiteRecovery.Test\Commands.RecoveryServices.SiteRecovery.Test.Netcore.csproj", "{A2660AEE-6B12-43FB-A6A5-0FFF08C80DFB}"
101101
EndProject
102+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Security.Test.Netcore", "ResourceManager\Security\Commands.Security.Test\Commands.Security.Test.Netcore.csproj", "{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}"
103+
EndProject
104+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.StorageSync.Test.Netcore", "ResourceManager\StorageSync\Commands.StorageSync.Test\Commands.StorageSync.Test.Netcore.csproj", "{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}"
105+
EndProject
102106
Global
103107
GlobalSection(SolutionConfigurationPlatforms) = preSolution
104108
Debug|Any CPU = Debug|Any CPU
@@ -685,6 +689,30 @@ Global
685689
{A2660AEE-6B12-43FB-A6A5-0FFF08C80DFB}.Release|x64.Build.0 = Release|Any CPU
686690
{A2660AEE-6B12-43FB-A6A5-0FFF08C80DFB}.Release|x86.ActiveCfg = Release|Any CPU
687691
{A2660AEE-6B12-43FB-A6A5-0FFF08C80DFB}.Release|x86.Build.0 = Release|Any CPU
692+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
693+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|Any CPU.Build.0 = Debug|Any CPU
694+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|x64.ActiveCfg = Debug|Any CPU
695+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|x64.Build.0 = Debug|Any CPU
696+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|x86.ActiveCfg = Debug|Any CPU
697+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|x86.Build.0 = Debug|Any CPU
698+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|Any CPU.ActiveCfg = Release|Any CPU
699+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|Any CPU.Build.0 = Release|Any CPU
700+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|x64.ActiveCfg = Release|Any CPU
701+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|x64.Build.0 = Release|Any CPU
702+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|x86.ActiveCfg = Release|Any CPU
703+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|x86.Build.0 = Release|Any CPU
704+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
705+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
706+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|x64.ActiveCfg = Debug|Any CPU
707+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|x64.Build.0 = Debug|Any CPU
708+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|x86.ActiveCfg = Debug|Any CPU
709+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|x86.Build.0 = Debug|Any CPU
710+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
711+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|Any CPU.Build.0 = Release|Any CPU
712+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|x64.ActiveCfg = Release|Any CPU
713+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|x64.Build.0 = Release|Any CPU
714+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|x86.ActiveCfg = Release|Any CPU
715+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|x86.Build.0 = Release|Any CPU
688716
EndGlobalSection
689717
GlobalSection(SolutionProperties) = preSolution
690718
HideSolutionNode = FALSE

src/ResourceManager/Aks/Commands.Aks.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Hyak.Common" version="1.1.3" targetFramework="net452" />
44
<package id="Microsoft.Azure.Common" version="2.1.4" targetFramework="net452" />
55
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net452" />
6-
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.0-preview" targetFramework="net452" />
6+
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.1-preview" targetFramework="net452" />
77
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.7.0" targetFramework="net452" />
88
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
99
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />

0 commit comments

Comments
 (0)