Skip to content

Commit 80c1587

Browse files
committed
added session records
1 parent b51f9e4 commit 80c1587

File tree

46 files changed

+46346
-6546
lines changed

Some content is hidden

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

46 files changed

+46346
-6546
lines changed

src/ResourceManager/Dns/Commands.Dns.Test/ScenarioTests/ZoneTests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ function Test-ZoneCrudPrivateRegistrationVnet
167167
$zoneName = Get-RandomZoneName
168168
$resourceGroup = TestSetup-CreateResourceGroup
169169
$virtualNetwork = TestSetup-CreateVirtualNetwork $resourceGroup
170-
sleep 60
171170

172171
$createdZone = New-AzureRmDnsZone -Name $zoneName -ResourceGroupName $resourceGroup.ResourceGroupName -Tags @{tag1="value1"} -ZoneType Private -RegistrationVirtualNetworkIds @($virtualNetwork.Id)
173172
Assert-NotNull $createdZone

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetA.json

Lines changed: 872 additions & 119 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetAAAA.json

Lines changed: 807 additions & 120 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetAAAANonEmpty.json

Lines changed: 773 additions & 92 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetANonEmpty.json

Lines changed: 1185 additions & 105 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetAddRecordTypeMismatch.json

Lines changed: 496 additions & 79 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetAddTwoCnames.json

Lines changed: 1485 additions & 81 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetCNAME.json

Lines changed: 667 additions & 112 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetCNAMENonEmpty.json

Lines changed: 586 additions & 91 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetCrud.json

Lines changed: 1479 additions & 129 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetCrudTrimsDotFromZoneName.json

Lines changed: 736 additions & 115 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetCrudWithPiping.json

Lines changed: 1145 additions & 110 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetCrudWithPipingTrimsDotFromZoneName.json

Lines changed: 948 additions & 117 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetEndsWithZoneName.json

Lines changed: 1628 additions & 80 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetEtagMismatch.json

Lines changed: 666 additions & 111 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetGet.json

Lines changed: 950 additions & 170 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetMX.json

Lines changed: 877 additions & 112 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetMXNonEmpty.json

Lines changed: 838 additions & 91 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetNS.json

Lines changed: 743 additions & 122 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetNSNonEmpty.json

Lines changed: 804 additions & 108 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetNewRecordNoName.json

Lines changed: 1038 additions & 135 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetPTR.json

Lines changed: 1478 additions & 119 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetPTRNonEmpty.json

Lines changed: 1628 additions & 89 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetRemoveRecordTypeMismatch.json

Lines changed: 1516 additions & 82 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetSOA.json

Lines changed: 1865 additions & 122 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetSRV.json

Lines changed: 1333 additions & 118 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetSRVNonEmpty.json

Lines changed: 1250 additions & 104 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetTXT.json

Lines changed: 1596 additions & 117 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetTXTLegacyLengthValidation.json

Lines changed: 1382 additions & 95 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetTXTLengthValidation.json

Lines changed: 1567 additions & 85 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetTXTNonEmpty.json

Lines changed: 1123 additions & 109 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.RecordsTests/TestRecordSetnewAlreadyExists.json

Lines changed: 1188 additions & 108 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneAddRemoveRecordSet.json

Lines changed: 678 additions & 111 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrud.json

Lines changed: 748 additions & 112 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrudPrivateRegistrationVnet.json

Lines changed: 320 additions & 1884 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrudPrivateResolutionVnet.json

Lines changed: 931 additions & 351 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrudTrimsDot.json

Lines changed: 722 additions & 101 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrudWithPiping.json

Lines changed: 1394 additions & 113 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrudWithPipingTrimsDot.json

Lines changed: 554 additions & 71 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneList.json

Lines changed: 1447 additions & 103 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneListSubscription.json

Lines changed: 1700 additions & 92 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneNewAlreadyExists.json

Lines changed: 466 additions & 58 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneRemoveEtagMismatch.json

Lines changed: 1584 additions & 54 deletions
Large diffs are not rendered by default.

