Skip to content

Commit fd99562

Browse files
committed
Merge branch 'release-2018-09-17' of https://github.com/Azure/azure-powershell into ignite
# Conflicts: # src/ResourceManager/Compute/Commands.Compute/ChangeLog.md
2 parents e15f558 + d64881c commit fd99562

File tree

166 files changed

+41712
-5319
lines changed

Some content is hidden

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

166 files changed

+41712
-5319
lines changed

ChangeLog.md

Lines changed: 139 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,142 @@
1-
## 6.8.1 - August 2018
1+
## 6.9.0 - September 2018
2+
#### General
3+
* AzureRM.SignalR was added to the AzureRM rollup module
4+
5+
#### AzureRM.Profile
6+
* Minor changes to the storage common code
7+
* Updated help files to include full parameter types.
8+
- Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set
9+
10+
#### Azure.Storage
11+
* Upgrade to Azure Storage Client Library 9.3.0 and Azure Storage DataMovement Library 0.8.1
12+
* Support create Storage Context with OAuth.
13+
- New-AzureStorageContext
14+
15+
#### AzureRM.Cdn
16+
* Added Standard_Microsoft in Cdn pricing sku.
17+
18+
#### AzureRM.Compute
19+
* Move dependencies on Keyvault and Storage to the common dependencies.
20+
* Add support for more virutal machine sizes to AEM cmdlets
21+
22+
#### AzureRM.Dns
23+
* Added support for alias record during dns record creation
24+
25+
#### AzureRM.Insights
26+
* Fixed issues #6833 and #7102 (Diagnostic Settings area)
27+
- Issues with the default name, i.e. 'service', during creation and listing/getting of diagnostic settings
28+
- Issues creating diagnostic settings with categories
29+
* Added deprecation message for metrics time grains parameters
30+
- Timegrains parameters are still being accepted (this is a non-breaking change,) but they are ignored in the backend since only PT1M is valid
31+
32+
#### AzureRM.Network
33+
* Replaced LoadBalancer cmdlets with generated code
34+
- LoadBalancerInboundNatPoolConfig: added parameters IdleTimeoutInMinutes, EnableFloatingIp and EnableTcpReset
35+
- LoadBalancerInboundNatRuleConfig: added parameter EnableTcpReset
36+
- LoadBalancerRuleConfig: added parameter EnableTcpReset
37+
- LoadBalancerProbeConfig: added support for value "Https" for parameter Protocol
38+
* Added new commands for new LoadBalancer's subresource OutboundRule
39+
- Add-AzureRmLoadBalancerOutboundRuleConfig
40+
- Get-AzureRmLoadBalancerOutboundRuleConfig
41+
- New-AzureRmLoadBalancerOutboundRuleConfig
42+
- Set-AzureRmLoadBalancerOutboundRuleConfig
43+
- Remove-AzureRmLoadBalancerOutboundRuleConfig
44+
* Added new HostedWorkloads property for PSNetworkInterface
45+
* Added new commands for feature: Azure Firewall via ARM
46+
- Added Get-AzureRmFirewall
47+
- Added Set-AzureRmFirewall
48+
- Added New-AzureRmFirewall
49+
- Added Remove-AzureRmFirewall
50+
- Added New-AzureRmFirewallApplicationRuleCollection
51+
- Added New-AzureRmFirewallApplicationRule
52+
- Added New-AzureRmFirewallNatRuleCollection
53+
- Added New-AzureRmFirewallNatRule
54+
- Added New-AzureRmFirewallNetworkRuleCollection
55+
- Added New-AzureRmFirewallNetworkRule
56+
* Added support for Trusted Root certificate and Autoscale configuration in Application Gateway
57+
- New Cmdlets added:
58+
- Add-AzureRmApplicationGatewayTrustedRootCertificate
59+
- Get-AzureRmApplicationGatewayTrustedRootCertificate
60+
- New-AzureRmApplicationGatewayTrustedRootCertificate
61+
- Remove-AzureRmApplicationGatewayTrustedRootCertificate
62+
- Set-AzureRmApplicationGatewayTrustedRootCertificate
63+
- Get-AzureRmApplicationGatewayAutoscaleConfiguration
64+
- New-AzureRmApplicationGatewayAutoscaleConfiguration
65+
- Remove-AzureRmApplicationGatewayAutoscaleConfiguration
66+
- Set-AzureRmApplicationGatewayAutoscaleConfiguration
67+
- Cmdlets updated with optonal parameter -TrustedRootCertificate
68+
- New-AzureRmApplicationGateway
69+
- Set-AzureRmApplicationGateway
70+
- New-AzureRmApplicationGatewayBackendHttpSetting
71+
- Set-AzureRmApplicationGatewayBackendHttpSetting
72+
- Cmdlets updated with optonal parameter -AutoscaleConfiguration
73+
- New-AzureRmApplicationGateway
74+
- Set-AzureRmApplicationGateway
75+
* Add cmdlet for Interface Endpoint Get-AzureInterfaceEndpoint
76+
* Added support for multiple address prefixes in a subnet. Updated cmdlets:
77+
- New-AzureRmVirtualNetworkSubnetConfig
78+
- Set-AzureRmVirtualNetworkSubnetConfig
79+
- Add-AzureRmVirtualNetworkSubnetConfig
80+
- Get-AzureRmVirtualNetworkSubnetConfig
81+
- Add-AzureRmApplicationGatewayAuthenticationCertificate
82+
- Add-AzureRmApplicationGatewayFrontendIPConfig
83+
- New-AzureRmApplicationGatewayFrontendIPConfig
84+
- Set-AzureRmApplicationGatewayFrontendIPConfig
85+
- Add-AzureRmApplicationGatewayIPConfiguration
86+
- New-AzureRmApplicationGatewayIPConfiguration
87+
- Set-AzureRmApplicationGatewayIPConfiguration
88+
- Add-AzureRmNetworkInterfaceIpConfig
89+
- New-AzureRmNetworkInterfaceIpConfig - Set-AzureRmNetworkInterfaceIpConfig
90+
- New-AzureRmVirtualNetworkGatewayIpConfig
91+
- Add-AzureRmVirtualNetworkGatewayIpConfig
92+
- Set-AzureRmLoadBalancerFrontendIpConfig
93+
- Add-AzureRmLoadBalancerFrontendIpConfig
94+
- New-AzureRmLoadBalancerFrontendIpConfig
95+
- New-AzureRmNetworkInterface
96+
* Adding support to perform CRUD operations for subnet delegation.
97+
- New-AzureRmDelegation: Creates a new delegation, which can be added to a subnet
98+
- Remove-AzureRmDelegation: Takes in a subnet and removes the provided delegation name from that subnet
99+
- Add-AzureRmDelegation: Takes in a subnet and adds the provided service name as a delegation to that subnet
100+
- Get-AzureRmDelegation
101+
- Get-AzureRmAvailableServiceDelegations
102+
103+
#### AzureRM.RecoveryServices.SiteRecovery
104+
* Support for managed Managed disk
105+
106+
#### AzureRM.RedisCache
107+
* Updated Insights dependency.
108+
109+
#### AzureRM.Resources
110+
* Update New-AzureRmResourceGroupDeployment with new parameter RollbackAction
111+
- Add support for OnErrorDeployment with the new parameter.
112+
* Support managed identity on policy assignments.
113+
* Parameters with default values are no longer requred when assigning a policy with 'New-AzureRmPolicyAssignment'
114+
* Add new cmdlet Get-AzureRmPolicyAlias for retrieving policy aliases
115+
116+
#### AzureRM.SignalR
117+
* Update SignalR SDK version to 0.10.0-preview
118+
* Update SKU names to Free_F1 and Standard_S1
119+
* Add version field to the PSSignalRResource object and connection string to the PSSignalRKeys object.
120+
121+
#### AzureRM.Storage
122+
* Upgrade to Azure Storage Client Library 9.3.0
123+
* Support Immutability Policy in AzureRm.Storage
124+
- Remove-AzureRmStorageAccountNetworkRule
125+
- Get-AzureRmStorageContainer
126+
- Update-AzureRmStorageContainer
127+
- New-AzureRmStorageContainer
128+
- Remove-AzureRmStorageContainer
129+
- Add-AzureRmStorageContainerLegalHold
130+
- Remove-AzureRmStorageContainerLegalHold
131+
- Set-AzureRmStorageContainerImmutabilityPolicy
132+
- Get-AzureRmStorageContainerImmutabilityPolicy
133+
- Remove-AzureRmStorageContainerImmutabilityPolicy
134+
- Lock-AzureRmStorageContainerImmutabilityPolicy
135+
136+
#### AzureRM.Websites
137+
* Updating to use the latest .NET SDK version (2.0.0)
138+
139+
## 6.8.1 - August 2018
2140
#### General
3141
* Fixed issue with default resource groups not being set.
4142
* Updated common runtime assemblies

