Skip to content

Commit dbc0356

Browse files
authored
Merge pull request Azure#5036 from hyonholee/preview
Fix the Disable-AzureRmVmssDiskEncryption issue.
2 parents bf3fc1a + ad1de46 commit dbc0356

File tree

5 files changed

+358
-1
lines changed

5 files changed

+358
-1
lines changed

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038
2122

2223
## Version 4.0.1
2324
* Fixed assembly loading issue that caused some cmdlets to fail when executing

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineScaleSetExtensionTests.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ public void TestDisableVirtualMachineScaleSetDiskEncryption()
3333
ComputeTestController.NewInstance.RunPsTest("Test-DisableVirtualMachineScaleSetDiskEncryption");
3434
}
3535

36+
[Fact]
37+
[Trait(Category.AcceptanceType, Category.CheckIn)]
38+
public void TestDisableVirtualMachineScaleSetDiskEncryption2()
39+
{
40+
ComputeTestController.NewInstance.RunPsTest("Test-DisableVirtualMachineScaleSetDiskEncryption2");
41+
}
42+
3643
[Fact]
3744
[Trait(Category.AcceptanceType, Category.CheckIn)]
3845
public void TestGetVirtualMachineScaleSetDiskEncryptionStatus()

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,29 @@ function Test-DisableVirtualMachineScaleSetDiskEncryption
175175
}
176176
}
177177

