diff --git a/src/SDKs/Compute/Compute.Tests/ScenarioTests/ExtensionTests.cs b/src/SDKs/Compute/Compute.Tests/ScenarioTests/ExtensionTests.cs index bd507a3de87e..f0d262b9eb6f 100644 --- a/src/SDKs/Compute/Compute.Tests/ScenarioTests/ExtensionTests.cs +++ b/src/SDKs/Compute/Compute.Tests/ScenarioTests/ExtensionTests.cs @@ -84,7 +84,7 @@ public void TestVMExtensionOperations() ValidateVMExtension(vmExtension, getVMExtResponse); // Perform a GetExtensions on the VM - var getVMExtsResponse = m_CrpClient.VirtualMachines.GetExtensions(rgName, vm.Name); + var getVMExtsResponse = m_CrpClient.VirtualMachineExtensions.List(rgName, vm.Name); Assert.Equal(1, getVMExtsResponse.Value.Count); Assert.Equal("vmext01", getVMExtsResponse.Value[0].Name); ValidateVMExtension(vmExtension, getVMExtsResponse.Value[0]); diff --git a/src/SDKs/Compute/Compute.Tests/SessionRecords/Compute.Tests.VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndIPTags.json b/src/SDKs/Compute/Compute.Tests/SessionRecords/Compute.Tests.VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndIPTags.json new file mode 100644 index 000000000000..9d803ebf0ddd --- /dev/null +++ b/src/SDKs/Compute/Compute.Tests/SessionRecords/Compute.Tests.VMScaleSetNetworkProfileTests/TestVMScaleSetWithPublicIPAndIPTags.json @@ -0,0 +1,5059 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b1b91c95-c971-4e66-b3e9-e8c46ee88b94" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "[\r\n {\r\n \"location\": \"westcentralus\",\r\n \"name\": \"4.127.20170406\",\r\n \"id\": \"/Subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/Providers/Microsoft.Compute/Locations/westcentralus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20170406\"\r\n }\r\n]", + "ResponseHeaders": { + "Content-Length": [ + "321" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1c315a5e-b16f-4f78-bf87-5b578ab3009a_131527603461334830" + ], + "x-ms-request-id": [ + "d5900737-1f44-4aff-bad3-6cf5e625765f" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "1dcedd3f-09bb-47ab-a6ca-fa52f3c68933" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002757Z:1dcedd3f-09bb-47ab-a6ca-fa52f3c68933" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:27:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourcegroups/crptestar62161?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar62161\": \"2018-06-02 00:27:58Z\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "100" + ], + "x-ms-client-request-id": [ + "f7fe7235-a2b6-42dc-bb35-e11adc58a2ba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161\",\r\n \"name\": \"crptestar62161\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"crptestar62161\": \"2018-06-02 00:27:58Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "237" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "9c34519f-3e34-4506-b6c6-079d7baae028" + ], + "x-ms-correlation-request-id": [ + "9c34519f-3e34-4506-b6c6-079d7baae028" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002759Z:9c34519f-3e34-4506-b6c6-079d7baae028" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:27:59 GMT" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourcegroups/crptestar62161?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "35" + ], + "x-ms-client-request-id": [ + "ac561019-b4a8-4883-ab3b-581c5e731880" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161\",\r\n \"name\": \"crptestar62161\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "a33bbfb0-a7af-4469-9018-d2bd2c84574d" + ], + "x-ms-correlation-request-id": [ + "a33bbfb0-a7af-4469-9018-d2bd2c84574d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002850Z:a33bbfb0-a7af-4469-9018-d2bd2c84574d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Storage/storageAccounts/crptestar1480?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTQ4MD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "95" + ], + "x-ms-client-request-id": [ + "cd67baf9-4de1-434d-998c-37664cb46139" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-request-id": [ + "c17ac179-0de3-43df-99ca-1e46e5f0a380" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "3598e11f-b561-48f8-9999-6de0f455db8a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002800Z:3598e11f-b561-48f8-9999-6de0f455db8a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:00 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Storage/locations/westcentralus/asyncoperations/c17ac179-0de3-43df-99ca-1e46e5f0a380?monitor=true&api-version=2015-06-15" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Storage/locations/westcentralus/asyncoperations/c17ac179-0de3-43df-99ca-1e46e5f0a380?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9hc3luY29wZXJhdGlvbnMvYzE3YWMxNzktMGRlMy00M2RmLTk5Y2EtMWU0NmU1ZjBhMzgwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "95" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a41d00c8-6983-4116-b1b1-f9749aaac01c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "f73a953b-84d3-4726-b6e7-50afdc3d4eb2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002817Z:f73a953b-84d3-4726-b6e7-50afdc3d4eb2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:17 GMT" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9a7acf-ca80-45d4-973a-d91f06b29f5e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Storage/storageAccounts/crptestar1480\",\r\n \"name\": \"crptestar1480\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-06-02T00:28:00.2807397Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1480.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1480.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1480.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1480.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus2\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "752" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d9845be8-e25c-43eb-b099-87337e5c4272" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "9997430f-5b7e-46b6-a3ac-00380eb49b93" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002828Z:9997430f-5b7e-46b6-a3ac-00380eb49b93" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:27 GMT" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Storage/storageAccounts/crptestar1480?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY3JwdGVzdGFyMTQ4MD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "504f62c5-1881-4c75-b8ef-d58d6b6bdfe2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Storage/storageAccounts/crptestar1480\",\r\n \"name\": \"crptestar1480\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-06-02T00:28:00.2807397Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar1480.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar1480.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar1480.table.core.windows.net/\",\r\n \"file\": \"https://crptestar1480.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus2\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "740" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8646e4b8-0fd3-43fe-b77a-74a7f334b8e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "7bbf58a1-f9d1-47ce-a303-102756519b94" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002828Z:7bbf58a1-f9d1-47ce-a303-102756519b94" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:28 GMT" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NjIxP2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"name\": \"sn14214\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n },\r\n \"name\": \"sn281\"\r\n }\r\n ]\r\n },\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "526" + ], + "x-ms-client-request-id": [ + "b2de7a60-079e-46d6-b0f4-7bb2ea54a662" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn9621\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621\",\r\n \"etag\": \"W/\\\"2ce2f2d2-b073-4789-b0fe-93da4d27a2f7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2cd22ea6-2935-4899-9b26-beca0818cdf7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn14214\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn14214\",\r\n \"etag\": \"W/\\\"2ce2f2d2-b073-4789-b0fe-93da4d27a2f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n }\r\n },\r\n {\r\n \"name\": \"sn281\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\",\r\n \"etag\": \"W/\\\"2ce2f2d2-b073-4789-b0fe-93da4d27a2f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n }\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": []\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1477" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "db392963-4439-495b-9cc9-2c2afdb45029" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Network/locations/westcentralus/operations/db392963-4439-495b-9cc9-2c2afdb45029?api-version=2017-03-01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "0ff13c8b-fd7c-434a-9c08-bc1a163246fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002829Z:0ff13c8b-fd7c-434a-9c08-bc1a163246fd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:29 GMT" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Network/locations/westcentralus/operations/db392963-4439-495b-9cc9-2c2afdb45029?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RiMzkyOTYzLTQ0MzktNDk1Yi05Y2M5LTJjMmFmZGI0NTAyOT9hcGktdmVyc2lvbj0yMDE3LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b68a9167-1643-4ec6-b472-2cb8fd9f8466" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "f6705cec-c02e-40af-b1ae-63b8fadb1057" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002839Z:f6705cec-c02e-40af-b1ae-63b8fadb1057" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Network/locations/westcentralus/operations/db392963-4439-495b-9cc9-2c2afdb45029?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RiMzkyOTYzLTQ0MzktNDk1Yi05Y2M5LTJjMmFmZGI0NTAyOT9hcGktdmVyc2lvbj0yMDE3LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cbd03bc4-9cc9-4043-974d-684eec1949f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "c16e64a8-5eec-49c4-b555-4dfc74883c54" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002849Z:c16e64a8-5eec-49c4-b555-4dfc74883c54" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3Mvdm45NjIxP2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vn9621\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621\",\r\n \"etag\": \"W/\\\"575c85ed-0168-40be-a21c-9abe45b6fdca\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2cd22ea6-2935-4899-9b26-beca0818cdf7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn14214\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn14214\",\r\n \"etag\": \"W/\\\"575c85ed-0168-40be-a21c-9abe45b6fdca\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n }\r\n },\r\n {\r\n \"name\": \"sn281\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\",\r\n \"etag\": \"W/\\\"575c85ed-0168-40be-a21c-9abe45b6fdca\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\"\r\n }\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": []\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1480" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2e9e36d2-7c13-475d-b5ec-33876034f37a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "Cache-Control": [ + "no-cache" + ], + "ETag": [ + "W/\"575c85ed-0168-40be-a21c-9abe45b6fdca\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "9f42bccb-ec7a-485b-b12c-59e9df6f941e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002850Z:9f42bccb-ec7a-485b-b12c-59e9df6f941e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/publicIPAddresses/pip1901?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxOTAxP2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3386\"\r\n }\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "207" + ], + "x-ms-client-request-id": [ + "76a964e8-c64b-4582-ad8d-c8ded87f6776" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip1901\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/publicIPAddresses/pip1901\",\r\n \"etag\": \"W/\\\"84435107-babf-4660-b2be-77706b548b0f\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ea446b73-897c-499c-8571-e3cb8fce3166\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3386\",\r\n \"fqdn\": \"dn3386.westcentralus.cloudapp.azure.com\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "712" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "c1d61c9d-7493-4390-8eb6-52f2cb163d11" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Network/locations/westcentralus/operations/c1d61c9d-7493-4390-8eb6-52f2cb163d11?api-version=2017-03-01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "deaaef64-7fef-4b71-8813-f295056791a5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002851Z:deaaef64-7fef-4b71-8813-f295056791a5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:28:51 GMT" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Network/locations/westcentralus/operations/c1d61c9d-7493-4390-8eb6-52f2cb163d11?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MxZDYxYzlkLTc0OTMtNDM5MC04ZWI2LTUyZjJjYjE2M2QxMT9hcGktdmVyc2lvbj0yMDE3LTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ef3e0010-23d2-4432-b7e3-2e1f8c569527" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "4e98e848-29f9-43e5-b34d-ec88351a53a0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002901Z:4e98e848-29f9-43e5-b34d-ec88351a53a0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/publicIPAddresses/pip1901?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxOTAxP2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip1901\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/publicIPAddresses/pip1901\",\r\n \"etag\": \"W/\\\"cf9c9568-5134-4e36-85b1-4e3bbb34b4d5\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea446b73-897c-499c-8571-e3cb8fce3166\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3386\",\r\n \"fqdn\": \"dn3386.westcentralus.cloudapp.azure.com\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "713" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d5e3fc3b-f812-4e9b-bb63-f4aeb4ae1750" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "ETag": [ + "W/\"cf9c9568-5134-4e36-85b1-4e3bbb34b4d5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "de37fb3e-f3b9-4722-b836-db0cce6add76" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002902Z:de37fb3e-f3b9-4722-b836-db0cce6add76" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/publicIPAddresses/pip1901?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9waXAxOTAxP2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67daa2de-7b1b-40da-9ad7-73b8ca6894e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pip1901\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/publicIPAddresses/pip1901\",\r\n \"etag\": \"W/\\\"cf9c9568-5134-4e36-85b1-4e3bbb34b4d5\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea446b73-897c-499c-8571-e3cb8fce3166\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3386\",\r\n \"fqdn\": \"dn3386.westcentralus.cloudapp.azure.com\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "713" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "144bc466-81ba-4255-842e-73b6bdc93c08" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "ETag": [ + "W/\"cf9c9568-5134-4e36-85b1-4e3bbb34b4d5\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" + ], + "x-ms-correlation-request-id": [ + "5e348ca3-d4dd-4af6-a87b-c7e05da0955b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002902Z:5e348ca3-d4dd-4af6-a87b-c7e05da0955b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/networkInterfaces/nic1788?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxNzg4P2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"sn281\",\r\n \"etag\": \"W/\\\"575c85ed-0168-40be-a21c-9abe45b6fdca\\\"\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\"\r\n }\r\n },\r\n \"name\": \"ip3706\"\r\n }\r\n ]\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "706" + ], + "x-ms-client-request-id": [ + "cfcea047-487b-4f75-a131-f50788b9f642" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic1788\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/networkInterfaces/nic1788\",\r\n \"etag\": \"W/\\\"9788d690-4b33-41cf-8e35-c8baab01f0be\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b8212931-a39f-408b-a55f-a8b920517edb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3706\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/networkInterfaces/nic1788/ipConfigurations/ip3706\",\r\n \"etag\": \"W/\\\"9788d690-4b33-41cf-8e35-c8baab01f0be\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"isInUseWithService\": false\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"uyxnelbvfgmurgzgx1faqggn4h.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1542" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8539df31-e723-4e2c-a00b-b0f9aed5948d" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Network/locations/westcentralus/operations/8539df31-e723-4e2c-a00b-b0f9aed5948d?api-version=2017-03-01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "9a7aea19-4ac9-4548-acfa-ab5629511dd8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002902Z:9a7aea19-4ac9-4548-acfa-ab5629511dd8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:02 GMT" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/networkInterfaces/nic1788?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxNzg4P2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic1788\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/networkInterfaces/nic1788\",\r\n \"etag\": \"W/\\\"9788d690-4b33-41cf-8e35-c8baab01f0be\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b8212931-a39f-408b-a55f-a8b920517edb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3706\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/networkInterfaces/nic1788/ipConfigurations/ip3706\",\r\n \"etag\": \"W/\\\"9788d690-4b33-41cf-8e35-c8baab01f0be\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"isInUseWithService\": false\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"uyxnelbvfgmurgzgx1faqggn4h.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1542" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "6eb0d2bb-346c-4b9c-b759-bf05ae4910d3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "ETag": [ + "W/\"9788d690-4b33-41cf-8e35-c8baab01f0be\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" + ], + "x-ms-correlation-request-id": [ + "19aed45a-3c56-4a30-a055-01314976e5f1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002902Z:19aed45a-3c56-4a30-a055-01314976e5f1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/networkInterfaces/nic1788?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9uaWMxNzg4P2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3febb3c-ab40-4628-a331-8ca47b618a98" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"nic1788\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/networkInterfaces/nic1788\",\r\n \"etag\": \"W/\\\"9788d690-4b33-41cf-8e35-c8baab01f0be\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b8212931-a39f-408b-a55f-a8b920517edb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3706\",\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/networkInterfaces/nic1788/ipConfigurations/ip3706\",\r\n \"etag\": \"W/\\\"9788d690-4b33-41cf-8e35-c8baab01f0be\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"isInUseWithService\": false\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"uyxnelbvfgmurgzgx1faqggn4h.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1542" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "76d23ac7-4eb1-4f1a-844c-72904e72ef58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "ETag": [ + "W/\"9788d690-4b33-41cf-8e35-c8baab01f0be\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-correlation-request-id": [ + "e92115e8-1587-4f6c-b5db-5ea915a97df8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002902Z:e92115e8-1587-4f6c-b5db-5ea915a97df8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss376?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\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 \"adminPassword\": \"[PLACEHOLDEr1]\",\r\n \"customData\": \"Q3VzdG9tIGRhdGE=\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20170406\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"vhdContainers\": [\r\n \"https://crptestar1480.blob.core.windows.net/crptestar7042\"\r\n ]\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6847\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7025\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\"\r\n },\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2387\"\r\n },\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ]\r\n }\r\n },\r\n \"applicationGatewayBackendAddressPools\": []\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"overprovision\": false\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2320" + ], + "x-ms-client-request-id": [ + "67513d8d-901c-4518-a4fe-2cacbc4a9860" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\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 \"automaticOSUpgrade\": false\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 \"vhdContainers\": [\r\n \"https://crptestar1480.blob.core.windows.net/crptestar7042\"\r\n ],\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20170406\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6847\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7025\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2387\"\r\n }\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"overprovision\": false,\r\n \"uniqueId\": \"7d7691d5-109b-4318-9e47-c817fb63d269\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss376\",\r\n \"name\": \"vmss376\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2154" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/CreateVMScaleSet3Min;39,Microsoft.Compute/CreateVMScaleSet30Min;198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1198,Microsoft.Compute/VmssQueuedVMOperations;4798" + ], + "x-ms-request-charge": [ + "2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "ea64790a-d9fa-499a-80ec-1d9534891745" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "c284b3f5-cafc-4c2b-a3c5-ce2af3f751a3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002904Z:c284b3f5-cafc-4c2b-a3c5-ce2af3f751a3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:04 GMT" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29948" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "f924ab1f-2864-423f-b8d9-595269fb6477" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "ce0630c5-b96c-4d6c-b20b-5a7957376518" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002921Z:ce0630c5-b96c-4d6c-b20b-5a7957376518" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29947" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "583e8839-3eae-4041-9333-338b681e5aca" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "adfa8db1-6250-4a8f-97a7-af6a287f814e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002931Z:adfa8db1-6250-4a8f-97a7-af6a287f814e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29946" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "da198f2a-31e3-42c7-9832-d3b99d1303f5" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "a8f036f2-3afd-406c-a0e5-00d8bbfae429" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002941Z:a8f036f2-3afd-406c-a0e5-00d8bbfae429" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29945" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "21a6e0ba-23de-4dfe-af4c-4d3dec13011e" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "1a0d6bd1-e604-45f1-841e-aeebcf99d994" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T002951Z:1a0d6bd1-e604-45f1-841e-aeebcf99d994" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:29:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29947" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "21ac6465-32f6-434f-b4af-b4f9c6d25267" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" + ], + "x-ms-correlation-request-id": [ + "e0328420-6f12-4f54-8c1c-2227440f12a4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003001Z:e0328420-6f12-4f54-8c1c-2227440f12a4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:30:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29946" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "dceb4ae4-90e8-408b-a8f7-d06faebfa434" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" + ], + "x-ms-correlation-request-id": [ + "124455bf-f5df-4d77-9758-47076e7109dd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003011Z:124455bf-f5df-4d77-9758-47076e7109dd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:30:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29945" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "d3163319-b195-4eda-966c-c9899732aec2" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-correlation-request-id": [ + "8852a3e8-be34-4d97-9ef4-6d010eb7128e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003021Z:8852a3e8-be34-4d97-9ef4-6d010eb7128e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:30:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29944" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "e4ba77f8-96ff-47f3-ac01-bd788e361d2c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "a0ea891d-2fb7-437a-b444-60974ffc8cee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003031Z:a0ea891d-2fb7-437a-b444-60974ffc8cee" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:30:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29943" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "ab989e31-2370-4044-a910-064e7bf4e7d6" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-correlation-request-id": [ + "a76c2dd7-a0c8-43e6-a796-6017d80e6a3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003041Z:a76c2dd7-a0c8-43e6-a796-6017d80e6a3a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:30:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29942" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "fc583f35-fed0-4f36-a2e7-22bd07b7b4db" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14989" + ], + "x-ms-correlation-request-id": [ + "570e2eb3-3a80-484b-9528-36e0b2c622d9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003051Z:570e2eb3-3a80-484b-9528-36e0b2c622d9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:30:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29940" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "36ce209b-9c52-4aeb-9807-4ee0bfc7170a" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14988" + ], + "x-ms-correlation-request-id": [ + "827cdaf3-0c09-4eaa-aee9-913934e7dae6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003105Z:827cdaf3-0c09-4eaa-aee9-913934e7dae6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:31:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29938" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "5be5d50d-2b02-4a98-8d57-75bcae38985a" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14987" + ], + "x-ms-correlation-request-id": [ + "d82d7ced-380e-45af-a8f1-c5b01594e2ad" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003121Z:d82d7ced-380e-45af-a8f1-c5b01594e2ad" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:31:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29936" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "c641f033-553e-40d2-a98f-d2061452d2ea" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14986" + ], + "x-ms-correlation-request-id": [ + "03a7431e-b6bd-4a9b-af88-b5395d273a68" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003138Z:03a7431e-b6bd-4a9b-af88-b5395d273a68" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:31:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29935" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "88f46e57-3374-438c-bd71-d51c4a47dc23" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14985" + ], + "x-ms-correlation-request-id": [ + "dd3cb8ff-2036-403c-93c4-aaf414810a20" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003148Z:dd3cb8ff-2036-403c-93c4-aaf414810a20" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:31:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29933" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "6d40bf64-03c6-4587-89fc-c1b8a1bdd5de" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14984" + ], + "x-ms-correlation-request-id": [ + "f4bf39e9-a758-4124-a3ba-662eb8c9f8ee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003202Z:f4bf39e9-a758-4124-a3ba-662eb8c9f8ee" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:32:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29931" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "73e1be94-297c-4f46-a4e0-6628ed9fa7df" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14983" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "126df092-7ef5-4b72-a342-68def7e1f9d6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003217Z:126df092-7ef5-4b72-a342-68def7e1f9d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:32:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29929" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "5e98ac43-99c1-4518-bba3-919f03502b06" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14982" + ], + "x-ms-correlation-request-id": [ + "0b45cc46-4c74-4957-915e-edeb40ea00d0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003234Z:0b45cc46-4c74-4957-915e-edeb40ea00d0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:32:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29928" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "03b86607-c573-4532-be3c-eb5a4c19c24b" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14981" + ], + "x-ms-correlation-request-id": [ + "34eb651e-4fae-4348-a8bb-63ce618650db" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003244Z:34eb651e-4fae-4348-a8bb-63ce618650db" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:32:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29926" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "f21e4805-fc64-499f-af85-bc620c2a5627" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-correlation-request-id": [ + "4c7a7568-de87-4d7c-997b-cf1d868bdd3c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003258Z:4c7a7568-de87-4d7c-997b-cf1d868bdd3c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:32:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29924" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "4c6b0221-d2dd-4428-8567-0d85e1cc77fd" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" + ], + "x-ms-correlation-request-id": [ + "cfb07804-7998-4918-ae8f-527690e45029" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003315Z:cfb07804-7998-4918-ae8f-527690e45029" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:33:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29922" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "944ec6f4-c03e-4d7b-b2e0-d6cddca5195f" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14978" + ], + "x-ms-correlation-request-id": [ + "5438296d-6d16-4378-aab6-b9f979462f9e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003331Z:5438296d-6d16-4378-aab6-b9f979462f9e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:33:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29920" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "fd081f93-c848-43cc-93f0-499202e3f263" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14977" + ], + "x-ms-correlation-request-id": [ + "05791115-1694-474b-99a7-cf879775498a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003346Z:05791115-1694-474b-99a7-cf879775498a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:33:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29918" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "4f7189c3-90a3-489e-b12e-346ffe75d14d" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14976" + ], + "x-ms-correlation-request-id": [ + "2c620c7d-7125-42f0-92ee-03c3a9b9fc3d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003402Z:2c620c7d-7125-42f0-92ee-03c3a9b9fc3d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:34:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29916" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "40329e04-3494-4c01-a53c-ab6c5c8b98e0" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14975" + ], + "x-ms-correlation-request-id": [ + "e7434e67-5526-4cbb-abc8-3b110b49d605" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003418Z:e7434e67-5526-4cbb-abc8-3b110b49d605" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:34:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;29914" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "329bbb82-8510-4075-a45f-3b8929bc185e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14974" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "fb63df58-f833-4658-9c0a-e7a760b56576" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003434Z:fb63df58-f833-4658-9c0a-e7a760b56576" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:34:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29912" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "3df23617-1396-4e52-8526-75db5443b8fa" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14973" + ], + "x-ms-correlation-request-id": [ + "759b7b3d-05f2-4876-8b4f-81fdd6376fd0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003450Z:759b7b3d-05f2-4876-8b4f-81fdd6376fd0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:34:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29946" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "b57dfd7e-6835-4bb8-ac4d-7d18e13be821" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14972" + ], + "x-ms-correlation-request-id": [ + "3c7f01b3-fa20-409f-89ea-44e854536a8a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003506Z:3c7f01b3-fa20-409f-89ea-44e854536a8a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:35:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29944" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "52843db7-4a4c-487d-bf74-d9d6f671bbe4" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14971" + ], + "x-ms-correlation-request-id": [ + "bdeac414-6a33-451a-b1ee-3c4f61f81975" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003521Z:bdeac414-6a33-451a-b1ee-3c4f61f81975" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:35:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/providers/Microsoft.Compute/locations/westcentralus/operations/ea64790a-d9fa-499a-80ec-1d9534891745?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNjQ3OTBhLWQ5ZmEtNDk5YS04MGVjLTFkOTUzNDg5MTc0NT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-06-01T17:29:03.7947333-07:00\",\r\n \"endTime\": \"2018-06-01T17:35:37.6246454-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ea64790a-d9fa-499a-80ec-1d9534891745\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29942" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "07a519f3-e599-429e-866f-6ea12e155488" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14970" + ], + "x-ms-correlation-request-id": [ + "63a9fc1a-9c52-47d9-a148-48402fab05aa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003538Z:63a9fc1a-9c52-47d9-a148-48402fab05aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:35:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss376?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\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 \"automaticOSUpgrade\": false\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 \"vhdContainers\": [\r\n \"https://crptestar1480.blob.core.windows.net/crptestar7042\"\r\n ],\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20170406\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6847\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7025\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2387\"\r\n }\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"uniqueId\": \"7d7691d5-109b-4318-9e47-c817fb63d269\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss376\",\r\n \"name\": \"vmss376\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2155" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;199,Microsoft.Compute/GetVMScaleSet30Min;1489" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "b34935bb-7df4-4131-9b95-522f64dcc4cb" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14969" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "fdd33845-ded8-4564-8964-ad6856be0b2f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003538Z:fdd33845-ded8-4564-8964-ad6856be0b2f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:35:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss376?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "57fbf228-8b9b-4e28-b0b5-ffb8d595c56f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\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 \"automaticOSUpgrade\": false\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 \"vhdContainers\": [\r\n \"https://crptestar1480.blob.core.windows.net/crptestar7042\"\r\n ],\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20170406\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6847\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7025\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2387\"\r\n }\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"uniqueId\": \"7d7691d5-109b-4318-9e47-c817fb63d269\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss376\",\r\n \"name\": \"vmss376\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2155" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;198,Microsoft.Compute/GetVMScaleSet30Min;1488" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "3f9ac185-3a8e-4751-a098-55b391daee82" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14968" + ], + "x-ms-correlation-request-id": [ + "a3597452-f3f7-4b47-a424-547c255c3f50" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003538Z:a3597452-f3f7-4b47-a424-547c255c3f50" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:35:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss376?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjYyMTYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy92bXNzMzc2P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6d486e4b-76c8-4110-be43-49d6d9cf9cf0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/1.0.2276.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_A0\",\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 \"automaticOSUpgrade\": false\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 \"vhdContainers\": [\r\n \"https://crptestar1480.blob.core.windows.net/crptestar7042\"\r\n ],\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\"\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20170406\"\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig6847\",\r\n \"properties\": {\r\n \"primary\": true,\r\n \"enableAcceleratedNetworking\": false,\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableIPForwarding\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vmsstestnetconfig7025\",\r\n \"properties\": {\r\n \"publicIPAddressConfiguration\": {\r\n \"name\": \"pip1\",\r\n \"properties\": {\r\n \"idleTimeoutInMinutes\": 10,\r\n \"ipTags\": [\r\n {\r\n \"ipTagType\": \"FirstPartyUsage\",\r\n \"tag\": \"/Sql\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dnsname2387\"\r\n }\r\n }\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Network/virtualNetworks/vn9621/subnets/sn281\"\r\n },\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"overprovision\": false,\r\n \"uniqueId\": \"7d7691d5-109b-4318-9e47-c817fb63d269\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"id\": \"/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourceGroups/crptestar62161/providers/Microsoft.Compute/virtualMachineScaleSets/vmss376\",\r\n \"name\": \"vmss376\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2155" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetVMScaleSet3Min;197,Microsoft.Compute/GetVMScaleSet30Min;1487" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "79b9baab-e072-43d3-82d9-94166e964979_131637395683671974" + ], + "x-ms-request-id": [ + "69200cca-bc5f-41ce-be7b-262811b6c71b" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14967" + ], + "x-ms-correlation-request-id": [ + "4d3377de-6d59-4e24-8d0d-1df814c0d2e5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003538Z:4d3377de-6d59-4e24-8d0d-1df814c0d2e5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 02 Jun 2018 00:35:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/resourcegroups/crptestar62161?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjYyMTYxP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f2a1e47-cecc-42b2-9330-efce6fa24f6b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "9cfbec28-61f1-4c49-b44f-889a66efca3a" + ], + "x-ms-correlation-request-id": [ + "9cfbec28-61f1-4c49-b44f-889a66efca3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003540Z:9cfbec28-61f1-4c49-b44f-889a66efca3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:35:39 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-request-id": [ + "a8f27d72-5654-4960-ac92-80939712601d" + ], + "x-ms-correlation-request-id": [ + "a8f27d72-5654-4960-ac92-80939712601d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003555Z:a8f27d72-5654-4960-ac92-80939712601d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:35:54 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-request-id": [ + "2701ab6f-d04c-4802-9a8f-0fe2f1cf0e81" + ], + "x-ms-correlation-request-id": [ + "2701ab6f-d04c-4802-9a8f-0fe2f1cf0e81" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003610Z:2701ab6f-d04c-4802-9a8f-0fe2f1cf0e81" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:36:09 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-request-id": [ + "5a1965b8-2083-4a0a-b39b-08a014f18a54" + ], + "x-ms-correlation-request-id": [ + "5a1965b8-2083-4a0a-b39b-08a014f18a54" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003625Z:5a1965b8-2083-4a0a-b39b-08a014f18a54" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:36:25 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14989" + ], + "x-ms-request-id": [ + "45eb5722-453b-485c-9dd2-8d343d79e91d" + ], + "x-ms-correlation-request-id": [ + "45eb5722-453b-485c-9dd2-8d343d79e91d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003640Z:45eb5722-453b-485c-9dd2-8d343d79e91d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:36:39 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14988" + ], + "x-ms-request-id": [ + "c01447ba-cf9f-4096-bda7-e0c192d06e21" + ], + "x-ms-correlation-request-id": [ + "c01447ba-cf9f-4096-bda7-e0c192d06e21" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003655Z:c01447ba-cf9f-4096-bda7-e0c192d06e21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:36:54 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14987" + ], + "x-ms-request-id": [ + "a5eee5e1-6787-458c-9459-3455905358f3" + ], + "x-ms-correlation-request-id": [ + "a5eee5e1-6787-458c-9459-3455905358f3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003710Z:a5eee5e1-6787-458c-9459-3455905358f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:37:10 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14986" + ], + "x-ms-request-id": [ + "2f266355-8cf2-4725-9e9f-8201a7c83667" + ], + "x-ms-correlation-request-id": [ + "2f266355-8cf2-4725-9e9f-8201a7c83667" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003725Z:2f266355-8cf2-4725-9e9f-8201a7c83667" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:37:25 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14985" + ], + "x-ms-request-id": [ + "e5a8c68d-690e-4b55-82bb-b901393f19f4" + ], + "x-ms-correlation-request-id": [ + "e5a8c68d-690e-4b55-82bb-b901393f19f4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003740Z:e5a8c68d-690e-4b55-82bb-b901393f19f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:37:39 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14984" + ], + "x-ms-request-id": [ + "5303defa-1c3d-4ecf-a1a6-377f438bcbe5" + ], + "x-ms-correlation-request-id": [ + "5303defa-1c3d-4ecf-a1a6-377f438bcbe5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003755Z:5303defa-1c3d-4ecf-a1a6-377f438bcbe5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:37:55 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14983" + ], + "x-ms-request-id": [ + "8d4ee834-3bd8-492c-95c8-739cd34000dc" + ], + "x-ms-correlation-request-id": [ + "8d4ee834-3bd8-492c-95c8-739cd34000dc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003810Z:8d4ee834-3bd8-492c-95c8-739cd34000dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:38:10 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14982" + ], + "x-ms-request-id": [ + "a49154aa-a623-4d8e-936a-1cbc74e39139" + ], + "x-ms-correlation-request-id": [ + "a49154aa-a623-4d8e-936a-1cbc74e39139" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003825Z:a49154aa-a623-4d8e-936a-1cbc74e39139" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:38:25 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14981" + ], + "x-ms-request-id": [ + "8915d258-7a94-437e-bd34-567b3ff7a5dc" + ], + "x-ms-correlation-request-id": [ + "8915d258-7a94-437e-bd34-567b3ff7a5dc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003840Z:8915d258-7a94-437e-bd34-567b3ff7a5dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:38:40 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-request-id": [ + "1f075a5f-e227-4d0e-a75c-5c9b71693a9d" + ], + "x-ms-correlation-request-id": [ + "1f075a5f-e227-4d0e-a75c-5c9b71693a9d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003855Z:1f075a5f-e227-4d0e-a75c-5c9b71693a9d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:38:55 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" + ], + "x-ms-request-id": [ + "5c449ece-7cc0-4be0-bed9-54eb2a253651" + ], + "x-ms-correlation-request-id": [ + "5c449ece-7cc0-4be0-bed9-54eb2a253651" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003910Z:5c449ece-7cc0-4be0-bed9-54eb2a253651" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:39:10 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14978" + ], + "x-ms-request-id": [ + "b5c4c2d0-5886-4766-a311-ecf36f1f23d9" + ], + "x-ms-correlation-request-id": [ + "b5c4c2d0-5886-4766-a311-ecf36f1f23d9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003926Z:b5c4c2d0-5886-4766-a311-ecf36f1f23d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:39:25 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14977" + ], + "x-ms-request-id": [ + "01747f41-58b3-4be4-9c38-39aa5890af6d" + ], + "x-ms-correlation-request-id": [ + "01747f41-58b3-4be4-9c38-39aa5890af6d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003941Z:01747f41-58b3-4be4-9c38-39aa5890af6d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:39:40 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14976" + ], + "x-ms-request-id": [ + "97c5c100-89ac-4be8-b548-cc9f3c9bdfc9" + ], + "x-ms-correlation-request-id": [ + "97c5c100-89ac-4be8-b548-cc9f3c9bdfc9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T003956Z:97c5c100-89ac-4be8-b548-cc9f3c9bdfc9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:39:55 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14975" + ], + "x-ms-request-id": [ + "3bf85e41-a0c6-4856-8448-13fea0090e9a" + ], + "x-ms-correlation-request-id": [ + "3bf85e41-a0c6-4856-8448-13fea0090e9a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004011Z:3bf85e41-a0c6-4856-8448-13fea0090e9a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:40:10 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14974" + ], + "x-ms-request-id": [ + "7fc228e2-cd83-4722-9f5e-318751ae5804" + ], + "x-ms-correlation-request-id": [ + "7fc228e2-cd83-4722-9f5e-318751ae5804" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004026Z:7fc228e2-cd83-4722-9f5e-318751ae5804" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:40:25 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14973" + ], + "x-ms-request-id": [ + "12fcab61-0b18-40d3-8294-d0ad3b6c3d76" + ], + "x-ms-correlation-request-id": [ + "12fcab61-0b18-40d3-8294-d0ad3b6c3d76" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004041Z:12fcab61-0b18-40d3-8294-d0ad3b6c3d76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:40:41 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14972" + ], + "x-ms-request-id": [ + "4e86c830-614d-43c2-a9cc-c951543e76f1" + ], + "x-ms-correlation-request-id": [ + "4e86c830-614d-43c2-a9cc-c951543e76f1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004056Z:4e86c830-614d-43c2-a9cc-c951543e76f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:40:55 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14971" + ], + "x-ms-request-id": [ + "978c318b-079b-419e-aff2-eb163410f0b1" + ], + "x-ms-correlation-request-id": [ + "978c318b-079b-419e-aff2-eb163410f0b1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004111Z:978c318b-079b-419e-aff2-eb163410f0b1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:41:11 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14970" + ], + "x-ms-request-id": [ + "bba431c8-60fd-4225-b2bd-a8c704a3ff79" + ], + "x-ms-correlation-request-id": [ + "bba431c8-60fd-4225-b2bd-a8c704a3ff79" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004126Z:bba431c8-60fd-4225-b2bd-a8c704a3ff79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:41:25 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14969" + ], + "x-ms-request-id": [ + "ce0ed44e-3a25-4843-a964-4242418a0a30" + ], + "x-ms-correlation-request-id": [ + "ce0ed44e-3a25-4843-a964-4242418a0a30" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004141Z:ce0ed44e-3a25-4843-a964-4242418a0a30" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:41:41 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14968" + ], + "x-ms-request-id": [ + "3bf9d2d7-a99f-4453-9558-1113f4b48772" + ], + "x-ms-correlation-request-id": [ + "3bf9d2d7-a99f-4453-9558-1113f4b48772" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004156Z:3bf9d2d7-a99f-4453-9558-1113f4b48772" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:41:56 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14967" + ], + "x-ms-request-id": [ + "58abb157-6457-4a8c-b604-d27b9d52bf3c" + ], + "x-ms-correlation-request-id": [ + "58abb157-6457-4a8c-b604-d27b9d52bf3c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004211Z:58abb157-6457-4a8c-b604-d27b9d52bf3c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:42:10 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14966" + ], + "x-ms-request-id": [ + "3fed45d1-9f7c-4803-b5d3-029e7c7e2832" + ], + "x-ms-correlation-request-id": [ + "3fed45d1-9f7c-4803-b5d3-029e7c7e2832" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004226Z:3fed45d1-9f7c-4803-b5d3-029e7c7e2832" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:42:26 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14965" + ], + "x-ms-request-id": [ + "c8c7fd2e-e223-4714-a409-de3d2b80e66c" + ], + "x-ms-correlation-request-id": [ + "c8c7fd2e-e223-4714-a409-de3d2b80e66c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004241Z:c8c7fd2e-e223-4714-a409-de3d2b80e66c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:42:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e05dbbce-79c2-45a2-a7ef-f1058856feb3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI2MjE2MS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTA1ZGJiY2UtNzljMi00NWEyLWE3ZWYtZjEwNTg4NTZmZWIzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkkyTWpFMk1TMVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.3101.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.17134", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14964" + ], + "x-ms-request-id": [ + "e0c91b00-080b-47fe-b1f5-9052963cf88c" + ], + "x-ms-correlation-request-id": [ + "e0c91b00-080b-47fe-b1f5-9052963cf88c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180602T004241Z:e0c91b00-080b-47fe-b1f5-9052963cf88c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 02 Jun 2018 00:42:41 GMT" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "TestVMScaleSetWithPublicIPAndIPTags": [ + "crptestar6216", + "vmss376", + "dnsname2387", + "crptestar1480" + ], + "CreateVNETWithSubnets": [ + "vn9621", + "sn14214", + "sn281" + ], + "CreatePublicIP": [ + "pip1901", + "dn3386" + ], + "CreateNIC": [ + "nic1788", + "ip3706" + ], + "CreateDefaultVMScaleSetInput": [ + "crptestar7042", + "vmss9316", + "vmsstestnetconfig6847", + "vmsstestnetconfig7025" + ] + }, + "Variables": { + "SubscriptionId": "e05dbbce-79c2-45a2-a7ef-f1058856feb3" + } +} \ No newline at end of file diff --git a/src/SDKs/Compute/Compute.Tests/VMScaleSetTests/VMScaleSetNetworkProfileTests.cs b/src/SDKs/Compute/Compute.Tests/VMScaleSetTests/VMScaleSetNetworkProfileTests.cs index 9a38864c4f61..7665f93c9b0c 100644 --- a/src/SDKs/Compute/Compute.Tests/VMScaleSetTests/VMScaleSetNetworkProfileTests.cs +++ b/src/SDKs/Compute/Compute.Tests/VMScaleSetTests/VMScaleSetNetworkProfileTests.cs @@ -206,6 +206,85 @@ public void TestVMScaleSetWithPublicIP() } } + /// + /// Associates a VMScaleSet with PublicIp with Ip tags + /// + [Fact] + public void TestVMScaleSetWithPublicIPAndIPTags() + { + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + string originalTestLocation = Environment.GetEnvironmentVariable("AZURE_VM_TEST_LOCATION"); + + // Create resource group + string rgName = TestUtilities.GenerateName(TestPrefix) + 1; + var vmssName = TestUtilities.GenerateName("vmss"); + var dnsname = TestUtilities.GenerateName("dnsname"); + string storageAccountName = TestUtilities.GenerateName(TestPrefix); + VirtualMachineScaleSet inputVMScaleSet; + + bool passed = false; + try + { + // Hard code the location to "westcentralus". + // This is because NRP is still deploying to other regions and is not available worldwide. + // Before changing the default location, we have to save it to be reset it at the end of the test. + // Since ComputeManagementTestUtilities.DefaultLocation is a static variable and can affect other tests if it is not reset. + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", "westcentralus"); + EnsureClientsInitialized(context); + + ImageReference imageRef = GetPlatformVMImage(useWindowsImage: true); + var storageAccountOutput = CreateStorageAccount(rgName, storageAccountName); + var vnetResponse = CreateVNETWithSubnets(rgName, 2); + var vmssSubnet = vnetResponse.Subnets[1]; + + var publicipConfiguration = new VirtualMachineScaleSetPublicIPAddressConfiguration(); + publicipConfiguration.Name = "pip1"; + publicipConfiguration.IdleTimeoutInMinutes = 10; + publicipConfiguration.DnsSettings = new VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings(); + publicipConfiguration.DnsSettings.DomainNameLabel = dnsname; + + publicipConfiguration.IpTags = new List + { + new VirtualMachineScaleSetIpTag("FirstPartyUsage", "/Sql") + }; + + + VirtualMachineScaleSet vmScaleSet = CreateVMScaleSet_NoAsyncTracking( + rgName: rgName, + vmssName: vmssName, + storageAccount: storageAccountOutput, + imageRef: imageRef, + inputVMScaleSet: out inputVMScaleSet, + vmScaleSetCustomizer: + (virtualMachineScaleSet) => + virtualMachineScaleSet.VirtualMachineProfile.NetworkProfile + .NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration = publicipConfiguration, + createWithPublicIpAddress: false, + subnet: vmssSubnet); + + var vmss = m_CrpClient.VirtualMachineScaleSets.Get(rgName, vmssName); + Assert.NotNull(vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration); + Assert.Equal("pip1", vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration.Name); + Assert.Equal(10, vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration.IdleTimeoutInMinutes); + Assert.NotNull(vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration.DnsSettings); + Assert.Equal(dnsname, vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration.DnsSettings.DomainNameLabel); + Assert.NotNull(vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration.IpTags); + Assert.Equal("FirstPartyUsage", vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration.IpTags[0].IpTagType); + Assert.Equal("/Sql", vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations[0].IpConfigurations[0].PublicIPAddressConfiguration.IpTags[0].Tag); + + passed = true; + } + finally + { + Environment.SetEnvironmentVariable("AZURE_VM_TEST_LOCATION", originalTestLocation); + m_ResourcesClient.ResourceGroups.DeleteIfExists(rgName); + } + + Assert.True(passed); + } + } + /// /// Associates a VMScaleSet with Nsg /// diff --git a/src/SDKs/Compute/Management.Compute/Generated/ComputeManagementClient.cs b/src/SDKs/Compute/Management.Compute/Generated/ComputeManagementClient.cs index 099b1e7ad4a3..4c62632e0a25 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/ComputeManagementClient.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/ComputeManagementClient.cs @@ -90,11 +90,6 @@ public partial class ComputeManagementClient : ServiceClient public virtual IVirtualMachineExtensionsOperations VirtualMachineExtensions { get; private set; } - /// - /// Gets the IVirtualMachinesOperations. - /// - public virtual IVirtualMachinesOperations VirtualMachines { get; private set; } - /// /// Gets the IVirtualMachineImagesOperations. /// @@ -115,6 +110,11 @@ public partial class ComputeManagementClient : ServiceClient public virtual IImagesOperations Images { get; private set; } + /// + /// Gets the IVirtualMachinesOperations. + /// + public virtual IVirtualMachinesOperations VirtualMachines { get; private set; } + /// /// Gets the IVirtualMachineScaleSetsOperations. /// @@ -370,11 +370,11 @@ private void Initialize() AvailabilitySets = new AvailabilitySetsOperations(this); VirtualMachineExtensionImages = new VirtualMachineExtensionImagesOperations(this); VirtualMachineExtensions = new VirtualMachineExtensionsOperations(this); - VirtualMachines = new VirtualMachinesOperations(this); VirtualMachineImages = new VirtualMachineImagesOperations(this); Usage = new UsageOperations(this); VirtualMachineSizes = new VirtualMachineSizesOperations(this); Images = new ImagesOperations(this); + VirtualMachines = new VirtualMachinesOperations(this); VirtualMachineScaleSets = new VirtualMachineScaleSetsOperations(this); VirtualMachineScaleSetExtensions = new VirtualMachineScaleSetExtensionsOperations(this); VirtualMachineScaleSetRollingUpgrades = new VirtualMachineScaleSetRollingUpgradesOperations(this); diff --git a/src/SDKs/Compute/Management.Compute/Generated/IComputeManagementClient.cs b/src/SDKs/Compute/Management.Compute/Generated/IComputeManagementClient.cs index 90a9b78fdaf7..e777c53e7a98 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/IComputeManagementClient.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/IComputeManagementClient.cs @@ -85,11 +85,6 @@ public partial interface IComputeManagementClient : System.IDisposable /// IVirtualMachineExtensionsOperations VirtualMachineExtensions { get; } - /// - /// Gets the IVirtualMachinesOperations. - /// - IVirtualMachinesOperations VirtualMachines { get; } - /// /// Gets the IVirtualMachineImagesOperations. /// @@ -110,6 +105,11 @@ public partial interface IComputeManagementClient : System.IDisposable /// IImagesOperations Images { get; } + /// + /// Gets the IVirtualMachinesOperations. + /// + IVirtualMachinesOperations VirtualMachines { get; } + /// /// Gets the IVirtualMachineScaleSetsOperations. /// diff --git a/src/SDKs/Compute/Management.Compute/Generated/IVirtualMachineExtensionsOperations.cs b/src/SDKs/Compute/Management.Compute/Generated/IVirtualMachineExtensionsOperations.cs index c3751ecbb032..174428de7538 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/IVirtualMachineExtensionsOperations.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/IVirtualMachineExtensionsOperations.cs @@ -147,6 +147,34 @@ public partial interface IVirtualMachineExtensionsOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string vmName, string vmExtensionName, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// The operation to get all extensions of a Virtual Machine. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the virtual machine containing the extension. + /// + /// + /// The expand expression to apply on the operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> ListWithHttpMessagesAsync(string resourceGroupName, string vmName, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// The operation to create or update the extension. /// /// diff --git a/src/SDKs/Compute/Management.Compute/Generated/IVirtualMachinesOperations.cs b/src/SDKs/Compute/Management.Compute/Generated/IVirtualMachinesOperations.cs index 77349d5cc6b6..02b48686cba8 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/IVirtualMachinesOperations.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/IVirtualMachinesOperations.cs @@ -23,34 +23,6 @@ namespace Microsoft.Azure.Management.Compute /// public partial interface IVirtualMachinesOperations { - /// - /// The operation to get all extensions of a Virtual Machine. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the virtual machine containing the extension. - /// - /// - /// The expand expression to apply on the operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetExtensionsWithHttpMessagesAsync(string resourceGroupName, string vmName, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Captures the VM by copying virtual hard disks of the VM and outputs /// a template that can be used to create similar VMs. diff --git a/src/SDKs/Compute/Management.Compute/Generated/Models/DiskUpdate.cs b/src/SDKs/Compute/Management.Compute/Generated/Models/DiskUpdate.cs index c38c1145023f..e2b1cc03325a 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/Models/DiskUpdate.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/Models/DiskUpdate.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Management.Compute.Models /// Disk update resource. /// [Rest.Serialization.JsonTransformation] - public partial class DiskUpdate : ResourceUpdate + public partial class DiskUpdate { /// /// Initializes a new instance of the DiskUpdate class. @@ -34,7 +34,6 @@ public DiskUpdate() /// /// Initializes a new instance of the DiskUpdate class. /// - /// Resource tags /// the Operating System type. Possible values /// include: 'Windows', 'Linux' /// If creationData.createOption is Empty, @@ -45,12 +44,14 @@ public DiskUpdate() /// disk's size. /// Encryption settings for disk or /// snapshot - public DiskUpdate(IDictionary tags = default(IDictionary), DiskSku sku = default(DiskSku), OperatingSystemTypes? osType = default(OperatingSystemTypes?), int? diskSizeGB = default(int?), EncryptionSettings encryptionSettings = default(EncryptionSettings)) - : base(tags, sku) + /// Resource tags + public DiskUpdate(OperatingSystemTypes? osType = default(OperatingSystemTypes?), int? diskSizeGB = default(int?), EncryptionSettings encryptionSettings = default(EncryptionSettings), IDictionary tags = default(IDictionary), DiskSku sku = default(DiskSku)) { OsType = osType; DiskSizeGB = diskSizeGB; EncryptionSettings = encryptionSettings; + Tags = tags; + Sku = sku; CustomInit(); } @@ -82,6 +83,17 @@ public DiskUpdate() [JsonProperty(PropertyName = "properties.encryptionSettings")] public EncryptionSettings EncryptionSettings { get; set; } + /// + /// Gets or sets resource tags + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + + /// + /// + [JsonProperty(PropertyName = "sku")] + public DiskSku Sku { get; set; } + /// /// Validate the object. /// diff --git a/src/SDKs/Compute/Management.Compute/Generated/Models/ResourceUpdate.cs b/src/SDKs/Compute/Management.Compute/Generated/Models/ResourceUpdate.cs deleted file mode 100644 index 14c0e32bd7fc..000000000000 --- a/src/SDKs/Compute/Management.Compute/Generated/Models/ResourceUpdate.cs +++ /dev/null @@ -1,59 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.Compute.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The Resource model definition. - /// - public partial class ResourceUpdate - { - /// - /// Initializes a new instance of the ResourceUpdate class. - /// - public ResourceUpdate() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ResourceUpdate class. - /// - /// Resource tags - public ResourceUpdate(IDictionary tags = default(IDictionary), DiskSku sku = default(DiskSku)) - { - Tags = tags; - Sku = sku; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets resource tags - /// - [JsonProperty(PropertyName = "tags")] - public IDictionary Tags { get; set; } - - /// - /// - [JsonProperty(PropertyName = "sku")] - public DiskSku Sku { get; set; } - - } -} diff --git a/src/SDKs/Compute/Management.Compute/Generated/Models/RollbackStatusInfo.cs b/src/SDKs/Compute/Management.Compute/Generated/Models/RollbackStatusInfo.cs index 4ad902a12b3b..e68e9792dc38 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/Models/RollbackStatusInfo.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/Models/RollbackStatusInfo.cs @@ -15,7 +15,7 @@ namespace Microsoft.Azure.Management.Compute.Models /// /// Information about rollback on failed VM instances after a OS Upgrade - /// operation + /// operation. /// public partial class RollbackStatusInfo { @@ -34,7 +34,7 @@ public RollbackStatusInfo() /// instances which have been successfully rolled back. /// The number of instances /// which failed to rollback. - /// Error Details if OS rollback + /// Error details if OS rollback /// failed. public RollbackStatusInfo(int? successfullyRolledbackInstanceCount = default(int?), int? failedRolledbackInstanceCount = default(int?), ApiError rollbackError = default(ApiError)) { @@ -63,7 +63,7 @@ public RollbackStatusInfo() public int? FailedRolledbackInstanceCount { get; private set; } /// - /// Gets error Details if OS rollback failed. + /// Gets error details if OS rollback failed. /// [JsonProperty(PropertyName = "rollbackError")] public ApiError RollbackError { get; private set; } diff --git a/src/SDKs/Compute/Management.Compute/Generated/Models/SnapshotUpdate.cs b/src/SDKs/Compute/Management.Compute/Generated/Models/SnapshotUpdate.cs index 8aa6014b517c..acdc2ed2cf62 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/Models/SnapshotUpdate.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/Models/SnapshotUpdate.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Management.Compute.Models /// Snapshot update resource. /// [Rest.Serialization.JsonTransformation] - public partial class SnapshotUpdate : ResourceUpdate + public partial class SnapshotUpdate { /// /// Initializes a new instance of the SnapshotUpdate class. @@ -34,7 +34,6 @@ public SnapshotUpdate() /// /// Initializes a new instance of the SnapshotUpdate class. /// - /// Resource tags /// the Operating System type. Possible values /// include: 'Windows', 'Linux' /// If creationData.createOption is Empty, @@ -45,12 +44,14 @@ public SnapshotUpdate() /// disk's size. /// Encryption settings for disk or /// snapshot - public SnapshotUpdate(IDictionary tags = default(IDictionary), DiskSku sku = default(DiskSku), OperatingSystemTypes? osType = default(OperatingSystemTypes?), int? diskSizeGB = default(int?), EncryptionSettings encryptionSettings = default(EncryptionSettings)) - : base(tags, sku) + /// Resource tags + public SnapshotUpdate(OperatingSystemTypes? osType = default(OperatingSystemTypes?), int? diskSizeGB = default(int?), EncryptionSettings encryptionSettings = default(EncryptionSettings), IDictionary tags = default(IDictionary), SnapshotSku sku = default(SnapshotSku)) { OsType = osType; DiskSizeGB = diskSizeGB; EncryptionSettings = encryptionSettings; + Tags = tags; + Sku = sku; CustomInit(); } @@ -82,6 +83,17 @@ public SnapshotUpdate() [JsonProperty(PropertyName = "properties.encryptionSettings")] public EncryptionSettings EncryptionSettings { get; set; } + /// + /// Gets or sets resource tags + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + + /// + /// + [JsonProperty(PropertyName = "sku")] + public SnapshotSku Sku { get; set; } + /// /// Validate the object. /// diff --git a/src/SDKs/Compute/Management.Compute/Generated/Models/VirtualMachineScaleSetIpTag.cs b/src/SDKs/Compute/Management.Compute/Generated/Models/VirtualMachineScaleSetIpTag.cs new file mode 100644 index 000000000000..2fb2b4a7d812 --- /dev/null +++ b/src/SDKs/Compute/Management.Compute/Generated/Models/VirtualMachineScaleSetIpTag.cs @@ -0,0 +1,64 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Contains the IP tag associated with the public IP address. + /// + public partial class VirtualMachineScaleSetIpTag + { + /// + /// Initializes a new instance of the VirtualMachineScaleSetIpTag + /// class. + /// + public VirtualMachineScaleSetIpTag() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the VirtualMachineScaleSetIpTag + /// class. + /// + /// IP tag type. Example: + /// FirstPartyUsage. + /// IP tag associated with the public IP. Example: + /// SQL, Storage etc. + public VirtualMachineScaleSetIpTag(string ipTagType = default(string), string tag = default(string)) + { + IpTagType = ipTagType; + Tag = tag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets IP tag type. Example: FirstPartyUsage. + /// + [JsonProperty(PropertyName = "ipTagType")] + public string IpTagType { get; set; } + + /// + /// Gets or sets IP tag associated with the public IP. Example: SQL, + /// Storage etc. + /// + [JsonProperty(PropertyName = "tag")] + public string Tag { get; set; } + + } +} diff --git a/src/SDKs/Compute/Management.Compute/Generated/Models/VirtualMachineScaleSetPublicIPAddressConfiguration.cs b/src/SDKs/Compute/Management.Compute/Generated/Models/VirtualMachineScaleSetPublicIPAddressConfiguration.cs index c527c785787f..e8e46210a0f6 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/Models/VirtualMachineScaleSetPublicIPAddressConfiguration.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/Models/VirtualMachineScaleSetPublicIPAddressConfiguration.cs @@ -13,6 +13,8 @@ namespace Microsoft.Azure.Management.Compute.Models using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; using System.Linq; /// @@ -40,11 +42,14 @@ public VirtualMachineScaleSetPublicIPAddressConfiguration() /// IP address. /// The dns settings to be applied on the /// publicIP addresses . - public VirtualMachineScaleSetPublicIPAddressConfiguration(string name, int? idleTimeoutInMinutes = default(int?), VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings = default(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings)) + /// The list of IP tags associated with the public + /// IP address. + public VirtualMachineScaleSetPublicIPAddressConfiguration(string name, int? idleTimeoutInMinutes = default(int?), VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings = default(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings), IList ipTags = default(IList)) { Name = name; IdleTimeoutInMinutes = idleTimeoutInMinutes; DnsSettings = dnsSettings; + IpTags = ipTags; CustomInit(); } @@ -72,6 +77,13 @@ public VirtualMachineScaleSetPublicIPAddressConfiguration() [JsonProperty(PropertyName = "properties.dnsSettings")] public VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings DnsSettings { get; set; } + /// + /// Gets or sets the list of IP tags associated with the public IP + /// address. + /// + [JsonProperty(PropertyName = "properties.ipTags")] + public IList IpTags { get; set; } + /// /// Validate the object. /// diff --git a/src/SDKs/Compute/Management.Compute/Generated/VirtualMachineExtensionsOperations.cs b/src/SDKs/Compute/Management.Compute/Generated/VirtualMachineExtensionsOperations.cs index 039fed16de3a..98a4276fefe2 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/VirtualMachineExtensionsOperations.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/VirtualMachineExtensionsOperations.cs @@ -343,6 +343,208 @@ internal VirtualMachineExtensionsOperations(ComputeManagementClient client) return _result; } + /// + /// The operation to get all extensions of a Virtual Machine. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the virtual machine containing the extension. + /// + /// + /// The expand expression to apply on the operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> ListWithHttpMessagesAsync(string resourceGroupName, string vmName, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (vmName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "vmName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string apiVersion = "2018-04-01"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("vmName", vmName); + tracingParameters.Add("expand", expand); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{vmName}", System.Uri.EscapeDataString(vmName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (expand != null) + { + _queryParameters.Add(string.Format("$expand={0}", System.Uri.EscapeDataString(expand))); + } + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// The operation to create or update the extension. /// diff --git a/src/SDKs/Compute/Management.Compute/Generated/VirtualMachineExtensionsOperationsExtensions.cs b/src/SDKs/Compute/Management.Compute/Generated/VirtualMachineExtensionsOperationsExtensions.cs index 9ae6ae0ddf8f..c63a4d94c60e 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/VirtualMachineExtensionsOperationsExtensions.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/VirtualMachineExtensionsOperationsExtensions.cs @@ -222,6 +222,52 @@ public static void Delete(this IVirtualMachineExtensionsOperations operations, s } } + /// + /// The operation to get all extensions of a Virtual Machine. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the virtual machine containing the extension. + /// + /// + /// The expand expression to apply on the operation. + /// + public static VirtualMachineExtensionsListResult List(this IVirtualMachineExtensionsOperations operations, string resourceGroupName, string vmName, string expand = default(string)) + { + return operations.ListAsync(resourceGroupName, vmName, expand).GetAwaiter().GetResult(); + } + + /// + /// The operation to get all extensions of a Virtual Machine. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the virtual machine containing the extension. + /// + /// + /// The expand expression to apply on the operation. + /// + /// + /// The cancellation token. + /// + public static async Task ListAsync(this IVirtualMachineExtensionsOperations operations, string resourceGroupName, string vmName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, vmName, expand, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// The operation to create or update the extension. /// diff --git a/src/SDKs/Compute/Management.Compute/Generated/VirtualMachinesOperations.cs b/src/SDKs/Compute/Management.Compute/Generated/VirtualMachinesOperations.cs index 1f2f4eccbb37..ca83ab988417 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/VirtualMachinesOperations.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/VirtualMachinesOperations.cs @@ -50,208 +50,6 @@ internal VirtualMachinesOperations(ComputeManagementClient client) /// public ComputeManagementClient Client { get; private set; } - /// - /// The operation to get all extensions of a Virtual Machine. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the virtual machine containing the extension. - /// - /// - /// The expand expression to apply on the operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> GetExtensionsWithHttpMessagesAsync(string resourceGroupName, string vmName, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (vmName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "vmName"); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - string apiVersion = "2018-04-01"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("vmName", vmName); - tracingParameters.Add("expand", expand); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetExtensions", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{vmName}", System.Uri.EscapeDataString(vmName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - List _queryParameters = new List(); - if (expand != null) - { - _queryParameters.Add(string.Format("$expand={0}", System.Uri.EscapeDataString(expand))); - } - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - /// /// Captures the VM by copying virtual hard disks of the VM and outputs a /// template that can be used to create similar VMs. diff --git a/src/SDKs/Compute/Management.Compute/Generated/VirtualMachinesOperationsExtensions.cs b/src/SDKs/Compute/Management.Compute/Generated/VirtualMachinesOperationsExtensions.cs index acd8396becc2..26c3847bf8c3 100644 --- a/src/SDKs/Compute/Management.Compute/Generated/VirtualMachinesOperationsExtensions.cs +++ b/src/SDKs/Compute/Management.Compute/Generated/VirtualMachinesOperationsExtensions.cs @@ -23,52 +23,6 @@ namespace Microsoft.Azure.Management.Compute /// public static partial class VirtualMachinesOperationsExtensions { - /// - /// The operation to get all extensions of a Virtual Machine. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the virtual machine containing the extension. - /// - /// - /// The expand expression to apply on the operation. - /// - public static VirtualMachineExtensionsListResult GetExtensions(this IVirtualMachinesOperations operations, string resourceGroupName, string vmName, string expand = default(string)) - { - return operations.GetExtensionsAsync(resourceGroupName, vmName, expand).GetAwaiter().GetResult(); - } - - /// - /// The operation to get all extensions of a Virtual Machine. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the virtual machine containing the extension. - /// - /// - /// The expand expression to apply on the operation. - /// - /// - /// The cancellation token. - /// - public static async Task GetExtensionsAsync(this IVirtualMachinesOperations operations, string resourceGroupName, string vmName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetExtensionsWithHttpMessagesAsync(resourceGroupName, vmName, expand, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - /// /// Captures the VM by copying virtual hard disks of the VM and outputs a /// template that can be used to create similar VMs. diff --git a/src/SDKs/Compute/Management.Compute/Microsoft.Azure.Management.Compute.csproj b/src/SDKs/Compute/Management.Compute/Microsoft.Azure.Management.Compute.csproj index d30702c15761..1b5411f4af28 100644 --- a/src/SDKs/Compute/Management.Compute/Microsoft.Azure.Management.Compute.csproj +++ b/src/SDKs/Compute/Management.Compute/Microsoft.Azure.Management.Compute.csproj @@ -6,12 +6,12 @@ Microsoft.Azure.Management.Compute Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager. - 19.0.0 + 20.0.0 Microsoft.Azure.Management.Compute management;virtual machine;compute; diff --git a/src/SDKs/Compute/Management.Compute/Properties/AssemblyInfo.cs b/src/SDKs/Compute/Management.Compute/Properties/AssemblyInfo.cs index 8b477980f058..e7edeaf504ff 100644 --- a/src/SDKs/Compute/Management.Compute/Properties/AssemblyInfo.cs +++ b/src/SDKs/Compute/Management.Compute/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyTitle("Microsoft Azure Compute Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")] -[assembly: AssemblyVersion("19.0.0.0")] -[assembly: AssemblyFileVersion("19.0.0.0")] +[assembly: AssemblyVersion("20.0.0.0")] +[assembly: AssemblyFileVersion("20.0.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] diff --git a/src/SDKs/_metadata/compute_resource-manager.txt b/src/SDKs/_metadata/compute_resource-manager.txt index b1238baa84f0..ca377fd43189 100644 --- a/src/SDKs/_metadata/compute_resource-manager.txt +++ b/src/SDKs/_metadata/compute_resource-manager.txt @@ -1,10 +1,10 @@ Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=E:\hylee-sdk-for-net\may\tools\..\src\SDKs\ -2018-05-22 02:27:40 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=E:\hylee-sdk-for-net\june\tools\..\src\SDKs\ +2018-06-03 01:15:22 UTC 1) azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: e76b99571744235eb7d16ff55581d6ad21ffd254 +Commit: bce3a704b31a063ff799bb98dcf76dcc295084fe 2) AutoRest information Requested version: latest