src/ResourceManager/Aks/Commands.Aks/AzureRM.Aks.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

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

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'

src/ResourceManager/ApiManagement/Commands.ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/AzureRM.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'

src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'

src/ResourceManager/AzureBackup/Commands.AzureBackup/AzureRM.Backup.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',

src/ResourceManager/AzureBatch/Commands.Batch/AzureRM.Batch.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',

src/ResourceManager/Billing/Commands.Billing/AzureRM.Billing.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Billing.dll'

src/ResourceManager/Cdn/Commands.Cdn/AzureRM.Cdn.psd1

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/28/2018
6+
# Generated on: 9/13/2018
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.0.5'
15+
ModuleVersion = '5.0.6'
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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Cdn.dll'
@@ -123,8 +123,7 @@ PrivateData = @{
123123
# IconUri = ''
124124

125125
# ReleaseNotes of this module
126-
ReleaseNotes = '* Fixed issue with default resource groups not being set.
127-
* Updated common runtime assemblies'
126+
ReleaseNotes = '* Added Standard_Microsoft in Cdn pricing sku. '
128127

129128
# Prerelease string of this module
130129
# Prerelease = ''
@@ -136,7 +135,7 @@ PrivateData = @{
136135
# ExternalModuleDependencies = @()
137136

138137
} # End of PSData hashtable
139-
138+
140139
} # End of PrivateData hashtable
141140