src/ResourceManager/Dns/Commands.Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneRemoveNotFound.json

Lines changed: 284 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Entries": [
33
{
4-
"RequestUri": "/subscriptions/3cfb1b34-e5a9-4f98-bf9c-e4d69a6b170c/resourcegroups/onesdk1007?api-version=2016-02-01",
5-
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2NmYjFiMzQtZTVhOS00Zjk4LWJmOWMtZTRkNjlhNmIxNzBjL3Jlc291cmNlZ3JvdXBzL29uZXNkazEwMDc/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==",
4+
"RequestUri": "/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/resourcegroups/onesdk1573?api-version=2016-02-01",
5+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWQ5YWU0YWEtZjk3My00YzliLWExNTEtNDgwODg0YjJlNjhlL3Jlc291cmNlZ3JvdXBzL29uZXNkazE1NzM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==",
66
"RequestMethod": "PUT",
77
"RequestBody": "{\r\n \"location\": \"West US\"\r\n}",
88
"RequestHeaders": {
@@ -16,7 +16,7 @@
1616
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
1717
]
1818
},
19-
"ResponseBody": "{\r\n \"id\": \"/subscriptions/3cfb1b34-e5a9-4f98-bf9c-e4d69a6b170c/resourceGroups/onesdk1007\",\r\n \"name\": \"onesdk1007\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
19+
"ResponseBody": "{\r\n \"id\": \"/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/resourceGroups/onesdk1573\",\r\n \"name\": \"onesdk1573\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
2020
"ResponseHeaders": {
2121
"Content-Length": [
2222
"173"
@@ -31,16 +31,16 @@
3131
"no-cache"
3232
],
3333
"x-ms-ratelimit-remaining-subscription-writes": [
34-
"1175"
34+
"1189"
3535
],
3636
"x-ms-request-id": [
37-
"d689db74-9fa5-48f7-ac73-f3af6814d070"
37+
"a997fded-68fa-49d6-83d5-111c1c9b0013"
3838
],
3939
"x-ms-correlation-request-id": [
40-
"d689db74-9fa5-48f7-ac73-f3af6814d070"
40+
"a997fded-68fa-49d6-83d5-111c1c9b0013"
4141
],
4242
"x-ms-routing-request-id": [
43-
"CENTRALUS:20160706T014303Z:d689db74-9fa5-48f7-ac73-f3af6814d070"
43+
"CENTRALUS:20170913T232754Z:a997fded-68fa-49d6-83d5-111c1c9b0013"
4444
],
4545
"Strict-Transport-Security": [
4646
"max-age=31536000; includeSubDomains"
@@ -49,28 +49,31 @@
4949
"no-cache"
5050
],
5151
"Date": [
52-
"Wed, 06 Jul 2016 01:43:03 GMT"
52+
"Wed, 13 Sep 2017 23:27:54 GMT"
5353
]
5454
},
5555
"StatusCode": 201
5656
},
5757
{
58-
"RequestUri": "/subscriptions/3cfb1b34-e5a9-4f98-bf9c-e4d69a6b170c/resourceGroups/onesdk1007/providers/Microsoft.Network/dnszones/onesdk3368.pstest.test?api-version=2016-04-01",
59-
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2NmYjFiMzQtZTVhOS00Zjk4LWJmOWMtZTRkNjlhNmIxNzBjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwMDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2Ruc3pvbmVzL29uZXNkazMzNjgucHN0ZXN0LnRlc3Q/YXBpLXZlcnNpb249MjAxNi0wNC0wMQ==",
58+
"RequestUri": "/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/resourceGroups/onesdk1573/providers/Microsoft.Network/dnsZones/onesdk1186.pstest.test?api-version=2017-09-15-preview",
59+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWQ5YWU0YWEtZjk3My00YzliLWExNTEtNDgwODg0YjJlNjhlL3Jlc291cmNlR3JvdXBzL29uZXNkazE1NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2Ruc1pvbmVzL29uZXNkazExODYucHN0ZXN0LnRlc3Q/YXBpLXZlcnNpb249MjAxNy0wOS0xNS1wcmV2aWV3",
6060
"RequestMethod": "GET",
6161
"RequestBody": "",
6262
"RequestHeaders": {
6363
"x-ms-client-request-id": [
64-
"41ff11c9-5b7f-47bc-a022-b382c297929d"
64+
"6b5b6a44-fa33-4a81-9d04-579376b165f5"
6565
],
6666
"accept-language": [
6767
"en-US"
6868
],
6969
"User-Agent": [
70-
"Microsoft.Azure.Management.Dns.DnsManagementClient/1.7.2-preview"
70+
"FxVersion/4.7.2102.0",
71+
"OSName/Windows_10_Enterprise",
72+
"OSVersion/6.3.15063",
73+
"Microsoft.Azure.Management.Dns.DnsManagementClient/1.11.0-preview"
7174
]
7275
},
73-
"ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/dnszones/onesdk3368.pstest.test' under resource group 'onesdk1007' was not found.\"\r\n }\r\n}",
76+
"ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/dnszones/onesdk1186.pstest.test' under resource group 'onesdk1573' was not found.\"\r\n }\r\n}",
7477
"ResponseHeaders": {
7578
"Content-Length": [
7679
"163"
@@ -88,13 +91,13 @@
8891
"gateway"
8992
],
9093
"x-ms-request-id": [
91-
"af137365-ed17-408d-8aa2-b0fcfee75c7b"
94+
"42b1bd1f-875f-4cc0-aa59-771e8bff3f11"
9295
],
9396
"x-ms-correlation-request-id": [
94-
"af137365-ed17-408d-8aa2-b0fcfee75c7b"
97+
"42b1bd1f-875f-4cc0-aa59-771e8bff3f11"
9598
],
9699
"x-ms-routing-request-id": [
97-
"CENTRALUS:20160706T014304Z:af137365-ed17-408d-8aa2-b0fcfee75c7b"
100+
"CENTRALUS:20170913T232754Z:42b1bd1f-875f-4cc0-aa59-771e8bff3f11"
98101
],
99102
"Strict-Transport-Security": [
100103
"max-age=31536000; includeSubDomains"
@@ -103,19 +106,280 @@
103106
"no-cache"
104107
],
105108
"Date": [
106-
"Wed, 06 Jul 2016 01:43:03 GMT"
109+
"Wed, 13 Sep 2017 23:27:53 GMT"
107110
]
108111
},
109112
"StatusCode": 404
113+
},
114+
{
115+
"RequestUri": "/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/resourcegroups/onesdk1573?api-version=2016-02-01",
116+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWQ5YWU0YWEtZjk3My00YzliLWExNTEtNDgwODg0YjJlNjhlL3Jlc291cmNlZ3JvdXBzL29uZXNkazE1NzM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==",
117+
"RequestMethod": "DELETE",
118+
"RequestBody": "",
119+
"RequestHeaders": {
120+
"User-Agent": [
121+
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
122+
]
123+
},
124+
"ResponseBody": "",
125+
"ResponseHeaders": {
126+
"Content-Length": [
127+
"0"
128+
],
129+
"Expires": [
130+
"-1"
131+
],
132+
"Pragma": [
133+
"no-cache"
134+
],
135+
"Retry-After": [
136+
"15"
137+
],
138+
"x-ms-ratelimit-remaining-subscription-writes": [
139+
"1191"
140+
],
141+
"x-ms-request-id": [
142+
"4f51e168-48d5-4756-84f1-1dbea5976fe4"
143+
],
144+
"x-ms-correlation-request-id": [
145+
"4f51e168-48d5-4756-84f1-1dbea5976fe4"
146+
],
147+
"x-ms-routing-request-id": [
148+
"CENTRALUS:20170913T232755Z:4f51e168-48d5-4756-84f1-1dbea5976fe4"
149+
],
150+
"Strict-Transport-Security": [
151+
"max-age=31536000; includeSubDomains"
152+
],
153+
"Cache-Control": [
154+
"no-cache"
155+
],
156+
"Date": [
157+
"Wed, 13 Sep 2017 23:27:54 GMT"
158+
],
159+
"Location": [
160+
"https://api-dogfood.resources.windows-int.net/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxNTczLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-02-01"
161+
]
162+
},
163+
"StatusCode": 202
164+
},
165+
{
166+
"RequestUri": "/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxNTczLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-02-01",
167+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWQ5YWU0YWEtZjk3My00YzliLWExNTEtNDgwODg0YjJlNjhlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hOVGN6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx",
168+
"RequestMethod": "GET",
169+
"RequestBody": "",
170+
"RequestHeaders": {
171+
"x-ms-version": [
172+
"2016-02-01"
173+
],
174+
"User-Agent": [
175+
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
176+
]
177+
},
178+
"ResponseBody": "",
179+
"ResponseHeaders": {
180+
"Content-Length": [
181+
"0"
182+
],
183+
"Expires": [
184+
"-1"
185+
],
186+
"Pragma": [
187+
"no-cache"
188+
],
189+
"Retry-After": [
190+
"15"
191+
],
192+
"x-ms-ratelimit-remaining-subscription-reads": [
193+
"14987"
194+
],
195+
"x-ms-request-id": [
196+
"c0a0f653-c68d-4541-b000-adbd906e69b6"
197+
],
198+
"x-ms-correlation-request-id": [
199+
"c0a0f653-c68d-4541-b000-adbd906e69b6"
200+
],
201+
"x-ms-routing-request-id": [
202+
"CENTRALUS:20170913T232755Z:c0a0f653-c68d-4541-b000-adbd906e69b6"
203+
],
204+
"Strict-Transport-Security": [
205+
"max-age=31536000; includeSubDomains"
206+
],
207+
"Cache-Control": [
208+
"no-cache"
209+
],
210+
"Date": [
211+
"Wed, 13 Sep 2017 23:27:54 GMT"
212+
],
213+
"Location": [
214+
"https://api-dogfood.resources.windows-int.net/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxNTczLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-02-01"
215+
]
216+
},
217+
"StatusCode": 202
218+
},
219+
{
220+
"RequestUri": "/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxNTczLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-02-01",
221+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWQ5YWU0YWEtZjk3My00YzliLWExNTEtNDgwODg0YjJlNjhlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hOVGN6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx",
222+
"RequestMethod": "GET",
223+
"RequestBody": "",
224+
"RequestHeaders": {
225+
"x-ms-version": [
226+
"2016-02-01"
227+
],
228+
"User-Agent": [
229+
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
230+
]
231+
},
232+
"ResponseBody": "",
233+
"ResponseHeaders": {
234+
"Content-Length": [
235+
"0"
236+
],
237+
"Expires": [
238+
"-1"
239+
],
240+
"Pragma": [
241+
"no-cache"
242+
],
243+
"Retry-After": [
244+
"15"
245+
],
246+
"x-ms-ratelimit-remaining-subscription-reads": [
247+
"14986"
248+
],
249+
"x-ms-request-id": [
250+
"a90f7330-c45a-410f-b61e-2253836215d2"
251+
],
252+
"x-ms-correlation-request-id": [
253+
"a90f7330-c45a-410f-b61e-2253836215d2"
254+
],
255+
"x-ms-routing-request-id": [
256+
"CENTRALUS:20170913T232810Z:a90f7330-c45a-410f-b61e-2253836215d2"
257+
],
258+
"Strict-Transport-Security": [
259+
"max-age=31536000; includeSubDomains"
260+
],
261+
"Cache-Control": [
262+
"no-cache"
263+
],
264+
"Date": [
265+
"Wed, 13 Sep 2017 23:28:09 GMT"
266+
],
267+
"Location": [
268+
"https://api-dogfood.resources.windows-int.net/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxNTczLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-02-01"
269+
]
270+
},
271+
"StatusCode": 202
272+
},
273+
{
274+
"RequestUri": "/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxNTczLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-02-01",
275+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWQ5YWU0YWEtZjk3My00YzliLWExNTEtNDgwODg0YjJlNjhlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hOVGN6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx",
276+
"RequestMethod": "GET",
277+
"RequestBody": "",
278+
"RequestHeaders": {
279+
"x-ms-version": [
280+
"2016-02-01"
281+
],
282+
"User-Agent": [
283+
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
284+
]
285+
},
286+
"ResponseBody": "",
287+
"ResponseHeaders": {
288+
"Content-Length": [
289+
"0"
290+
],
291+
"Expires": [
292+
"-1"
293+
],
294+
"Pragma": [
295+
"no-cache"
296+
],
297+
"Retry-After": [
298+
"15"
299+
],
300+
"x-ms-ratelimit-remaining-subscription-reads": [
301+
"14985"
302+
],
303+
"x-ms-request-id": [
304+
"da101bcf-5a29-42ce-add5-636f26d7c425"
305+
],
306+
"x-ms-correlation-request-id": [
307+
"da101bcf-5a29-42ce-add5-636f26d7c425"
308+
],
309+
"x-ms-routing-request-id": [
310+
"CENTRALUS:20170913T232825Z:da101bcf-5a29-42ce-add5-636f26d7c425"
311+
],
312+
"Strict-Transport-Security": [
313+
"max-age=31536000; includeSubDomains"
314+
],
315+
"Cache-Control": [
316+
"no-cache"
317+
],
318+
"Date": [
319+
"Wed, 13 Sep 2017 23:28:25 GMT"
320+
],
321+
"Location": [
322+
"https://api-dogfood.resources.windows-int.net/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxNTczLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-02-01"
323+
]
324+
},
325+
"StatusCode": 202
326+
},
327+
{
328+
"RequestUri": "/subscriptions/9d9ae4aa-f973-4c9b-a151-480884b2e68e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxNTczLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-02-01",
329+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWQ5YWU0YWEtZjk3My00YzliLWExNTEtNDgwODg0YjJlNjhlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hOVGN6TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx",
330+
"RequestMethod": "GET",
331+
"RequestBody": "",
332+
"RequestHeaders": {
333+
"x-ms-version": [
334+
"2016-02-01"
335+
],
336+
"User-Agent": [
337+
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
338+
]
339+
},
340+
"ResponseBody": "",
341+
"ResponseHeaders": {
342+
"Content-Length": [
343+
"0"
344+
],
345+
"Expires": [
346+
"-1"
347+
],
348+
"Pragma": [
349+
"no-cache"
350+
],
351+
"x-ms-ratelimit-remaining-subscription-reads": [
352+
"14984"
353+
],
354+
"x-ms-request-id": [
355+
"7e4309b4-5564-488e-9103-4f632f757514"
356+
],
357+
"x-ms-correlation-request-id": [
358+
"7e4309b4-5564-488e-9103-4f632f757514"
359+
],
360+
"x-ms-routing-request-id": [
361+
"CENTRALUS:20170913T232840Z:7e4309b4-5564-488e-9103-4f632f757514"
362+
],
363+
"Strict-Transport-Security": [
364+
"max-age=31536000; includeSubDomains"
365+
],
366+
"Cache-Control": [
367+
"no-cache"
368+
],
369+
"Date": [
370+
"Wed, 13 Sep 2017 23:28:39 GMT"
371+
]
372+
},
373+
"StatusCode": 200
110374
}
111375
],
112376
"Names": {
113377
"Test-ZoneRemoveNonExisting": [
114-
"onesdk3368",
115-
"onesdk1007"
378+
"onesdk1186",
379+
"onesdk1573"
116380
]
117381
},
118382
"Variables": {
119-
"SubscriptionId": "3cfb1b34-e5a9-4f98-bf9c-e4d69a6b170c"
383+
"SubscriptionId": "9d9ae4aa-f973-4c9b-a151-480884b2e68e"
120384
}
121385
}

0 commit comments

Comments
 (0)