Skip to content

Commit 29b75ee

Browse files
author
Ed Munoz
committed
Add session record for IPForwardingTests constructor
1 parent f008bda commit 29b75ee

File tree

1 file changed

+293
-0
lines changed
  • src/ServiceManagement/Network/Commands.Network.Test/SessionRecords/Microsoft.Azure.Commands.Network.Test.ScenarioTests.IPForwardingScenarioTests

1 file changed

+293
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,293 @@
1+
{
2+
"Entries": [
3+
{
4+
"RequestUri": "/d2599f84-5099-4ef0-8548-d4765d6a0718/locations",
5+
"EncodedRequestUri": "L2QyNTk5Zjg0LTUwOTktNGVmMC04NTQ4LWQ0NzY1ZDZhMDcxOC9sb2NhdGlvbnM=",
6+
"RequestMethod": "GET",
7+
"RequestBody": "",
8+
"RequestHeaders": {
9+
"x-ms-version": [
10+
"2014-10-01"
11+
],
12+
"User-Agent": [
13+
"Microsoft.WindowsAzure.Management.ManagementClient/4.0.0.0"
14+
]
15+
},
16+
"ResponseBody": "<Locations xmlns=\"http://schemas.microsoft.com/windowsazure\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <Location>\r\n <Name>North Central US</Name>\r\n <DisplayName>North Central US</DisplayName>\r\n <AvailableServices>\r\n <AvailableService>Compute</AvailableService>\r\n <AvailableService>Storage</AvailableService>\r\n <AvailableService>PersistentVMRole</AvailableService>\r\n </AvailableServices>\r\n <ComputeCapabilities>\r\n <WebWorkerRoleSizes>\r\n <RoleSize>ExtraLarge</RoleSize>\r\n <RoleSize>ExtraSmall</RoleSize>\r\n <RoleSize>ExtraSmall_Internal</RoleSize>\r\n <RoleSize>Large</RoleSize>\r\n <RoleSize>Medium</RoleSize>\r\n <RoleSize>Medium_Internal</RoleSize>\r\n <RoleSize>Small</RoleSize>\r\n </WebWorkerRoleSizes>\r\n <VirtualMachinesRoleSizes>\r\n <RoleSize>Basic_A0</RoleSize>\r\n <RoleSize>Basic_A1</RoleSize>\r\n <RoleSize>Basic_A2</RoleSize>\r\n <RoleSize>Basic_A3</RoleSize>\r\n <RoleSize>Basic_A4</RoleSize>\r\n <RoleSize>ExtraLarge</RoleSize>\r\n <RoleSize>ExtraSmall</RoleSize>\r\n <RoleSize>Large</RoleSize>\r\n <RoleSize>Medium</RoleSize>\r\n <RoleSize>Small</RoleSize>\r\n </VirtualMachinesRoleSizes>\r\n </ComputeCapabilities>\r\n <StorageCapabilities>\r\n <StorageAccountTypes>\r\n <StorageAccountType>Standard_LRS</StorageAccountType>\r\n <StorageAccountType>Standard_ZRS</StorageAccountType>\r\n <StorageAccountType>Standard_GRS</StorageAccountType>\r\n <StorageAccountType>Standard_RAGRS</StorageAccountType>\r\n </StorageAccountTypes>\r\n </StorageCapabilities>\r\n </Location>\r\n <Location>\r\n <Name>West US</Name>\r\n <DisplayName>West US</DisplayName>\r\n <AvailableServices>\r\n <AvailableService>Compute</AvailableService>\r\n <AvailableService>Storage</AvailableService>\r\n </AvailableServices>\r\n <ComputeCapabilities>\r\n <WebWorkerRoleSizes />\r\n <VirtualMachinesRoleSizes />\r\n </ComputeCapabilities>\r\n <StorageCapabilities>\r\n <StorageAccountTypes>\r\n <StorageAccountType>Standard_LRS</StorageAccountType>\r\n <StorageAccountType>Standard_ZRS</StorageAccountType>\r\n <StorageAccountType>Standard_GRS</StorageAccountType>\r\n <StorageAccountType>Standard_RAGRS</StorageAccountType>\r\n </StorageAccountTypes>\r\n </StorageCapabilities>\r\n </Location>\r\n</Locations>",
17+
"ResponseHeaders": {
18+
"Content-Length": [
19+
"1931"
20+
],
21+
"Content-Type": [
22+
"application/xml; charset=utf-8"
23+
],
24+
"x-ms-request-id": [
25+
"06ebe4cabc5455a9ab598d3c49b7b2b4"
26+
],
27+
"Cache-Control": [
28+
"no-cache"
29+
],
30+
"Date": [
31+
"Fri, 17 Apr 2015 01:32:03 GMT"
32+
],
33+
"Server": [
34+
"1.0.6190.5938",
35+
"(rd_rdfe_n.150412-2000)",
36+
"Microsoft-HTTPAPI/2.0"
37+
]
38+
},
39+
"StatusCode": 200
40+
},
41+
{
42+
"RequestUri": "/d2599f84-5099-4ef0-8548-d4765d6a0718/operations/06ebe4cabc5455a9ab598d3c49b7b2b4",
43+
"EncodedRequestUri": "L2QyNTk5Zjg0LTUwOTktNGVmMC04NTQ4LWQ0NzY1ZDZhMDcxOC9vcGVyYXRpb25zLzA2ZWJlNGNhYmM1NDU1YTlhYjU5OGQzYzQ5YjdiMmI0",
44+
"RequestMethod": "GET",
45+
"RequestBody": "",
46+
"RequestHeaders": {
47+
"x-ms-version": [
48+
"2014-10-01"
49+
],
50+
"User-Agent": [
51+
"Microsoft.WindowsAzure.Management.ManagementClient/4.0.0.0"
52+
]
53+
},
54+
"ResponseBody": "<Operation xmlns=\"http://schemas.microsoft.com/windowsazure\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <ID>06ebe4ca-bc54-55a9-ab59-8d3c49b7b2b4</ID>\r\n <Status>Succeeded</Status>\r\n <HttpStatusCode>200</HttpStatusCode>\r\n</Operation>",
55+
"ResponseHeaders": {
56+
"Content-Length": [
57+
"232"
58+
],
59+
"Content-Type": [
60+
"application/xml; charset=utf-8"
61+
],
62+
"x-ms-request-id": [
63+
"a1ae86d3230e54eaa7df91716d4b1c07"
64+
],
65+
"Cache-Control": [
66+
"no-cache"
67+
],
68+
"Date": [
69+
"Fri, 17 Apr 2015 01:32:03 GMT"
70+
],
71+
"Server": [
72+
"1.0.6190.5938",
73+
"(rd_rdfe_n.150412-2000)",
74+
"Microsoft-HTTPAPI/2.0"
75+
]
76+
},
77+
"StatusCode": 200
78+
},
79+
{
80+
"RequestUri": "/d2599f84-5099-4ef0-8548-d4765d6a0718/services/hostedservices",
81+
"EncodedRequestUri": "L2QyNTk5Zjg0LTUwOTktNGVmMC04NTQ4LWQ0NzY1ZDZhMDcxOC9zZXJ2aWNlcy9ob3N0ZWRzZXJ2aWNlcw==",
82+
"RequestMethod": "GET",
83+
"RequestBody": "",
84+
"RequestHeaders": {
85+
"x-ms-version": [
86+
"2015-04-01"
87+
],
88+
"User-Agent": [
89+
"Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient/9.0.0.0"
90+
]
91+
},
92+
"ResponseBody": "<HostedServices xmlns=\"http://schemas.microsoft.com/windowsazure\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" />",
93+
"ResponseHeaders": {
94+
"Content-Length": [
95+
"119"
96+
],
97+
"Content-Type": [
98+
"application/xml; charset=utf-8"
99+
],
100+
"Strict-Transport-Security": [
101+
"max-age=31536000; includeSubDomains"
102+
],
103+
"x-ms-request-id": [
104+
"e26aa9352e3754ea8d7f7002d33c767c"
105+
],
106+
"Cache-Control": [
107+
"no-cache"
108+
],
109+
"Date": [
110+
"Fri, 17 Apr 2015 01:32:05 GMT"
111+
],
112+
"Server": [
113+
"1.0.6190.5938",
114+
"(rd_rdfe_n.150412-2000)",
115+
"Microsoft-HTTPAPI/2.0"
116+
]
117+
},
118+
"StatusCode": 200
119+
},
120+
{
121+
"RequestUri": "/d2599f84-5099-4ef0-8548-d4765d6a0718/operations/e26aa9352e3754ea8d7f7002d33c767c",
122+
"EncodedRequestUri": "L2QyNTk5Zjg0LTUwOTktNGVmMC04NTQ4LWQ0NzY1ZDZhMDcxOC9vcGVyYXRpb25zL2UyNmFhOTM1MmUzNzU0ZWE4ZDdmNzAwMmQzM2M3Njdj",
123+
"RequestMethod": "GET",
124+
"RequestBody": "",
125+
"RequestHeaders": {
126+
"x-ms-version": [
127+
"2014-10-01"
128+
],
129+
"User-Agent": [
130+
"Microsoft.WindowsAzure.Management.ManagementClient/4.0.0.0"
131+
]
132+
},
133+
"ResponseBody": "<Operation xmlns=\"http://schemas.microsoft.com/windowsazure\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <ID>e26aa935-2e37-54ea-8d7f-7002d33c767c</ID>\r\n <Status>Succeeded</Status>\r\n <HttpStatusCode>200</HttpStatusCode>\r\n</Operation>",
134+
"ResponseHeaders": {
135+
"Content-Length": [
136+
"232"
137+
],
138+
"Content-Type": [
139+
"application/xml; charset=utf-8"
140+
],
141+
"x-ms-request-id": [
142+
"db79d7f880c657ed8ee0010a1412eabd"
143+
],
144+
"Cache-Control": [
145+
"no-cache"
146+
],
147+
"Date": [
148+
"Fri, 17 Apr 2015 01:32:06 GMT"
149+
],
150+
"Server": [
151+
"1.0.6190.5938",
152+
"(rd_rdfe_n.150412-2000)",
153+
"Microsoft-HTTPAPI/2.0"
154+
]
155+
},
156+
"StatusCode": 200
157+
},
158+
{
159+
"RequestUri": "/d2599f84-5099-4ef0-8548-d4765d6a0718/services/networking/media",
160+
"EncodedRequestUri": "L2QyNTk5Zjg0LTUwOTktNGVmMC04NTQ4LWQ0NzY1ZDZhMDcxOC9zZXJ2aWNlcy9uZXR3b3JraW5nL21lZGlh",
161+
"RequestMethod": "PUT",
162+
"RequestBody": "<NetworkConfiguration xmlns=\"http://schemas.microsoft.com/ServiceHosting/2011/07/NetworkConfiguration\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <VirtualNetworkConfiguration></VirtualNetworkConfiguration>\r\n</NetworkConfiguration>",
163+
"RequestHeaders": {
164+
"Content-Type": [
165+
"application/octet-stream"
166+
],
167+
"Content-Length": [
168+
"257"
169+
],
170+
"x-ms-version": [
171+
"2015-04-01"
172+
],
173+
"User-Agent": [
174+
"Microsoft.WindowsAzure.Management.Network.NetworkManagementClient/7.0.0.0"
175+
]
176+
},
177+
"ResponseBody": "",
178+
"ResponseHeaders": {
179+
"Content-Length": [
180+
"0"
181+
],
182+
"Strict-Transport-Security": [
183+
"max-age=31536000; includeSubDomains"
184+
],
185+
"x-ms-request-id": [
186+
"7712d94b75385925ab0d59e3f4829bef"
187+
],
188+
"Cache-Control": [
189+
"no-cache"
190+
],
191+
"Date": [
192+
"Fri, 17 Apr 2015 01:32:08 GMT"
193+
],
194+
"Server": [
195+
"1.0.6190.5938",
196+
"(rd_rdfe_n.150412-2000)",
197+
"Microsoft-HTTPAPI/2.0"
198+
]
199+
},
200+
"StatusCode": 202
201+
},
202+
{
203+
"RequestUri": "/d2599f84-5099-4ef0-8548-d4765d6a0718/operations/7712d94b75385925ab0d59e3f4829bef",
204+
"EncodedRequestUri": "L2QyNTk5Zjg0LTUwOTktNGVmMC04NTQ4LWQ0NzY1ZDZhMDcxOC9vcGVyYXRpb25zLzc3MTJkOTRiNzUzODU5MjVhYjBkNTllM2Y0ODI5YmVm",
205+
"RequestMethod": "GET",
206+
"RequestBody": "",
207+
"RequestHeaders": {
208+
"x-ms-version": [
209+
"2015-04-01"
210+
],
211+
"User-Agent": [
212+
"Microsoft.WindowsAzure.Management.Network.NetworkManagementClient/7.0.0.0"
213+
]
214+
},
215+
"ResponseBody": "<Operation xmlns=\"http://schemas.microsoft.com/windowsazure\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <ID>7712d94b-7538-5925-ab0d-59e3f4829bef</ID>\r\n <Status>InProgress</Status>\r\n</Operation>",
216+
"ResponseHeaders": {
217+
"Content-Length": [
218+
"197"
219+
],
220+
"Content-Type": [
221+
"application/xml; charset=utf-8"
222+
],
223+
"Strict-Transport-Security": [
224+
"max-age=31536000; includeSubDomains"
225+
],
226+
"x-ms-request-id": [
227+
"a4dcb473b28a51aeb4495ea34d0a8add"
228+
],
229+
"Cache-Control": [
230+
"no-cache"
231+
],
232+
"Date": [
233+
"Fri, 17 Apr 2015 01:32:09 GMT"
234+
],
235+
"Server": [
236+
"1.0.6190.5938",
237+
"(rd_rdfe_n.150412-2000)",
238+
"Microsoft-HTTPAPI/2.0"
239+
]
240+
},
241+
"StatusCode": 200
242+
},
243+
{
244+
"RequestUri": "/d2599f84-5099-4ef0-8548-d4765d6a0718/operations/7712d94b75385925ab0d59e3f4829bef",
245+
"EncodedRequestUri": "L2QyNTk5Zjg0LTUwOTktNGVmMC04NTQ4LWQ0NzY1ZDZhMDcxOC9vcGVyYXRpb25zLzc3MTJkOTRiNzUzODU5MjVhYjBkNTllM2Y0ODI5YmVm",
246+
"RequestMethod": "GET",
247+
"RequestBody": "",
248+
"RequestHeaders": {
249+
"x-ms-version": [
250+
"2015-04-01"
251+
],
252+
"User-Agent": [
253+
"Microsoft.WindowsAzure.Management.Network.NetworkManagementClient/7.0.0.0"
254+
]
255+
},
256+
"ResponseBody": "<Operation xmlns=\"http://schemas.microsoft.com/windowsazure\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <ID>7712d94b-7538-5925-ab0d-59e3f4829bef</ID>\r\n <Status>Succeeded</Status>\r\n <HttpStatusCode>200</HttpStatusCode>\r\n</Operation>",
257+
"ResponseHeaders": {
258+
"Content-Length": [
259+
"232"
260+
],
261+
"Content-Type": [
262+
"application/xml; charset=utf-8"
263+
],
264+
"Strict-Transport-Security": [
265+
"max-age=31536000; includeSubDomains"
266+
],
267+
"x-ms-request-id": [
268+
"e26b8e08ba335ae7b04c400c5620cad9"
269+
],
270+
"Cache-Control": [
271+
"no-cache"
272+
],
273+
"Date": [
274+
"Fri, 17 Apr 2015 01:32:40 GMT"
275+
],
276+
"Server": [
277+
"1.0.6190.5938",
278+
"(rd_rdfe_n.150412-2000)",
279+
"Microsoft-HTTPAPI/2.0"
280+
]
281+
},
282+
"StatusCode": 200
283+
}
284+
],
285+
"Names": {
286+
"": [
287+
"onesdk5298"
288+
]
289+
},
290+
"Variables": {
291+
"SubscriptionId": "87df2726-e605-4b12-b97d-cc2098323ab0"
292+
}
293+
}

0 commit comments

Comments
 (0)