142141
# HelpInfo URI of this module

src/ResourceManager/Cdn/Commands.Cdn/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 5.0.6
2123
* Added Standard_Microsoft in Cdn pricing sku.
2224

2325
## Version 5.0.5

src/ResourceManager/Cdn/Commands.Cdn/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
28-
[assembly: AssemblyVersion("5.0.5")]
29-
[assembly: AssemblyFileVersion("5.0.5")]
28+
[assembly: AssemblyVersion("5.0.6")]
29+
[assembly: AssemblyFileVersion("5.0.6")]

src/ResourceManager/CognitiveServices/Commands.Management.CognitiveServices/AzureRM.CognitiveServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.CognitiveServices.dll'

src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService/AzureRM.Compute.ManagedService.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Data.Edm.dll', '.\Microsoft.Data.OData.dll',

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ function Test-VmssDiagnosticsExtension
237237
$vmssType = 'Microsoft.Compute/virtualMachineScaleSets';
238238

239239
$adminUsername = 'Foo12';
240-
$adminPassword = $PLACEHOLDER;
240+
$adminPassword = Get-PasswordForVM;
241241

242242
$imgRef = Get-DefaultCRPImage -loc $loc;
243243
$vhdContainer = "https://" + $stoname + ".blob.core.windows.net/" + $vmssName;

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineRunCommandTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function Test-VirtualMachineScaleSetVMRunCommand
154154
$vmssName = 'vmss' + $rgname;
155155