178+
<#
179+
.SYNOPSIS
180+
Test Virtual Machine Scale Set Disk Encryption Extension
181+
#>
182+
function Test-DisableVirtualMachineScaleSetDiskEncryption2
183+
{
184+
try
185+
{
186+
# Common
187+
$loc = 'westcentralus';
188+
$rgname = "hyleevmssdetest2"
189+
$vmssName = 'vmss' + $rgname;
190+
191+
$result = Disable-AzureRmVmssDiskEncryption -ResourceGroupName $rgname -VMScaleSetName $vmssName -Force;
192+
$result_string = $result | Out-String;
193+
}
194+
finally
195+
{
196+
# Cleanup
197+
Clean-ResourceGroup $rgname
198+
}
199+
}
200+
178201
<#
179202
.SYNOPSIS
180203
Test Get Virtual Machine Scale Set Disk Encryption Status for VMSS without encryption
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,321 @@
1+
{
2+
"Entries": [
3+
{
4+
"RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/hyleevmssdetest2/providers/Microsoft.Compute/virtualMachineScaleSets/vmsshyleevmssdetest2?api-version=2017-03-30",
5+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2h5bGVldm1zc2RldGVzdDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3NoeWxlZXZtc3NkZXRlc3QyP2FwaS12ZXJzaW9uPTIwMTctMDMtMzA=",
6+
"RequestMethod": "GET",
7+
"RequestBody": "",
8+
"RequestHeaders": {
9+
"x-ms-client-request-id": [
10+
"692ccdae-56a2-4e51-9195-6bd0b4242c9d"
11+
],
12+
"accept-language": [
13+
"en-US"
14+
],
15+
"User-Agent": [
16+
"FxVersion/4.7.2102.0",
17+
"OSName/Windows10Enterprise",
18+
"OSVersion/6.3.15063",
19+
"Microsoft.Azure.Management.Compute.ComputeManagementClient/16.2.0.0"
20+
]
21+
},
22+
"ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Automatic\"\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"2.127.20170406\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"test\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"test\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/hyleevmssdetest2/providers/Microsoft.Network/virtualNetworks/vnethyleevmssdetest2/subnets/subnethyleevmssdetest2\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.ServiceFabric\",\r\n \"type\": \"ServiceFabricNode\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"clusterEndpoint\": \"https://westus.servicefabric.azure.com/runtime/clusters/00000000-0000-0000-0000-000000000000\",\r\n \"nodeTypeRef\": \"nt1vm\",\r\n \"dataPath\": \"D:\\\\SvcFab\",\r\n \"durabilityLevel\": \"Bronze\",\r\n \"enableParallelJobs\": true,\r\n \"nicPrefixOverride\": \"10.0.0.0/24\",\r\n \"Certificate\": {\r\n \"thumbprint\": \"PLACEHOLDER\",\r\n \"x509StoreName\": \"My\"\r\n }\r\n }\r\n },\r\n \"name\": \"ServiceFabricNodeVmExt_vmNodeTypeOName\"\r\n },\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Security\",\r\n \"type\": \"AzureDiskEncryption\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"AADClientCertThumbprint\": \"\",\r\n \"EncryptionOperation\": \"EnableEncryption\",\r\n \"KeyEncryptionAlgorithm\": \"RSA-OAEP\",\r\n \"KeyVaultResourceId\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/hyleevmssdetest2/providers/Microsoft.KeyVault/vaults/detestvault\",\r\n \"KeyVaultURL\": \"https://detestvault.vault.azure.net/\",\r\n \"AADClientID\": \"c258f481-c6e0-4599-850d-3d1616fb0ebb\",\r\n \"KekVaultResourceId\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/hyleevmssdetest2/providers/Microsoft.KeyVault/vaults/detestvault\",\r\n \"VolumeType\": \"OS\",\r\n \"KeyEncryptionKeyURL\": \"https://detestvault.vault.azure.net/keys/dstestkek/923c02c3ccfe4861ab0d1b68bf6c083b\"\r\n },\r\n \"forceUpdateTag\": \"b487c913-3a7e-4205-8ad3-a8dcc287db81\"\r\n },\r\n \"name\": \"AzureDiskEncryption\"\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": true,\r\n \"uniqueId\": \"14e24b20-4154-4c94-849a-8dccb70a4086\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/HYLEEVMSSDETEST2/providers/Microsoft.Compute/virtualMachineScaleSets/vmsshyleevmssdetest2\",\r\n \"name\": \"vmsshyleevmssdetest2\"\r\n}",
23+
"ResponseHeaders": {
24+
"Content-Length": [
25+
"2371"
26+
],
27+
"Content-Type": [
28+
"application/json; charset=utf-8"
29+
],
30+
"Expires": [
31+
"-1"
32+
],
33+
"Pragma": [
34+
"no-cache"
35+
],
36+
"Strict-Transport-Security": [
37+
"max-age=31536000; includeSubDomains"
38+
],
39+
"x-ms-served-by": [
40+
"2be8e138-3223-4141-af48-5163dbafa559_131442037031481435"
41+
],
42+
"x-ms-request-id": [
43+
"edf3843a-a38a-46e0-8fb4-2a253145ee67"
44+
],
45+
"Cache-Control": [
46+
"no-cache"
47+
],
48+
"Server": [
49+
"Microsoft-HTTPAPI/2.0",
50+
"Microsoft-HTTPAPI/2.0"
51+
],
52+
"x-ms-ratelimit-remaining-subscription-reads": [
53+
"14975"
54+
],
55+
"x-ms-correlation-request-id": [
56+
"61abf0be-dca0-4186-b484-805aeca3256f"
57+
],
58+
"x-ms-routing-request-id": [
59+
"WESTUS2:20170811T230921Z:61abf0be-dca0-4186-b484-805aeca3256f"
60+
],
61+
"Date": [
62+
"Fri, 11 Aug 2017 23:09:21 GMT"
63+
]
64+
},
65+
"StatusCode": 200
66+
},
67+
{
68+
"RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/hyleevmssdetest2/providers/Microsoft.Compute/virtualMachineScaleSets/vmsshyleevmssdetest2/extensions/AzureDiskEncryption?api-version=2017-03-30",
69+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2h5bGVldm1zc2RldGVzdDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3NoeWxlZXZtc3NkZXRlc3QyL2V4dGVuc2lvbnMvQXp1cmVEaXNrRW5jcnlwdGlvbj9hcGktdmVyc2lvbj0yMDE3LTAzLTMw",
70+
"RequestMethod": "PUT",
71+
"RequestBody": "{\r\n \"name\": \"AzureDiskEncryption\",\r\n \"properties\": {\r\n \"forceUpdateTag\": \"823eed64-e135-44bc-b26f-a052daf025c1\",\r\n \"publisher\": \"Microsoft.Azure.Security\",\r\n \"type\": \"AzureDiskEncryption\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"EncryptionOperation\": \"DisableEncryption\",\r\n \"VolumeType\": \"OS\"\r\n }\r\n }\r\n}",
72+
"RequestHeaders": {
73+
"Content-Type": [
74+
"application/json; charset=utf-8"
75+
],
76+
"Content-Length": [
77+
"382"
78+
],
79+
"x-ms-client-request-id": [
80+
"c94cd9ab-9358-4783-bd76-8e54ebf43948"
81+
],
82+
"accept-language": [
83+
"en-US"
84+
],
85+
"User-Agent": [
86+
"FxVersion/4.7.2102.0",
87+
"OSName/Windows10Enterprise",
88+
"OSVersion/6.3.15063",
89+
"Microsoft.Azure.Management.Compute.ComputeManagementClient/16.2.0.0"
90+
]
91+
},
92+
"ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"publisher\": \"Microsoft.Azure.Security\",\r\n \"type\": \"AzureDiskEncryption\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"EncryptionOperation\": \"DisableEncryption\",\r\n \"VolumeType\": \"OS\"\r\n },\r\n \"forceUpdateTag\": \"823eed64-e135-44bc-b26f-a052daf025c1\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"name\": \"AzureDiskEncryption\"\r\n}",
93+
"ResponseHeaders": {
94+
"Content-Length": [
95+
"463"
96+
],
97+
"Content-Type": [
98+
"application/json; charset=utf-8"
99+
],
100+
"Expires": [
101+
"-1"
102+
],
103+
"Pragma": [
104+
"no-cache"
105+
],
106+
"Azure-AsyncOperation": [
107+
"https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/westcentralus/operations/257d8854-fef2-43c9-a41f-47e4b3acb5b7?api-version=2017-03-30"
108+
],
109+
"Strict-Transport-Security": [
110+
"max-age=31536000; includeSubDomains"
111+
],
112+
"x-ms-served-by": [
113+
"2be8e138-3223-4141-af48-5163dbafa559_131442037031481435"
114+
],
115+
"x-ms-request-id": [
116+
"257d8854-fef2-43c9-a41f-47e4b3acb5b7"
117+
],
118+
"Cache-Control": [
119+
"no-cache"
120+
],
121+
"Server": [
122+
"Microsoft-HTTPAPI/2.0",
123+
"Microsoft-HTTPAPI/2.0"
124+
],
125+
"x-ms-ratelimit-remaining-subscription-writes": [
126+
"1199"
127+
],
128+
"x-ms-correlation-request-id": [
129+
"536f4122-9513-4e90-81cc-42404dd9bfcf"
130+
],
131+
"x-ms-routing-request-id": [
132+
"WESTUS2:20170811T230819Z:536f4122-9513-4e90-81cc-42404dd9bfcf"
133+
],
134+
"Date": [
135+
"Fri, 11 Aug 2017 23:08:19 GMT"
136+
]
137+
},
138+
"StatusCode": 201
139+
},
140+
{
141+
"RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/westcentralus/operations/257d8854-fef2-43c9-a41f-47e4b3acb5b7?api-version=2017-03-30",
142+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzI1N2Q4ODU0LWZlZjItNDNjOS1hNDFmLTQ3ZTRiM2FjYjViNz9hcGktdmVyc2lvbj0yMDE3LTAzLTMw",
143+
"RequestMethod": "GET",
144+
"RequestBody": "",
145+
"RequestHeaders": {
146+
"User-Agent": [
147+
"FxVersion/4.7.2102.0",
148+
"OSName/Windows10Enterprise",
149+
"OSVersion/6.3.15063",
150+
"Microsoft.Azure.Management.Compute.ComputeManagementClient/16.2.0.0"
151+
]
152+
},
153+
"ResponseBody": "{\r\n \"startTime\": \"2017-08-11T16:08:19.5376601-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"257d8854-fef2-43c9-a41f-47e4b3acb5b7\"\r\n}",
154+
"ResponseHeaders": {
155+
"Content-Length": [
156+
"134"
157+
],
158+
"Content-Type": [
159+
"application/json; charset=utf-8"
160+
],
161+
"Expires": [
162+
"-1"
163+
],
164+
"Pragma": [
165+
"no-cache"
166+
],
167+
"Strict-Transport-Security": [
168+
"max-age=31536000; includeSubDomains"
169+
],
170+
"x-ms-served-by": [
171+
"2be8e138-3223-4141-af48-5163dbafa559_131442037031481435"
172+
],
173+
"x-ms-request-id": [
174+
"08ccbf16-1d4b-49e8-becd-46d9f8317312"
175+
],
176+
"Cache-Control": [
177+
"no-cache"
178+
],
179+
"Server": [
180+
"Microsoft-HTTPAPI/2.0",
181+
"Microsoft-HTTPAPI/2.0"
182+
],
183+
"x-ms-ratelimit-remaining-subscription-reads": [
184+
"14981"
185+
],
186+
"x-ms-correlation-request-id": [
187+
"44da1091-af6a-440f-97a8-48f72e79f901"
188+
],
189+
"x-ms-routing-request-id": [
190+
"WESTUS2:20170811T230850Z:44da1091-af6a-440f-97a8-48f72e79f901"
191+
],
192+
"Date": [
193+
"Fri, 11 Aug 2017 23:08:49 GMT"
194+
]
195+
},
196+
"StatusCode": 200
197+
},
198+
{
199+
"RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/westcentralus/operations/257d8854-fef2-43c9-a41f-47e4b3acb5b7?api-version=2017-03-30",
200+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzI1N2Q4ODU0LWZlZjItNDNjOS1hNDFmLTQ3ZTRiM2FjYjViNz9hcGktdmVyc2lvbj0yMDE3LTAzLTMw",
201+
"RequestMethod": "GET",
202+
"RequestBody": "",
203+
"RequestHeaders": {
204+
"User-Agent": [
205+
"FxVersion/4.7.2102.0",
206+
"OSName/Windows10Enterprise",
207+
"OSVersion/6.3.15063",
208+
"Microsoft.Azure.Management.Compute.ComputeManagementClient/16.2.0.0"
209+
]
210+
},
211+
"ResponseBody": "{\r\n \"startTime\": \"2017-08-11T16:08:19.5376601-07:00\",\r\n \"endTime\": \"2017-08-11T16:09:14.5683314-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"257d8854-fef2-43c9-a41f-47e4b3acb5b7\"\r\n}",
212+
"ResponseHeaders": {
213+
"Content-Length": [
214+
"184"
215+
],
216+
"Content-Type": [
217+
"application/json; charset=utf-8"
218+
],
219+
"Expires": [
220+
"-1"
221+
],
222+
"Pragma": [
223+
"no-cache"
224+
],
225+
"Strict-Transport-Security": [
226+
"max-age=31536000; includeSubDomains"
227+
],
228+
"x-ms-served-by": [
229+
"2be8e138-3223-4141-af48-5163dbafa559_131442037031481435"
230+
],
231+
"x-ms-request-id": [
232+
"4c7a5fa5-2d34-4705-b762-2c1751d07e00"
233+
],
234+
"Cache-Control": [
235+
"no-cache"
236+
],
237+
"Server": [
238+
"Microsoft-HTTPAPI/2.0",
239+
"Microsoft-HTTPAPI/2.0"
240+
],
241+
"x-ms-ratelimit-remaining-subscription-reads": [
242+
"14980"
243+
],
244+
"x-ms-correlation-request-id": [
245+
"2a250125-7c6e-4609-a64d-5f25dac9c952"
246+
],
247+
"x-ms-routing-request-id": [
248+
"WESTUS2:20170811T230920Z:2a250125-7c6e-4609-a64d-5f25dac9c952"
249+
],
250+
"Date": [
251+
"Fri, 11 Aug 2017 23:09:20 GMT"
252+
]
253+
},
254+
"StatusCode": 200
255+
},
256+
{
257+
"RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/hyleevmssdetest2/providers/Microsoft.Compute/virtualMachineScaleSets/vmsshyleevmssdetest2/extensions/AzureDiskEncryption?api-version=2017-03-30",
258+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2h5bGVldm1zc2RldGVzdDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRzL3Ztc3NoeWxlZXZtc3NkZXRlc3QyL2V4dGVuc2lvbnMvQXp1cmVEaXNrRW5jcnlwdGlvbj9hcGktdmVyc2lvbj0yMDE3LTAzLTMw",
259+
"RequestMethod": "GET",
260+
"RequestBody": "",
261+
"RequestHeaders": {
262+
"User-Agent": [
263+
"FxVersion/4.7.2102.0",
264+
"OSName/Windows10Enterprise",
265+
"OSVersion/6.3.15063",
266+
"Microsoft.Azure.Management.Compute.ComputeManagementClient/16.2.0.0"
267+
]
268+
},
269+
"ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.Azure.Security\",\r\n \"type\": \"AzureDiskEncryption\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"EncryptionOperation\": \"DisableEncryption\",\r\n \"VolumeType\": \"OS\"\r\n },\r\n \"forceUpdateTag\": \"823eed64-e135-44bc-b26f-a052daf025c1\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets/extensions\",\r\n \"name\": \"AzureDiskEncryption\"\r\n}",
270+
"ResponseHeaders": {
271+
"Content-Length": [
272+
"464"
273+
],
274+
"Content-Type": [
275+
"application/json; charset=utf-8"
276+
],
277+
"Expires": [
278+
"-1"
279+
],
280+
"Pragma": [
281+
"no-cache"
282+
],
283+
"Strict-Transport-Security": [
284+
"max-age=31536000; includeSubDomains"
285+
],
286+
"x-ms-served-by": [
287+
"2be8e138-3223-4141-af48-5163dbafa559_131442037031481435"
288+
],
289+
"x-ms-request-id": [
290+
"6b9a0432-e850-49ca-8b39-7c6e92d65d1b"
291+
],
292+
"Cache-Control": [
293+
"no-cache"
294+
],
295+
"Server": [
296+
"Microsoft-HTTPAPI/2.0",
297+
"Microsoft-HTTPAPI/2.0"
298+
],
299+
"x-ms-ratelimit-remaining-subscription-reads": [
300+
"14979"
301+
],
302+
"x-ms-correlation-request-id": [
303+
"32a01615-9dfb-46ca-935a-e811135a60bf"
304+
],
305+
"x-ms-routing-request-id": [
306+
"WESTUS2:20170811T230920Z:32a01615-9dfb-46ca-935a-e811135a60bf"
307+
],
308+
"Date": [
309+
"Fri, 11 Aug 2017 23:09:20 GMT"
310+
]
311+
},
312+
"StatusCode": 200
313+
}
314+
],
315+
"Names": {},
316+
"Variables": {
317+
"SubscriptionId": "24fb23e3-6ba3-41f0-9b6e-e41131d5d61e",
318+
"TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
319+
"Domain": ""
320+
}
321+
}

0 commit comments

Comments
 (0)