156156
$adminUsername = 'Foo12';
157-
$adminPassword = $PLACEHOLDER;
157+
$adminPassword = Get-PasswordForVM;
158158
$imgRef = Get-DefaultCRPImage -loc $loc;
159159
$ipCfg = New-AzureRmVmssIPConfig -Name 'test' -SubnetId $subnetId;
160160

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineScaleSetTests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,9 +1043,9 @@ function Test-VirtualMachineScaleSetIdentity
10431043
$vmssResult = Get-AzureRmVmss -ResourceGroupName $rgname -VMScaleSetName $vmssName;
10441044

10451045
# Validate VMSS Identity
1046-
#Assert-AreEqual "SystemAssigned" $vmssResult.Identity.Type;
1047-
#Assert-NotNull $vmssResult.Identity.PrincipalId;
1048-
#Assert-NotNull $vmssResult.Identity.TenantId;
1046+
Assert-AreEqual "SystemAssigned" $vmssResult.Identity.Type;
1047+
Assert-NotNull $vmssResult.Identity.PrincipalId;
1048+
Assert-NotNull $vmssResult.Identity.TenantId;
10491049

10501050
$vmssInstanceViewResult = Get-AzureRmVmss -ResourceGroupName $rgname -VMScaleSetName $vmssName -InstanceView;
10511051
Assert-AreEqual "ProvisioningState/succeeded" $vmssInstanceViewResult.VirtualMachine.StatusesSummary[0].Code;

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestVmssDiagnosticsExtension.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@
14081408
"Microsoft.Azure.Management.Storage.StorageManagementClient/4.1.0-preview"
14091409
]
14101410
},
1411-
"ResponseBody": "{\r\n \"key1\": \"1FWB6iuKCKM7SpkynUepgY3BFsubD/zmWcwEr/88X71R/KSO3cw0ySRPiLIUcSHH8E9hf+cZ7XD6JsEOmXtEag==\",\r\n \"key2\": \"qN1Hown2ZdnD/j+WNeKCpRoBS/0xYeAgAscwP1Ky0cl2f6m71BMbmdh+T/pQHLE02h71m29jPuGN+A2G+B8Txg==\"\r\n}",
1411+
"ResponseBody": "{\r\n \"key1\": \"fakekey1\",\r\n \"key2\": \"fakekey2\"\r\n}",
14121412
"ResponseHeaders": {
14131413
"Content-Length": [
14141414
"198"
@@ -1466,7 +1466,7 @@
14661466
"Microsoft.Azure.Management.Storage.StorageManagementClient/4.1.0-preview"
14671467
]
14681468
},
1469-
"ResponseBody": "{\r\n \"key1\": \"1FWB6iuKCKM7SpkynUepgY3BFsubD/zmWcwEr/88X71R/KSO3cw0ySRPiLIUcSHH8E9hf+cZ7XD6JsEOmXtEag==\",\r\n \"key2\": \"qN1Hown2ZdnD/j+WNeKCpRoBS/0xYeAgAscwP1Ky0cl2f6m71BMbmdh+T/pQHLE02h71m29jPuGN+A2G+B8Txg==\"\r\n}",
1469+
"ResponseBody": "{\r\n \"key1\": \"fakekey1\",\r\n \"key2\": \"fakekey2\"\r\n}",
14701470
"ResponseHeaders": {
14711471
"Content-Length": [
14721472
"198"
@@ -4823,7 +4823,8 @@
48234823
],
48244824
"Names": {
48254825
"Test-VmssDiagnosticsExtension": [
4826-
"crptestps7615"
4826+
"crptestps7615",
4827+
"ps4941"
48274828
]
48284829
},
48294830
"Variables": {

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineRunCommandTests/TestVirtualMachineScaleSetVMRunCommand.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6678,7 +6678,8 @@
66786678
],
66796679
"Names": {
66806680
"Test-VirtualMachineScaleSetVMRunCommand": [
6681-
"crptestps2244"
6681+
"crptestps2244",
6682+
"ps4941"
66826683
]
66836684
},
66846685
"Variables": {

0 commit comments

Comments
 (0)