diff --git a/sdk/compute/azure-mgmt-compute/tests/conftest.py b/sdk/compute/azure-mgmt-compute/tests/conftest.py index 77a6d0e679cd..be097eb6957e 100644 --- a/sdk/compute/azure-mgmt-compute/tests/conftest.py +++ b/sdk/compute/azure-mgmt-compute/tests/conftest.py @@ -31,6 +31,7 @@ from dotenv import load_dotenv from devtools_testutils import test_proxy, add_general_regex_sanitizer, add_body_key_sanitizer +from devtools_testutils import add_header_regex_sanitizer, add_body_key_sanitizer # Ignore async tests for Python < 3.5 collect_ignore_glob = [] @@ -46,6 +47,6 @@ def add_sanitizers(test_proxy): tenant_id = os.environ.get("AZURE_TENANT_ID", "00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000") - add_general_regex_sanitizer(regex='eyJ0eXAiOiJKV.*?"', value='access_token"') - add_general_regex_sanitizer(regex='fpc=.*?;', value='fpc=fpc;') - add_body_key_sanitizer(json_path="$..accessSAS") + add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]") + add_header_regex_sanitizer(key="Cookie", value="cookie;") + add_body_key_sanitizer(json_path="$..access_token", value="access_token") diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_availability_sets.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_availability_sets.json index 47a9af5aab60..fd5553c3917c 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_availability_sets.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_availability_sets.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:18 GMT", + "Date": "Wed, 09 Mar 2022 12:35:04 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:01:18 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrilfC6CpFwDCJp8MIo2nsY9jI-Ybt0tJt9Mf-4XVVzWyk0bFIOjFyUEApw_1aUdn7h-vmu1G4x5f-S2UohO-6JzVazFIynY00BvV6yUYRArAlba-MbOSMMWedRzh9NbWDAj3XpFC-XdF6miHzamKvna5p68QfLwh8Yoew2-h7mLkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "9460e8b4-3927-46ea-8c0a-3c12e7410300" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "9e1bce42-1cd8-45a4-a548-d36b5130bf00" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:18 GMT", + "Date": "Wed, 09 Mar 2022 12:35:04 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:01:19 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - SEASLR2 ProdSlices", - "x-ms-request-id": "d2d17ebf-f1d8-4d7c-a1de-669105642800" + "x-ms-ests-server": "2.1.12559.5 - SEASLR1 ProdSlices", + "x-ms-request-id": "41f57ba3-5d47-4571-9dab-0b3ac0570700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d284d3f8-045d-498b-9190-7395a9b6279e", + "client-request-id": "9f39083c-88ab-4aa8-a157-6430bb777b2e", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "d284d3f8-045d-498b-9190-7395a9b6279e", + "client-request-id": "9f39083c-88ab-4aa8-a157-6430bb777b2e", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:19 GMT", + "Date": "Wed, 09 Mar 2022 12:35:04 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:01:19 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "9460e8b4-3927-46ea-8c0a-3c12f4410300" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "d22fb100-cf87-4582-831f-10617002e600" }, "ResponseBody": { "token_type": "Bearer", @@ -234,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "102", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "07a079d8-99d5-11ec-93ab-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "57e0a38c-9fa5-11ec-b53a-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -249,7 +236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:27 GMT", + "Date": "Wed, 09 Mar 2022 12:35:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -260,11 +247,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "650b737e-1f45-4a4d-8652-a373ef065bdf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;745,Microsoft.Compute/PutVM30Min;3725", + "x-ms-correlation-request-id": "da0c45d3-b40b-45eb-8cfb-4452bf252487", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;745,Microsoft.Compute/PutVM30Min;3729", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1533d5df-402d-4d68-b571-28dc827bf3fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030128Z:650b737e-1f45-4a4d-8652-a373ef065bdf" + "x-ms-request-id": "f73f4fed-4be1-42b4-b381-a116beb8a561", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123514Z:da0c45d3-b40b-45eb-8cfb-4452bf252487" }, "ResponseBody": { "name": "availabilitysetse8d12c44", @@ -288,8 +275,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "0e25621e-99d5-11ec-af46-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "5e512b80-9fa5-11ec-adfd-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -297,7 +284,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:27 GMT", + "Date": "Wed, 09 Mar 2022 12:35:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -308,11 +295,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5132b27-1d92-47ab-885d-4a208b2f9a6c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31993", + "x-ms-correlation-request-id": "38199358-0806-4c4b-b0e0-94f8feb0ece3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31999", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "95480f69-14ce-401b-ade0-b94e29eb650d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030128Z:e5132b27-1d92-47ab-885d-4a208b2f9a6c" + "x-ms-request-id": "70fc2ec3-ed31-4f68-9e1b-7945dd5f2b28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123514Z:38199358-0806-4c4b-b0e0-94f8feb0ece3" }, "ResponseBody": { "name": "availabilitysetse8d12c44", @@ -339,8 +326,8 @@ "Connection": "keep-alive", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "0f089796-99d5-11ec-bf23-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "5e84152c-9fa5-11ec-8d98-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -353,7 +340,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:28 GMT", + "Date": "Wed, 09 Mar 2022 12:35:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -364,11 +351,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c375c91-9324-4475-b02f-cbf407a93642", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;744,Microsoft.Compute/PutVM30Min;3724", + "x-ms-correlation-request-id": "24316763-9a8d-4a60-8c87-8f49b3db6a77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;744,Microsoft.Compute/PutVM30Min;3728", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "526eb979-78bc-4fa7-8d75-6779f2d2dc75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030129Z:9c375c91-9324-4475-b02f-cbf407a93642" + "x-ms-request-id": "19f5f6ed-c56c-4d00-9001-527b8043131f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123515Z:24316763-9a8d-4a60-8c87-8f49b3db6a77" }, "ResponseBody": { "name": "availabilitysetse8d12c44", @@ -393,15 +380,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "0f42b815-99d5-11ec-96ce-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "5ec9613a-9fa5-11ec-8677-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:01:35 GMT", + "Date": "Wed, 09 Mar 2022 12:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -410,11 +397,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bafbac0-5aba-42fc-8acd-c6cd4b883d84", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1197", + "x-ms-correlation-request-id": "dbd18b43-20d8-4e22-9144-04f1a7fc5c53", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "dd5da8bc-7015-4d1e-ad99-dd1297c484cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030136Z:9bafbac0-5aba-42fc-8acd-c6cd4b883d84" + "x-ms-request-id": "0a6af0af-b182-405c-a56a-4b1596b88e83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123521Z:dbd18b43-20d8-4e22-9144-04f1a7fc5c53" }, "ResponseBody": null } diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_log_analytics.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_log_analytics.json index 0cf947b7230d..0e1320911203 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_log_analytics.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_log_analytics.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:02:10 GMT", + "Date": "Wed, 09 Mar 2022 12:35:44 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:02:11 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WUS2 ProdSlices", - "x-ms-request-id": "6af6a6c7-40fa-4201-9241-8dc9f77f7400" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "d22fb100-cf87-4582-831f-1061a50ae600" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:02:11 GMT", + "Date": "Wed, 09 Mar 2022 12:35:45 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:02:11 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - SEASLR2 ProdSlices", - "x-ms-request-id": "a3e3a4bf-73a5-4397-9ffb-bc7624f82500" + "x-ms-ests-server": "2.1.12559.5 - SEASLR2 ProdSlices", + "x-ms-request-id": "5394b1a3-b6aa-46db-9069-d38815170700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "784eb556-a5a6-45af-ace5-b6de0416fd81", + "client-request-id": "eea7c4b6-c108-4e3d-9ee1-bc055c1e46bd", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "784eb556-a5a6-45af-ace5-b6de0416fd81", + "client-request-id": "eea7c4b6-c108-4e3d-9ee1-bc055c1e46bd", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:02:12 GMT", + "Date": "Wed, 09 Mar 2022 12:35:45 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:02:12 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WUS2 ProdSlices", - "x-ms-request-id": "41dae70e-626f-466e-abf1-32ba8ec47900" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "33e48a70-0b32-4192-8fb8-f66080fbe900" }, "ResponseBody": { "token_type": "Bearer", @@ -233,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "300", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-storage/19.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "27bf810e-99d5-11ec-a0a8-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-storage/19.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "70b3e852-9fa5-11ec-ae4a-c0b6f9946f2d" }, "RequestBody": { "sku": { @@ -267,31 +255,31 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:02:17 GMT", + "Date": "Wed, 09 Mar 2022 12:35:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/3b82f855-b771-4cfc-849d-cf78dfde6a9d?monitor=true\u0026api-version=2021-08-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/53e77323-4546-41d3-8d25-0ebcd74319c9?monitor=true\u0026api-version=2021-08-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8a4be98-1c70-4f12-a842-9c04c7c9a2c4", + "x-ms-correlation-request-id": "e8ec65da-290e-44de-9b96-2b763219c888", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "3b82f855-b771-4cfc-849d-cf78dfde6a9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030217Z:b8a4be98-1c70-4f12-a842-9c04c7c9a2c4" + "x-ms-request-id": "53e77323-4546-41d3-8d25-0ebcd74319c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123550Z:e8ec65da-290e-44de-9b96-2b763219c888" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/3b82f855-b771-4cfc-849d-cf78dfde6a9d?monitor=true\u0026api-version=2021-08-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/53e77323-4546-41d3-8d25-0ebcd74319c9?monitor=true\u0026api-version=2021-08-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-storage/19.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "27bf810e-99d5-11ec-a0a8-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-storage/19.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "70b3e852-9fa5-11ec-ae4a-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -299,7 +287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json", - "Date": "Wed, 02 Mar 2022 03:02:35 GMT", + "Date": "Wed, 09 Mar 2022 12:36:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", @@ -307,10 +295,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "542bd8be-6554-4c2b-9f25-ae4c4f7520b3", + "x-ms-correlation-request-id": "a2e86745-fceb-4297-aa2c-edd0ede4ee0e", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "ddf9f64f-439f-4689-9680-e7723a337ff5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030235Z:542bd8be-6554-4c2b-9f25-ae4c4f7520b3" + "x-ms-request-id": "a4b24e87-9c51-41d2-bf4f-bb336cf97fe0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123607Z:a2e86745-fceb-4297-aa2c-edd0ede4ee0e" }, "ResponseBody": { "sku": { @@ -328,8 +316,8 @@ }, "properties": { "keyCreationTime": { - "key1": "2022-03-02T03:02:16.0925797Z", - "key2": "2022-03-02T03:02:16.0925797Z" + "key1": "2022-03-09T12:35:48.9367314Z", + "key2": "2022-03-09T12:35:48.9367314Z" }, "privateEndpointConnections": [], "minimumTlsVersion": "TLS1_0", @@ -346,19 +334,19 @@ "file": { "keyType": "Account", "enabled": true, - "lastEnabledTime": "2022-03-02T03:02:16.1081767Z" + "lastEnabledTime": "2022-03-09T12:35:48.9523156Z" }, "blob": { "keyType": "Account", "enabled": true, - "lastEnabledTime": "2022-03-02T03:02:16.1081767Z" + "lastEnabledTime": "2022-03-09T12:35:48.9523156Z" } }, "keySource": "Microsoft.Storage" }, "accessTier": "Hot", "provisioningState": "Succeeded", - "creationTime": "2022-03-02T03:02:15.9363023Z", + "creationTime": "2022-03-09T12:35:48.8117146Z", "primaryEndpoints": { "dfs": "https://accountxyz37282a94.dfs.core.windows.net/", "web": "https://accountxyz37282a94.z13.web.core.windows.net/", @@ -383,8 +371,8 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-storage/19.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3669d338-99d5-11ec-adcb-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-storage/19.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "7e2a33b4-9fa5-11ec-b3b0-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -392,7 +380,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json", - "Date": "Wed, 02 Mar 2022 03:02:35 GMT", + "Date": "Wed, 09 Mar 2022 12:36:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", @@ -400,23 +388,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62a151d4-6544-4b4b-ab8d-4c59129aa6b6", + "x-ms-correlation-request-id": "71deb2d4-648e-4622-9334-e677183c9eb5", "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "d72b237c-53bf-4bdd-814f-41804f885e0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030236Z:62a151d4-6544-4b4b-ab8d-4c59129aa6b6" + "x-ms-request-id": "2e26b0dd-448f-4622-aa7e-e1ecfbb43d92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123608Z:71deb2d4-648e-4622-9334-e677183c9eb5" }, "ResponseBody": { "keys": [ { - "creationTime": "2022-03-02T03:02:16.0925797Z", + "creationTime": "2022-03-09T12:35:48.9367314Z", "keyName": "key1", - "value": "1aAJsekGMsKkGk6HDRyaogQfghTw/xOv2Ej2ioIfnJSgA3biib4v7/kWMI691A7mmpRm6Y7CTmxB\u002BAStPiREEA==", + "value": "2zt4dXnX\u002BuGXDBDV8QPbvFSCXZKt2rdv2D8pj6/MpYw32Np7hhQCb0ROW/yukATH3lGhk1vcF5TL\u002BASt7K1XZw==", "permissions": "FULL" }, { - "creationTime": "2022-03-02T03:02:16.0925797Z", + "creationTime": "2022-03-09T12:35:48.9367314Z", "keyName": "key2", - "value": "8WgGPJw7MdkSbczPr5dTNKlAnVqrSUDKABP\u002Bpk3Ffxsqn5/YbslA3i0blAFw0o2qwEtnG7toytaZ\u002BAStqPZkYg==", + "value": "flLAQR1cHj1b3Im\u002BRVVmlxr9B1PpiXwTf9XUIVnt719wlfFkdXz\u002B8ZDCUYGL2bPW35ujFF9JqeFa\u002BAStjNtIqQ==", "permissions": "FULL" } ] @@ -429,7 +417,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -439,17 +427,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:02:35 GMT", + "Date": "Wed, 09 Mar 2022 12:36:07 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:02:36 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - SCUS ProdSlices", - "x-ms-request-id": "966e59b4-a9eb-4c44-891b-d51d34601300" + "x-ms-ests-server": "2.1.12529.17 - WUS2 ProdSlices", + "x-ms-request-id": "4f3bf373-97ac-4f7d-9151-e0094d922601" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -526,8 +510,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -537,17 +521,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:02:35 GMT", + "Date": "Wed, 09 Mar 2022 12:36:08 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:02:36 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - SEASLR2 ProdSlices", - "x-ms-request-id": "d2d17ebf-f1d8-4d7c-a1de-6691df672800" + "x-ms-ests-server": "2.1.12559.5 - KRSLR2 ProdSlices", + "x-ms-request-id": "5a0e09f4-b458-47e0-94f5-3f8cb7910700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -602,41 +582,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "2239025d-1308-45c6-9294-fdc23cd5ab8c", + "client-request-id": "4f82e760-320e-4be7-99b5-a2e68dbb2d6c", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "2239025d-1308-45c6-9294-fdc23cd5ab8c", + "client-request-id": "4f82e760-320e-4be7-99b5-a2e68dbb2d6c", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:02:36 GMT", + "Date": "Wed, 09 Mar 2022 12:36:08 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:02:36 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WUS2 ProdSlices", - "x-ms-request-id": "6af6a6c7-40fa-4201-9241-8dc9d1827400" + "x-ms-ests-server": "2.1.12529.17 - EUS ProdSlices", + "x-ms-request-id": "da9201ba-cb32-4f8a-b1aa-ae8ff1245200" }, "ResponseBody": { "token_type": "Bearer", @@ -653,26 +629,26 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "359", + "Content-Length": "361", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "36a762b7-99d5-11ec-b944-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "7e6968d0-9fa5-11ec-aaed-c0b6f9946f2d" }, "RequestBody": { - "blobContainerSasUri": "https://accountxyz37282a94.blob.core.windows.net/foo?st=2022-03-01T11%3A02%3A36Z\u0026se=2022-02-22T11%3A02%3A36Z\u0026sp=rl\u0026sv=2020-10-02\u0026ss=b\u0026srt=o\u0026sig=w8FOsVRaDL5Ucf91ZuQTMnekdIpbFf/pGrFIAJCziec%3D", - "fromTime": "2022-02-28T03:02:36.56601Z", - "toTime": "2022-03-02T03:02:36.56601Z", + "blobContainerSasUri": "https://accountxyz37282a94.blob.core.windows.net/foo?st=2022-03-08T20%3A36%3A08Z\u0026se=2022-03-01T20%3A36%3A08Z\u0026sp=rl\u0026sv=2020-10-02\u0026ss=b\u0026srt=o\u0026sig=1EK7jAa6jCB6oX7tL/yOZTLiXFBrYZ23tNJPQ36g4nU%3D", + "fromTime": "2022-03-07T12:36:08.088054Z", + "toTime": "2022-03-09T12:36:08.088054Z", "groupByResourceName": true, "intervalLength": "SixtyMins" }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/129c5109-3f13-4c65-93fa-88afb5631bbb?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/dea0599b-0205-4676-9771-314e0a3670aa?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:02:36 GMT", + "Date": "Wed, 09 Mar 2022 12:36:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/129c5109-3f13-4c65-93fa-88afb5631bbb?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/dea0599b-0205-4676-9771-314e0a3670aa?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -680,24 +656,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82f134ed-8658-4d58-9c95-be9371ae7293", + "x-ms-correlation-request-id": "4840f868-6490-4454-99cf-629ed59264ab", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetLogAnalytics3Min;9,Microsoft.Compute/GetLogAnalytics30Min;49", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "129c5109-3f13-4c65-93fa-88afb5631bbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030237Z:82f134ed-8658-4d58-9c95-be9371ae7293" + "x-ms-request-id": "dea0599b-0205-4676-9771-314e0a3670aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123609Z:4840f868-6490-4454-99cf-629ed59264ab" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/129c5109-3f13-4c65-93fa-88afb5631bbb?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/dea0599b-0205-4676-9771-314e0a3670aa?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "36a762b7-99d5-11ec-b944-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "7e6968d0-9fa5-11ec-aaed-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -705,7 +681,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:03:06 GMT", + "Date": "Wed, 09 Mar 2022 12:36:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -716,21 +692,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fb5ed56-8bdf-47d2-92d8-55241280d1f9", + "x-ms-correlation-request-id": "9ceca880-d65f-4f0a-8933-fd9ad5a0b177", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "dd1ab723-6cd9-4633-9205-2302bee2551d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030307Z:1fb5ed56-8bdf-47d2-92d8-55241280d1f9" + "x-ms-request-id": "37754b4c-b36e-4336-b244-fa0873e84891", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123640Z:9ceca880-d65f-4f0a-8933-fd9ad5a0b177" }, "ResponseBody": { - "startTime": "2022-03-02T03:02:36.9744704\u002B00:00", - "endTime": "2022-03-02T03:02:38.0682233\u002B00:00", + "startTime": "2022-03-09T12:36:09.4312653\u002B00:00", + "endTime": "2022-03-09T12:36:10.5875398\u002B00:00", "status": "Failed", "error": { "code": "BadRequest", "message": "Could not write log analytics to the given SAS URI due to The remote server returned an error: (403) Forbidden.." }, - "name": "129c5109-3f13-4c65-93fa-88afb5631bbb" + "name": "dea0599b-0205-4676-9771-314e0a3670aa" } }, { @@ -743,23 +719,24 @@ "Connection": "keep-alive", "Content-Length": "361", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "496760a8-99d5-11ec-bf2e-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "9155ddae-9fa5-11ec-9069-c0b6f9946f2d" }, "RequestBody": { - "blobContainerSasUri": "https://accountxyz37282a94.blob.core.windows.net/foo?st=2022-03-01T11%3A02%3A36Z\u0026se=2022-02-22T11%3A02%3A36Z\u0026sp=rl\u0026sv=2020-10-02\u0026ss=b\u0026srt=o\u0026sig=w8FOsVRaDL5Ucf91ZuQTMnekdIpbFf/pGrFIAJCziec%3D", - "fromTime": "2022-02-28T03:03:08.023279Z", - "toTime": "2022-03-02T03:03:08.023279Z", + "blobContainerSasUri": "https://accountxyz37282a94.blob.core.windows.net/foo?st=2022-03-08T20%3A36%3A08Z\u0026se=2022-03-01T20%3A36%3A08Z\u0026sp=rl\u0026sv=2020-10-02\u0026ss=b\u0026srt=o\u0026sig=1EK7jAa6jCB6oX7tL/yOZTLiXFBrYZ23tNJPQ36g4nU%3D", + "fromTime": "2022-03-07T12:36:39.837659Z", + "toTime": "2022-03-09T12:36:39.837659Z", "groupByOperationName": true, "groupByResourceName": false }, - "StatusCode": 400, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e033636f-4357-48ef-a155-d91952c07862?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", - "Content-Length": "183", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:03:07 GMT", + "Content-Length": "0", + "Date": "Wed, 09 Mar 2022 12:36:39 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e033636f-4357-48ef-a155-d91952c07862?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -767,18 +744,57 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ff68cd6-f3a2-4df4-911b-30b109f5accc", + "x-ms-correlation-request-id": "913173dc-07ae-4521-940c-73063002e607", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetLogAnalytics3Min;8,Microsoft.Compute/GetLogAnalytics30Min;48", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "43f75355-4d1d-49ef-b092-24b11e2133ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030307Z:5ff68cd6-f3a2-4df4-911b-30b109f5accc" + "x-ms-request-id": "e033636f-4357-48ef-a155-d91952c07862", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123640Z:913173dc-07ae-4521-940c-73063002e607" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e033636f-4357-48ef-a155-d91952c07862?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "9155ddae-9fa5-11ec-9069-c0b6f9946f2d" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Mar 2022 12:37:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "676eaabf-970f-4a72-ba9b-f209f10b9c23", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a4f1fb50-9139-4c5f-8ccc-6da54652cdcc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123710Z:676eaabf-970f-4a72-ba9b-f209f10b9c23" }, "ResponseBody": { + "startTime": "2022-03-09T12:36:40.275361\u002B00:00", + "endTime": "2022-03-09T12:36:40.8222078\u002B00:00", + "status": "Failed", "error": { - "code": "InvalidParameter", - "message": "The value of parameter \u0027toTime\u0027:3/2/2022 3:03:08 AM \u002B00:00 cannot be in the future.", - "target": "toTime" - } + "code": "BadRequest", + "message": "Could not write log analytics to the given SAS URI due to The remote server returned an error: (403) Forbidden.." + }, + "name": "e033636f-4357-48ef-a155-d91952c07862" } } ], diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_proximity_placement_groups.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_proximity_placement_groups.json index 3e98e1c676e0..989336e8162a 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_proximity_placement_groups.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.pyTestMgmtComputetest_compute_proximity_placement_groups.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:47 GMT", + "Date": "Wed, 09 Mar 2022 12:35:27 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:01:48 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "9460e8b4-3927-46ea-8c0a-3c1297440300" + "x-ms-ests-server": "2.1.12529.17 - EUS ProdSlices", + "x-ms-request-id": "da9201ba-cb32-4f8a-b1aa-ae8f251d5200" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:47 GMT", + "Date": "Wed, 09 Mar 2022 12:35:27 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:01:48 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - SEASLR1 ProdSlices", - "x-ms-request-id": "71781b26-9ffb-4b46-bf4f-bc959dbd2500" + "x-ms-ests-server": "2.1.12559.5 - SEASLR1 ProdSlices", + "x-ms-request-id": "41f57ba3-5d47-4571-9dab-0b3a79580700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ae7855ab-7adf-42bb-af0e-c3de8c5285d4", + "client-request-id": "f45d38a5-14b3-44b7-bf7f-698e5c0746b2", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ae7855ab-7adf-42bb-af0e-c3de8c5285d4", + "client-request-id": "f45d38a5-14b3-44b7-bf7f-698e5c0746b2", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:48 GMT", + "Date": "Wed, 09 Mar 2022 12:35:28 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:01:48 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", - "x-ms-request-id": "dcb3a4b7-36bb-4475-b729-cdd9b8a80f00" + "x-ms-ests-server": "2.1.12529.17 - EUS ProdSlices", + "x-ms-request-id": "a2cadccf-add3-4fd3-a2b7-29ff4c57e400" }, "ResponseBody": { "token_type": "Bearer", @@ -233,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "81", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "1a12a603-99d5-11ec-bdae-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "663abfc6-9fa5-11ec-a0cd-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -247,7 +235,7 @@ "Cache-Control": "no-cache", "Content-Length": "378", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:53 GMT", + "Date": "Wed, 09 Mar 2022 12:35:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -256,11 +244,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cca39a9c-6b5f-4ead-b127-8973bcf1517c", + "x-ms-correlation-request-id": "e13ef9f1-a570-4474-954c-8c6eac1a6720", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutDeletePPG3Min;99,Microsoft.Compute/PutDeletePPG30Min;499", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "54baec68-b301-4857-a00f-8251ff4850cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030153Z:cca39a9c-6b5f-4ead-b127-8973bcf1517c" + "x-ms-request-id": "3d8c2621-4063-4aef-8bd4-5c52d1a1f16c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123533Z:e13ef9f1-a570-4474-954c-8c6eac1a6720" }, "ResponseBody": { "name": "proximiityplacementgroups973e3037", @@ -280,8 +268,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "1e09ce8e-99d5-11ec-9708-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "6970f4dc-9fa5-11ec-a3a8-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -289,7 +277,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:54 GMT", + "Date": "Wed, 09 Mar 2022 12:35:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -300,11 +288,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8e7003a-d9f9-44bc-aaf7-974228f5b4c5", + "x-ms-correlation-request-id": "05cc9a68-fc36-45f3-93b1-997772f8c93d", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ff20e963-73b2-4fbf-b191-99f16d61037d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030155Z:e8e7003a-d9f9-44bc-aaf7-974228f5b4c5" + "x-ms-request-id": "839f733a-e325-4edc-9d74-fbc96c8a0a7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123533Z:05cc9a68-fc36-45f3-93b1-997772f8c93d" }, "ResponseBody": { "name": "proximiityplacementgroups973e3037", @@ -329,8 +317,8 @@ "Connection": "keep-alive", "Content-Length": "2", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "1e3f94b3-99d5-11ec-a239-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "69a66046-9fa5-11ec-8890-c0b6f9946f2d" }, "RequestBody": {}, "StatusCode": 200, @@ -338,7 +326,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:01:55 GMT", + "Date": "Wed, 09 Mar 2022 12:35:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -349,11 +337,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fafa253d-ef5f-4f4c-87ac-669493539910", + "x-ms-correlation-request-id": "f83db8e0-d555-4b8a-a206-b37ec85b01fb", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutDeletePPG3Min;98,Microsoft.Compute/PutDeletePPG30Min;498", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "9f0c0835-a06a-4c00-b7a6-ed8ccb7a9edd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030155Z:fafa253d-ef5f-4f4c-87ac-669493539910" + "x-ms-request-id": "567c0244-6f74-43b4-aa60-5d05dceeb227", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123533Z:f83db8e0-d555-4b8a-a206-b37ec85b01fb" }, "ResponseBody": { "name": "proximiityplacementgroups973e3037", @@ -374,15 +362,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "1eb105ec-99d5-11ec-a1fd-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "69e22576-9fa5-11ec-8f50-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:01:58 GMT", + "Date": "Wed, 09 Mar 2022 12:35:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -391,11 +379,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fee654c5-8b52-4eeb-8e13-ea42f017e941", + "x-ms-correlation-request-id": "915d5736-e58c-47db-b0b4-bec4200fa782", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutDeletePPG3Min;97,Microsoft.Compute/PutDeletePPG30Min;497", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "620334a6-acda-4e34-85e2-ed21fc55d614", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T030158Z:fee654c5-8b52-4eeb-8e13-ea42f017e941" + "x-ms-request-id": "969e1b4d-a324-47f6-9a81-99148e348367", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123536Z:915d5736-e58c-47db-b0b4-bec4200fa782" }, "ResponseBody": null } diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputeMultiVersiontest_compute_disks_multi.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputeMultiVersiontest_compute_disks_multi.json index 3b81e18fbb72..1b697e4bf71f 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputeMultiVersiontest_compute_disks_multi.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputeMultiVersiontest_compute_disks_multi.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:48 GMT", + "Date": "Wed, 09 Mar 2022 12:37:21 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Sun, 03-Apr-2022 02:39:49 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr6JIbei2tvRP_I7dw2czxB2TYKEuUlNruQwqFukgcIBYb-fdRRcpQU4rMiufrvFk0cXnHvVz22VkwzeOO0B3CO3ute1YqJw4qs2aqOVAUNCxwDNnne46wk4GCcv8PP74XDr7TJWL20iAl38pvWTcmFfLyqsOHZpIpPjgLvop5Bz4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", - "x-ms-request-id": "3f075fdc-e84b-4126-84b7-7b5af1193c00" + "x-ms-ests-server": "2.1.12529.17 - WUS2 ProdSlices", + "x-ms-request-id": "c5d9211e-1898-4428-b2be-cef2e4aa2d01" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -91,7 +86,7 @@ "email" ], "kerberos_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/kerberos", - "tenant_region_scope": "WW", + "tenant_region_scope": "NA", "cloud_instance_name": "microsoftonline.com", "cloud_graph_host_name": "graph.windows.net", "msgraph_host": "graph.microsoft.com", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:48 GMT", + "Date": "Wed, 09 Mar 2022 12:37:21 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Sun, 03-Apr-2022 02:39:49 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "9b1780fb-7304-46b1-bef9-7fc4c1d01100" + "x-ms-ests-server": "2.1.12559.5 - SEASLR1 ProdSlices", + "x-ms-request-id": "c1cb9667-9100-4a09-8000-5160e63b0700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,47 +172,42 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "5f26b50e-811e-4620-8155-ae1210d73544", + "client-request-id": "c4b492cf-f7fc-43fc-bb9d-7182388a697a", "Connection": "keep-alive", - "Content-Length": "286", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.10.0 (Windows-10-10.0.22000-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.15.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=c51fbd7b-3a8a-4043-b5e1-b4631b45fdbb\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=OqR445KX.Mj-I70qnfGeYHPsFi.vDjh7~Z\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "5f26b50e-811e-4620-8155-ae1210d73544", - "Content-Length": "114", + "client-request-id": "c4b492cf-f7fc-43fc-bb9d-7182388a697a", + "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:49 GMT", + "Date": "Wed, 09 Mar 2022 12:37:22 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Sun, 03-Apr-2022 02:39:49 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", "x-ms-ests-server": "2.1.12529.17 - EUS ProdSlices", - "x-ms-request-id": "0b8a2fe9-a604-4003-9ae5-d04a797b3500" + "x-ms-request-id": "c0b3663b-61c8-4ffd-9501-c81e4c2d0101" }, "ResponseBody": { "token_type": "Bearer", - "expires_in": 86399, - "ext_expires_in": 86399, - "refresh_in": 43199, + "expires_in": 3599, + "ext_expires_in": 3599, "access_token": "access_token" } }, @@ -235,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "100", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "5cde2c2d-9b64-11ec-bbfb-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a992dd76-9fa5-11ec-ba4b-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -249,13 +235,13 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/df5ac4ce-3243-429c-8b70-d715dbe53838?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/2b12499f-68ec-4283-bd58-6a0d35d8f200?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "Cache-Control": "no-cache", "Content-Length": "236", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:53 GMT", + "Date": "Wed, 09 Mar 2022 12:37:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/df5ac4ce-3243-429c-8b70-d715dbe53838?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2019-03-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/2b12499f-68ec-4283-bd58-6a0d35d8f200?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2019-03-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -264,12 +250,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9efaebc6-0f1e-46e5-a751-86b656876d95", + "x-ms-correlation-request-id": "adce766a-8bc2-4996-9d5a-2dbaf4f22cb3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7999", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "df5ac4ce-3243-429c-8b70-d715dbe53838", - "x-ms-routing-request-id": "WESTUS2:20220304T023953Z:9efaebc6-0f1e-46e5-a751-86b656876d95", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "2b12499f-68ec-4283-bd58-6a0d35d8f200", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123725Z:adce766a-8bc2-4996-9d5a-2dbaf4f22cb3", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamex2e663141", @@ -285,15 +271,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/df5ac4ce-3243-429c-8b70-d715dbe53838?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/2b12499f-68ec-4283-bd58-6a0d35d8f200?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "5cde2c2d-9b64-11ec-bbfb-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a992dd76-9fa5-11ec-ba4b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -301,7 +287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:55 GMT", + "Date": "Wed, 09 Mar 2022 12:37:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -312,16 +298,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dabdc21-5de8-4ca3-ac03-c5107bc7b661", + "x-ms-correlation-request-id": "81638265-c995-4c68-9c01-397ce6c0a3df", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399999", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "f5f9abb0-cc73-4cb5-9d0b-951403cd22a3", - "x-ms-routing-request-id": "WESTUS2:20220304T023956Z:6dabdc21-5de8-4ca3-ac03-c5107bc7b661", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "5ed92786-c170-472a-9090-3b64f4f9e7e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123727Z:81638265-c995-4c68-9c01-397ce6c0a3df", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:39:53.7958361\u002B00:00", - "endTime": "2022-03-04T02:39:53.9364207\u002B00:00", + "startTime": "2022-03-09T12:37:25.1368278\u002B00:00", + "endTime": "2022-03-09T12:37:25.2305472\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -340,15 +326,15 @@ "diskSizeGB": 200, "diskIOPSReadWrite": 500, "diskMBpsReadWrite": 60, - "timeCreated": "2022-03-04T02:39:53.8114685\u002B00:00", + "timeCreated": "2022-03-09T12:37:25.1368278\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "6a31906a-3c3c-44c5-bab6-ae152c4924f7" + "uniqueId": "db14ac1c-b83c-4780-b3cc-9887bbf77351" } } }, - "name": "df5ac4ce-3243-429c-8b70-d715dbe53838" + "name": "2b12499f-68ec-4283-bd58-6a0d35d8f200" } }, { @@ -359,8 +345,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "5cde2c2d-9b64-11ec-bbfb-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a992dd76-9fa5-11ec-ba4b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -368,7 +354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:55 GMT", + "Date": "Wed, 09 Mar 2022 12:37:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -379,12 +365,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da6e1780-f06a-4f50-8783-e86b2c042d5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4999,Microsoft.Compute/LowCostGet30Min;39999", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "966e8823-12bd-4f22-ad1b-f9caa53af7da", - "x-ms-routing-request-id": "WESTUS2:20220304T023956Z:da6e1780-f06a-4f50-8783-e86b2c042d5a", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "38bae79d-b41b-4217-afee-e461620252db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14997,Microsoft.Compute/LowCostGet30Min;119971", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "b39f7b4f-3882-4755-9bc1-f5f92f14c51b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123728Z:38bae79d-b41b-4217-afee-e461620252db", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamex2e663141", @@ -402,11 +388,11 @@ "diskSizeGB": 200, "diskIOPSReadWrite": 500, "diskMBpsReadWrite": 60, - "timeCreated": "2022-03-04T02:39:53.8114685\u002B00:00", + "timeCreated": "2022-03-09T12:37:25.1368278\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "6a31906a-3c3c-44c5-bab6-ae152c4924f7" + "uniqueId": "db14ac1c-b83c-4780-b3cc-9887bbf77351" } } }, @@ -418,8 +404,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "611c4d76-9b64-11ec-b3dc-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "adf977b4-9fa5-11ec-9dc3-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -427,7 +413,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:55 GMT", + "Date": "Wed, 09 Mar 2022 12:37:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -438,12 +424,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a098056-d7f4-4a50-9063-712329044529", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4998,Microsoft.Compute/LowCostGet30Min;39998", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "33f331be-499d-4d32-be75-4970da03879e", - "x-ms-routing-request-id": "WESTUS2:20220304T023956Z:5a098056-d7f4-4a50-9063-712329044529", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "ef78d468-3a74-46b5-8391-8a0075321824", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14996,Microsoft.Compute/LowCostGet30Min;119970", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "db18659a-39b1-4a5d-b57a-e57da6a114e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123728Z:ef78d468-3a74-46b5-8391-8a0075321824", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamex2e663141", @@ -461,11 +447,11 @@ "diskSizeGB": 200, "diskIOPSReadWrite": 500, "diskMBpsReadWrite": 60, - "timeCreated": "2022-03-04T02:39:53.8114685\u002B00:00", + "timeCreated": "2022-03-09T12:37:25.1368278\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "6a31906a-3c3c-44c5-bab6-ae152c4924f7" + "uniqueId": "db14ac1c-b83c-4780-b3cc-9887bbf77351" } } }, @@ -479,8 +465,8 @@ "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "612d5b69-9b64-11ec-8887-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ae2d8518-9fa5-11ec-9d81-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -489,13 +475,13 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/fb337484-aa3d-421a-aab7-9459309da0b4?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/ec6a61ce-4301-42f7-ac51-79dffffc32c3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "Cache-Control": "no-cache", "Content-Length": "341", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:55 GMT", + "Date": "Wed, 09 Mar 2022 12:37:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/fb337484-aa3d-421a-aab7-9459309da0b4?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2019-03-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/ec6a61ce-4301-42f7-ac51-79dffffc32c3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2019-03-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -504,12 +490,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1651d1f1-ca7a-4fc4-8481-59e751a6ca66", + "x-ms-correlation-request-id": "04e5d954-bc03-4670-b7a3-6a73a6cf3f6f", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7998", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "fb337484-aa3d-421a-aab7-9459309da0b4", - "x-ms-routing-request-id": "WESTUS2:20220304T023956Z:1651d1f1-ca7a-4fc4-8481-59e751a6ca66", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "ec6a61ce-4301-42f7-ac51-79dffffc32c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123728Z:04e5d954-bc03-4670-b7a3-6a73a6cf3f6f", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamex2e663141", @@ -530,15 +516,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/fb337484-aa3d-421a-aab7-9459309da0b4?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/ec6a61ce-4301-42f7-ac51-79dffffc32c3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "612d5b69-9b64-11ec-8887-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ae2d8518-9fa5-11ec-9d81-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -546,7 +532,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:58 GMT", + "Date": "Wed, 09 Mar 2022 12:37:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -557,16 +543,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5d073d7-f20f-4575-8b07-383638b7d787", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49998,Microsoft.Compute/GetOperation30Min;399998", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "b43f0d06-ccde-42c3-8635-42f1247ae454", - "x-ms-routing-request-id": "WESTUS2:20220304T023958Z:b5d073d7-f20f-4575-8b07-383638b7d787", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "46778dcf-2b06-4d38-9f76-6aa54fc3233b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399997", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "aaf76128-5a7f-4bd0-8fdb-d0687e45046c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123731Z:46778dcf-2b06-4d38-9f76-6aa54fc3233b", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:39:56.4208119\u002B00:00", - "endTime": "2022-03-04T02:39:56.5614282\u002B00:00", + "startTime": "2022-03-09T12:37:28.6368154\u002B00:00", + "endTime": "2022-03-09T12:37:28.7305348\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -585,15 +571,15 @@ "diskSizeGB": 200, "diskIOPSReadWrite": 500, "diskMBpsReadWrite": 60, - "timeCreated": "2022-03-04T02:39:53.8114685\u002B00:00", + "timeCreated": "2022-03-09T12:37:25.1368278\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "6a31906a-3c3c-44c5-bab6-ae152c4924f7" + "uniqueId": "db14ac1c-b83c-4780-b3cc-9887bbf77351" } } }, - "name": "fb337484-aa3d-421a-aab7-9459309da0b4" + "name": "ec6a61ce-4301-42f7-ac51-79dffffc32c3" } }, { @@ -604,8 +590,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "612d5b69-9b64-11ec-8887-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ae2d8518-9fa5-11ec-9d81-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -613,7 +599,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:39:58 GMT", + "Date": "Wed, 09 Mar 2022 12:37:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -624,12 +610,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f85861d1-7dcb-455e-adf1-e9787b6f9dca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4996,Microsoft.Compute/LowCostGet30Min;39996", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "89a63f35-d3bf-44c6-bc61-ca94dfeba7ac", - "x-ms-routing-request-id": "WESTUS2:20220304T023958Z:f85861d1-7dcb-455e-adf1-e9787b6f9dca", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "12542b12-6c99-42f3-8524-89bc16efcdc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119967", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "0613f087-5333-4a3a-be48-7a22ad0e9cc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123731Z:12542b12-6c99-42f3-8524-89bc16efcdc3", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamex2e663141", @@ -647,11 +633,11 @@ "diskSizeGB": 200, "diskIOPSReadWrite": 500, "diskMBpsReadWrite": 60, - "timeCreated": "2022-03-04T02:39:53.8114685\u002B00:00", + "timeCreated": "2022-03-09T12:37:25.1368278\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "6a31906a-3c3c-44c5-bab6-ae152c4924f7" + "uniqueId": "db14ac1c-b83c-4780-b3cc-9887bbf77351" } } }, @@ -665,8 +651,8 @@ "Connection": "keep-alive", "Content-Length": "45", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "62a376dc-9b64-11ec-a099-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "b002e9e8-9fa5-11ec-b631-c0b6f9946f2d" }, "RequestBody": { "access": "Read", @@ -674,12 +660,12 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/991f0f27-f00a-4db6-b806-6a70645b8e15?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/df6e18d1-260d-4511-9434-c9e6992eb110?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:39:58 GMT", + "Date": "Wed, 09 Mar 2022 12:37:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/991f0f27-f00a-4db6-b806-6a70645b8e15?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2019-03-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/df6e18d1-260d-4511-9434-c9e6992eb110?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2019-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -687,25 +673,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa54afc5-7e36-47b1-a470-4c64fb2962de", + "x-ms-correlation-request-id": "5c65e770-b2c3-410c-99b4-dab43891288b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostDiskHydrate3Min;999,Microsoft.Compute/HighCostDiskHydrate30Min;7999", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "991f0f27-f00a-4db6-b806-6a70645b8e15", - "x-ms-routing-request-id": "WESTUS2:20220304T023958Z:fa54afc5-7e36-47b1-a470-4c64fb2962de", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "df6e18d1-260d-4511-9434-c9e6992eb110", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123731Z:5c65e770-b2c3-410c-99b4-dab43891288b", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/991f0f27-f00a-4db6-b806-6a70645b8e15?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/df6e18d1-260d-4511-9434-c9e6992eb110?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "62a376dc-9b64-11ec-a099-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "b002e9e8-9fa5-11ec-b631-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -713,7 +699,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:40:28 GMT", + "Date": "Wed, 09 Mar 2022 12:38:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -724,35 +710,35 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "effeb2a8-041c-4e28-9b79-ee69fe4e8bd6", + "x-ms-correlation-request-id": "a2c23b85-28f3-423c-a37e-e2b2bd16e781", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399995", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "efb81a19-e626-4e79-8b4a-eeac82940262", - "x-ms-routing-request-id": "WESTUS2:20220304T024029Z:effeb2a8-041c-4e28-9b79-ee69fe4e8bd6", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "44214ba4-052c-4b5f-94d7-f0b093e965e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123802Z:a2c23b85-28f3-423c-a37e-e2b2bd16e781", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:39:58.8583408\u002B00:00", - "endTime": "2022-03-04T02:39:59.2020594\u002B00:00", + "startTime": "2022-03-09T12:37:31.7149467\u002B00:00", + "endTime": "2022-03-09T12:37:32.0430466\u002B00:00", "status": "Succeeded", "properties": { "output": { - "accessSAS": "Sanitized" + "accessSAS": "https://md-hdd-lhsfhhqwsqn3.z8.blob.storage.azure.net/jlvjcwf2vg5h/abcd?sv=2018-03-28\u0026sr=b\u0026si=bd9c54da-e63d-4a53-bc70-3e8da65b3bd9\u0026sig=RUGqhcGVYB9zOHh3%2Fr3%2BRi31F5%2FRwOu0v3tKVUhsX74%3D" } }, - "name": "991f0f27-f00a-4db6-b806-6a70645b8e15" + "name": "df6e18d1-260d-4511-9434-c9e6992eb110" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/991f0f27-f00a-4db6-b806-6a70645b8e15?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2019-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/df6e18d1-260d-4511-9434-c9e6992eb110?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2019-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "62a376dc-9b64-11ec-a099-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "b002e9e8-9fa5-11ec-b631-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -760,7 +746,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:40:28 GMT", + "Date": "Wed, 09 Mar 2022 12:38:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -771,15 +757,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d333647-f3ed-44b0-9108-6e2ec3d3a4e5", + "x-ms-correlation-request-id": "45cf09ac-aa1e-4acf-a0a4-8a0b03b610c3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49994,Microsoft.Compute/GetOperation30Min;399994", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2e5db321-bfeb-4f2d-b446-2ccc90764f23", - "x-ms-routing-request-id": "WESTUS2:20220304T024029Z:7d333647-f3ed-44b0-9108-6e2ec3d3a4e5", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "640ed96b-52b3-4296-80c5-36af902a5af8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123802Z:45cf09ac-aa1e-4acf-a0a4-8a0b03b610c3", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "accessSAS": "Sanitized" + "accessSAS": "https://md-hdd-lhsfhhqwsqn3.z8.blob.storage.azure.net/jlvjcwf2vg5h/abcd?sv=2018-03-28\u0026sr=b\u0026si=bd9c54da-e63d-4a53-bc70-3e8da65b3bd9\u0026sig=RUGqhcGVYB9zOHh3%2Fr3%2BRi31F5%2FRwOu0v3tKVUhsX74%3D" } }, { @@ -791,18 +777,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "74ca7966-9b64-11ec-8641-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c292303a-9fa5-11ec-87b9-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b8641688-eb5f-4cac-9802-7e63c3cfc393?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a717adc6-8041-427e-b936-d1e9fabbfedd?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:40:28 GMT", + "Date": "Wed, 09 Mar 2022 12:38:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b8641688-eb5f-4cac-9802-7e63c3cfc393?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2019-03-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a717adc6-8041-427e-b936-d1e9fabbfedd?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2019-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -810,25 +796,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c7e951e-67a7-4f36-8a9c-4c140767cef4", + "x-ms-correlation-request-id": "445a9415-e3cf-433c-a1e1-4b21dc4dae15", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostDiskHydrate3Min;998,Microsoft.Compute/HighCostDiskHydrate30Min;7998", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "b8641688-eb5f-4cac-9802-7e63c3cfc393", - "x-ms-routing-request-id": "WESTUS2:20220304T024029Z:1c7e951e-67a7-4f36-8a9c-4c140767cef4", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "a717adc6-8041-427e-b936-d1e9fabbfedd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123803Z:445a9415-e3cf-433c-a1e1-4b21dc4dae15", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b8641688-eb5f-4cac-9802-7e63c3cfc393?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a717adc6-8041-427e-b936-d1e9fabbfedd?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "74ca7966-9b64-11ec-8641-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c292303a-9fa5-11ec-87b9-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -836,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:40:58 GMT", + "Date": "Wed, 09 Mar 2022 12:38:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -847,37 +833,37 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb29fbea-a4e3-42d0-8d1d-be848f2d8dcf", + "x-ms-correlation-request-id": "3528f53f-daee-40f5-8a31-bf613dbf9526", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49992,Microsoft.Compute/GetOperation30Min;399992", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "05e9465f-5875-4746-9c38-a691a807894a", - "x-ms-routing-request-id": "WESTUS2:20220304T024059Z:eb29fbea-a4e3-42d0-8d1d-be848f2d8dcf", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ca1897a3-1a86-4b3f-9567-79f29fb96073", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123833Z:3528f53f-daee-40f5-8a31-bf613dbf9526", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:40:29.3115998\u002B00:00", - "endTime": "2022-03-04T02:40:29.467954\u002B00:00", + "startTime": "2022-03-09T12:38:02.8555544\u002B00:00", + "endTime": "2022-03-09T12:38:02.9805479\u002B00:00", "status": "Succeeded", - "name": "b8641688-eb5f-4cac-9802-7e63c3cfc393" + "name": "a717adc6-8041-427e-b936-d1e9fabbfedd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b8641688-eb5f-4cac-9802-7e63c3cfc393?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2019-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a717adc6-8041-427e-b936-d1e9fabbfedd?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2019-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "74ca7966-9b64-11ec-8641-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c292303a-9fa5-11ec-87b9-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:40:59 GMT", + "Date": "Wed, 09 Mar 2022 12:38:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -886,12 +872,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f46b73ce-2a0a-43a6-a4c3-9bf33137a75a", + "x-ms-correlation-request-id": "072f4d95-2eea-4498-b2c8-be92e3a7a601", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49991,Microsoft.Compute/GetOperation30Min;399991", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7951acb0-fbce-4bfa-8c5d-22ee8978bf31", - "x-ms-routing-request-id": "WESTUS2:20220304T024059Z:f46b73ce-2a0a-43a6-a4c3-9bf33137a75a", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "990905fc-956e-4a92-9646-94d540e568f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123833Z:072f4d95-2eea-4498-b2c8-be92e3a7a601", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, @@ -904,18 +890,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "86eba4ca-9b64-11ec-8179-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "d51d6e40-9fa5-11ec-bbfc-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/658f687a-7540-4f21-88f6-c15b42c9d513?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/5ed9e1c7-34c7-44f3-bf8a-16d963c69dbf?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:40:59 GMT", + "Date": "Wed, 09 Mar 2022 12:38:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/658f687a-7540-4f21-88f6-c15b42c9d513?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2019-03-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/5ed9e1c7-34c7-44f3-bf8a-16d963c69dbf?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2019-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -923,25 +909,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9878bf6-2716-4b23-905f-7e33ba6f7e74", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteDisks3Min;999,Microsoft.Compute/DeleteDisks30Min;7999", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "658f687a-7540-4f21-88f6-c15b42c9d513", - "x-ms-routing-request-id": "WESTUS2:20220304T024100Z:a9878bf6-2716-4b23-905f-7e33ba6f7e74", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "a6f29ddb-a3be-4f6f-a1a6-99d406acfad1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23999", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "5ed9e1c7-34c7-44f3-bf8a-16d963c69dbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123834Z:a6f29ddb-a3be-4f6f-a1a6-99d406acfad1", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/658f687a-7540-4f21-88f6-c15b42c9d513?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2019-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/5ed9e1c7-34c7-44f3-bf8a-16d963c69dbf?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2019-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "86eba4ca-9b64-11ec-8179-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "d51d6e40-9fa5-11ec-bbfc-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -949,7 +935,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:29 GMT", + "Date": "Wed, 09 Mar 2022 12:39:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -960,18 +946,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9e00c88-3bff-48cd-ad82-24e1f3ed776e", + "x-ms-correlation-request-id": "8c89b6f0-32cd-4172-8fbf-9517f24dda4e", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399989", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "7b127bc0-ce42-48a0-9cb6-7d8b0c57824b", - "x-ms-routing-request-id": "WESTUS2:20220304T024130Z:e9e00c88-3bff-48cd-ad82-24e1f3ed776e", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "cfa10044-51f1-4ecf-ad13-1d24200c7cf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123905Z:8c89b6f0-32cd-4172-8fbf-9517f24dda4e", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:40:59.9523458\u002B00:00", - "endTime": "2022-03-04T02:41:00.2336206\u002B00:00", + "startTime": "2022-03-09T12:38:34.4342319\u002B00:00", + "endTime": "2022-03-09T12:38:34.6529671\u002B00:00", "status": "Succeeded", - "name": "658f687a-7540-4f21-88f6-c15b42c9d513" + "name": "5ed9e1c7-34c7-44f3-bf8a-16d963c69dbf" } } ], diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputetest_compute_disks.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputetest_compute_disks.json index 57baffc25dbc..9a5ef1d56437 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputetest_compute_disks.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputetest_compute_disks.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:44:56 GMT", + "Date": "Wed, 09 Mar 2022 12:43:34 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Sun, 03-Apr-2022 02:44:56 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", - "x-ms-request-id": "2e703af4-d72d-4ca0-9331-d799e4493500" + "x-ms-request-id": "05166442-6007-425f-9ab5-9453385ec200" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -90,7 +86,7 @@ "email" ], "kerberos_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/kerberos", - "tenant_region_scope": "WW", + "tenant_region_scope": "NA", "cloud_instance_name": "microsoftonline.com", "cloud_graph_host_name": "graph.windows.net", "msgraph_host": "graph.microsoft.com", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:44:56 GMT", + "Date": "Wed, 09 Mar 2022 12:43:34 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Sun, 03-Apr-2022 02:44:56 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.17 - EUS ProdSlices", - "x-ms-request-id": "3a361078-6131-4f10-9b03-b6e6e1e51e00" + "x-ms-ests-server": "2.1.12559.5 - SEASLR1 ProdSlices", + "x-ms-request-id": "9331ccfc-6a08-49ee-8b01-6eb3de0e0700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,47 +172,42 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "5f28846c-b6f7-4303-83ac-b04ea520c1be", + "client-request-id": "110db9c8-3d71-4277-be09-cf932ff77c97", "Connection": "keep-alive", - "Content-Length": "286", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.10.0 (Windows-10-10.0.22000-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.15.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=c51fbd7b-3a8a-4043-b5e1-b4631b45fdbb\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=OqR445KX.Mj-I70qnfGeYHPsFi.vDjh7~Z\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "5f28846c-b6f7-4303-83ac-b04ea520c1be", - "Content-Length": "114", + "client-request-id": "110db9c8-3d71-4277-be09-cf932ff77c97", + "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:44:56 GMT", + "Date": "Wed, 09 Mar 2022 12:43:34 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Sun, 03-Apr-2022 02:44:56 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", - "x-ms-request-id": "cbf3bd0b-aa0d-4d27-9970-d2b3fee43700" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "05166442-6007-425f-9ab5-9453505ec200" }, "ResponseBody": { "token_type": "Bearer", - "expires_in": 86399, - "ext_expires_in": 86399, - "refresh_in": 43199, + "expires_in": 3599, + "ext_expires_in": 3599, "access_token": "access_token" } }, @@ -234,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "100", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "13db2217-9b65-11ec-ba5c-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "88268502-9fa6-11ec-bf93-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -248,13 +235,13 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/dae3e68a-0de2-46a8-b50d-12845305239b?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/8d2a618b-7783-4dee-8802-5ce7a9cc8dcd?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "236", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:44:58 GMT", + "Date": "Wed, 09 Mar 2022 12:43:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/dae3e68a-0de2-46a8-b50d-12845305239b?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/8d2a618b-7783-4dee-8802-5ce7a9cc8dcd?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -263,12 +250,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69fed8c6-6398-461a-ace7-845e5ffed2ec", + "x-ms-correlation-request-id": "2db83805-3413-41c5-9472-50bf14635f7e", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7995", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "dae3e68a-0de2-46a8-b50d-12845305239b", - "x-ms-routing-request-id": "WESTUS2:20220304T024458Z:69fed8c6-6398-461a-ace7-845e5ffed2ec", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "8d2a618b-7783-4dee-8802-5ce7a9cc8dcd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124338Z:2db83805-3413-41c5-9472-50bf14635f7e", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamexe6ad29c6", @@ -284,15 +271,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/dae3e68a-0de2-46a8-b50d-12845305239b?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/8d2a618b-7783-4dee-8802-5ce7a9cc8dcd?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "13db2217-9b65-11ec-ba5c-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "88268502-9fa6-11ec-bf93-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -300,7 +287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:45:00 GMT", + "Date": "Wed, 09 Mar 2022 12:43:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -311,16 +298,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be925009-8f11-4c2f-a7e9-1587e6572904", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399969", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "51fb3f3e-5185-47fd-9b8e-5a82625d1fd4", - "x-ms-routing-request-id": "WESTUS2:20220304T024500Z:be925009-8f11-4c2f-a7e9-1587e6572904", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "c274da0a-05f5-4e4d-8262-82c2408face9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399966", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "06fc098c-222e-40f0-a7f7-d4f18e367da7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124340Z:c274da0a-05f5-4e4d-8262-82c2408face9", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:44:58.7546832\u002B00:00", - "endTime": "2022-03-04T02:44:58.8953115\u002B00:00", + "startTime": "2022-03-09T12:43:38.3876622\u002B00:00", + "endTime": "2022-03-09T12:43:38.5126521\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -344,15 +331,15 @@ }, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:44:58.7546832\u002B00:00", + "timeCreated": "2022-03-09T12:43:38.3876622\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "88ed7a6c-1b72-4476-be97-549450a4d3e2" + "uniqueId": "1edd18fa-08b1-4fc5-9e5e-ec3973134cc5" } } }, - "name": "dae3e68a-0de2-46a8-b50d-12845305239b" + "name": "8d2a618b-7783-4dee-8802-5ce7a9cc8dcd" } }, { @@ -363,8 +350,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "13db2217-9b65-11ec-ba5c-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "88268502-9fa6-11ec-bf93-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -372,7 +359,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:45:00 GMT", + "Date": "Wed, 09 Mar 2022 12:43:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -383,12 +370,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b31e944c-399b-4082-8b6c-9aff155dbce7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4995,Microsoft.Compute/LowCostGet30Min;39979", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "83763f4e-5284-4570-8fd8-4f1528fcfb51", - "x-ms-routing-request-id": "WESTUS2:20220304T024501Z:b31e944c-399b-4082-8b6c-9aff155dbce7", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "507e45a6-b5e5-4055-8976-36e9d4e36f14", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119954", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "493e755c-e560-4b41-8ccc-2d08c261c534", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124341Z:507e45a6-b5e5-4055-8976-36e9d4e36f14", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamexe6ad29c6", @@ -411,11 +398,11 @@ }, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:44:58.7546832\u002B00:00", + "timeCreated": "2022-03-09T12:43:38.3876622\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "88ed7a6c-1b72-4476-be97-549450a4d3e2" + "uniqueId": "1edd18fa-08b1-4fc5-9e5e-ec3973134cc5" } } }, @@ -427,8 +414,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "16d7a4d5-9b65-11ec-93c1-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8c6b4eb4-9fa6-11ec-996e-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -436,7 +423,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:45:00 GMT", + "Date": "Wed, 09 Mar 2022 12:43:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -447,12 +434,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f0e720c-0a55-4d8a-bcfa-ea6ed137fcc2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4994,Microsoft.Compute/LowCostGet30Min;39978", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "230b1e42-b08b-4489-86ad-ea7f83dd695d", - "x-ms-routing-request-id": "WESTUS2:20220304T024501Z:3f0e720c-0a55-4d8a-bcfa-ea6ed137fcc2", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "b5ba0cfb-204b-473e-8090-268b3eebe2a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119953", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "371cdd2e-cda3-4b57-a9ef-c62a27242ef3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124341Z:b5ba0cfb-204b-473e-8090-268b3eebe2a2", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamexe6ad29c6", @@ -475,11 +462,11 @@ }, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:44:58.7546832\u002B00:00", + "timeCreated": "2022-03-09T12:43:38.3876622\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "88ed7a6c-1b72-4476-be97-549450a4d3e2" + "uniqueId": "1edd18fa-08b1-4fc5-9e5e-ec3973134cc5" } } }, @@ -493,8 +480,8 @@ "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "16e8632e-9b65-11ec-9ac7-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8c9e8036-9fa6-11ec-a6fc-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -503,13 +490,13 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/ae9627e8-c8ac-432b-9c91-ddabb1c5344a?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a1abab70-5a70-4282-ac18-749f5596d48f?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "341", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:45:00 GMT", + "Date": "Wed, 09 Mar 2022 12:43:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/ae9627e8-c8ac-432b-9c91-ddabb1c5344a?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a1abab70-5a70-4282-ac18-749f5596d48f?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -518,12 +505,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f846994e-1aff-4836-a97c-d6bdba0b5add", + "x-ms-correlation-request-id": "737184c2-f317-4ce6-8e8b-0ad99f533dd8", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateDisks3Min;997,Microsoft.Compute/CreateUpdateDisks30Min;7994", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "ae9627e8-c8ac-432b-9c91-ddabb1c5344a", - "x-ms-routing-request-id": "WESTUS2:20220304T024501Z:f846994e-1aff-4836-a97c-d6bdba0b5add", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "a1abab70-5a70-4282-ac18-749f5596d48f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124342Z:737184c2-f317-4ce6-8e8b-0ad99f533dd8", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamexe6ad29c6", @@ -544,15 +531,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/ae9627e8-c8ac-432b-9c91-ddabb1c5344a?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a1abab70-5a70-4282-ac18-749f5596d48f?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "16e8632e-9b65-11ec-9ac7-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8c9e8036-9fa6-11ec-a6fc-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -560,7 +547,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:45:03 GMT", + "Date": "Wed, 09 Mar 2022 12:43:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -571,16 +558,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e325531-dd50-4879-b870-9cd044047138", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399968", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "364226e5-2aec-4203-93dc-a48ed82c43d8", - "x-ms-routing-request-id": "WESTUS2:20220304T024503Z:4e325531-dd50-4879-b870-9cd044047138", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "2f68f5e9-144a-4623-9d84-b4e6423b0902", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399965", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "2828d006-d720-44ea-aed5-1d254e9d05de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124344Z:2f68f5e9-144a-4623-9d84-b4e6423b0902", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:45:01.3171869\u002B00:00", - "endTime": "2022-03-04T02:45:01.4578044\u002B00:00", + "startTime": "2022-03-09T12:43:41.8563898\u002B00:00", + "endTime": "2022-03-09T12:43:41.9814058\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -604,15 +591,15 @@ }, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:44:58.7546832\u002B00:00", + "timeCreated": "2022-03-09T12:43:38.3876622\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "88ed7a6c-1b72-4476-be97-549450a4d3e2" + "uniqueId": "1edd18fa-08b1-4fc5-9e5e-ec3973134cc5" } } }, - "name": "ae9627e8-c8ac-432b-9c91-ddabb1c5344a" + "name": "a1abab70-5a70-4282-ac18-749f5596d48f" } }, { @@ -623,8 +610,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "16e8632e-9b65-11ec-9ac7-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8c9e8036-9fa6-11ec-a6fc-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -632,7 +619,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:45:03 GMT", + "Date": "Wed, 09 Mar 2022 12:43:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -643,12 +630,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71850b54-a922-4ff5-a852-388be63e4fe1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4992,Microsoft.Compute/LowCostGet30Min;39976", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "dac54d89-8b3d-4c25-9de0-1c0ad8bbbaf9", - "x-ms-routing-request-id": "WESTUS2:20220304T024503Z:71850b54-a922-4ff5-a852-388be63e4fe1", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "11a70d8c-8e46-458e-b5e6-7f7e85c5718c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14990,Microsoft.Compute/LowCostGet30Min;119951", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "2e03fc9b-0e3f-400e-8db0-5e31ae7f5eeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124344Z:11a70d8c-8e46-458e-b5e6-7f7e85c5718c", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamexe6ad29c6", @@ -671,11 +658,11 @@ }, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:44:58.7546832\u002B00:00", + "timeCreated": "2022-03-09T12:43:38.3876622\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "88ed7a6c-1b72-4476-be97-549450a4d3e2" + "uniqueId": "1edd18fa-08b1-4fc5-9e5e-ec3973134cc5" } } }, @@ -689,8 +676,8 @@ "Connection": "keep-alive", "Content-Length": "45", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "1875532d-9b65-11ec-b165-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8e776b40-9fa6-11ec-b5cb-c0b6f9946f2d" }, "RequestBody": { "access": "Read", @@ -698,12 +685,12 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/301da8cb-ff8b-4d31-abb5-ebef5099d7be?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/94c6ee16-b3e3-4edc-84c6-49adb1fe1b28?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:45:03 GMT", + "Date": "Wed, 09 Mar 2022 12:43:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/301da8cb-ff8b-4d31-abb5-ebef5099d7be?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/94c6ee16-b3e3-4edc-84c6-49adb1fe1b28?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -711,25 +698,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7aa14323-2fcd-46c6-b1b6-d5148ea7e374", + "x-ms-correlation-request-id": "204d817c-ac8f-433b-992f-5a4aa713da01", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostDiskHydrate3Min;999,Microsoft.Compute/HighCostDiskHydrate30Min;7997", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "301da8cb-ff8b-4d31-abb5-ebef5099d7be", - "x-ms-routing-request-id": "WESTUS2:20220304T024504Z:7aa14323-2fcd-46c6-b1b6-d5148ea7e374", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "94c6ee16-b3e3-4edc-84c6-49adb1fe1b28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124345Z:204d817c-ac8f-433b-992f-5a4aa713da01", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/301da8cb-ff8b-4d31-abb5-ebef5099d7be?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/94c6ee16-b3e3-4edc-84c6-49adb1fe1b28?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "1875532d-9b65-11ec-b165-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8e776b40-9fa6-11ec-b5cb-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -737,7 +724,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:45:33 GMT", + "Date": "Wed, 09 Mar 2022 12:44:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -748,35 +735,35 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0231eac7-6b7e-4e19-ac33-6b624cc22eef", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49985,Microsoft.Compute/GetOperation30Min;399965", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "d3078fd8-d18f-41fd-8baa-f02a758df09e", - "x-ms-routing-request-id": "WESTUS2:20220304T024534Z:0231eac7-6b7e-4e19-ac33-6b624cc22eef", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "3442da20-7408-4cab-8b4e-05c61dc847c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49985,Microsoft.Compute/GetOperation30Min;399962", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "9337466b-92f6-490f-9fdf-bce62cb91e94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124415Z:3442da20-7408-4cab-8b4e-05c61dc847c1", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:45:03.8953286\u002B00:00", - "endTime": "2022-03-04T02:45:04.1609738\u002B00:00", + "startTime": "2022-03-09T12:43:44.9345459\u002B00:00", + "endTime": "2022-03-09T12:43:45.1845474\u002B00:00", "status": "Succeeded", "properties": { "output": { - "accessSAS": "Sanitized" + "accessSAS": "https://md-hdd-bsxhlcm5jtdj.z44.blob.storage.azure.net/pfr5h5rr5zwq/abcd?sv=2018-03-28\u0026sr=b\u0026si=e0f6f75d-13ff-4833-a6e4-3adda5469955\u0026sig=G5EX%2FG06PlFIJnG4fSdRyhnmbZZwd1MAsUEBI8T%2Brmk%3D" } }, - "name": "301da8cb-ff8b-4d31-abb5-ebef5099d7be" + "name": "94c6ee16-b3e3-4edc-84c6-49adb1fe1b28" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/301da8cb-ff8b-4d31-abb5-ebef5099d7be?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/94c6ee16-b3e3-4edc-84c6-49adb1fe1b28?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "1875532d-9b65-11ec-b165-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8e776b40-9fa6-11ec-b5cb-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -784,7 +771,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:45:33 GMT", + "Date": "Wed, 09 Mar 2022 12:44:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -795,15 +782,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71324bb3-d60b-41e3-8d95-e6d0a24af540", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49984,Microsoft.Compute/GetOperation30Min;399964", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "08f6fdd8-3789-4ce0-8393-dd16d3fa0b66", - "x-ms-routing-request-id": "WESTUS2:20220304T024534Z:71324bb3-d60b-41e3-8d95-e6d0a24af540", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "e09d398f-3904-496f-877d-63548ed162fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49984,Microsoft.Compute/GetOperation30Min;399961", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "ec9e0056-2703-4812-97e0-5406bb119949", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124415Z:e09d398f-3904-496f-877d-63548ed162fa", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "accessSAS": "Sanitized" + "accessSAS": "https://md-hdd-bsxhlcm5jtdj.z44.blob.storage.azure.net/pfr5h5rr5zwq/abcd?sv=2018-03-28\u0026sr=b\u0026si=e0f6f75d-13ff-4833-a6e4-3adda5469955\u0026sig=G5EX%2FG06PlFIJnG4fSdRyhnmbZZwd1MAsUEBI8T%2Brmk%3D" } }, { @@ -815,18 +802,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "2a9ab4ec-9b65-11ec-b8bd-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a105fb3a-9fa6-11ec-9ad6-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7c630ec4-d599-4965-8f95-9072185aaa86?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7dfab857-fe6a-4dd0-9db5-bca207a2ad92?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:45:33 GMT", + "Date": "Wed, 09 Mar 2022 12:44:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7c630ec4-d599-4965-8f95-9072185aaa86?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7dfab857-fe6a-4dd0-9db5-bca207a2ad92?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -834,25 +821,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcb2fb76-ed97-4369-8e4c-17661ae37346", + "x-ms-correlation-request-id": "8d9f2976-e5cd-4b6b-9656-c63464430acd", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostDiskHydrate3Min;998,Microsoft.Compute/HighCostDiskHydrate30Min;7996", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "7c630ec4-d599-4965-8f95-9072185aaa86", - "x-ms-routing-request-id": "WESTUS2:20220304T024534Z:fcb2fb76-ed97-4369-8e4c-17661ae37346", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "7dfab857-fe6a-4dd0-9db5-bca207a2ad92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124416Z:8d9f2976-e5cd-4b6b-9656-c63464430acd", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7c630ec4-d599-4965-8f95-9072185aaa86?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7dfab857-fe6a-4dd0-9db5-bca207a2ad92?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "2a9ab4ec-9b65-11ec-b8bd-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a105fb3a-9fa6-11ec-9ad6-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -860,7 +847,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:46:04 GMT", + "Date": "Wed, 09 Mar 2022 12:44:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -871,37 +858,37 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e482fed5-ce7c-439f-8317-410651d3f443", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49985,Microsoft.Compute/GetOperation30Min;399962", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "599a5f41-81c0-431c-b72a-fa455e9b88e9", - "x-ms-routing-request-id": "WESTUS2:20220304T024604Z:e482fed5-ce7c-439f-8317-410651d3f443", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "5edc7b21-efd3-4705-8bdb-9a50d9151c3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49985,Microsoft.Compute/GetOperation30Min;399959", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "f43bf84a-6623-430e-8db0-fd9e03bf3927", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124447Z:5edc7b21-efd3-4705-8bdb-9a50d9151c3f", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:45:34.3490248\u002B00:00", - "endTime": "2022-03-04T02:45:34.4896808\u002B00:00", + "startTime": "2022-03-09T12:44:16.0751318\u002B00:00", + "endTime": "2022-03-09T12:44:16.2313599\u002B00:00", "status": "Succeeded", - "name": "7c630ec4-d599-4965-8f95-9072185aaa86" + "name": "7dfab857-fe6a-4dd0-9db5-bca207a2ad92" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7c630ec4-d599-4965-8f95-9072185aaa86?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7dfab857-fe6a-4dd0-9db5-bca207a2ad92?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "2a9ab4ec-9b65-11ec-b8bd-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a105fb3a-9fa6-11ec-9ad6-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:46:04 GMT", + "Date": "Wed, 09 Mar 2022 12:44:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -910,12 +897,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b03c02e-acd3-4ec9-a4af-16a79f6b07e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49984,Microsoft.Compute/GetOperation30Min;399961", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "5b657fe3-2799-44a2-8675-ec675a5d99b6", - "x-ms-routing-request-id": "WESTUS2:20220304T024604Z:6b03c02e-acd3-4ec9-a4af-16a79f6b07e4", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "29c57363-6155-432a-b48b-32e181b86549", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49984,Microsoft.Compute/GetOperation30Min;399958", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "c5a62631-245f-477b-92a3-9b4d4168903c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124447Z:29c57363-6155-432a-b48b-32e181b86549", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, @@ -928,18 +915,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "3cb9cbd3-9b65-11ec-80c7-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "b3dbc940-9fa6-11ec-a991-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/1ad8a5bd-9a32-44a8-8efc-6cf0b7cf63f9?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/af2682db-7347-4249-8096-59c27c73ee85?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:46:04 GMT", + "Date": "Wed, 09 Mar 2022 12:44:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/1ad8a5bd-9a32-44a8-8efc-6cf0b7cf63f9?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/af2682db-7347-4249-8096-59c27c73ee85?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -947,25 +934,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d45a8d3f-537d-4f5d-b9ff-ffbe1b1d65f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteDisks3Min;997,Microsoft.Compute/DeleteDisks30Min;7996", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "1ad8a5bd-9a32-44a8-8efc-6cf0b7cf63f9", - "x-ms-routing-request-id": "WESTUS2:20220304T024605Z:d45a8d3f-537d-4f5d-b9ff-ffbe1b1d65f6", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "9a3aae70-76f2-4ac4-90cf-048034380d8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteDisks3Min;2997,Microsoft.Compute/DeleteDisks30Min;23996", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-request-id": "af2682db-7347-4249-8096-59c27c73ee85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124448Z:9a3aae70-76f2-4ac4-90cf-048034380d8e", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/1ad8a5bd-9a32-44a8-8efc-6cf0b7cf63f9?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/af2682db-7347-4249-8096-59c27c73ee85?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "3cb9cbd3-9b65-11ec-80c7-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "b3dbc940-9fa6-11ec-a991-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -973,7 +960,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:46:34 GMT", + "Date": "Wed, 09 Mar 2022 12:45:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -984,18 +971,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc1bdf20-e6dc-4ab4-ad5d-486a80920202", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49986,Microsoft.Compute/GetOperation30Min;399958", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "00a37b2b-f174-4340-894d-770959e01e1f", - "x-ms-routing-request-id": "WESTUS2:20220304T024635Z:bc1bdf20-e6dc-4ab4-ad5d-486a80920202", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "0b80fa99-9f07-434f-a11d-492bf9d57ca1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49986,Microsoft.Compute/GetOperation30Min;399955", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "bb333daf-dca6-4bd6-a684-ae563df2ace3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124519Z:0b80fa99-9f07-434f-a11d-492bf9d57ca1", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:46:04.9589314\u002B00:00", - "endTime": "2022-03-04T02:46:05.4432987\u002B00:00", + "startTime": "2022-03-09T12:44:48.3566721\u002B00:00", + "endTime": "2022-03-09T12:44:48.6379514\u002B00:00", "status": "Succeeded", - "name": "1ad8a5bd-9a32-44a8-8efc-6cf0b7cf63f9" + "name": "af2682db-7347-4249-8096-59c27c73ee85" } } ], diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputetest_compute_shot.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputetest_compute_shot.json index 8ad5687c77cc..64cd3bae1ec7 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputetest_compute_shot.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_disks.pyTestMgmtComputetest_compute_shot.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:34 GMT", + "Date": "Wed, 09 Mar 2022 12:39:14 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Sun, 03-Apr-2022 02:41:34 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", - "x-ms-request-id": "2e703af4-d72d-4ca0-9331-d799102e3500" + "x-ms-request-id": "fc1b036c-3cfc-4c05-ada6-f18e2bd5b300" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -90,7 +86,7 @@ "email" ], "kerberos_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/kerberos", - "tenant_region_scope": "WW", + "tenant_region_scope": "NA", "cloud_instance_name": "microsoftonline.com", "cloud_graph_host_name": "graph.windows.net", "msgraph_host": "graph.microsoft.com", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:34 GMT", + "Date": "Wed, 09 Mar 2022 12:39:14 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Sun, 03-Apr-2022 02:41:34 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", - "x-ms-request-id": "1c4028dd-2364-452e-8446-09e2c0e41200" + "x-ms-ests-server": "2.1.12559.5 - SEASLR2 ProdSlices", + "x-ms-request-id": "987d351c-500f-4d98-bd5a-708f0d730600" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,47 +172,42 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9eed2f11-6e8d-49ae-b382-e61fc8d3b693", + "client-request-id": "2bd32000-4873-4868-8a8a-dac503816b0d", "Connection": "keep-alive", - "Content-Length": "286", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.10.0 (Windows-10-10.0.22000-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.15.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=c51fbd7b-3a8a-4043-b5e1-b4631b45fdbb\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=OqR445KX.Mj-I70qnfGeYHPsFi.vDjh7~Z\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "9eed2f11-6e8d-49ae-b382-e61fc8d3b693", - "Content-Length": "114", + "client-request-id": "2bd32000-4873-4868-8a8a-dac503816b0d", + "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:35 GMT", + "Date": "Wed, 09 Mar 2022 12:39:14 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Sun, 03-Apr-2022 02:41:35 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", - "x-ms-request-id": "71283c17-ff25-4a64-a637-fe8d967a3600" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "fc1b036c-3cfc-4c05-ada6-f18e3bd5b300" }, "ResponseBody": { "token_type": "Bearer", - "expires_in": 86399, - "ext_expires_in": 86399, - "refresh_in": 43199, + "expires_in": 3599, + "ext_expires_in": 3599, "access_token": "access_token" } }, @@ -234,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "100", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "9baf8027-9b64-11ec-aa84-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ecee048c-9fa5-11ec-8367-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -248,13 +235,13 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/53c23f6c-3669-478e-a5bb-9e96034631a4?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/373fa1b3-0478-4ade-80f4-d970e79902d6?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "236", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:36 GMT", + "Date": "Wed, 09 Mar 2022 12:39:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/53c23f6c-3669-478e-a5bb-9e96034631a4?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/373fa1b3-0478-4ade-80f4-d970e79902d6?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -263,12 +250,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3c5ce8e-6db5-4ce7-91b3-bed39604c3ab", + "x-ms-correlation-request-id": "896cfaf1-3c21-46e7-86ac-d02df03c7374", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateDisks3Min;997,Microsoft.Compute/CreateUpdateDisks30Min;7997", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "53c23f6c-3669-478e-a5bb-9e96034631a4", - "x-ms-routing-request-id": "WESTUS2:20220304T024137Z:d3c5ce8e-6db5-4ce7-91b3-bed39604c3ab", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "373fa1b3-0478-4ade-80f4-d970e79902d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123918Z:896cfaf1-3c21-46e7-86ac-d02df03c7374", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamexbc8e2966", @@ -284,15 +271,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/53c23f6c-3669-478e-a5bb-9e96034631a4?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/373fa1b3-0478-4ade-80f4-d970e79902d6?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "9baf8027-9b64-11ec-aa84-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ecee048c-9fa5-11ec-8367-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -300,7 +287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:38 GMT", + "Date": "Wed, 09 Mar 2022 12:39:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -311,16 +298,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f74729dd-c8bc-4dc4-ba22-c57aacaf3f21", + "x-ms-correlation-request-id": "9d07b705-8cc8-4e6b-8f0e-2eeaee8719e5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399988", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "47c93e28-1a8e-4d44-81a7-bf4f70f43052", - "x-ms-routing-request-id": "WESTUS2:20220304T024139Z:f74729dd-c8bc-4dc4-ba22-c57aacaf3f21", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "908c9330-a2dc-40ed-a6e1-330a940831b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123920Z:9d07b705-8cc8-4e6b-8f0e-2eeaee8719e5", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:41:36.9688838\u002B00:00", - "endTime": "2022-03-04T02:41:37.1095277\u002B00:00", + "startTime": "2022-03-09T12:39:17.9498536\u002B00:00", + "endTime": "2022-03-09T12:39:18.0436324\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -344,15 +331,15 @@ }, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:41:36.9688838\u002B00:00", + "timeCreated": "2022-03-09T12:39:17.9498536\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "2f7cda66-e149-4968-88d7-23560473dce1" + "uniqueId": "445afcfa-6ef2-4994-9a83-61504dc9dc7e" } } }, - "name": "53c23f6c-3669-478e-a5bb-9e96034631a4" + "name": "373fa1b3-0478-4ade-80f4-d970e79902d6" } }, { @@ -363,8 +350,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "9baf8027-9b64-11ec-aa84-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ecee048c-9fa5-11ec-8367-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -372,7 +359,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:38 GMT", + "Date": "Wed, 09 Mar 2022 12:39:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -383,12 +370,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d10ae7e2-c95f-4ba3-b34a-8c76a23db22d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4991,Microsoft.Compute/LowCostGet30Min;39991", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "88b6f0e6-4b12-4ded-824b-ab120b4b42d2", - "x-ms-routing-request-id": "WESTUS2:20220304T024139Z:d10ae7e2-c95f-4ba3-b34a-8c76a23db22d", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "64fc136f-b99d-4884-96ab-8229a4ee0f1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14989,Microsoft.Compute/LowCostGet30Min;119962", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "a6ab9dfa-694a-48fb-8f5e-19e9f004de12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123920Z:64fc136f-b99d-4884-96ab-8229a4ee0f1d", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "disknamexbc8e2966", @@ -411,11 +398,11 @@ }, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:41:36.9688838\u002B00:00", + "timeCreated": "2022-03-09T12:39:17.9498536\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "2f7cda66-e149-4968-88d7-23560473dce1" + "uniqueId": "445afcfa-6ef2-4994-9a83-61504dc9dc7e" } } }, @@ -429,8 +416,8 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "9e962284-9b64-11ec-9619-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f135af50-9fa5-11ec-8c11-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -443,13 +430,13 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b14fde72-4012-47f2-ab9a-c20558d1a706?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/2febfb04-d27a-4e0a-9465-334c748078e3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "432", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:39 GMT", + "Date": "Wed, 09 Mar 2022 12:39:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b14fde72-4012-47f2-ab9a-c20558d1a706?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/2febfb04-d27a-4e0a-9465-334c748078e3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -458,12 +445,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b963321-640b-4e75-a8ba-27217af46c8c", + "x-ms-correlation-request-id": "e318801f-f4b5-4779-8ff3-cd2403397d78", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7999", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "b14fde72-4012-47f2-ab9a-c20558d1a706", - "x-ms-routing-request-id": "WESTUS2:20220304T024140Z:7b963321-640b-4e75-a8ba-27217af46c8c", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "2febfb04-d27a-4e0a-9465-334c748078e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123922Z:e318801f-f4b5-4779-8ff3-cd2403397d78", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "location": "eastus", @@ -471,7 +458,7 @@ "creationData": { "createOption": "Copy", "sourceUri": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/disknamexbc8e2966", - "sourceUniqueId": "2f7cda66-e149-4968-88d7-23560473dce1" + "sourceUniqueId": "445afcfa-6ef2-4994-9a83-61504dc9dc7e" }, "publicNetworkAccess": "Enabled", "provisioningState": "Updating", @@ -480,15 +467,98 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b14fde72-4012-47f2-ab9a-c20558d1a706?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/2febfb04-d27a-4e0a-9465-334c748078e3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f135af50-9fa5-11ec-8c11-c0b6f9946f2d" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Mar 2022 12:39:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "33c07cc9-288e-48af-a2da-3b86cdf2422d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49986,Microsoft.Compute/GetOperation30Min;399986", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "d67cfc75-3299-4b57-8cd3-6e5bfcf24afd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123925Z:33c07cc9-288e-48af-a2da-3b86cdf2422d", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" + }, + "ResponseBody": { + "startTime": "2022-03-09T12:39:22.7779764\u002B00:00", + "status": "InProgress", + "name": "2febfb04-d27a-4e0a-9465-334c748078e3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/2febfb04-d27a-4e0a-9465-334c748078e3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f135af50-9fa5-11ec-8c11-c0b6f9946f2d" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Mar 2022 12:39:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1af92d5c-3ffc-45b1-a93e-34e734422bc2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49984,Microsoft.Compute/GetOperation30Min;399984", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "938910e8-65d8-43ee-a836-818b9bea97ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T123935Z:1af92d5c-3ffc-45b1-a93e-34e734422bc2", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" + }, + "ResponseBody": { + "startTime": "2022-03-09T12:39:22.7779764\u002B00:00", + "status": "InProgress", + "name": "2febfb04-d27a-4e0a-9465-334c748078e3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/2febfb04-d27a-4e0a-9465-334c748078e3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "9e962284-9b64-11ec-9619-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f135af50-9fa5-11ec-8c11-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -496,7 +566,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:41 GMT", + "Date": "Wed, 09 Mar 2022 12:40:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -507,16 +577,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5019bfa5-bdf0-44ff-b0e0-dce55e4547fb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399987", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "43f20319-9188-441f-8c15-e99ba4776362", - "x-ms-routing-request-id": "WESTUS2:20220304T024142Z:5019bfa5-bdf0-44ff-b0e0-dce55e4547fb", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "c420c061-b667-420e-8555-77e8e518bc9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49983,Microsoft.Compute/GetOperation30Min;399982", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "16482dce-d9c3-49c1-91b1-f6b323598be4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124006Z:c420c061-b667-420e-8555-77e8e518bc9c", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:41:40.1720575\u002B00:00", - "endTime": "2022-03-04T02:41:41.3595442\u002B00:00", + "startTime": "2022-03-09T12:39:22.7779764\u002B00:00", + "endTime": "2022-03-09T12:39:45.6686122\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -532,7 +602,7 @@ "creationData": { "createOption": "Copy", "sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/disknamexbc8e2966", - "sourceUniqueId": "2f7cda66-e149-4968-88d7-23560473dce1" + "sourceUniqueId": "445afcfa-6ef2-4994-9a83-61504dc9dc7e" }, "diskSizeGB": 200, "encryption": { @@ -541,15 +611,15 @@ "incremental": false, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:41:40.187671\u002B00:00", + "timeCreated": "2022-03-09T12:39:22.7779764\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "7e36f8c3-a64d-472d-8574-33c825730848" + "uniqueId": "b30f3891-4786-4183-9bfe-7b0ad9a6685f" } } }, - "name": "b14fde72-4012-47f2-ab9a-c20558d1a706" + "name": "2febfb04-d27a-4e0a-9465-334c748078e3" } }, { @@ -560,8 +630,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "9e962284-9b64-11ec-9619-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f135af50-9fa5-11ec-8c11-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -569,7 +639,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:41 GMT", + "Date": "Wed, 09 Mar 2022 12:40:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -580,12 +650,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60bf85a4-d860-4ad6-9615-20dbabda0b97", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4990,Microsoft.Compute/LowCostGet30Min;39990", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "e4622f0c-f08b-4362-9691-1d82aaec36ee", - "x-ms-routing-request-id": "WESTUS2:20220304T024142Z:60bf85a4-d860-4ad6-9615-20dbabda0b97", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "a7ec5c7a-5f25-4140-b83a-094693211556", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14988,Microsoft.Compute/LowCostGet30Min;119964", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ee2a8fe7-a304-419d-96da-07452ebda984", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124006Z:a7ec5c7a-5f25-4140-b83a-094693211556", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "snapshotxbc8e2966", @@ -600,7 +670,7 @@ "creationData": { "createOption": "Copy", "sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/disknamexbc8e2966", - "sourceUniqueId": "2f7cda66-e149-4968-88d7-23560473dce1" + "sourceUniqueId": "445afcfa-6ef2-4994-9a83-61504dc9dc7e" }, "diskSizeGB": 200, "encryption": { @@ -609,11 +679,11 @@ "incremental": false, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:41:40.187671\u002B00:00", + "timeCreated": "2022-03-09T12:39:22.7779764\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "7e36f8c3-a64d-472d-8574-33c825730848" + "uniqueId": "b30f3891-4786-4183-9bfe-7b0ad9a6685f" } } }, @@ -627,8 +697,8 @@ "Connection": "keep-alive", "Content-Length": "317", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "a0e990f6-9b64-11ec-afd4-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0c621d24-9fa6-11ec-9132-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -649,11 +719,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/abcf528a-8501-4ba9-b73e-47e0e514963c?p=da74df64-2927-47c5-bfaf-ab3f7b37c044\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d2c52d77-8489-43db-856a-1045fbf4e18b?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "762", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:41:43 GMT", + "Date": "Wed, 09 Mar 2022 12:40:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -662,11 +732,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff7df3b9-422b-4582-a5ab-7471447b51b2", + "x-ms-correlation-request-id": "78feb228-a9de-4b5e-9d0c-7f3f2d3c0e32", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateImages3Min;39,Microsoft.Compute/CreateImages30Min;199", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "abcf528a-8501-4ba9-b73e-47e0e514963c", - "x-ms-routing-request-id": "WESTUS2:20220304T024144Z:ff7df3b9-422b-4582-a5ab-7471447b51b2" + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "d2c52d77-8489-43db-856a-1045fbf4e18b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124009Z:78feb228-a9de-4b5e-9d0c-7f3f2d3c0e32" }, "ResponseBody": { "name": "imagexbc8e2966", @@ -693,15 +763,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/abcf528a-8501-4ba9-b73e-47e0e514963c?p=da74df64-2927-47c5-bfaf-ab3f7b37c044\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d2c52d77-8489-43db-856a-1045fbf4e18b?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "a0e990f6-9b64-11ec-afd4-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0c621d24-9fa6-11ec-9132-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -709,7 +779,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:14 GMT", + "Date": "Wed, 09 Mar 2022 12:40:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -720,17 +790,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0d8a35e-eb71-4840-ba56-d506ce6e4f18", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "f0dfa15b-f8da-46de-980f-b15f2ff71cad", - "x-ms-routing-request-id": "WESTUS2:20220304T024214Z:c0d8a35e-eb71-4840-ba56-d506ce6e4f18" + "x-ms-correlation-request-id": "6cb3fb33-fe0f-44ea-8957-8747550639cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29995", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e41eb796-6b47-4cf3-aff2-23cf7605d023", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124040Z:6cb3fb33-fe0f-44ea-8957-8747550639cf" }, "ResponseBody": { - "startTime": "2022-03-04T02:41:43.9494313\u002B00:00", - "endTime": "2022-03-04T02:41:49.0744912\u002B00:00", + "startTime": "2022-03-09T12:40:08.587569\u002B00:00", + "endTime": "2022-03-09T12:40:13.6813162\u002B00:00", "status": "Succeeded", - "name": "abcf528a-8501-4ba9-b73e-47e0e514963c" + "name": "d2c52d77-8489-43db-856a-1045fbf4e18b" } }, { @@ -741,8 +811,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "a0e990f6-9b64-11ec-afd4-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0c621d24-9fa6-11ec-9132-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -750,7 +820,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:14 GMT", + "Date": "Wed, 09 Mar 2022 12:40:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -761,11 +831,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d32ff558-3e65-4547-8703-4dc6e654bce1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetImages3Min;358,Microsoft.Compute/GetImages30Min;1798", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "4313094b-ae5e-47fc-93a7-6882966b921e", - "x-ms-routing-request-id": "WESTUS2:20220304T024214Z:d32ff558-3e65-4547-8703-4dc6e654bce1" + "x-ms-correlation-request-id": "20bc667d-77ad-4748-aecf-fc74b3ffa3f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetImages3Min;357,Microsoft.Compute/GetImages30Min;1789", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "07bd7ab5-46af-477d-821d-91cfc5533b8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124040Z:20bc667d-77ad-4748-aecf-fc74b3ffa3f1" }, "ResponseBody": { "name": "imagexbc8e2966", @@ -800,8 +870,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "b3bc0e34-9b64-11ec-9c7b-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "20c94b0a-9fa6-11ec-826c-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +879,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:14 GMT", + "Date": "Wed, 09 Mar 2022 12:40:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -820,12 +890,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "029fbd5f-5065-4ebf-9181-632ec1740896", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4984,Microsoft.Compute/LowCostGet30Min;39984", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "4fbf2cc2-ae6d-4021-b48b-b0332e7b4a89", - "x-ms-routing-request-id": "WESTUS2:20220304T024214Z:029fbd5f-5065-4ebf-9181-632ec1740896", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "e25b4d01-5f08-4656-a6fc-e8f1398e4d29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14989,Microsoft.Compute/LowCostGet30Min;119961", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "c4922bcc-ebfe-47fe-93aa-51a7e2ea1f92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124041Z:e25b4d01-5f08-4656-a6fc-e8f1398e4d29", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "snapshotxbc8e2966", @@ -840,7 +910,7 @@ "creationData": { "createOption": "Copy", "sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/disknamexbc8e2966", - "sourceUniqueId": "2f7cda66-e149-4968-88d7-23560473dce1" + "sourceUniqueId": "445afcfa-6ef2-4994-9a83-61504dc9dc7e" }, "diskSizeGB": 200, "encryption": { @@ -849,11 +919,11 @@ "incremental": false, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:41:40.187671\u002B00:00", + "timeCreated": "2022-03-09T12:39:22.7779764\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "7e36f8c3-a64d-472d-8574-33c825730848" + "uniqueId": "b30f3891-4786-4183-9bfe-7b0ad9a6685f" } } }, @@ -865,8 +935,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "b3cfa370-9b64-11ec-b5f9-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2104acc6-9fa6-11ec-907a-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -874,7 +944,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:14 GMT", + "Date": "Wed, 09 Mar 2022 12:40:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -885,11 +955,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f673131-0e7b-421f-918e-4a2e8b136e4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetImages3Min;357,Microsoft.Compute/GetImages30Min;1797", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "1b4f4b39-ee0c-470e-8ff4-8a9e1c7c16a7", - "x-ms-routing-request-id": "WESTUS2:20220304T024215Z:3f673131-0e7b-421f-918e-4a2e8b136e4a" + "x-ms-correlation-request-id": "c6b275a8-1556-4494-8673-ab6ebfac4843", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetImages3Min;356,Microsoft.Compute/GetImages30Min;1788", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "69f33218-9832-41e3-a0c0-d07f6c163654", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124041Z:c6b275a8-1556-4494-8673-ab6ebfac4843" }, "ResponseBody": { "name": "imagexbc8e2966", @@ -926,8 +996,8 @@ "Connection": "keep-alive", "Content-Length": "30", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "b3df6a44-9b64-11ec-9c62-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2146f128-9fa6-11ec-9f15-c0b6f9946f2d" }, "RequestBody": { "tags": { @@ -937,11 +1007,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/4b0f7cce-7f4a-480c-b3ee-1585e3b8354f?p=da74df64-2927-47c5-bfaf-ab3f7b37c044\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/fddb4a5b-7fd3-47df-b79e-08bd2648d6c8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:15 GMT", + "Date": "Wed, 09 Mar 2022 12:40:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -952,11 +1022,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9489c46e-554e-4fa5-b30a-b93136960615", + "x-ms-correlation-request-id": "76ca9018-c1b0-41d7-a4e5-b367f24bc0e4", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateImages3Min;38,Microsoft.Compute/CreateImages30Min;198", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "4b0f7cce-7f4a-480c-b3ee-1585e3b8354f", - "x-ms-routing-request-id": "WESTUS2:20220304T024215Z:9489c46e-554e-4fa5-b30a-b93136960615" + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "fddb4a5b-7fd3-47df-b79e-08bd2648d6c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124044Z:76ca9018-c1b0-41d7-a4e5-b367f24bc0e4" }, "ResponseBody": { "name": "imagexbc8e2966", @@ -987,15 +1057,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/4b0f7cce-7f4a-480c-b3ee-1585e3b8354f?p=da74df64-2927-47c5-bfaf-ab3f7b37c044\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/fddb4a5b-7fd3-47df-b79e-08bd2648d6c8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "b3df6a44-9b64-11ec-9c62-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2146f128-9fa6-11ec-9f15-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1003,7 +1073,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:45 GMT", + "Date": "Wed, 09 Mar 2022 12:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1014,17 +1084,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98cae140-d3f2-497b-8abf-8b0e03788afe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "ae2491a5-7e1c-4de2-a31e-175a40152a0c", - "x-ms-routing-request-id": "WESTUS2:20220304T024246Z:98cae140-d3f2-497b-8abf-8b0e03788afe" + "x-ms-correlation-request-id": "497f1494-fd78-40b4-8f36-d8abcacbc357", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29994", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "2f76d469-b212-4d28-bd16-7a85e42e06ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124114Z:497f1494-fd78-40b4-8f36-d8abcacbc357" }, "ResponseBody": { - "startTime": "2022-03-04T02:42:15.2620189\u002B00:00", - "endTime": "2022-03-04T02:42:20.308925\u002B00:00", + "startTime": "2022-03-09T12:40:42.6501057\u002B00:00", + "endTime": "2022-03-09T12:40:47.7282354\u002B00:00", "status": "Succeeded", - "name": "4b0f7cce-7f4a-480c-b3ee-1585e3b8354f" + "name": "fddb4a5b-7fd3-47df-b79e-08bd2648d6c8" } }, { @@ -1035,8 +1105,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "b3df6a44-9b64-11ec-9c62-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2146f128-9fa6-11ec-9f15-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1044,7 +1114,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:45 GMT", + "Date": "Wed, 09 Mar 2022 12:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1055,11 +1125,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a1f62d0-23d7-42a4-a88a-dd3b1c0718db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetImages3Min;355,Microsoft.Compute/GetImages30Min;1795", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "f4591af5-c2dd-4e68-b4cb-d61ea7894868", - "x-ms-routing-request-id": "WESTUS2:20220304T024246Z:5a1f62d0-23d7-42a4-a88a-dd3b1c0718db" + "x-ms-correlation-request-id": "0550fb91-18f4-4d7e-937a-adfbbd0a7a69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetImages3Min;354,Microsoft.Compute/GetImages30Min;1786", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "ee725769-11de-4d19-b078-c26c9c367837", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124115Z:0550fb91-18f4-4d7e-937a-adfbbd0a7a69" }, "ResponseBody": { "name": "imagexbc8e2966", @@ -1099,19 +1169,19 @@ "Connection": "keep-alive", "Content-Length": "2", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "c6705170-9b64-11ec-9c27-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "356656e8-9fa6-11ec-b0a1-c0b6f9946f2d" }, "RequestBody": {}, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/d00e9df5-0550-4a50-8314-0027e78deb7f?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/6b27e795-d571-48ba-ba6c-39334d4b979e?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "552", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:45 GMT", + "Date": "Wed, 09 Mar 2022 12:41:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/d00e9df5-0550-4a50-8314-0027e78deb7f?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/6b27e795-d571-48ba-ba6c-39334d4b979e?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -1120,12 +1190,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf062c87-2908-49fb-8124-4ff90a024072", + "x-ms-correlation-request-id": "a42f4066-7c31-4d82-9721-dda06a5f75aa", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7996", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "d00e9df5-0550-4a50-8314-0027e78deb7f", - "x-ms-routing-request-id": "WESTUS2:20220304T024246Z:bf062c87-2908-49fb-8124-4ff90a024072", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "6b27e795-d571-48ba-ba6c-39334d4b979e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124115Z:a42f4066-7c31-4d82-9721-dda06a5f75aa", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "location": "eastus", @@ -1137,7 +1207,7 @@ "creationData": { "createOption": "Copy", "sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/disknamexbc8e2966", - "sourceUniqueId": "2f7cda66-e149-4968-88d7-23560473dce1" + "sourceUniqueId": "445afcfa-6ef2-4994-9a83-61504dc9dc7e" }, "diskSizeGB": 200, "provisioningState": "Updating", @@ -1148,15 +1218,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/d00e9df5-0550-4a50-8314-0027e78deb7f?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/6b27e795-d571-48ba-ba6c-39334d4b979e?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "c6705170-9b64-11ec-9c27-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "356656e8-9fa6-11ec-b0a1-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1164,7 +1234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:47 GMT", + "Date": "Wed, 09 Mar 2022 12:41:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1175,16 +1245,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b997d7c-311c-4307-a490-078d966698cf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49983,Microsoft.Compute/GetOperation30Min;399980", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "09d479f6-2a7d-4cbb-b93a-039f404180c5", - "x-ms-routing-request-id": "WESTUS2:20220304T024248Z:6b997d7c-311c-4307-a490-078d966698cf", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "871dd87a-44e8-4630-b388-019927b0e28c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49984,Microsoft.Compute/GetOperation30Min;399977", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "3c49d3da-6abd-46bd-8c73-7a5c394da25c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124118Z:871dd87a-44e8-4630-b388-019927b0e28c", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:42:46.3286148\u002B00:00", - "endTime": "2022-03-04T02:42:46.4692246\u002B00:00", + "startTime": "2022-03-09T12:41:15.5438005\u002B00:00", + "endTime": "2022-03-09T12:41:15.6219466\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -1200,7 +1270,7 @@ "creationData": { "createOption": "Copy", "sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/disknamexbc8e2966", - "sourceUniqueId": "2f7cda66-e149-4968-88d7-23560473dce1" + "sourceUniqueId": "445afcfa-6ef2-4994-9a83-61504dc9dc7e" }, "diskSizeGB": 200, "encryption": { @@ -1209,15 +1279,15 @@ "incremental": false, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:41:40.187671\u002B00:00", + "timeCreated": "2022-03-09T12:39:22.7779764\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "7e36f8c3-a64d-472d-8574-33c825730848" + "uniqueId": "b30f3891-4786-4183-9bfe-7b0ad9a6685f" } } }, - "name": "d00e9df5-0550-4a50-8314-0027e78deb7f" + "name": "6b27e795-d571-48ba-ba6c-39334d4b979e" } }, { @@ -1228,8 +1298,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "c6705170-9b64-11ec-9c27-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "356656e8-9fa6-11ec-b0a1-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1237,7 +1307,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:42:47 GMT", + "Date": "Wed, 09 Mar 2022 12:41:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1248,12 +1318,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1ac5b58-00f4-40db-822b-0562d189cab0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;4987,Microsoft.Compute/LowCostGet30Min;39982", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "8b0d672c-b6d9-497b-ac31-7c4fe99a3890", - "x-ms-routing-request-id": "WESTUS2:20220304T024248Z:d1ac5b58-00f4-40db-822b-0562d189cab0", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "87006fdc-90d6-4085-9544-a88da4e314e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14986,Microsoft.Compute/LowCostGet30Min;119958", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "951e6b22-516e-4638-85b7-11d6764b31a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124118Z:87006fdc-90d6-4085-9544-a88da4e314e2", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "snapshotxbc8e2966", @@ -1268,7 +1338,7 @@ "creationData": { "createOption": "Copy", "sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/disknamexbc8e2966", - "sourceUniqueId": "2f7cda66-e149-4968-88d7-23560473dce1" + "sourceUniqueId": "445afcfa-6ef2-4994-9a83-61504dc9dc7e" }, "diskSizeGB": 200, "encryption": { @@ -1277,11 +1347,11 @@ "incremental": false, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-04T02:41:40.187671\u002B00:00", + "timeCreated": "2022-03-09T12:39:22.7779764\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "7e36f8c3-a64d-472d-8574-33c825730848" + "uniqueId": "b30f3891-4786-4183-9bfe-7b0ad9a6685f" } } }, @@ -1295,8 +1365,8 @@ "Connection": "keep-alive", "Content-Length": "45", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "c7f1de73-9b64-11ec-805e-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3743865a-9fa6-11ec-93f3-c0b6f9946f2d" }, "RequestBody": { "access": "Read", @@ -1304,12 +1374,12 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/8d4cac75-be35-47b7-b71f-5afec50db6f6?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/d3d35db7-8ee5-49f5-b3de-23208a4fa0c1?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:42:47 GMT", + "Date": "Wed, 09 Mar 2022 12:41:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/8d4cac75-be35-47b7-b71f-5afec50db6f6?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/d3d35db7-8ee5-49f5-b3de-23208a4fa0c1?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1317,25 +1387,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58ef31cb-d046-4d01-98b6-b374d5d4403c", + "x-ms-correlation-request-id": "98615ad2-2fc0-4d2a-b401-fbb6df247d4d", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;998,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7998", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "8d4cac75-be35-47b7-b71f-5afec50db6f6", - "x-ms-routing-request-id": "WESTUS2:20220304T024248Z:58ef31cb-d046-4d01-98b6-b374d5d4403c", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "d3d35db7-8ee5-49f5-b3de-23208a4fa0c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124118Z:98615ad2-2fc0-4d2a-b401-fbb6df247d4d", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/8d4cac75-be35-47b7-b71f-5afec50db6f6?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/d3d35db7-8ee5-49f5-b3de-23208a4fa0c1?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "c7f1de73-9b64-11ec-805e-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3743865a-9fa6-11ec-93f3-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1343,7 +1413,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:43:18 GMT", + "Date": "Wed, 09 Mar 2022 12:41:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1354,35 +1424,35 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "450cd609-fadf-47a7-bc65-5c55eb18d78f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49984,Microsoft.Compute/GetOperation30Min;399978", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "1ac64a0a-9bfc-47a8-9ce6-731c33e5682b", - "x-ms-routing-request-id": "WESTUS2:20220304T024319Z:450cd609-fadf-47a7-bc65-5c55eb18d78f", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "c007ee87-d342-4d39-aeb9-bb7f3158afa5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49985,Microsoft.Compute/GetOperation30Min;399975", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "95ca0cfd-a1e1-4636-aba6-16f7645806dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124149Z:c007ee87-d342-4d39-aeb9-bb7f3158afa5", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:42:48.8286182\u002B00:00", - "endTime": "2022-03-04T02:42:49.0161107\u002B00:00", + "startTime": "2022-03-09T12:41:18.63755\u002B00:00", + "endTime": "2022-03-09T12:41:18.7782982\u002B00:00", "status": "Succeeded", "properties": { "output": { - "accessSAS": "Sanitized" + "accessSAS": "https://md-c1gsvlkmxpbn.z35.blob.storage.azure.net/clc4tnqqtmrk/abcd?sv=2018-03-28\u0026sr=b\u0026si=238ab4da-4e25-4f4f-92a3-ce5f8f15d0e6\u0026sig=NO3Vl8DRr4LPsExSpB5TR%2FxCjygECTS5d6MVQ2FyWZM%3D" } }, - "name": "8d4cac75-be35-47b7-b71f-5afec50db6f6" + "name": "d3d35db7-8ee5-49f5-b3de-23208a4fa0c1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/8d4cac75-be35-47b7-b71f-5afec50db6f6?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/d3d35db7-8ee5-49f5-b3de-23208a4fa0c1?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "c7f1de73-9b64-11ec-805e-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3743865a-9fa6-11ec-93f3-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1390,7 +1460,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:43:18 GMT", + "Date": "Wed, 09 Mar 2022 12:41:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1401,15 +1471,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2db2771-9746-481e-94ed-aca70f7566ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49983,Microsoft.Compute/GetOperation30Min;399977", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "33c7a1b7-85c5-4577-a088-118103bd23fa", - "x-ms-routing-request-id": "WESTUS2:20220304T024319Z:b2db2771-9746-481e-94ed-aca70f7566ee", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "63044b46-6a11-4fdd-a4d4-c785f12f4691", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49984,Microsoft.Compute/GetOperation30Min;399974", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "d0aa3392-27d8-460e-bb4b-ea00bfcc5927", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124149Z:63044b46-6a11-4fdd-a4d4-c785f12f4691", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "accessSAS": "Sanitized" + "accessSAS": "https://md-c1gsvlkmxpbn.z35.blob.storage.azure.net/clc4tnqqtmrk/abcd?sv=2018-03-28\u0026sr=b\u0026si=238ab4da-4e25-4f4f-92a3-ce5f8f15d0e6\u0026sig=NO3Vl8DRr4LPsExSpB5TR%2FxCjygECTS5d6MVQ2FyWZM%3D" } }, { @@ -1421,18 +1491,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "da18755a-9b64-11ec-b32f-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "49d7f17a-9fa6-11ec-82da-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/feb5ea87-230e-455f-91e0-4388061324f0?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/14c90c0c-c253-4d4e-9738-f637ab6264a3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:43:18 GMT", + "Date": "Wed, 09 Mar 2022 12:41:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/feb5ea87-230e-455f-91e0-4388061324f0?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/14c90c0c-c253-4d4e-9738-f637ab6264a3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1440,25 +1510,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86498f3f-cb90-4422-b73d-e00483d8d3b2", + "x-ms-correlation-request-id": "80deb3ee-a0f3-4ba4-8c0c-e2527a1d32f7", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;997,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7997", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "feb5ea87-230e-455f-91e0-4388061324f0", - "x-ms-routing-request-id": "WESTUS2:20220304T024319Z:86498f3f-cb90-4422-b73d-e00483d8d3b2", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "14c90c0c-c253-4d4e-9738-f637ab6264a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124149Z:80deb3ee-a0f3-4ba4-8c0c-e2527a1d32f7", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/feb5ea87-230e-455f-91e0-4388061324f0?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/14c90c0c-c253-4d4e-9738-f637ab6264a3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "da18755a-9b64-11ec-b32f-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "49d7f17a-9fa6-11ec-82da-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1466,7 +1536,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:43:49 GMT", + "Date": "Wed, 09 Mar 2022 12:42:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1477,37 +1547,37 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9896624-b397-4dea-8de3-c1816bb28161", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49984,Microsoft.Compute/GetOperation30Min;399975", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "2218c3e8-705b-417f-a445-c980c5dd0184", - "x-ms-routing-request-id": "WESTUS2:20220304T024349Z:f9896624-b397-4dea-8de3-c1816bb28161", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "6c115391-4731-460d-b1ab-712c3d6cedcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399972", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "60ebbcd6-6b4a-49bf-9ff0-6d2fd9a0c3f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124220Z:6c115391-4731-460d-b1ab-712c3d6cedcd", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:43:19.2662503\u002B00:00", - "endTime": "2022-03-04T02:43:19.4381411\u002B00:00", + "startTime": "2022-03-09T12:41:49.8094866\u002B00:00", + "endTime": "2022-03-09T12:41:49.934436\u002B00:00", "status": "Succeeded", - "name": "feb5ea87-230e-455f-91e0-4388061324f0" + "name": "14c90c0c-c253-4d4e-9738-f637ab6264a3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/feb5ea87-230e-455f-91e0-4388061324f0?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/14c90c0c-c253-4d4e-9738-f637ab6264a3?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "da18755a-9b64-11ec-b32f-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "49d7f17a-9fa6-11ec-82da-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:43:49 GMT", + "Date": "Wed, 09 Mar 2022 12:42:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1516,12 +1586,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce9a3803-2141-4fac-a6c1-a5403f9cf77a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49983,Microsoft.Compute/GetOperation30Min;399974", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "ccc96756-b16f-41dd-822b-c43de3817966", - "x-ms-routing-request-id": "WESTUS2:20220304T024349Z:ce9a3803-2141-4fac-a6c1-a5403f9cf77a", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "71b0bc50-c287-4c37-8fa7-fc99d0ab1b0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49986,Microsoft.Compute/GetOperation30Min;399971", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "bb75011e-2b1f-44aa-a30b-90f156444178", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124220Z:71b0bc50-c287-4c37-8fa7-fc99d0ab1b0d", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, @@ -1534,19 +1604,19 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "ec39bbbe-9b64-11ec-b26c-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "5c62595e-9fa6-11ec-8433-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0bb384f1-679b-40f8-aa00-6c044c943366?p=da74df64-2927-47c5-bfaf-ab3f7b37c044\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/43dc9c68-8613-49af-b269-bab109a70da9?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:43:50 GMT", + "Date": "Wed, 09 Mar 2022 12:42:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0bb384f1-679b-40f8-aa00-6c044c943366?p=da74df64-2927-47c5-bfaf-ab3f7b37c044\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/43dc9c68-8613-49af-b269-bab109a70da9?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1554,24 +1624,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a1c1584-6412-4b79-9f6b-9c268a91499a", + "x-ms-correlation-request-id": "0c8dcb91-fb95-428c-9dcb-db057077093d", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteImages3Min;119,Microsoft.Compute/DeleteImages30Min;599", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "0bb384f1-679b-40f8-aa00-6c044c943366", - "x-ms-routing-request-id": "WESTUS2:20220304T024350Z:4a1c1584-6412-4b79-9f6b-9c268a91499a" + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "43dc9c68-8613-49af-b269-bab109a70da9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124221Z:0c8dcb91-fb95-428c-9dcb-db057077093d" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0bb384f1-679b-40f8-aa00-6c044c943366?p=da74df64-2927-47c5-bfaf-ab3f7b37c044\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/43dc9c68-8613-49af-b269-bab109a70da9?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "ec39bbbe-9b64-11ec-b26c-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "5c62595e-9fa6-11ec-8433-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1579,7 +1649,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:44:19 GMT", + "Date": "Wed, 09 Mar 2022 12:42:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1590,17 +1660,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ba6880e-1c31-41d4-a82c-ee2195130126", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "aba34bbf-4bf9-4ba3-b921-3b4b949bc06b", - "x-ms-routing-request-id": "WESTUS2:20220304T024420Z:3ba6880e-1c31-41d4-a82c-ee2195130126" + "x-ms-correlation-request-id": "c061e0d0-df41-4fc4-986a-1b11b3a18366", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29991", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "4f139903-fd66-407c-9a70-d1a3f2f1f0c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124251Z:c061e0d0-df41-4fc4-986a-1b11b3a18366" }, "ResponseBody": { - "startTime": "2022-03-04T02:43:49.9027926\u002B00:00", - "endTime": "2022-03-04T02:43:54.9809014\u002B00:00", + "startTime": "2022-03-09T12:42:21.3845844\u002B00:00", + "endTime": "2022-03-09T12:42:26.4470942\u002B00:00", "status": "Succeeded", - "name": "0bb384f1-679b-40f8-aa00-6c044c943366" + "name": "43dc9c68-8613-49af-b269-bab109a70da9" } }, { @@ -1612,18 +1682,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "fe72499c-9b64-11ec-85e4-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "6efe846c-9fa6-11ec-9100-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/c26ba0f7-7a8d-416b-a766-2dc3ecd890e0?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/23e1f6fc-a428-4508-98d2-8cf9cebe7fa4?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 04 Mar 2022 02:44:19 GMT", + "Date": "Wed, 09 Mar 2022 12:42:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/c26ba0f7-7a8d-416b-a766-2dc3ecd890e0?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/23e1f6fc-a428-4508-98d2-8cf9cebe7fa4?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1631,25 +1701,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc158a7c-99f0-4f94-98e8-887eb49c63b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteDisks3Min;999,Microsoft.Compute/DeleteDisks30Min;7998", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "c26ba0f7-7a8d-416b-a766-2dc3ecd890e0", - "x-ms-routing-request-id": "WESTUS2:20220304T024420Z:fc158a7c-99f0-4f94-98e8-887eb49c63b1", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "0798c0ce-bbc0-45af-b7fe-7a7fe913c492", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23998", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "23e1f6fc-a428-4508-98d2-8cf9cebe7fa4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124252Z:0798c0ce-bbc0-45af-b7fe-7a7fe913c492", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/c26ba0f7-7a8d-416b-a766-2dc3ecd890e0?p=20470d06-ecfc-4c0c-87cc-b2f60cfb9feb\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/23e1f6fc-a428-4508-98d2-8cf9cebe7fa4?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "fe72499c-9b64-11ec-85e4-c8348e51ab51" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "6efe846c-9fa6-11ec-9100-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1657,7 +1727,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 04 Mar 2022 02:44:49 GMT", + "Date": "Wed, 09 Mar 2022 12:43:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1668,18 +1738,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c08ef2ea-7149-4ea4-bb4a-728dca0b87a5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399970", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "7ad6581a-396f-4ccf-83b6-f2acbf14e30e", - "x-ms-routing-request-id": "WESTUS2:20220304T024450Z:c08ef2ea-7149-4ea4-bb4a-728dca0b87a5", - "x-ms-served-by": "20470d06-ecfc-4c0c-87cc-b2f60cfb9feb_132772209049489152" + "x-ms-correlation-request-id": "0ee8152e-1f15-408f-958b-18be8284f0af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399967", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "c6ea61a8-9248-4553-8fdf-c852ec659161", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124323Z:0ee8152e-1f15-408f-958b-18be8284f0af", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-04T02:44:20.4732726\u002B00:00", - "endTime": "2022-03-04T02:44:20.6920241\u002B00:00", + "startTime": "2022-03-09T12:42:52.6376246\u002B00:00", + "endTime": "2022-03-09T12:42:52.856416\u002B00:00", "status": "Succeeded", - "name": "c26ba0f7-7a8d-416b-a766-2dc3ecd890e0" + "name": "23e1f6fc-a428-4508-98d2-8cf9cebe7fa4" } } ], diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_galleries.pyTestMgmtComputetest_compute_galleries.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_galleries.pyTestMgmtComputetest_compute_galleries.json index 736f093e2b8d..7fa99e0b0911 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_galleries.pyTestMgmtComputetest_compute_galleries.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_galleries.pyTestMgmtComputetest_compute_galleries.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:43 GMT", + "Date": "Wed, 09 Mar 2022 12:45:27 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:10:43 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - SCUS ProdSlices", - "x-ms-request-id": "5344b58b-d6eb-46fe-9cab-c016dbf51400" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "85f28cd2-8a71-469c-b539-259b75c7b500" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:43 GMT", + "Date": "Wed, 09 Mar 2022 12:45:27 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:10:44 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - SEASLR1 ProdSlices", - "x-ms-request-id": "9310581d-6e17-4f08-a5a0-dd34d1252600" + "x-ms-ests-server": "2.1.12529.18 - KRSLR1 ProdSlices", + "x-ms-request-id": "ef9b1966-3086-47ae-8690-a966e6a50600" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1e032ee3-77ca-433d-b86a-3e30b09666d6", + "client-request-id": "fe461131-c228-449c-80d7-9f0933bcd9e5", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "1e032ee3-77ca-433d-b86a-3e30b09666d6", + "client-request-id": "fe461131-c228-449c-80d7-9f0933bcd9e5", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:44 GMT", + "Date": "Wed, 09 Mar 2022 12:45:27 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:10:44 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "6c8fc4a7-bd70-4e9e-982c-54085af80300" + "x-ms-ests-server": "2.1.12529.17 - WUS2 ProdSlices", + "x-ms-request-id": "4f3bf373-97ac-4f7d-9151-e009c4fc2601" }, "ResponseBody": { "token_type": "Bearer", @@ -233,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "100", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "589f1c5b-99d6-11ec-8d2a-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cb7a5b52-9fa6-11ec-98c6-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -247,13 +235,13 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/981ec37c-5c2b-45f7-a31d-898611dc8b64?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/780c2079-41b7-4901-8591-a285f8f11835?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "235", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:46 GMT", + "Date": "Wed, 09 Mar 2022 12:45:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/981ec37c-5c2b-45f7-a31d-898611dc8b64?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/780c2079-41b7-4901-8591-a285f8f11835?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -262,12 +250,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87a2e8ac-ea2c-470a-bb88-6324f08b86d8", + "x-ms-correlation-request-id": "1d154e00-725b-4976-b378-3157b1bb729a", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateDisks3Min;997,Microsoft.Compute/CreateUpdateDisks30Min;7993", "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "981ec37c-5c2b-45f7-a31d-898611dc8b64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031047Z:87a2e8ac-ea2c-470a-bb88-6324f08b86d8", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-request-id": "780c2079-41b7-4901-8591-a285f8f11835", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124531Z:1d154e00-725b-4976-b378-3157b1bb729a", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "diskname4a232cfa", @@ -283,15 +271,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/981ec37c-5c2b-45f7-a31d-898611dc8b64?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/780c2079-41b7-4901-8591-a285f8f11835?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "589f1c5b-99d6-11ec-8d2a-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cb7a5b52-9fa6-11ec-98c6-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -299,7 +287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:49 GMT", + "Date": "Wed, 09 Mar 2022 12:45:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -310,16 +298,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db0a7461-5c0c-4efb-9742-ce91793ae9ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49985,Microsoft.Compute/GetOperation30Min;399957", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "c6fcef10-90d1-43c6-aa7a-4ed65040bde1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031049Z:db0a7461-5c0c-4efb-9742-ce91793ae9ea", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-correlation-request-id": "a2b02179-5cae-4dc5-a27d-0c2d99f6f7a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49985,Microsoft.Compute/GetOperation30Min;399954", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "bef61cc9-da96-4b3b-a80c-26d0958e2edd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124533Z:a2b02179-5cae-4dc5-a27d-0c2d99f6f7a0", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-02T03:10:47.4179455\u002B00:00", - "endTime": "2022-03-02T03:10:47.4960857\u002B00:00", + "startTime": "2022-03-09T12:45:31.0755692\u002B00:00", + "endTime": "2022-03-09T12:45:31.2005628\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -343,15 +331,15 @@ }, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-02T03:10:47.433618\u002B00:00", + "timeCreated": "2022-03-09T12:45:31.0911962\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "b1a3ed01-e256-4f35-bf7f-4ed9a057fa39" + "uniqueId": "9236e3c5-26b2-4a38-9d58-27e80b5446cb" } } }, - "name": "981ec37c-5c2b-45f7-a31d-898611dc8b64" + "name": "780c2079-41b7-4901-8591-a285f8f11835" } }, { @@ -362,8 +350,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "589f1c5b-99d6-11ec-8d2a-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cb7a5b52-9fa6-11ec-98c6-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -371,7 +359,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:49 GMT", + "Date": "Wed, 09 Mar 2022 12:45:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -382,12 +370,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a49d0cf6-e214-4873-bbbe-d6a7e1d54f02", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14988,Microsoft.Compute/LowCostGet30Min;119970", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "bbde198a-d8f6-4e96-96dd-3967989f484d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031050Z:a49d0cf6-e214-4873-bbbe-d6a7e1d54f02", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-correlation-request-id": "e4d7b8c1-229c-4833-90c5-913721bf8585", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14987,Microsoft.Compute/LowCostGet30Min;119951", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "17b85798-1175-4973-b561-cd2e9380af21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124533Z:e4d7b8c1-229c-4833-90c5-913721bf8585", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "diskname4a232cfa", @@ -410,11 +398,11 @@ }, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-02T03:10:47.433618\u002B00:00", + "timeCreated": "2022-03-09T12:45:31.0911962\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "b1a3ed01-e256-4f35-bf7f-4ed9a057fa39" + "uniqueId": "9236e3c5-26b2-4a38-9d58-27e80b5446cb" } } }, @@ -428,8 +416,8 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5d43bc38-99d6-11ec-bd86-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cf91a70a-9fa6-11ec-ac59-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -442,13 +430,13 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/24decde2-9f6d-42f5-8a11-108979d51b66?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/81c51d16-372d-4a73-8e16-37c706493270?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "431", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:51 GMT", + "Date": "Wed, 09 Mar 2022 12:45:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/24decde2-9f6d-42f5-8a11-108979d51b66?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/81c51d16-372d-4a73-8e16-37c706493270?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -457,12 +445,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "946e263e-7703-4bfe-aeff-903797ae603e", + "x-ms-correlation-request-id": "52d389b7-7fb3-4f40-beec-ac4f393c9263", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7996", "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "24decde2-9f6d-42f5-8a11-108979d51b66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031052Z:946e263e-7703-4bfe-aeff-903797ae603e", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-request-id": "81c51d16-372d-4a73-8e16-37c706493270", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124536Z:52d389b7-7fb3-4f40-beec-ac4f393c9263", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "location": "eastus", @@ -470,7 +458,7 @@ "creationData": { "createOption": "Copy", "sourceUri": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/diskname4a232cfa", - "sourceUniqueId": "b1a3ed01-e256-4f35-bf7f-4ed9a057fa39" + "sourceUniqueId": "9236e3c5-26b2-4a38-9d58-27e80b5446cb" }, "publicNetworkAccess": "Enabled", "provisioningState": "Updating", @@ -479,15 +467,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/24decde2-9f6d-42f5-8a11-108979d51b66?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/81c51d16-372d-4a73-8e16-37c706493270?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5d43bc38-99d6-11ec-bd86-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cf91a70a-9fa6-11ec-ac59-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -495,7 +483,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:54 GMT", + "Date": "Wed, 09 Mar 2022 12:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,16 +494,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a077cb0-a834-46a9-b7ef-97265c96e9e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49983,Microsoft.Compute/GetOperation30Min;399955", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "f965d1bf-da04-423e-943a-b93a258998fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031054Z:5a077cb0-a834-46a9-b7ef-97265c96e9e6", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-correlation-request-id": "978fe38a-0e37-4b89-8213-792ec411c3f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49983,Microsoft.Compute/GetOperation30Min;399952", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "eba96d62-7d8d-445a-bf25-6c2fec4e6dbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124538Z:978fe38a-0e37-4b89-8213-792ec411c3f6", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-02T03:10:52.2929878\u002B00:00", - "endTime": "2022-03-02T03:10:53.2929807\u002B00:00", + "startTime": "2022-03-09T12:45:35.8568046\u002B00:00", + "endTime": "2022-03-09T12:45:36.7787266\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -531,7 +519,7 @@ "creationData": { "createOption": "Copy", "sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/diskname4a232cfa", - "sourceUniqueId": "b1a3ed01-e256-4f35-bf7f-4ed9a057fa39" + "sourceUniqueId": "9236e3c5-26b2-4a38-9d58-27e80b5446cb" }, "diskSizeGB": 200, "encryption": { @@ -540,15 +528,15 @@ "incremental": false, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-02T03:10:52.2929878\u002B00:00", + "timeCreated": "2022-03-09T12:45:35.8568046\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "f90c6cb2-53c1-4907-8a73-e5aab5134577" + "uniqueId": "f3814097-8b00-442e-b7b7-fd1b9a2fe6cb" } } }, - "name": "24decde2-9f6d-42f5-8a11-108979d51b66" + "name": "81c51d16-372d-4a73-8e16-37c706493270" } }, { @@ -559,8 +547,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5d43bc38-99d6-11ec-bd86-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cf91a70a-9fa6-11ec-ac59-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -568,7 +556,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:54 GMT", + "Date": "Wed, 09 Mar 2022 12:45:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -579,12 +567,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1cb5de4f-009b-4919-8101-e5d72d946bf6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14986,Microsoft.Compute/LowCostGet30Min;119968", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "663dc747-75d3-480e-9ceb-f71fa8521674", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031055Z:1cb5de4f-009b-4919-8101-e5d72d946bf6", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-correlation-request-id": "00e9e738-b795-473c-b1fe-2c65b546a1ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;14985,Microsoft.Compute/LowCostGet30Min;119949", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "645342e7-9ebf-42fe-a45d-04aa48047e12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124538Z:00e9e738-b795-473c-b1fe-2c65b546a1ba", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { "name": "snapshotname4a232cfa", @@ -599,7 +587,7 @@ "creationData": { "createOption": "Copy", "sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/diskname4a232cfa", - "sourceUniqueId": "b1a3ed01-e256-4f35-bf7f-4ed9a057fa39" + "sourceUniqueId": "9236e3c5-26b2-4a38-9d58-27e80b5446cb" }, "diskSizeGB": 200, "encryption": { @@ -608,11 +596,11 @@ "incremental": false, "networkAccessPolicy": "AllowAll", "publicNetworkAccess": "Enabled", - "timeCreated": "2022-03-02T03:10:52.2929878\u002B00:00", + "timeCreated": "2022-03-09T12:45:35.8568046\u002B00:00", "provisioningState": "Succeeded", "diskState": "Unattached", "diskSizeBytes": 214748364800, - "uniqueId": "f90c6cb2-53c1-4907-8a73-e5aab5134577" + "uniqueId": "f3814097-8b00-442e-b7b7-fd1b9a2fe6cb" } } }, @@ -626,8 +614,8 @@ "Connection": "keep-alive", "Content-Length": "89", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "60521e07-99d6-11ec-aad6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "d2737198-9fa6-11ec-aba2-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -637,11 +625,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/c1e0f370-9630-4ea7-b8f9-ae9ea6707ade?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/c1bdfc34-160b-4fc7-b04c-326841cc4e10?api-version=2021-10-01", "Cache-Control": "no-cache", "Content-Length": "475", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:10:58 GMT", + "Date": "Wed, 09 Mar 2022 12:45:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -650,12 +638,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60e28c0e-e060-432d-9eae-f487127ff64b", + "x-ms-correlation-request-id": "f378af86-e7c7-4720-bab2-5507d57834fe", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299", "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "c1e0f370-9630-4ea7-b8f9-ae9ea6707ade", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031058Z:60e28c0e-e060-432d-9eae-f487127ff64b", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-request-id": "c1bdfc34-160b-4fc7-b04c-326841cc4e10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124542Z:f378af86-e7c7-4720-bab2-5507d57834fe", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "galleryname4a232cfa", @@ -672,15 +660,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/c1e0f370-9630-4ea7-b8f9-ae9ea6707ade?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/c1bdfc34-160b-4fc7-b04c-326841cc4e10?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "60521e07-99d6-11ec-aad6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "d2737198-9fa6-11ec-aba2-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -688,7 +676,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:11:29 GMT", + "Date": "Wed, 09 Mar 2022 12:46:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -699,18 +687,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10e33036-bde2-4aed-b5a7-23dcae3922e9", + "x-ms-correlation-request-id": "ed0a0442-a312-49b1-a9a5-b00134ca8c33", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4198", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "9769ac81-17b5-4a98-9205-2cf3be775929", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031129Z:10e33036-bde2-4aed-b5a7-23dcae3922e9", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "30c78d35-998e-47e8-b32a-a19c03753747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124612Z:ed0a0442-a312-49b1-a9a5-b00134ca8c33", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:10:57.3585886\u002B00:00", - "endTime": "2022-03-02T03:10:57.6554657\u002B00:00", + "startTime": "2022-03-09T12:45:40.6634014\u002B00:00", + "endTime": "2022-03-09T12:45:40.9133654\u002B00:00", "status": "Succeeded", - "name": "c1e0f370-9630-4ea7-b8f9-ae9ea6707ade" + "name": "c1bdfc34-160b-4fc7-b04c-326841cc4e10" } }, { @@ -721,8 +709,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "60521e07-99d6-11ec-aad6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "d2737198-9fa6-11ec-aba2-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -730,7 +718,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:11:29 GMT", + "Date": "Wed, 09 Mar 2022 12:46:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -741,12 +729,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "872e4d78-26f9-4227-9117-83132e6d6960", + "x-ms-correlation-request-id": "a05c30c6-2e5b-4a98-b676-d56346f576f3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2496", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "05339208-b80a-4681-b39e-d1201876fc67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031129Z:872e4d78-26f9-4227-9117-83132e6d6960", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "a5b18ed7-34df-436c-9770-13962d3c2e7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124612Z:a05c30c6-2e5b-4a98-b676-d56346f576f3", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "galleryname4a232cfa", @@ -772,8 +760,8 @@ "Connection": "keep-alive", "Content-Length": "180", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "74a16d4c-99d6-11ec-af49-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "e6ba3780-9fa6-11ec-afce-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -788,7 +776,7 @@ "Cache-Control": "no-cache", "Content-Length": "483", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:11:32 GMT", + "Date": "Wed, 09 Mar 2022 12:46:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -797,12 +785,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e78ea305-029e-4ed2-b4d9-e3ce9be03522", + "x-ms-correlation-request-id": "94b78129-c709-4c77-9b3f-accbaf46bd76", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateGalleryApplication3Min;149,Microsoft.Compute/CreateUpdateGalleryApplication30Min;749", "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "e538acde-cc6b-4b7a-8e39-9178befbc7fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031132Z:e78ea305-029e-4ed2-b4d9-e3ce9be03522", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-request-id": "4b8bf39b-050b-4801-8b41-cc2393da3953", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124616Z:94b78129-c709-4c77-9b3f-accbaf46bd76", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "applicationname4a232cfa", @@ -824,8 +812,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "74a16d4c-99d6-11ec-af49-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "e6ba3780-9fa6-11ec-afce-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -833,7 +821,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:12:02 GMT", + "Date": "Wed, 09 Mar 2022 12:46:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -844,12 +832,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1ef6b3e-04bb-4f4a-aa07-ef15834c0724", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryApplication3Min;298,Microsoft.Compute/GetGalleryApplication30Min;1998", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "e71ef005-ff2a-4e6e-950e-38d6d5fee93d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031203Z:a1ef6b3e-04bb-4f4a-aa07-ef15834c0724", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "f13e9e41-de80-4b2e-8b3e-8a607b1a6ac1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryApplication3Min;298,Microsoft.Compute/GetGalleryApplication30Min;1991", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "ecc46f75-afee-4ba7-b041-1f9292abe664", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124646Z:f13e9e41-de80-4b2e-8b3e-8a607b1a6ac1", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "applicationname4a232cfa", @@ -873,8 +861,8 @@ "Connection": "keep-alive", "Content-Length": "177", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "88b7806f-99d6-11ec-bbc0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "faccdaae-9fa6-11ec-bdb1-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -890,11 +878,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/2f9fd260-ce87-4901-a361-618a1414a22c?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/d10a8f2c-c506-4c6e-9e93-e43f414f07e8?api-version=2021-10-01", "Cache-Control": "no-cache", "Content-Length": "575", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:12:06 GMT", + "Date": "Wed, 09 Mar 2022 12:46:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -903,12 +891,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b86f5091-5ba9-4dac-b49e-5dbdcaf79675", + "x-ms-correlation-request-id": "545fd4d2-7d0d-4ebf-b3a6-7e30b3840c45", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateGalleryImage3Min;149,Microsoft.Compute/CreateUpdateGalleryImage30Min;749", "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "2f9fd260-ce87-4901-a361-618a1414a22c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031206Z:b86f5091-5ba9-4dac-b49e-5dbdcaf79675", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-request-id": "d10a8f2c-c506-4c6e-9e93-e43f414f07e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124651Z:545fd4d2-7d0d-4ebf-b3a6-7e30b3840c45", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "imagex4a232cfa", @@ -930,15 +918,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/2f9fd260-ce87-4901-a361-618a1414a22c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/d10a8f2c-c506-4c6e-9e93-e43f414f07e8?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "88b7806f-99d6-11ec-bbc0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "faccdaae-9fa6-11ec-bdb1-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -946,7 +934,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:12:36 GMT", + "Date": "Wed, 09 Mar 2022 12:47:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -957,18 +945,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e22f6b4c-4cb4-4820-b82b-b49a0ed1f332", + "x-ms-correlation-request-id": "ce5ba19e-9b29-4140-aa02-0c4f8b36eda7", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4196", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "8c88ca27-0d7f-40e8-bf54-b1c6e0926501", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031236Z:e22f6b4c-4cb4-4820-b82b-b49a0ed1f332", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "4612b4aa-e714-4a33-9544-539f24f1b4c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124721Z:ce5ba19e-9b29-4140-aa02-0c4f8b36eda7", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:12:05.0929291\u002B00:00", - "endTime": "2022-03-02T03:12:05.2335952\u002B00:00", + "startTime": "2022-03-09T12:46:49.2737112\u002B00:00", + "endTime": "2022-03-09T12:46:49.41434\u002B00:00", "status": "Succeeded", - "name": "2f9fd260-ce87-4901-a361-618a1414a22c" + "name": "d10a8f2c-c506-4c6e-9e93-e43f414f07e8" } }, { @@ -979,8 +967,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "88b7806f-99d6-11ec-bbc0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "faccdaae-9fa6-11ec-bdb1-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -988,7 +976,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:12:36 GMT", + "Date": "Wed, 09 Mar 2022 12:47:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -999,12 +987,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d431cec1-7bbb-487f-be3b-bb196d5e2885", + "x-ms-correlation-request-id": "a2bf2d5a-89fb-4950-a2d7-edcfa4fc6bf3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImage3Min;596,Microsoft.Compute/GetGalleryImage30Min;2996", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "b3467fd8-0fce-40a3-9559-b4bfc731bea3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031237Z:d431cec1-7bbb-487f-be3b-bb196d5e2885", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "a5bb82df-7fcf-454b-bcf5-cb468f63297d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124722Z:a2bf2d5a-89fb-4950-a2d7-edcfa4fc6bf3", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "imagex4a232cfa", @@ -1035,8 +1023,8 @@ "Connection": "keep-alive", "Content-Length": "384", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -1062,11 +1050,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/aac4e0aa-4eab-4808-9b09-4346632a0efb?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/480822f4-9655-4c2b-81d9-c69b197469bc?api-version=2021-10-01", "Cache-Control": "no-cache", "Content-Length": "1011", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:12:39 GMT", + "Date": "Wed, 09 Mar 2022 12:47:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1076,12 +1064,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c40d41e-c3bd-4c7d-82d8-63b4d9a70b28", + "x-ms-correlation-request-id": "8eb7c8ff-7466-42dc-b462-88896b78e541", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateGalleryImageVersion3Min;374,Microsoft.Compute/CreateUpdateGalleryImageVersion30Min;1199", "x-ms-ratelimit-remaining-subscription-writes": "1180", - "x-ms-request-id": "aac4e0aa-4eab-4808-9b09-4346632a0efb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031240Z:9c40d41e-c3bd-4c7d-82d8-63b4d9a70b28", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-request-id": "480822f4-9655-4c2b-81d9-c69b197469bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124725Z:8eb7c8ff-7466-42dc-b462-88896b78e541", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "1.0.0", @@ -1099,7 +1087,7 @@ ], "replicaCount": 1, "excludeFromLatest": false, - "publishedDate": "2022-03-02T03:12:38.9991022\u002B00:00", + "publishedDate": "2022-03-09T12:47:24.2427768\u002B00:00", "storageAccountType": "Standard_LRS" }, "storageProfile": { @@ -1115,15 +1103,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/aac4e0aa-4eab-4808-9b09-4346632a0efb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/480822f4-9655-4c2b-81d9-c69b197469bc?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1131,7 +1119,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:13:41 GMT", + "Date": "Wed, 09 Mar 2022 12:48:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1143,29 +1131,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ab9b499-4488-43fd-855e-6ccfb1dfb937", + "x-ms-correlation-request-id": "47babe99-e975-4816-aab3-780226cab457", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4194", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "e5be91c4-7af7-4d04-9da8-b6cc29e31328", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031341Z:3ab9b499-4488-43fd-855e-6ccfb1dfb937", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "0c69893f-8458-45ea-8ec8-a1af59a8bc4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124826Z:47babe99-e975-4816-aab3-780226cab457", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:12:38.9991022\u002B00:00", + "startTime": "2022-03-09T12:47:24.2427768\u002B00:00", "status": "InProgress", - "name": "aac4e0aa-4eab-4808-9b09-4346632a0efb" + "name": "480822f4-9655-4c2b-81d9-c69b197469bc" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/aac4e0aa-4eab-4808-9b09-4346632a0efb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/480822f4-9655-4c2b-81d9-c69b197469bc?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1173,7 +1161,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:14:41 GMT", + "Date": "Wed, 09 Mar 2022 12:49:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1185,29 +1173,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed1a42cc-a100-4e59-95b8-0ee45ab6c645", + "x-ms-correlation-request-id": "c881e254-9934-4c1f-a74e-2ebd88d326f3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4192", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "6b757d67-c630-4683-b06b-2cb732e843da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031442Z:ed1a42cc-a100-4e59-95b8-0ee45ab6c645", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "111fdee2-38b8-40b3-af5b-cc4835a92434", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T124927Z:c881e254-9934-4c1f-a74e-2ebd88d326f3", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:12:38.9991022\u002B00:00", + "startTime": "2022-03-09T12:47:24.2427768\u002B00:00", "status": "InProgress", - "name": "aac4e0aa-4eab-4808-9b09-4346632a0efb" + "name": "480822f4-9655-4c2b-81d9-c69b197469bc" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/aac4e0aa-4eab-4808-9b09-4346632a0efb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/480822f4-9655-4c2b-81d9-c69b197469bc?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1215,7 +1203,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:15:42 GMT", + "Date": "Wed, 09 Mar 2022 12:50:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1227,29 +1215,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0205775-71fd-4ddc-9384-108c7f6af215", + "x-ms-correlation-request-id": "b6681f2b-9fda-4ede-8611-bae8d8548620", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4191", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "2b0eda0b-82b4-4fa1-aeec-a30246278e2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031542Z:a0205775-71fd-4ddc-9384-108c7f6af215", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "0c3b67f0-ca85-4baa-9918-0a9f81b6b618", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125027Z:b6681f2b-9fda-4ede-8611-bae8d8548620", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:12:38.9991022\u002B00:00", + "startTime": "2022-03-09T12:47:24.2427768\u002B00:00", "status": "InProgress", - "name": "aac4e0aa-4eab-4808-9b09-4346632a0efb" + "name": "480822f4-9655-4c2b-81d9-c69b197469bc" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/aac4e0aa-4eab-4808-9b09-4346632a0efb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/480822f4-9655-4c2b-81d9-c69b197469bc?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1257,7 +1245,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:16:43 GMT", + "Date": "Wed, 09 Mar 2022 12:51:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1269,29 +1257,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b46fc317-a8a2-40b0-8846-d1f28bab4600", + "x-ms-correlation-request-id": "be9c22e8-9ade-45c0-9b21-ea461a1363d9", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4189", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "8bf05c07-d071-43ad-9ede-4e0288b67fab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031643Z:b46fc317-a8a2-40b0-8846-d1f28bab4600", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "29a736da-9e2d-4321-874f-f7d402cce897", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125128Z:be9c22e8-9ade-45c0-9b21-ea461a1363d9", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:12:38.9991022\u002B00:00", + "startTime": "2022-03-09T12:47:24.2427768\u002B00:00", "status": "InProgress", - "name": "aac4e0aa-4eab-4808-9b09-4346632a0efb" + "name": "480822f4-9655-4c2b-81d9-c69b197469bc" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/aac4e0aa-4eab-4808-9b09-4346632a0efb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/480822f4-9655-4c2b-81d9-c69b197469bc?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1299,7 +1287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:17:43 GMT", + "Date": "Wed, 09 Mar 2022 12:52:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1311,29 +1299,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "157ed21d-d1bb-4e2f-af70-2b8e241c535a", + "x-ms-correlation-request-id": "aadd1098-ed66-4abd-8673-adbcafe086a2", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4187", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "707d388d-ad54-456a-a95e-66cee279146c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031744Z:157ed21d-d1bb-4e2f-af70-2b8e241c535a", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "3c71f4e7-bc5a-43bf-8990-7a92b317a059", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125229Z:aadd1098-ed66-4abd-8673-adbcafe086a2", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:12:38.9991022\u002B00:00", + "startTime": "2022-03-09T12:47:24.2427768\u002B00:00", "status": "InProgress", - "name": "aac4e0aa-4eab-4808-9b09-4346632a0efb" + "name": "480822f4-9655-4c2b-81d9-c69b197469bc" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/aac4e0aa-4eab-4808-9b09-4346632a0efb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/480822f4-9655-4c2b-81d9-c69b197469bc?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1341,7 +1329,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:18:44 GMT", + "Date": "Wed, 09 Mar 2022 12:53:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1353,29 +1341,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7707c429-78ce-4706-9f3c-87c10a654a08", + "x-ms-correlation-request-id": "1496eef3-55a5-4d15-bc42-9f270369b9de", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4185", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "439e1b74-982f-4b2f-b1d9-bea01ea78022", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031845Z:7707c429-78ce-4706-9f3c-87c10a654a08", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "6191378e-c3aa-42df-bb43-0f48f18816a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125329Z:1496eef3-55a5-4d15-bc42-9f270369b9de", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:12:38.9991022\u002B00:00", + "startTime": "2022-03-09T12:47:24.2427768\u002B00:00", "status": "InProgress", - "name": "aac4e0aa-4eab-4808-9b09-4346632a0efb" + "name": "480822f4-9655-4c2b-81d9-c69b197469bc" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/aac4e0aa-4eab-4808-9b09-4346632a0efb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/480822f4-9655-4c2b-81d9-c69b197469bc?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1383,7 +1371,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:19:45 GMT", + "Date": "Wed, 09 Mar 2022 12:54:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1395,29 +1383,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "090aafa5-4da6-4274-b965-9920b1c68e55", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4183", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "01d54c65-e8cf-47d6-a178-afb6704229a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T031945Z:090aafa5-4da6-4274-b965-9920b1c68e55", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "1a30cba5-fbe0-45a3-a043-965d26c09a8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4183", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "4fb5c520-4948-44f9-8292-29e0b2061da5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125429Z:1a30cba5-fbe0-45a3-a043-965d26c09a8c", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:12:38.9991022\u002B00:00", + "startTime": "2022-03-09T12:47:24.2427768\u002B00:00", "status": "InProgress", - "name": "aac4e0aa-4eab-4808-9b09-4346632a0efb" + "name": "480822f4-9655-4c2b-81d9-c69b197469bc" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/aac4e0aa-4eab-4808-9b09-4346632a0efb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/480822f4-9655-4c2b-81d9-c69b197469bc?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1425,7 +1413,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:20:46 GMT", + "Date": "Wed, 09 Mar 2022 12:55:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1436,18 +1424,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68e29515-d827-4de3-9399-223989c4bc94", + "x-ms-correlation-request-id": "597933d6-8158-4a58-b50c-8ccad27d9716", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4181", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "053508a3-f30e-443a-a73f-be992a7724c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032046Z:68e29515-d827-4de3-9399-223989c4bc94", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "186fa6dc-2124-46be-9102-3f04e51ae3a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125530Z:597933d6-8158-4a58-b50c-8ccad27d9716", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:12:38.9991022\u002B00:00", - "endTime": "2022-03-02T03:20:31.8101449\u002B00:00", + "startTime": "2022-03-09T12:47:24.2427768\u002B00:00", + "endTime": "2022-03-09T12:54:55.277406\u002B00:00", "status": "Succeeded", - "name": "aac4e0aa-4eab-4808-9b09-4346632a0efb" + "name": "480822f4-9655-4c2b-81d9-c69b197469bc" } }, { @@ -1458,8 +1446,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9ce8632a-99d6-11ec-ba5b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "100c5f0c-9fa7-11ec-b614-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1467,7 +1455,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:20:46 GMT", + "Date": "Wed, 09 Mar 2022 12:55:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1478,12 +1466,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d639579-ae5c-486e-9601-0c9d80e1f834", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImageVersion3Min;1999,Microsoft.Compute/GetGalleryImageVersion30Min;9997", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "70ddb74f-2643-43bd-a441-038f4321da17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032046Z:2d639579-ae5c-486e-9601-0c9d80e1f834", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "dde47ebc-c6d8-4761-bc10-45a7fd1ae5e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImageVersion3Min;1998,Microsoft.Compute/GetGalleryImageVersion30Min;9980", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "9177b10f-f26b-4ed4-b2f4-10f4bbfc79b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125530Z:dde47ebc-c6d8-4761-bc10-45a7fd1ae5e0", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "1.0.0", @@ -1501,7 +1489,7 @@ ], "replicaCount": 1, "excludeFromLatest": false, - "publishedDate": "2022-03-02T03:12:38.9991022\u002B00:00", + "publishedDate": "2022-03-09T12:47:24.2427768\u002B00:00", "storageAccountType": "Standard_LRS" }, "storageProfile": { @@ -1525,8 +1513,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c0e5595d-99d7-11ec-aab8-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3343a94a-9fa8-11ec-9a45-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1534,7 +1522,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:20:47 GMT", + "Date": "Wed, 09 Mar 2022 12:55:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1545,12 +1533,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef84e62b-08f4-4475-82ac-a81071a64846", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImageVersion3Min;1998,Microsoft.Compute/GetGalleryImageVersion30Min;9996", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "0885d557-89af-4e36-b7d5-ac727aa03090", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032047Z:ef84e62b-08f4-4475-82ac-a81071a64846", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "73fe155d-5fdd-49de-a6b6-d6fd3869836f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImageVersion3Min;1997,Microsoft.Compute/GetGalleryImageVersion30Min;9979", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "dade7593-43b1-4ca5-82b7-968554e0dffc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125531Z:73fe155d-5fdd-49de-a6b6-d6fd3869836f", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "1.0.0", @@ -1568,7 +1556,7 @@ ], "replicaCount": 1, "excludeFromLatest": false, - "publishedDate": "2022-03-02T03:12:38.9991022\u002B00:00", + "publishedDate": "2022-03-09T12:47:24.2427768\u002B00:00", "storageAccountType": "Standard_LRS" }, "storageProfile": { @@ -1592,8 +1580,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c11c336b-99d7-11ec-ac9b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "338d39f0-9fa8-11ec-b04f-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1601,7 +1589,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:20:47 GMT", + "Date": "Wed, 09 Mar 2022 12:55:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1612,12 +1600,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3c2553d-2b4a-416f-b19b-240974e56c3b", + "x-ms-correlation-request-id": "9b2b0c0c-9b6e-47d1-bd33-425e1e379e33", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImage3Min;599,Microsoft.Compute/GetGalleryImage30Min;2994", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "0f38198d-c733-46ee-95e1-bbfe04e7b327", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032047Z:b3c2553d-2b4a-416f-b19b-240974e56c3b", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "2ba6db0d-d4cb-4261-a660-1d723a08b789", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125531Z:9b2b0c0c-9b6e-47d1-bd33-425e1e379e33", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "imagex4a232cfa", @@ -1646,8 +1634,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c14e4a3b-99d7-11ec-8d72-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "33c52eb4-9fa8-11ec-ade7-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1655,7 +1643,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:20:47 GMT", + "Date": "Wed, 09 Mar 2022 12:55:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1666,12 +1654,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "209dc866-9fdf-435c-9158-2a8c6e0918d8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryApplication3Min;299,Microsoft.Compute/GetGalleryApplication30Min;1996", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "e876400c-0c05-4fa8-a208-294cc2eaa6f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032047Z:209dc866-9fdf-435c-9158-2a8c6e0918d8", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "3ffa53dd-0269-4420-ace4-125af6421a40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryApplication3Min;299,Microsoft.Compute/GetGalleryApplication30Min;1992", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "62718347-a229-4759-b26f-4fe09855c023", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125531Z:3ffa53dd-0269-4420-ace4-125af6421a40", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "applicationname4a232cfa", @@ -1693,8 +1681,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c18150af-99d7-11ec-bb59-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3400b9e4-9fa8-11ec-a743-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1702,7 +1690,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:20:48 GMT", + "Date": "Wed, 09 Mar 2022 12:55:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1713,12 +1701,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26cfe3cc-b862-4115-bf29-561cef90d056", + "x-ms-correlation-request-id": "b2435739-78ce-453d-b0dd-62da8d93e37c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGallery3Min;349,Microsoft.Compute/GetGallery30Min;2494", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "6b126966-1111-4091-a70a-7e86fa5d742d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032048Z:26cfe3cc-b862-4115-bf29-561cef90d056", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "b9bee1b1-89d2-41e2-9b2b-9b608e77c1ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125532Z:b2435739-78ce-453d-b0dd-62da8d93e37c", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "galleryname4a232cfa", @@ -1744,8 +1732,8 @@ "Connection": "keep-alive", "Content-Length": "362", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c1b3b497-99d7-11ec-a8f9-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3438895c-9fa8-11ec-a3db-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -1770,11 +1758,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/7acf1d84-7157-44bc-93a1-99bf625f6ff9?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/221f5680-34db-48ec-b730-afbae8a7455b?api-version=2021-10-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:20:48 GMT", + "Date": "Wed, 09 Mar 2022 12:55:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1786,12 +1774,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "618241cc-69c5-40c3-ac34-62df11e74c43", + "x-ms-correlation-request-id": "b655d8ef-3a03-4e58-b475-e9cf20d8d81c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateGalleryImageVersion3Min;374,Microsoft.Compute/CreateUpdateGalleryImageVersion30Min;1198", "x-ms-ratelimit-remaining-subscription-writes": "1179", - "x-ms-request-id": "7acf1d84-7157-44bc-93a1-99bf625f6ff9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032048Z:618241cc-69c5-40c3-ac34-62df11e74c43", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-request-id": "221f5680-34db-48ec-b730-afbae8a7455b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125532Z:b655d8ef-3a03-4e58-b475-e9cf20d8d81c", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "1.0.0", @@ -1809,7 +1797,7 @@ ], "replicaCount": 1, "excludeFromLatest": false, - "publishedDate": "2022-03-02T03:12:38.9991022\u002B00:00", + "publishedDate": "2022-03-09T12:47:24.2427768\u002B00:00", "storageAccountType": "Standard_LRS" }, "storageProfile": { @@ -1826,15 +1814,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/7acf1d84-7157-44bc-93a1-99bf625f6ff9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/221f5680-34db-48ec-b730-afbae8a7455b?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c1b3b497-99d7-11ec-a8f9-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3438895c-9fa8-11ec-a3db-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1842,7 +1830,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:21:48 GMT", + "Date": "Wed, 09 Mar 2022 12:56:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1854,29 +1842,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c6ad6f3-3e72-4aeb-bcc0-62ae87ffc5fa", + "x-ms-correlation-request-id": "b0558043-87db-40ef-9536-938160fb49f7", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4179", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "b405013b-87ce-4e2b-bfd5-c30f1d728c5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032149Z:9c6ad6f3-3e72-4aeb-bcc0-62ae87ffc5fa", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "efdfbdb6-79e6-4027-9eb6-9d16fe9996f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125633Z:b0558043-87db-40ef-9536-938160fb49f7", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:20:48.5444576\u002B00:00", + "startTime": "2022-03-09T12:55:32.5900326\u002B00:00", "status": "InProgress", - "name": "7acf1d84-7157-44bc-93a1-99bf625f6ff9" + "name": "221f5680-34db-48ec-b730-afbae8a7455b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/7acf1d84-7157-44bc-93a1-99bf625f6ff9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/221f5680-34db-48ec-b730-afbae8a7455b?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c1b3b497-99d7-11ec-a8f9-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3438895c-9fa8-11ec-a3db-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1884,7 +1872,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:22:49 GMT", + "Date": "Wed, 09 Mar 2022 12:57:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -1896,29 +1884,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d16a531c-1a26-4307-b843-00d737750fee", + "x-ms-correlation-request-id": "d37fb85a-69a6-4639-ad7c-9d879fd4c1e2", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4178", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "e60938a5-2f56-44ed-829a-07447ae74e1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032249Z:d16a531c-1a26-4307-b843-00d737750fee", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "c88549ef-c377-4bb7-ba62-09b9dfa796f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125735Z:d37fb85a-69a6-4639-ad7c-9d879fd4c1e2", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:20:48.5444576\u002B00:00", + "startTime": "2022-03-09T12:55:32.5900326\u002B00:00", "status": "InProgress", - "name": "7acf1d84-7157-44bc-93a1-99bf625f6ff9" + "name": "221f5680-34db-48ec-b730-afbae8a7455b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/7acf1d84-7157-44bc-93a1-99bf625f6ff9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/221f5680-34db-48ec-b730-afbae8a7455b?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c1b3b497-99d7-11ec-a8f9-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3438895c-9fa8-11ec-a3db-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1926,7 +1914,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:23:49 GMT", + "Date": "Wed, 09 Mar 2022 12:58:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1937,18 +1925,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdfe1bed-8d58-48f1-89c2-88b179f743a2", + "x-ms-correlation-request-id": "16a6de8b-908f-46f3-b7bf-8d2a7e86825c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1197,Microsoft.Compute/GetOperationStatus30Min;4177", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "7b6a3ab1-529d-4824-8471-9523c11d1b6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032349Z:bdfe1bed-8d58-48f1-89c2-88b179f743a2", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "c4f5bc08-e776-44cd-be51-5ef1c33351f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125836Z:16a6de8b-908f-46f3-b7bf-8d2a7e86825c", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:20:48.5444576\u002B00:00", - "endTime": "2022-03-02T03:23:18.7162352\u002B00:00", + "startTime": "2022-03-09T12:55:32.5900326\u002B00:00", + "endTime": "2022-03-09T12:58:02.7785826\u002B00:00", "status": "Succeeded", - "name": "7acf1d84-7157-44bc-93a1-99bf625f6ff9" + "name": "221f5680-34db-48ec-b730-afbae8a7455b" } }, { @@ -1959,8 +1947,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c1b3b497-99d7-11ec-a8f9-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3438895c-9fa8-11ec-a3db-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1968,7 +1956,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:23:49 GMT", + "Date": "Wed, 09 Mar 2022 12:58:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1979,12 +1967,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc4b7385-2510-4f0d-b897-0ea9758578fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImageVersion3Min;1997,Microsoft.Compute/GetGalleryImageVersion30Min;9990", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "06a43a25-7466-4d76-95d5-0260d5de81ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032350Z:cc4b7385-2510-4f0d-b897-0ea9758578fa", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "a1a8fbb9-c35f-4d41-8f26-ad29c5eb21b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImageVersion3Min;1996,Microsoft.Compute/GetGalleryImageVersion30Min;9971", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b984453f-5c64-44f0-b291-a777a67a95a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125837Z:a1a8fbb9-c35f-4d41-8f26-ad29c5eb21b6", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "1.0.0", @@ -2002,7 +1990,7 @@ ], "replicaCount": 1, "excludeFromLatest": false, - "publishedDate": "2022-03-02T03:12:38.9991022\u002B00:00", + "publishedDate": "2022-03-09T12:47:24.2427768\u002B00:00", "storageAccountType": "Standard_LRS" }, "storageProfile": { @@ -2028,8 +2016,8 @@ "Connection": "keep-alive", "Content-Length": "155", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "2e1d327b-99d8-11ec-848c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a265d5b4-9fa8-11ec-9bad-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -2044,11 +2032,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/8e0af79f-7cf4-4b34-b496-6e3a5b734f61?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/a1001161-838c-4b5c-a832-e5cc0528550f?api-version=2021-10-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:23:50 GMT", + "Date": "Wed, 09 Mar 2022 12:58:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2059,12 +2047,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c02a59d5-93b9-4779-9631-b156c39d2d6c", + "x-ms-correlation-request-id": "a4d515ad-fa83-420d-844b-da9d67a4e8cb", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateGalleryImage3Min;149,Microsoft.Compute/CreateUpdateGalleryImage30Min;748", - "x-ms-ratelimit-remaining-subscription-writes": "1178", - "x-ms-request-id": "8e0af79f-7cf4-4b34-b496-6e3a5b734f61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032350Z:c02a59d5-93b9-4779-9631-b156c39d2d6c", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "a1001161-838c-4b5c-a832-e5cc0528550f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125837Z:a4d515ad-fa83-420d-844b-da9d67a4e8cb", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "imagex4a232cfa", @@ -2086,15 +2074,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/8e0af79f-7cf4-4b34-b496-6e3a5b734f61?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/a1001161-838c-4b5c-a832-e5cc0528550f?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "2e1d327b-99d8-11ec-848c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a265d5b4-9fa8-11ec-9bad-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2102,7 +2090,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:24:20 GMT", + "Date": "Wed, 09 Mar 2022 12:59:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2113,18 +2101,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98d29190-97e2-4c5a-94f8-8aea4bd95f31", + "x-ms-correlation-request-id": "f0200e47-37a0-4eff-9819-56d7286cc055", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4176", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "b1ebc09b-3071-4fe5-ae3a-793908186c28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032421Z:98d29190-97e2-4c5a-94f8-8aea4bd95f31", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "a9df335e-630e-4960-a791-1500ad4df8c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125907Z:f0200e47-37a0-4eff-9819-56d7286cc055", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:23:50.513031\u002B00:00", - "endTime": "2022-03-02T03:23:50.5599517\u002B00:00", + "startTime": "2022-03-09T12:58:37.37258\u002B00:00", + "endTime": "2022-03-09T12:58:37.4194485\u002B00:00", "status": "Succeeded", - "name": "8e0af79f-7cf4-4b34-b496-6e3a5b734f61" + "name": "a1001161-838c-4b5c-a832-e5cc0528550f" } }, { @@ -2135,8 +2123,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "2e1d327b-99d8-11ec-848c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a265d5b4-9fa8-11ec-9bad-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2144,7 +2132,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:24:20 GMT", + "Date": "Wed, 09 Mar 2022 12:59:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2155,12 +2143,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f140f425-6fb4-438b-9f3b-74c4aa652f14", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImage3Min;593,Microsoft.Compute/GetGalleryImage30Min;2987", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "fff3745f-ba44-4cb6-bd9a-9458b28a5509", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032421Z:f140f425-6fb4-438b-9f3b-74c4aa652f14", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "1a294fc1-db69-4435-ad6e-63f3f5de6e3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGalleryImage3Min;594,Microsoft.Compute/GetGalleryImage30Min;2987", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f927b8d1-8392-4e2b-8c71-9edc044a4d31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125908Z:1a294fc1-db69-4435-ad6e-63f3f5de6e3d", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "imagex4a232cfa", @@ -2191,8 +2179,8 @@ "Connection": "keep-alive", "Content-Length": "184", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "40b2afb3-99d8-11ec-89ca-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "b4eda386-9fa8-11ec-a91d-c0b6f9946f2d" }, "RequestBody": { "tags": { @@ -2209,7 +2197,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:24:23 GMT", + "Date": "Wed, 09 Mar 2022 12:59:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2220,12 +2208,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3894fa7-44a4-4ba3-95c0-a2f778954c1e", + "x-ms-correlation-request-id": "5ae18f78-a39c-477d-b363-a6777d9872e0", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateGalleryApplication3Min;149,Microsoft.Compute/CreateUpdateGalleryApplication30Min;748", - "x-ms-ratelimit-remaining-subscription-writes": "1177", - "x-ms-request-id": "bfaea101-285e-414c-b5fa-1b79fb9ec506", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032423Z:c3894fa7-44a4-4ba3-95c0-a2f778954c1e", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "a36ff3cf-5127-4fdd-a522-bc247d4b1d3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125913Z:5ae18f78-a39c-477d-b363-a6777d9872e0", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "applicationname4a232cfa", @@ -2252,8 +2240,8 @@ "Connection": "keep-alive", "Content-Length": "67", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "422ccdf8-99d8-11ec-ba91-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "b838b390-9fa8-11ec-a343-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -2262,11 +2250,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/cc02bda0-5cba-4d5b-9a8a-dd5588a1b458?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/38c4f358-6370-43c5-b0b7-dd5083d2d8f1?api-version=2021-10-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:24:23 GMT", + "Date": "Wed, 09 Mar 2022 12:59:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2277,12 +2265,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9907b8b1-6578-4ab9-a612-87d5f1165d26", + "x-ms-correlation-request-id": "a38b6499-e480-4f15-968b-c25be75451be", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;298", - "x-ms-ratelimit-remaining-subscription-writes": "1176", - "x-ms-request-id": "cc02bda0-5cba-4d5b-9a8a-dd5588a1b458", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032424Z:9907b8b1-6578-4ab9-a612-87d5f1165d26", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "38c4f358-6370-43c5-b0b7-dd5083d2d8f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125914Z:a38b6499-e480-4f15-968b-c25be75451be", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "galleryname4a232cfa", @@ -2299,15 +2287,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/cc02bda0-5cba-4d5b-9a8a-dd5588a1b458?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/38c4f358-6370-43c5-b0b7-dd5083d2d8f1?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "422ccdf8-99d8-11ec-ba91-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "b838b390-9fa8-11ec-a343-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2315,7 +2303,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:24:53 GMT", + "Date": "Wed, 09 Mar 2022 12:59:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2326,18 +2314,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d81a0eb7-2688-4c3e-8b70-562e944eb7b6", + "x-ms-correlation-request-id": "ec31f70b-1d85-4a6f-9ccc-6ea65c819a1e", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4175", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "ab4d6b18-26f9-4cfc-a79e-c42e53762539", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032454Z:d81a0eb7-2688-4c3e-8b70-562e944eb7b6", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "e0975ad8-6afc-474e-8c16-9d18c1e33ebf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125944Z:ec31f70b-1d85-4a6f-9ccc-6ea65c819a1e", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:24:24.1067541\u002B00:00", - "endTime": "2022-03-02T03:24:24.1380144\u002B00:00", + "startTime": "2022-03-09T12:59:13.9977882\u002B00:00", + "endTime": "2022-03-09T12:59:14.0290408\u002B00:00", "status": "Succeeded", - "name": "cc02bda0-5cba-4d5b-9a8a-dd5588a1b458" + "name": "38c4f358-6370-43c5-b0b7-dd5083d2d8f1" } }, { @@ -2348,8 +2336,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "422ccdf8-99d8-11ec-ba91-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "b838b390-9fa8-11ec-a343-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2357,7 +2345,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:24:54 GMT", + "Date": "Wed, 09 Mar 2022 12:59:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2368,12 +2356,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "784df956-38b3-4c0c-8148-a2d4282469c0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGallery3Min;348,Microsoft.Compute/GetGallery30Min;2487", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "559c398f-2e36-40ad-9764-e6f18745fbf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032454Z:784df956-38b3-4c0c-8148-a2d4282469c0", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "91d869bd-1292-43d7-91a0-40f80ad0eb89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetGallery3Min;347,Microsoft.Compute/GetGallery30Min;2487", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d277ba28-8f7d-417a-9e1f-26b863b19210", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125944Z:91d869bd-1292-43d7-91a0-40f80ad0eb89", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { "name": "galleryname4a232cfa", @@ -2398,18 +2386,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "54b1c20a-99d8-11ec-8116-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cac45ecc-9fa8-11ec-bb6d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/b6325f22-e893-4702-92f6-10f9f6b29304?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/079017cf-fd27-44f0-89f7-a2bdd088512a?api-version=2021-10-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:24:54 GMT", + "Date": "Wed, 09 Mar 2022 12:59:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/b6325f22-e893-4702-92f6-10f9f6b29304?monitor=true\u0026api-version=2021-10-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/079017cf-fd27-44f0-89f7-a2bdd088512a?monitor=true\u0026api-version=2021-10-01", "Pragma": "no-cache", "Retry-After": "60", "Server": [ @@ -2418,25 +2406,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b22fbd36-4d5a-4d06-bf23-5e8252a3cdb8", + "x-ms-correlation-request-id": "72579f00-4e64-4109-b6d9-1fab816860f0", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteGalleryImageVersion3Min;149,Microsoft.Compute/DeleteGalleryImageVersion30Min;999", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "b6325f22-e893-4702-92f6-10f9f6b29304", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032455Z:b22fbd36-4d5a-4d06-bf23-5e8252a3cdb8", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "079017cf-fd27-44f0-89f7-a2bdd088512a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T125945Z:72579f00-4e64-4109-b6d9-1fab816860f0", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/b6325f22-e893-4702-92f6-10f9f6b29304?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/079017cf-fd27-44f0-89f7-a2bdd088512a?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "54b1c20a-99d8-11ec-8116-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cac45ecc-9fa8-11ec-bb6d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2444,7 +2432,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:25:55 GMT", + "Date": "Wed, 09 Mar 2022 13:00:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", @@ -2456,29 +2444,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ef47925-c4c9-4012-87ee-25dcb05937c5", + "x-ms-correlation-request-id": "57aa7c9c-5ac1-426e-962a-c3a1ffce4c92", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4174", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "596a6b79-9013-40e8-8448-3da3e3c1c335", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032556Z:2ef47925-c4c9-4012-87ee-25dcb05937c5", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "fe0edce3-6167-44cf-aedc-e22b127f2f4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130046Z:57aa7c9c-5ac1-426e-962a-c3a1ffce4c92", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:24:55.6536001\u002B00:00", + "startTime": "2022-03-09T12:59:45.576173\u002B00:00", "status": "InProgress", - "name": "b6325f22-e893-4702-92f6-10f9f6b29304" + "name": "079017cf-fd27-44f0-89f7-a2bdd088512a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/b6325f22-e893-4702-92f6-10f9f6b29304?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/079017cf-fd27-44f0-89f7-a2bdd088512a?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "54b1c20a-99d8-11ec-8116-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cac45ecc-9fa8-11ec-bb6d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2486,7 +2474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:26:56 GMT", + "Date": "Wed, 09 Mar 2022 13:01:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2497,18 +2485,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c2b535e-4b73-4432-9079-c00165dc4ab9", + "x-ms-correlation-request-id": "2ec5c877-0119-4bd8-a1b9-2dc9d8e7e10c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4172", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "80df6bbe-7576-4e65-a573-4bc654bc0359", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032657Z:4c2b535e-4b73-4432-9079-c00165dc4ab9", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8567c735-f1fb-4ae6-8263-8742d0cd9460", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130147Z:2ec5c877-0119-4bd8-a1b9-2dc9d8e7e10c", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:24:55.6536001\u002B00:00", - "endTime": "2022-03-02T03:26:25.8566387\u002B00:00", + "startTime": "2022-03-09T12:59:45.576173\u002B00:00", + "endTime": "2022-03-09T13:01:15.7955332\u002B00:00", "status": "Succeeded", - "name": "b6325f22-e893-4702-92f6-10f9f6b29304" + "name": "079017cf-fd27-44f0-89f7-a2bdd088512a" } }, { @@ -2520,15 +2508,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9d9091bf-99d8-11ec-9adf-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "141369f0-9fa9-11ec-89b0-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:27:00 GMT", + "Date": "Wed, 09 Mar 2022 13:01:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2537,12 +2525,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01063e5c-deea-46a6-8627-ba4246cdf1b3", + "x-ms-correlation-request-id": "5a995144-e9a5-49a0-b5bf-caa986af8b3c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteGalleryApplication3Min;49,Microsoft.Compute/DeleteGalleryApplication30Min;299", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-request-id": "187a0a09-f12f-47ea-9d46-31ea3840c27a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032701Z:01063e5c-deea-46a6-8627-ba4246cdf1b3", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "3ffe6c5d-41dc-409e-bb16-a453a510f126", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130152Z:5a995144-e9a5-49a0-b5bf-caa986af8b3c", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": null }, @@ -2555,18 +2543,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9fd7f9f3-99d8-11ec-8904-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "1702b2a8-9fa9-11ec-9202-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0b4dd5d5-24f0-417b-9aae-4ee434ac1423?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/801cd41b-ce55-4f12-b8c6-cbfe69f8fe2d?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:27:01 GMT", + "Date": "Wed, 09 Mar 2022 13:01:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0b4dd5d5-24f0-417b-9aae-4ee434ac1423?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/801cd41b-ce55-4f12-b8c6-cbfe69f8fe2d?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2574,25 +2562,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "927fb42a-aef3-4a13-9e16-94ccc5cb92f1", + "x-ms-correlation-request-id": "396701b6-f78c-4e98-9c29-98de982dcb41", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7994", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "0b4dd5d5-24f0-417b-9aae-4ee434ac1423", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032701Z:927fb42a-aef3-4a13-9e16-94ccc5cb92f1", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "801cd41b-ce55-4f12-b8c6-cbfe69f8fe2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130153Z:396701b6-f78c-4e98-9c29-98de982dcb41", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0b4dd5d5-24f0-417b-9aae-4ee434ac1423?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/801cd41b-ce55-4f12-b8c6-cbfe69f8fe2d?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9fd7f9f3-99d8-11ec-8904-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "1702b2a8-9fa9-11ec-9202-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2600,7 +2588,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:27:31 GMT", + "Date": "Wed, 09 Mar 2022 13:02:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2611,37 +2599,37 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c03eefe4-2800-4682-b76b-8bf288cfbe8f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399924", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "19cea22c-d05a-41c6-8314-55a6f3b001a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032732Z:c03eefe4-2800-4682-b76b-8bf288cfbe8f", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-correlation-request-id": "977d37b2-92d6-4256-a24b-d727b8d4366e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399921", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "bdfc64cc-a491-4eee-bd21-994ed3621669", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130223Z:977d37b2-92d6-4256-a24b-d727b8d4366e", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-02T03:27:01.460862\u002B00:00", - "endTime": "2022-03-02T03:27:01.6014942\u002B00:00", + "startTime": "2022-03-09T13:01:53.0356402\u002B00:00", + "endTime": "2022-03-09T13:01:53.1137866\u002B00:00", "status": "Succeeded", - "name": "0b4dd5d5-24f0-417b-9aae-4ee434ac1423" + "name": "801cd41b-ce55-4f12-b8c6-cbfe69f8fe2d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0b4dd5d5-24f0-417b-9aae-4ee434ac1423?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/801cd41b-ce55-4f12-b8c6-cbfe69f8fe2d?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9fd7f9f3-99d8-11ec-8904-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "1702b2a8-9fa9-11ec-9202-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:27:31 GMT", + "Date": "Wed, 09 Mar 2022 13:02:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2650,12 +2638,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03aaaf2b-99d9-4b1e-bd2d-5791c297494d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399923", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "c6280aab-4390-4cd1-979e-4b5bfcc2a758", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032732Z:03aaaf2b-99d9-4b1e-bd2d-5791c297494d", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-correlation-request-id": "d3b1d069-aedc-40a7-8484-62da5ebf7dcb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399920", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "40eb1038-a8a4-48be-81e3-c91c7a00eafb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130223Z:d3b1d069-aedc-40a7-8484-62da5ebf7dcb", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, @@ -2668,18 +2656,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b2862958-99d8-11ec-85f0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "29948554-9fa9-11ec-b1ea-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/1d2c2f0b-7264-4586-bcd8-b82605d650d4?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/f2fde851-f962-484d-acb6-95442c4aec2e?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:27:32 GMT", + "Date": "Wed, 09 Mar 2022 13:02:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/1d2c2f0b-7264-4586-bcd8-b82605d650d4?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/f2fde851-f962-484d-acb6-95442c4aec2e?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026monitor=true\u0026api-version=2021-12-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2687,25 +2675,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76725d63-0f16-487c-8269-c5ffbda5a7ef", + "x-ms-correlation-request-id": "bc253abe-099a-4855-aad2-ef671950deda", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteDisks3Min;2996,Microsoft.Compute/DeleteDisks30Min;23989", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-request-id": "1d2c2f0b-7264-4586-bcd8-b82605d650d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032733Z:76725d63-0f16-487c-8269-c5ffbda5a7ef", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "f2fde851-f962-484d-acb6-95442c4aec2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130224Z:bc253abe-099a-4855-aad2-ef671950deda", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/1d2c2f0b-7264-4586-bcd8-b82605d650d4?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/f2fde851-f962-484d-acb6-95442c4aec2e?p=36ee1309-094c-4cec-b989-37cf5e794c1b\u0026api-version=2021-12-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b2862958-99d8-11ec-85f0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "29948554-9fa9-11ec-b1ea-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2713,7 +2701,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:28:02 GMT", + "Date": "Wed, 09 Mar 2022 13:02:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2724,18 +2712,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef308a20-cdb6-4442-8d5f-e381b1246357", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49993,Microsoft.Compute/GetOperation30Min;399921", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "a53fc643-ca7b-471a-a314-a3e242b70a2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032803Z:ef308a20-cdb6-4442-8d5f-e381b1246357", - "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132629837319766262" + "x-ms-correlation-request-id": "c5b0b967-31db-47ac-932f-4fafab1f35b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;49993,Microsoft.Compute/GetOperation30Min;399918", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "b814998e-6900-4f2f-beae-157823fdc888", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130255Z:c5b0b967-31db-47ac-932f-4fafab1f35b7", + "x-ms-served-by": "36ee1309-094c-4cec-b989-37cf5e794c1b_132859865487696592" }, "ResponseBody": { - "startTime": "2022-03-02T03:27:33.0709129\u002B00:00", - "endTime": "2022-03-02T03:27:33.3052729\u002B00:00", + "startTime": "2022-03-09T13:02:24.6923238\u002B00:00", + "endTime": "2022-03-09T13:02:24.8641509\u002B00:00", "status": "Succeeded", - "name": "1d2c2f0b-7264-4586-bcd8-b82605d650d4" + "name": "f2fde851-f962-484d-acb6-95442c4aec2e" } }, { @@ -2747,18 +2735,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c52473bf-99d8-11ec-8f9d-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3ca7e802-9fa9-11ec-8a30-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/ab6c74c1-0d95-4736-9c18-e48697b8bb75?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/cac839ff-0fd1-410c-9b17-f9196daa4708?api-version=2021-10-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:28:04 GMT", + "Date": "Wed, 09 Mar 2022 13:02:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/ab6c74c1-0d95-4736-9c18-e48697b8bb75?monitor=true\u0026api-version=2021-10-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/cac839ff-0fd1-410c-9b17-f9196daa4708?monitor=true\u0026api-version=2021-10-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2766,25 +2754,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b2d4b0a-7225-4906-a3ab-2121374bd35c", + "x-ms-correlation-request-id": "d102f257-b834-4103-a5bf-51229e99510b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteGalleryImage3Min;49,Microsoft.Compute/DeleteGalleryImage30Min;299", - "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-request-id": "ab6c74c1-0d95-4736-9c18-e48697b8bb75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032805Z:3b2d4b0a-7225-4906-a3ab-2121374bd35c", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "cac839ff-0fd1-410c-9b17-f9196daa4708", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130258Z:d102f257-b834-4103-a5bf-51229e99510b", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/ab6c74c1-0d95-4736-9c18-e48697b8bb75?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/cac839ff-0fd1-410c-9b17-f9196daa4708?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c52473bf-99d8-11ec-8f9d-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3ca7e802-9fa9-11ec-8a30-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2792,7 +2780,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:28:35 GMT", + "Date": "Wed, 09 Mar 2022 13:03:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2803,18 +2791,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dec05d7e-ba63-4470-8d77-86c4fff1f2f2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4169", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "508187b8-0924-4eee-95dd-3b750db4ae14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032835Z:dec05d7e-ba63-4470-8d77-86c4fff1f2f2", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "309751a8-8506-4eec-ac62-72d14fa787cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4169", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "84139b0f-539f-4cb9-9186-d270557ded6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130328Z:309751a8-8506-4eec-ac62-72d14fa787cb", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:28:05.0127844\u002B00:00", - "endTime": "2022-03-02T03:28:05.3252875\u002B00:00", + "startTime": "2022-03-09T13:02:58.1557476\u002B00:00", + "endTime": "2022-03-09T13:02:58.4369987\u002B00:00", "status": "Succeeded", - "name": "ab6c74c1-0d95-4736-9c18-e48697b8bb75" + "name": "cac839ff-0fd1-410c-9b17-f9196daa4708" } }, { @@ -2826,18 +2814,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d82d2c2f-99d8-11ec-93a6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "502cb8f6-9fa9-11ec-a786-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/833a0ff8-de2a-4958-9233-1a710a453316?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/482daaed-30d3-493c-ad0f-e9f4614f6e20?api-version=2021-10-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:28:36 GMT", + "Date": "Wed, 09 Mar 2022 13:03:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/833a0ff8-de2a-4958-9233-1a710a453316?monitor=true\u0026api-version=2021-10-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/482daaed-30d3-493c-ad0f-e9f4614f6e20?monitor=true\u0026api-version=2021-10-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2845,25 +2833,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0c61b98-50d4-46e4-9e8f-5588813cced2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299", - "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-request-id": "833a0ff8-de2a-4958-9233-1a710a453316", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032836Z:a0c61b98-50d4-46e4-9e8f-5588813cced2", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-correlation-request-id": "c27846ec-3ca0-4d08-8b3f-49a188e58209", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteGallery3Min;14,Microsoft.Compute/DeleteGallery30Min;258", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "482daaed-30d3-493c-ad0f-e9f4614f6e20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130329Z:c27846ec-3ca0-4d08-8b3f-49a188e58209", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/833a0ff8-de2a-4958-9233-1a710a453316?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/capsOperations/482daaed-30d3-493c-ad0f-e9f4614f6e20?api-version=2021-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d82d2c2f-99d8-11ec-93a6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "502cb8f6-9fa9-11ec-a786-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2871,7 +2859,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:05 GMT", + "Date": "Wed, 09 Mar 2022 13:03:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2882,18 +2870,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c3d6507-21d7-426d-8ba1-349f4a8eeee1", + "x-ms-correlation-request-id": "41e0c701-4dbc-42be-89d5-27a288982608", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4167", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "80232139-4825-4d63-b2e4-c632d862dda8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032906Z:3c3d6507-21d7-426d-8ba1-349f4a8eeee1", - "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132454890361139936" + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "b18866ba-8f89-4666-b808-512fed2dc110", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130400Z:41e0c701-4dbc-42be-89d5-27a288982608", + "x-ms-served-by": "5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463,5903d229-c5b7-4ccc-99bb-56b74d1dd58c_132902610589647463" }, "ResponseBody": { - "startTime": "2022-03-02T03:28:36.2471181\u002B00:00", - "endTime": "2022-03-02T03:28:36.418985\u002B00:00", + "startTime": "2022-03-09T13:03:29.5153692\u002B00:00", + "endTime": "2022-03-09T13:03:29.6247709\u002B00:00", "status": "Succeeded", - "name": "833a0ff8-de2a-4958-9233-1a710a453316" + "name": "482daaed-30d3-493c-ad0f-e9f4614f6e20" } } ], diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm.json index 189e2bbfd5bb..e2748ca1701f 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:18 GMT", + "Date": "Wed, 09 Mar 2022 13:04:11 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:29:18 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "b60ee22b-a12e-48c1-80d6-8f4582170400" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "8ca40cf6-e6f3-4c9d-9a08-e971d9b4c200" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:18 GMT", + "Date": "Wed, 09 Mar 2022 13:04:11 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:29:18 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - KRSLR1 ProdSlices", - "x-ms-request-id": "0e899da6-2b9f-48a3-9bf3-37b240d30000" + "x-ms-ests-server": "2.1.12529.18 - KRSLR1 ProdSlices", + "x-ms-request-id": "61ef552f-1c39-4ea7-86db-0244847a0600" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b15b376e-8425-4e2d-a96e-8f3e07491cb4", + "client-request-id": "84829723-b867-4652-a504-3ccab8cc3e49", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "b15b376e-8425-4e2d-a96e-8f3e07491cb4", + "client-request-id": "84829723-b867-4652-a504-3ccab8cc3e49", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:18 GMT", + "Date": "Wed, 09 Mar 2022 13:04:12 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:29:18 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - SCUS ProdSlices", - "x-ms-request-id": "3745ab00-52d0-4738-84ac-fa97a97e1500" + "x-ms-ests-server": "2.1.12529.17 - WUS2 ProdSlices", + "x-ms-request-id": "e52c2e8a-e073-4ef9-a372-4adfd2d01001" }, "ResponseBody": { "token_type": "Bearer", @@ -233,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "92", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f0f451a0-99d8-11ec-8253-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "69b89102-9fa9-11ec-8240-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -249,11 +237,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/185af566-ebc5-405c-9750-0299073bacd5?api-version=2021-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/a2d9ec88-ec90-4032-b15b-be754fae0b0d?api-version=2021-05-01", "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:21 GMT", + "Date": "Wed, 09 Mar 2022 13:04:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -263,21 +251,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5670e6fe-f31d-4899-970a-f85f6b005aff", - "x-ms-correlation-request-id": "10db7072-c6e8-4d90-b46b-ae2116d8f175", - "x-ms-ratelimit-remaining-subscription-writes": "1175", - "x-ms-request-id": "185af566-ebc5-405c-9750-0299073bacd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032922Z:10db7072-c6e8-4d90-b46b-ae2116d8f175" + "x-ms-arm-service-request-id": "87b7620f-8a1d-4c54-a02d-7d18a5598df2", + "x-ms-correlation-request-id": "63fb3a9b-3c90-47ee-a4e3-767b0541424e", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "a2d9ec88-ec90-4032-b15b-be754fae0b0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130419Z:63fb3a9b-3c90-47ee-a4e3-767b0541424e" }, "ResponseBody": { "name": "networknamexeb772750", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamexeb772750", - "etag": "W/\u00223f4f72e4-90bb-4964-9337-30ebc0111945\u0022", + "etag": "W/\u0022e218dd92-e7d1-4b6c-94aa-98a1f1617547\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "385bfc81-1e7b-4d1e-9cd8-5429061879b8", + "resourceGuid": "6982f821-6629-46e6-9a78-10626552e6f0", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -290,15 +278,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/185af566-ebc5-405c-9750-0299073bacd5?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/a2d9ec88-ec90-4032-b15b-be754fae0b0d?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f0f451a0-99d8-11ec-8253-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "69b89102-9fa9-11ec-8240-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -306,7 +294,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:24 GMT", + "Date": "Wed, 09 Mar 2022 13:04:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -317,11 +305,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61cb6162-c35a-4c8a-b7b4-f246dc75f37b", - "x-ms-correlation-request-id": "fb762b3e-d1a2-4ce8-b5ff-e8b2f2d9f4bb", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "017f8fd1-b4cd-4114-8302-8594d2bf9a3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032925Z:fb762b3e-d1a2-4ce8-b5ff-e8b2f2d9f4bb" + "x-ms-arm-service-request-id": "ce6d73ec-a220-4875-95fe-3f075668cf0c", + "x-ms-correlation-request-id": "dc833d29-f4fa-4d95-974a-76eedb03fdea", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "c317a384-4ada-42ea-b320-a5586d46f7e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130423Z:dc833d29-f4fa-4d95-974a-76eedb03fdea" }, "ResponseBody": { "status": "Succeeded" @@ -335,8 +323,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f0f451a0-99d8-11ec-8253-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "69b89102-9fa9-11ec-8240-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -344,8 +332,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:25 GMT", - "ETag": "W/\u0022545211c8-1913-423d-9940-ec94b923a24d\u0022", + "Date": "Wed, 09 Mar 2022 13:04:22 GMT", + "ETag": "W/\u0022eb3938f1-0ba0-428a-ac13-3478652848b0\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -356,21 +344,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "722a6d25-2569-474c-a080-ee28005d5e78", - "x-ms-correlation-request-id": "345e2648-acc8-4302-8fa2-6122c80ed0e5", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "8389ba6e-3108-400e-9119-bd4c3e7b1333", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032926Z:345e2648-acc8-4302-8fa2-6122c80ed0e5" + "x-ms-arm-service-request-id": "3ba97a3a-d1c4-4096-8305-48530d95e808", + "x-ms-correlation-request-id": "f5b372b3-931f-4e7c-8651-32304b9ceff0", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "692f0781-63ba-477d-8a58-57375235b105", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130423Z:f5b372b3-931f-4e7c-8651-32304b9ceff0" }, "ResponseBody": { "name": "networknamexeb772750", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamexeb772750", - "etag": "W/\u0022545211c8-1913-423d-9940-ec94b923a24d\u0022", + "etag": "W/\u0022eb3938f1-0ba0-428a-ac13-3478652848b0\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "385bfc81-1e7b-4d1e-9cd8-5429061879b8", + "resourceGuid": "6982f821-6629-46e6-9a78-10626552e6f0", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -392,8 +380,8 @@ "Connection": "keep-alive", "Content-Length": "48", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f6611c53-99d8-11ec-998f-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "70f9cd5e-9fa9-11ec-90de-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -402,11 +390,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/3a964869-8be2-4df9-ad33-441ccaaff4f2?api-version=2021-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/ebcb1de7-977b-46f6-896b-1ad4e0822b51?api-version=2021-05-01", "Cache-Control": "no-cache", "Content-Length": "547", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:25 GMT", + "Date": "Wed, 09 Mar 2022 13:04:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -416,16 +404,16 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "232132d8-d744-4f19-92dd-a86b055c21c2", - "x-ms-correlation-request-id": "75ee1a89-a833-4e6d-b5d0-563b46b88d4b", - "x-ms-ratelimit-remaining-subscription-writes": "1174", - "x-ms-request-id": "3a964869-8be2-4df9-ad33-441ccaaff4f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032926Z:75ee1a89-a833-4e6d-b5d0-563b46b88d4b" + "x-ms-arm-service-request-id": "63799729-e10c-4371-bafe-fbf83e9246c2", + "x-ms-correlation-request-id": "fe2d5f93-091a-45b5-bbe4-716482dc88ae", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "ebcb1de7-977b-46f6-896b-1ad4e0822b51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130424Z:fe2d5f93-091a-45b5-bbe4-716482dc88ae" }, "ResponseBody": { "name": "subnetxeb772750", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamexeb772750/subnets/subnetxeb772750", - "etag": "W/\u0022b145ecbf-6af1-4df3-88d2-7bd93ad92a23\u0022", + "etag": "W/\u0022d50cfe6e-bb61-4f9f-9b90-0b4d4ad84e75\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -437,15 +425,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/3a964869-8be2-4df9-ad33-441ccaaff4f2?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/ebcb1de7-977b-46f6-896b-1ad4e0822b51?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f6611c53-99d8-11ec-998f-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "70f9cd5e-9fa9-11ec-90de-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -453,7 +441,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:28 GMT", + "Date": "Wed, 09 Mar 2022 13:04:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -464,11 +452,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2dee9652-1867-462f-9a16-b0b694f66d3d", - "x-ms-correlation-request-id": "db9a5147-35e8-4ccf-b44f-00bbef95a542", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "c20d6608-f480-4b7a-b7d6-82673575be17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032929Z:db9a5147-35e8-4ccf-b44f-00bbef95a542" + "x-ms-arm-service-request-id": "ccea1ab3-1462-4c05-b06d-069fc30576b0", + "x-ms-correlation-request-id": "a7b8a8db-9168-44dd-8425-df604d3d75ff", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "3e7e0bce-487c-4907-ad74-360fa7afbdd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130427Z:a7b8a8db-9168-44dd-8425-df604d3d75ff" }, "ResponseBody": { "status": "Succeeded" @@ -482,8 +470,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f6611c53-99d8-11ec-998f-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "70f9cd5e-9fa9-11ec-90de-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -491,8 +479,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:29 GMT", - "ETag": "W/\u0022524bdf33-a22c-499e-a971-18d5612e9da7\u0022", + "Date": "Wed, 09 Mar 2022 13:04:27 GMT", + "ETag": "W/\u0022c392fbb3-a290-48e6-9e38-aec23e483436\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -503,16 +491,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "97193728-c5a8-452c-a1a1-69ef503dae87", - "x-ms-correlation-request-id": "26091ebc-4e1e-4914-8048-3cf249122a59", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "28116496-d52a-447e-992b-f5172ac6d77b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032930Z:26091ebc-4e1e-4914-8048-3cf249122a59" + "x-ms-arm-service-request-id": "69b6bf0f-60f5-462b-bedb-81cb54c90515", + "x-ms-correlation-request-id": "810060bb-b31e-44c0-8ad5-3769d0f5287d", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "fdbdab69-a4b8-4f06-8212-a6104a15ce17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130427Z:810060bb-b31e-44c0-8ad5-3769d0f5287d" }, "ResponseBody": { "name": "subnetxeb772750", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamexeb772750/subnets/subnetxeb772750", - "etag": "W/\u0022524bdf33-a22c-499e-a971-18d5612e9da7\u0022", + "etag": "W/\u0022c392fbb3-a290-48e6-9e38-aec23e483436\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -533,8 +521,8 @@ "Connection": "keep-alive", "Content-Length": "284", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f8d21265-99d8-11ec-87be-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "737627be-9fa9-11ec-b070-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -554,11 +542,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/9c2ff764-931b-4540-bfb8-bfd77791fef6?api-version=2021-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/c26867c2-0c90-4dd8-9396-636802c98de2?api-version=2021-05-01", "Cache-Control": "no-cache", "Content-Length": "1695", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:29:33 GMT", + "Date": "Wed, 09 Mar 2022 13:04:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -567,25 +555,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "66333862-406a-429e-b75c-a11a3e91dfc9", - "x-ms-correlation-request-id": "c17a41e5-eec6-4727-9177-09b3fa58262e", - "x-ms-ratelimit-remaining-subscription-writes": "1173", - "x-ms-request-id": "9c2ff764-931b-4540-bfb8-bfd77791fef6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T032933Z:c17a41e5-eec6-4727-9177-09b3fa58262e" + "x-ms-arm-service-request-id": "390c067d-adfe-452a-8ef6-a19196b15312", + "x-ms-correlation-request-id": "5dfff992-8705-4cb0-9ee6-ca2f7dc94cfc", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "c26867c2-0c90-4dd8-9396-636802c98de2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130431Z:5dfff992-8705-4cb0-9ee6-ca2f7dc94cfc" }, "ResponseBody": { "name": "interfacexeb772750", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/networkInterfaces/interfacexeb772750", - "etag": "W/\u0022beffc4e3-d169-4dbf-9231-a6af1d8c366d\u0022", + "etag": "W/\u0022e3aa7591-b37b-4a72-9d74-4acd289b24b8\u0022", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "e3973503-71c3-4dae-9868-e434d867c159", + "resourceGuid": "6b38f2e1-c4ac-4523-8632-2013ed8b7c5b", "ipConfigurations": [ { "name": "MyIpConfig", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/networkInterfaces/interfacexeb772750/ipConfigurations/MyIpConfig", - "etag": "W/\u0022beffc4e3-d169-4dbf-9231-a6af1d8c366d\u0022", + "etag": "W/\u0022e3aa7591-b37b-4a72-9d74-4acd289b24b8\u0022", "type": "Microsoft.Network/networkInterfaces/ipConfigurations", "properties": { "provisioningState": "Succeeded", @@ -602,7 +590,7 @@ "dnsSettings": { "dnsServers": [], "appliedDnsServers": [], - "internalDomainNameSuffix": "qh4fwod1dype1hgykquqmgdzxa.bx.internal.cloudapp.net" + "internalDomainNameSuffix": "eh2ie0jjm1tengtycbrgkuxg4a.bx.internal.cloudapp.net" }, "enableAcceleratedNetworking": false, "vnetEncryptionSupported": false, @@ -615,15 +603,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/9c2ff764-931b-4540-bfb8-bfd77791fef6?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/c26867c2-0c90-4dd8-9396-636802c98de2?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f8d21265-99d8-11ec-87be-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "737627be-9fa9-11ec-b070-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -631,7 +619,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:30:03 GMT", + "Date": "Wed, 09 Mar 2022 13:05:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -642,11 +630,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf72625a-43ea-49f9-b65b-4638854c7245", - "x-ms-correlation-request-id": "928c9889-2f9c-4526-b2d9-cf8a2b8bfb71", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "cf0cef4c-e875-418d-9e2d-415ec5358675", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033004Z:928c9889-2f9c-4526-b2d9-cf8a2b8bfb71" + "x-ms-arm-service-request-id": "b17073e7-18ef-465f-91d9-98d23f8be3af", + "x-ms-correlation-request-id": "cc047bd2-fb31-406a-b21b-42c83f06ac6c", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "383c80e2-d9d1-4638-973d-8c087aa137ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130501Z:cc047bd2-fb31-406a-b21b-42c83f06ac6c" }, "ResponseBody": { "status": "Succeeded" @@ -660,8 +648,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f8d21265-99d8-11ec-87be-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "737627be-9fa9-11ec-b070-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -669,8 +657,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:30:04 GMT", - "ETag": "W/\u0022beffc4e3-d169-4dbf-9231-a6af1d8c366d\u0022", + "Date": "Wed, 09 Mar 2022 13:05:01 GMT", + "ETag": "W/\u0022e3aa7591-b37b-4a72-9d74-4acd289b24b8\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -681,25 +669,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5dc5c4d0-d67c-436d-ab8a-f687e6cd7966", - "x-ms-correlation-request-id": "a511f0bb-e00f-46c1-96ec-dc75660aa7e3", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "1bcb56f5-60fe-41a4-857c-ef71d0e1215a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033004Z:a511f0bb-e00f-46c1-96ec-dc75660aa7e3" + "x-ms-arm-service-request-id": "7da1a774-21f1-4491-8a0b-007906ef2051", + "x-ms-correlation-request-id": "e625ef81-54ab-4b91-898b-bc4d5b11e482", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "5b02ddfc-2c88-41da-8ab7-0bcc47ff70a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130501Z:e625ef81-54ab-4b91-898b-bc4d5b11e482" }, "ResponseBody": { "name": "interfacexeb772750", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/networkInterfaces/interfacexeb772750", - "etag": "W/\u0022beffc4e3-d169-4dbf-9231-a6af1d8c366d\u0022", + "etag": "W/\u0022e3aa7591-b37b-4a72-9d74-4acd289b24b8\u0022", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "e3973503-71c3-4dae-9868-e434d867c159", + "resourceGuid": "6b38f2e1-c4ac-4523-8632-2013ed8b7c5b", "ipConfigurations": [ { "name": "MyIpConfig", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/networkInterfaces/interfacexeb772750/ipConfigurations/MyIpConfig", - "etag": "W/\u0022beffc4e3-d169-4dbf-9231-a6af1d8c366d\u0022", + "etag": "W/\u0022e3aa7591-b37b-4a72-9d74-4acd289b24b8\u0022", "type": "Microsoft.Network/networkInterfaces/ipConfigurations", "properties": { "provisioningState": "Succeeded", @@ -716,7 +704,7 @@ "dnsSettings": { "dnsServers": [], "appliedDnsServers": [], - "internalDomainNameSuffix": "qh4fwod1dype1hgykquqmgdzxa.bx.internal.cloudapp.net" + "internalDomainNameSuffix": "eh2ie0jjm1tengtycbrgkuxg4a.bx.internal.cloudapp.net" }, "enableAcceleratedNetworking": false, "vnetEncryptionSupported": false, @@ -735,7 +723,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -745,17 +733,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:30:04 GMT", + "Date": "Wed, 09 Mar 2022 13:05:01 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:30:04 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", - "x-ms-request-id": "4738acbe-c922-4049-b542-d85247370f00" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "a0b31341-2f8d-4357-8cab-17127b38e100" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -832,8 +816,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -843,17 +827,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:30:04 GMT", + "Date": "Wed, 09 Mar 2022 13:05:02 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:30:04 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - SEASLR2 ProdSlices", - "x-ms-request-id": "d2d17ebf-f1d8-4d7c-a1de-669157ab2800" + "x-ms-ests-server": "2.1.12559.5 - SEASLR1 ProdSlices", + "x-ms-request-id": "06c07ec2-e98a-4412-8811-836e147c0700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -908,41 +888,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "305080cb-3803-44f8-8120-bc4096745e8c", + "client-request-id": "b5f48fbc-bf3e-450f-8d94-c53dd7a2bd88", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "305080cb-3803-44f8-8120-bc4096745e8c", + "client-request-id": "b5f48fbc-bf3e-450f-8d94-c53dd7a2bd88", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:30:05 GMT", + "Date": "Wed, 09 Mar 2022 13:05:02 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:30:05 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "b60ee22b-a12e-48c1-80d6-8f45b01d0400" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "cb6c2d2b-1c8a-4a33-ae85-99828817e200" }, "ResponseBody": { "token_type": "Bearer", @@ -961,8 +937,8 @@ "Connection": "keep-alive", "Content-Length": "891", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "0d292c59-99d9-11ec-a2b5-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "87c22f14-9fa9-11ec-8639-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -1021,11 +997,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1c2bd6aa-eec2-4816-9812-14a26c990e4d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/7d837b11-f103-4696-99e2-6c83905b60ab?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "2386", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:30:09 GMT", + "Date": "Wed, 09 Mar 2022 13:05:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1035,11 +1011,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bcd5ee91-edd5-4109-b9c6-cb1756f5e78f", + "x-ms-correlation-request-id": "3a4fb4f5-08a8-46bc-8927-1af8fec9156c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;745,Microsoft.Compute/PutVM30Min;3729", - "x-ms-ratelimit-remaining-subscription-writes": "1172", - "x-ms-request-id": "1c2bd6aa-eec2-4816-9812-14a26c990e4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033009Z:bcd5ee91-edd5-4109-b9c6-cb1756f5e78f" + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "7d837b11-f103-4696-99e2-6c83905b60ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130507Z:3a4fb4f5-08a8-46bc-8927-1af8fec9156c" }, "ResponseBody": { "name": "virtualmachinexeb772750", @@ -1047,7 +1023,7 @@ "type": "Microsoft.Compute/virtualMachines", "location": "eastus", "properties": { - "vmId": "4a7c0d4d-8575-4010-a38a-e91588b83b6b", + "vmId": "92f8ca60-52f5-47f5-97d7-0431e648d6d3", "hardwareProfile": { "vmSize": "Standard_D2_v2" }, @@ -1057,7 +1033,7 @@ "offer": "WindowsServer", "sku": "2016-Datacenter", "version": "latest", - "exactVersion": "14393.4946.220202" + "exactVersion": "14393.5006.220305" }, "osDisk": { "osType": "Windows", @@ -1121,20 +1097,20 @@ ] }, "provisioningState": "Creating", - "timeCreated": "2022-03-02T03:30:08.5696872\u002B00:00" + "timeCreated": "2022-03-09T13:05:06.4793172\u002B00:00" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1c2bd6aa-eec2-4816-9812-14a26c990e4d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/7d837b11-f103-4696-99e2-6c83905b60ab?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "0d292c59-99d9-11ec-a2b5-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "87c22f14-9fa9-11ec-8639-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1142,7 +1118,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:30:19 GMT", + "Date": "Wed, 09 Mar 2022 13:05:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "50", @@ -1154,28 +1130,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15a58dc6-f2d6-4b85-941c-ed265b083141", + "x-ms-correlation-request-id": "bd3e5c2d-a8d2-4dfc-851c-e9827d66cf04", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29993", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "686ff317-246c-45ac-94f9-45f4d145652b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033020Z:15a58dc6-f2d6-4b85-941c-ed265b083141" + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "d83a90ec-fc66-42c1-8669-02c6a819a9bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130518Z:bd3e5c2d-a8d2-4dfc-851c-e9827d66cf04" }, "ResponseBody": { - "startTime": "2022-03-02T03:30:07.4290693\u002B00:00", + "startTime": "2022-03-09T13:05:05.604312\u002B00:00", "status": "InProgress", - "name": "1c2bd6aa-eec2-4816-9812-14a26c990e4d" + "name": "7d837b11-f103-4696-99e2-6c83905b60ab" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1c2bd6aa-eec2-4816-9812-14a26c990e4d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/7d837b11-f103-4696-99e2-6c83905b60ab?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "0d292c59-99d9-11ec-a2b5-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "87c22f14-9fa9-11ec-8639-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1183,7 +1159,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:31:10 GMT", + "Date": "Wed, 09 Mar 2022 13:06:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1194,28 +1170,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3838f034-df47-4969-a59e-3ea75a41ee8d", + "x-ms-correlation-request-id": "9256e445-1045-42dd-a672-34dafc5a1b18", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29992", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "fcc52bdd-51e7-4efe-aee1-249b9522deaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033110Z:3838f034-df47-4969-a59e-3ea75a41ee8d" + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "2c99aa3a-45ff-4ebe-a9f5-9c6e4a9d6cd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130608Z:9256e445-1045-42dd-a672-34dafc5a1b18" }, "ResponseBody": { - "startTime": "2022-03-02T03:30:07.4290693\u002B00:00", + "startTime": "2022-03-09T13:05:05.604312\u002B00:00", "status": "InProgress", - "name": "1c2bd6aa-eec2-4816-9812-14a26c990e4d" + "name": "7d837b11-f103-4696-99e2-6c83905b60ab" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1c2bd6aa-eec2-4816-9812-14a26c990e4d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/7d837b11-f103-4696-99e2-6c83905b60ab?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "0d292c59-99d9-11ec-a2b5-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "87c22f14-9fa9-11ec-8639-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1223,7 +1199,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:31:40 GMT", + "Date": "Wed, 09 Mar 2022 13:06:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1234,57 +1210,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b44d71b1-2301-44b8-98cf-130aa17691d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "2479d7b8-0148-4663-92ae-32ea9ee38875", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033141Z:b44d71b1-2301-44b8-98cf-130aa17691d9" + "x-ms-correlation-request-id": "1f4d912e-f07f-42ce-947a-f3622bdceaec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29991", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "1c2268f9-10ed-4a94-9a2d-c961974c041e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130638Z:1f4d912e-f07f-42ce-947a-f3622bdceaec" }, "ResponseBody": { - "startTime": "2022-03-02T03:30:07.4290693\u002B00:00", - "status": "InProgress", - "name": "1c2bd6aa-eec2-4816-9812-14a26c990e4d" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1c2bd6aa-eec2-4816-9812-14a26c990e4d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "0d292c59-99d9-11ec-a2b5-70b5e82527ff" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:32:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afb38e9c-bc5a-496d-bc96-a9b535835cea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "9ee1efa9-2d07-4434-89e2-d847ec01d056", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033211Z:afb38e9c-bc5a-496d-bc96-a9b535835cea" - }, - "ResponseBody": { - "startTime": "2022-03-02T03:30:07.4290693\u002B00:00", - "endTime": "2022-03-02T03:31:45.8715266\u002B00:00", + "startTime": "2022-03-09T13:05:05.604312\u002B00:00", + "endTime": "2022-03-09T13:06:17.2137471\u002B00:00", "status": "Succeeded", - "name": "1c2bd6aa-eec2-4816-9812-14a26c990e4d" + "name": "7d837b11-f103-4696-99e2-6c83905b60ab" } }, { @@ -1295,8 +1231,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "0d292c59-99d9-11ec-a2b5-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "87c22f14-9fa9-11ec-8639-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1304,7 +1240,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:32:11 GMT", + "Date": "Wed, 09 Mar 2022 13:06:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1315,11 +1251,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c9eecc3-cd4a-42ab-857f-218dace20fa4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "adf03a06-e293-46eb-aaa4-76ffc3c2f3ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033211Z:1c9eecc3-cd4a-42ab-857f-218dace20fa4" + "x-ms-correlation-request-id": "ea4dbca2-67f9-4eee-bf6e-21e71357f686", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31996", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "47525f82-76ff-471e-a2bc-cbda4015116b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130639Z:ea4dbca2-67f9-4eee-bf6e-21e71357f686" }, "ResponseBody": { "name": "virtualmachinexeb772750", @@ -1327,7 +1263,7 @@ "type": "Microsoft.Compute/virtualMachines", "location": "eastus", "properties": { - "vmId": "4a7c0d4d-8575-4010-a38a-e91588b83b6b", + "vmId": "92f8ca60-52f5-47f5-97d7-0431e648d6d3", "hardwareProfile": { "vmSize": "Standard_D2_v2" }, @@ -1337,7 +1273,7 @@ "offer": "WindowsServer", "sku": "2016-Datacenter", "version": "latest", - "exactVersion": "14393.4946.220202" + "exactVersion": "14393.5006.220305" }, "osDisk": { "osType": "Windows", @@ -1354,12 +1290,12 @@ "dataDisks": [ { "lun": 0, - "name": "virtualmachinexeb772750_disk2_0baca294ffc84359a6cb1e2e3f3bb22e", + "name": "virtualmachinexeb772750_disk2_ccb1b72b98c74c8180f03aa83f9b0d55", "createOption": "Empty", "caching": "None", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk2_0baca294ffc84359a6cb1e2e3f3bb22e" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk2_ccb1b72b98c74c8180f03aa83f9b0d55" }, "deleteOption": "Detach", "diskSizeGB": 1023, @@ -1367,12 +1303,12 @@ }, { "lun": 1, - "name": "virtualmachinexeb772750_disk3_ec87bba3f8de42fcb99e90ed17afa224", + "name": "virtualmachinexeb772750_disk3_b20a18fc73964e23b90cf5d556aa6906", "createOption": "Empty", "caching": "None", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk3_ec87bba3f8de42fcb99e90ed17afa224" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk3_b20a18fc73964e23b90cf5d556aa6906" }, "deleteOption": "Detach", "diskSizeGB": 1023, @@ -1406,7 +1342,7 @@ ] }, "provisioningState": "Succeeded", - "timeCreated": "2022-03-02T03:30:08.5696872\u002B00:00" + "timeCreated": "2022-03-09T13:05:06.4793172\u002B00:00" } } }, @@ -1420,8 +1356,8 @@ "Connection": "keep-alive", "Content-Length": "185", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "590aea53-99d9-11ec-b4ca-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c1c6b79e-9fa9-11ec-8e18-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -1435,11 +1371,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/32521fbc-bc48-47b1-b4a3-d6e794a1f4b6?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/22bbdc0e-903c-4988-bd53-3d1258c47d03?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "561", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:32:17 GMT", + "Date": "Wed, 09 Mar 2022 13:06:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1448,11 +1384,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1d7074a-6453-410d-adb7-7ca8d70f6b23", + "x-ms-correlation-request-id": "a993d550-1e90-43b3-8d47-4dc309624743", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199", - "x-ms-ratelimit-remaining-subscription-writes": "1171", - "x-ms-request-id": "32521fbc-bc48-47b1-b4a3-d6e794a1f4b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033217Z:d1d7074a-6453-410d-adb7-7ca8d70f6b23" + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "22bbdc0e-903c-4988-bd53-3d1258c47d03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130643Z:a993d550-1e90-43b3-8d47-4dc309624743" }, "ResponseBody": { "name": "virtualmachineextensionxeb772750", @@ -1469,15 +1405,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/32521fbc-bc48-47b1-b4a3-d6e794a1f4b6?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/22bbdc0e-903c-4988-bd53-3d1258c47d03?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "590aea53-99d9-11ec-b4ca-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c1c6b79e-9fa9-11ec-8e18-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1485,7 +1421,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:32:47 GMT", + "Date": "Wed, 09 Mar 2022 13:07:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1496,28 +1432,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43c4329c-dd34-447b-960d-1597cf67dbd2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "7ec7138f-b476-4b4e-a285-b4fff8e488b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033247Z:43c4329c-dd34-447b-960d-1597cf67dbd2" + "x-ms-correlation-request-id": "ebb24960-d7e4-47b7-90b2-f00a29031b44", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29989", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "a067e7cb-2fc4-4ae5-8d81-c340cdebd312", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130713Z:ebb24960-d7e4-47b7-90b2-f00a29031b44" }, "ResponseBody": { - "startTime": "2022-03-02T03:32:15.6988224\u002B00:00", + "startTime": "2022-03-09T13:06:41.8224564\u002B00:00", "status": "InProgress", - "name": "32521fbc-bc48-47b1-b4a3-d6e794a1f4b6" + "name": "22bbdc0e-903c-4988-bd53-3d1258c47d03" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/32521fbc-bc48-47b1-b4a3-d6e794a1f4b6?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/22bbdc0e-903c-4988-bd53-3d1258c47d03?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "590aea53-99d9-11ec-b4ca-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c1c6b79e-9fa9-11ec-8e18-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1525,7 +1461,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:33:17 GMT", + "Date": "Wed, 09 Mar 2022 13:07:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1536,28 +1472,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75f4ee97-84a4-48eb-af4d-1c0311f56651", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "766a84be-f993-42c3-bad8-07d87d5e249c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033317Z:75f4ee97-84a4-48eb-af4d-1c0311f56651" + "x-ms-correlation-request-id": "1260630c-a83c-48fb-a058-6877bdc57d07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "43ea95d8-2691-485f-aaec-7571535a876a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130743Z:1260630c-a83c-48fb-a058-6877bdc57d07" }, "ResponseBody": { - "startTime": "2022-03-02T03:32:15.6988224\u002B00:00", + "startTime": "2022-03-09T13:06:41.8224564\u002B00:00", "status": "InProgress", - "name": "32521fbc-bc48-47b1-b4a3-d6e794a1f4b6" + "name": "22bbdc0e-903c-4988-bd53-3d1258c47d03" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/32521fbc-bc48-47b1-b4a3-d6e794a1f4b6?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/22bbdc0e-903c-4988-bd53-3d1258c47d03?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "590aea53-99d9-11ec-b4ca-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c1c6b79e-9fa9-11ec-8e18-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1565,7 +1501,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:33:48 GMT", + "Date": "Wed, 09 Mar 2022 13:08:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1576,17 +1512,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc46b828-aec6-4453-9220-40ee56ddf366", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "a36697de-e512-4a99-953b-93b25555de04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033348Z:bc46b828-aec6-4453-9220-40ee56ddf366" + "x-ms-correlation-request-id": "d3e60b01-dae7-4542-8bef-4f69b9282378", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29987", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "f40ff88d-f6d1-48e4-a93d-0c40783d31ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130814Z:d3e60b01-dae7-4542-8bef-4f69b9282378" }, "ResponseBody": { - "startTime": "2022-03-02T03:32:15.6988224\u002B00:00", - "endTime": "2022-03-02T03:33:40.6070625\u002B00:00", + "startTime": "2022-03-09T13:06:41.8224564\u002B00:00", + "endTime": "2022-03-09T13:08:08.6981356\u002B00:00", "status": "Succeeded", - "name": "32521fbc-bc48-47b1-b4a3-d6e794a1f4b6" + "name": "22bbdc0e-903c-4988-bd53-3d1258c47d03" } }, { @@ -1597,8 +1533,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "590aea53-99d9-11ec-b4ca-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c1c6b79e-9fa9-11ec-8e18-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1606,7 +1542,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:33:48 GMT", + "Date": "Wed, 09 Mar 2022 13:08:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1617,11 +1553,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8cc7b85-22fe-4e56-9adb-9cc347ac80fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31995", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "fc2dbc1c-8a51-4dee-968d-c99e64abfacd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033348Z:f8cc7b85-22fe-4e56-9adb-9cc347ac80fe" + "x-ms-correlation-request-id": "b675ec5c-fde9-4d67-b401-062042ff677b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31993", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "736a1bd4-7882-4a91-b2a3-4bb8f43afabe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130814Z:b675ec5c-fde9-4d67-b401-062042ff677b" }, "ResponseBody": { "name": "virtualmachineextensionxeb772750", @@ -1645,8 +1581,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "92b1f700-99d9-11ec-96a6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "fa9508e6-9fa9-11ec-856d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1654,7 +1590,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:33:48 GMT", + "Date": "Wed, 09 Mar 2022 13:08:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1665,16 +1601,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45a00272-ecd3-4e14-86ed-7186169b5248", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31994", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "a92ceb4f-92da-4bfa-8ea3-d113f006f762", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033348Z:45a00272-ecd3-4e14-86ed-7186169b5248" + "x-ms-correlation-request-id": "572a70e3-3aa5-4b87-bb96-a83dd06d9d5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31992", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "60f6e9cd-3d5d-4659-a2f3-2f633abf22e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130814Z:572a70e3-3aa5-4b87-bb96-a83dd06d9d5f" }, "ResponseBody": { "computerName": "myVM", "osName": "Windows Server 2016 Datacenter", - "osVersion": "10.0.14393.4946", + "osVersion": "10.0.14393.5006", "vmAgent": { "vmAgentVersion": "2.7.41491.1032", "statuses": [ @@ -1683,7 +1619,7 @@ "level": "Info", "displayStatus": "Ready", "message": "GuestAgent is running and processing the extensions.", - "time": "2022-03-02T03:33:39.409\u002B00:00" + "time": "2022-03-09T13:08:07.807\u002B00:00" } ], "extensionHandlers": [ @@ -1707,29 +1643,29 @@ "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T03:30:10.4759348\u002B00:00" + "time": "2022-03-09T13:05:08.1825076\u002B00:00" } ] }, { - "name": "virtualmachinexeb772750_disk2_0baca294ffc84359a6cb1e2e3f3bb22e", + "name": "virtualmachinexeb772750_disk2_ccb1b72b98c74c8180f03aa83f9b0d55", "statuses": [ { "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T03:30:10.4759348\u002B00:00" + "time": "2022-03-09T13:05:08.1980683\u002B00:00" } ] }, { - "name": "virtualmachinexeb772750_disk3_ec87bba3f8de42fcb99e90ed17afa224", + "name": "virtualmachinexeb772750_disk3_b20a18fc73964e23b90cf5d556aa6906", "statuses": [ { "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T03:30:10.4915585\u002B00:00" + "time": "2022-03-09T13:05:08.1980683\u002B00:00" } ] } @@ -1755,7 +1691,7 @@ "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T03:33:40.5758101\u002B00:00" + "time": "2022-03-09T13:08:08.6825138\u002B00:00" }, { "code": "PowerState/running", @@ -1773,8 +1709,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "92ecd3fe-99d9-11ec-bc3c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "facb98c2-9fa9-11ec-bb59-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1782,7 +1718,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:33:49 GMT", + "Date": "Wed, 09 Mar 2022 13:08:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1793,11 +1729,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c81b5536-730e-41e9-bc98-b548360b33e0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31993", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "ab6bc0de-82d9-4a5c-8cc6-bb272f77ff47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033349Z:c81b5536-730e-41e9-bc98-b548360b33e0" + "x-ms-correlation-request-id": "1d5892bb-2dc4-4494-a21d-b0145e7cf2ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31991", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "3bd7b1bf-3504-43be-ad57-01fc9cba6b84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130815Z:1d5892bb-2dc4-4494-a21d-b0145e7cf2ff" }, "ResponseBody": { "name": "virtualmachineextensionxeb772750", @@ -1821,8 +1757,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "932102b9-99d9-11ec-bfdb-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "fafdaaf0-9fa9-11ec-a9d8-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1830,7 +1766,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:33:49 GMT", + "Date": "Wed, 09 Mar 2022 13:08:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1841,15 +1777,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d6e485a-57ee-4fd7-a40f-cd13d2e1a062", + "x-ms-correlation-request-id": "4fb90870-e9f7-4930-b15c-285d655fc18b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetSubscriptionInfo3Min;359", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "ec76e7cc-5a8c-441c-ad64-4141813245eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033349Z:9d6e485a-57ee-4fd7-a40f-cd13d2e1a062" + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "899c6075-e83f-4d39-8646-6352084bee61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130815Z:4fb90870-e9f7-4930-b15c-285d655fc18b" }, "ResponseBody": { "script": [ - "param(\r\n [string]$arg1,\r\n [string]$arg2\r\n)\r\nWrite-Host This is a sample script with parameters $arg1 $arg2\r\n\r\n# SIG # Begin signature block\r\n# MIInugYJKoZIhvcNAQcCoIInqzCCJ6cCAQExDzANBglghkgBZQMEAgEFADB5Bgor\r\n# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG\r\n# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCB6jm9GJUxEj/xj\r\n# xRn7NMmK1YlgeGDCHEVx3xVyCBNnmaCCDYEwggX/MIID56ADAgECAhMzAAACUosz\r\n# qviV8znbAAAAAAJSMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD\r\n# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy\r\n# b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p\r\n# bmcgUENBIDIwMTEwHhcNMjEwOTAyMTgzMjU5WhcNMjIwOTAxMTgzMjU5WjB0MQsw\r\n# CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u\r\n# ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy\r\n# b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\r\n# AQDQ5M\u002BPs/X7BNuv5B/0I6uoDwj0NJOo1KrVQqO7ggRXccklyTrWL4xMShjIou2I\r\n# sbYnF67wXzVAq5Om4oe\u002BLfzSDOzjcb6ms00gBo0OQaqwQ1BijyJ7NvDf80I1fW9O\r\n# L76Kt0Wpc2zrGhzcHdb7upPrvxvSNNUvxK3sgw7YTt31410vpEp8yfBEl/hd8ZzA\r\n# v47DCgJ5j1zm295s1RVZHNp6MoiQFVOECm4AwK2l28i\u002BYER1JO4IplTH44uvzX9o\r\n# RnJHaMvWzZEpozPy4jNO2DDqbcNs4zh7AWMhE1PWFVA\u002BCHI/En5nASvCvLmuR/t8\r\n# q4bc8XR8QIZJQSp\u002B2U6m2ldNAgMBAAGjggF\u002BMIIBejAfBgNVHSUEGDAWBgorBgEE\r\n# AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUNZJaEUGL2Guwt7ZOAu4efEYXedEw\r\n# UAYDVR0RBEkwR6RFMEMxKTAnBgNVBAsTIE1pY3Jvc29mdCBPcGVyYXRpb25zIFB1\r\n# ZXJ0byBSaWNvMRYwFAYDVQQFEw0yMzAwMTIrNDY3NTk3MB8GA1UdIwQYMBaAFEhu\r\n# ZOVQBdOCqhc3NyK1bajKdQKVMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly93d3cu\r\n# bWljcm9zb2Z0LmNvbS9wa2lvcHMvY3JsL01pY0NvZFNpZ1BDQTIwMTFfMjAxMS0w\r\n# Ny0wOC5jcmwwYQYIKwYBBQUHAQEEVTBTMFEGCCsGAQUFBzAChkVodHRwOi8vd3d3\r\n# Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY0NvZFNpZ1BDQTIwMTFfMjAx\r\n# MS0wNy0wOC5jcnQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAFkk3\r\n# uSxkTEBh1NtAl7BivIEsAWdgX1qZ\u002BEdZMYbQKasY6IhSLXRMxF1B3OKdR9K/kccp\r\n# kvNcGl8D7YyYS4mhCUMBR\u002BVLrg3f8PUj38A9V5aiY2/Jok7WZFOAmjPRNNGnyeg7\r\n# l0lTiThFqE\u002B2aOs6\u002BheegqAdelGgNJKRHLWRuhGKuLIw5lkgx9Ky\u002BQvZrn/Ddi8u\r\n# TIgWKp\u002BMGG8xY6PBvvjgt9jQShlnPrZ3UY8Bvwy6rynhXBaV0V0TTL0gEx7eh/K1\r\n# o8Miaru6s/7FyqOLeUS4vTHh9TgBL5DtxCYurXbSBVtL1Fj44\u002BOd/6cmC9mmvrti\r\n# yG709Y3Rd3YdJj2f3GJq7Y7KdWq0QYhatKhBeg4fxjhg0yut2g6aM1mxjNPrE48z\r\n# 6HWCNGu9gMK5ZudldRw4a45Z06Aoktof0CqOyTErvq0YjoE4Xpa0\u002B87T/PVUXNqf\r\n# 7Y\u002BqSU7\u002B9LtLQuMYR4w3cSPjuNusvLf9gBnch5RqM7kaDtYWDgLyB42EfsxeMqwK\r\n# WwA\u002BTVi0HrWRqfSx2olbE56hJcEkMjOSKz3sRuupFCX3UroyYf52L\u002B2iVTrda8XW\r\n# esPG62Mnn3T8AuLfzeJFuAbfOSERx7IFZO92UPoXE1uEjL5skl1yTZB3MubgOA4F\r\n# 8KoRNhviFAEST\u002BnG8c8uIsbZeb08SeYQMqjVEmkwggd6MIIFYqADAgECAgphDpDS\r\n# AAAAAAADMA0GCSqGSIb3DQEBCwUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMK\r\n# V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0\r\n# IENvcnBvcmF0aW9uMTIwMAYDVQQDEylNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0\r\n# ZSBBdXRob3JpdHkgMjAxMTAeFw0xMTA3MDgyMDU5MDlaFw0yNjA3MDgyMTA5MDla\r\n# MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdS\r\n# ZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMT\r\n# H01pY3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwggIiMA0GCSqGSIb3DQEB\r\n# AQUAA4ICDwAwggIKAoICAQCr8PpyEBwurdhuqoIQTTS68rZYIZ9CGypr6VpQqrgG\r\n# OBoESbp/wwwe3TdrxhLYC/A4wpkGsMg51QEUMULTiQ15ZId\u002BlGAkbK\u002BeSZzpaF7S\r\n# 35tTsgosw6/ZqSuuegmv15ZZymAaBelmdugyUiYSL\u002BerCFDPs0S3XdjELgN1q2jz\r\n# y23zOlyhFvRGuuA4ZKxuZDV4pqBjDy3TQJP4494HDdVceaVJKecNvqATd76UPe/7\r\n# 4ytaEB9NViiienLgEjq3SV7Y7e1DkYPZe7J7hhvZPrGMXeiJT4Qa8qEvWeSQOy2u\r\n# M1jFtz7\u002BMtOzAz2xsq\u002BSOH7SnYAs9U5WkSE1JcM5bmR/U7qcD60ZI4TL9LoDho33\r\n# X/DQUr\u002BMlIe8wCF0JV8YKLbMJyg4JZg5SjbPfLGSrhwjp6lm7GEfauEoSZ1fiOIl\r\n# XdMhSz5SxLVXPyQD8NF6Wy/VI\u002BNwXQ9RRnez\u002BADhvKwCgl/bwBWzvRvUVUvnOaEP\r\n# 6SNJvBi4RHxF5MHDcnrgcuck379GmcXvwhxX24ON7E1JMKerjt/sW5\u002Bv/N2wZuLB\r\n# l4F77dbtS\u002BdJKacTKKanfWeA5opieF\u002ByL4TXV5xcv3coKPHtbcMojyyPQDdPweGF\r\n# RInECUzF1KVDL3SV9274eCBYLBNdYJWaPk8zhNqwiBfenk70lrC8RqBsmNLg1oiM\r\n# CwIDAQABo4IB7TCCAekwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFEhuZOVQ\r\n# BdOCqhc3NyK1bajKdQKVMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIAQwBBMAsGA1Ud\r\n# DwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO\r\n# 4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0\r\n# LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y\r\n# Mi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1p\r\n# Y3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y\r\n# Mi5jcnQwgZ8GA1UdIASBlzCBlDCBkQYJKwYBBAGCNy4DMIGDMD8GCCsGAQUFBwIB\r\n# FjNodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2RvY3MvcHJpbWFyeWNw\r\n# cy5odG0wQAYIKwYBBQUHAgIwNB4yIB0ATABlAGcAYQBsAF8AcABvAGwAaQBjAHkA\r\n# XwBzAHQAYQB0AGUAbQBlAG4AdAAuIB0wDQYJKoZIhvcNAQELBQADggIBAGfyhqWY\r\n# 4FR5Gi7T2HRnIpsLlhHhY5KZQpZ90nkMkMFlXy4sPvjDctFtg/6\u002BP\u002BgKyju/R6mj\r\n# 82nbY78iNaWXXWWEkH2LRlBV2AySfNIaSxzzPEKLUtCw/WvjPgcuKZvmPRul1LUd\r\n# d5Q54ulkyUQ9eHoj8xN9ppB0g430yyYCRirCihC7pKkFDJvtaPpoLpWgKj8qa1hJ\r\n# Yx8JaW5amJbkg/TAj/NGK978O9C9Ne9uJa7lryft0N3zDq\u002BZKJeYTQ49C/IIidYf\r\n# wzIY4vDFLc5bnrRJOQrGCsLGra7lstnbFYhRRVg4MnEnGn\u002Bx9Cf43iw6IGmYslmJ\r\n# aG5vp7d0w0AFBqYBKig\u002Bgj8TTWYLwLNN9eGPfxxvFX1Fp3blQCplo8NdUmKGwx1j\r\n# NpeG39rz\u002BPIWoZon4c2ll9DuXWNB41sHnIc\u002BBncG0QaxdR8UvmFhtfDcxhsEvt9B\r\n# xw4o7t5lL\u002ByX9qFcltgA1qFGvVnzl6UJS0gQmYAf0AApxbGbpT9Fdx41xtKiop96\r\n# eiL6SJUfq/tHI4D1nvi/a7dLl\u002BLrdXga7Oo3mXkYS//WsyNodeav\u002BvyL6wuA6mk7\r\n# r/ww7QRMjt/fdW1jkT3RnVZOT7\u002BAVyKheBEyIXrvQQqxP/uozKRdwaGIm1dxVk5I\r\n# RcBCyZt2WwqASGv9eZ/BvW1taslScxMNelDNMYIZjzCCGYsCAQEwgZUwfjELMAkG\r\n# A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx\r\n# HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEoMCYGA1UEAxMfTWljcm9z\r\n# b2Z0IENvZGUgU2lnbmluZyBQQ0EgMjAxMQITMwAAAlKLM6r4lfM52wAAAAACUjAN\r\n# BglghkgBZQMEAgEFAKCBrjAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgor\r\n# BgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG9w0BCQQxIgQgtFV7nVIA\r\n# MzAyvGRGFyVFPBXkTNlNDitxIkf6V1ugHIUwQgYKKwYBBAGCNwIBDDE0MDKgFIAS\r\n# AE0AaQBjAHIAbwBzAG8AZgB0oRqAGGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbTAN\r\n# BgkqhkiG9w0BAQEFAASCAQBBF7h/mnGfKvH7cy53p\u002Bm30bTViZnDWrI4X3he8oIP\r\n# g0tU1PpDXsQ0QEY78RlUTvYJwCegxjE2ASi\u002BSUB4UlYcRuAYSncvbWyTIdMawgea\r\n# 2XH91WZx\u002Bj6FmrLOliNGI\u002BD5HLmUqjNQddwQSaboG5H/n9dLM8lR3Q8wBcPk7GDM\r\n# x2D7hKJz0uUHhIL9JvZ5tLtTRP96ZK7HGx1a0ZfCD9M6bcbaNlkoq5z4wKSntIr9\r\n# BGvJF9bnofJE1OmCYOYRXJ462ek14gfKqzAHFQYLnX1\u002BeABPQ4H8dk/G22hhMUDM\r\n# beMBnjaAUEkq\u002B7ae9tBCSEYnBw\u002BqzuYMwfeJqUcP4YnsoYIXGTCCFxUGCisGAQQB\r\n# gjcDAwExghcFMIIXAQYJKoZIhvcNAQcCoIIW8jCCFu4CAQMxDzANBglghkgBZQME\r\n# AgEFADCCAVkGCyqGSIb3DQEJEAEEoIIBSASCAUQwggFAAgEBBgorBgEEAYRZCgMB\r\n# MDEwDQYJYIZIAWUDBAIBBQAEIHD8JfzhDrdEy3ggHyPkCYTNkOFBMyL5x0/ePpcw\r\n# \u002BNl/AgZh/WDx9W8YEzIwMjIwMjE0MTU0NzEyLjc2NlowBIACAfSggdikgdUwgdIx\r\n# CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRt\r\n# b25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLTArBgNVBAsTJE1p\r\n# Y3Jvc29mdCBJcmVsYW5kIE9wZXJhdGlvbnMgTGltaXRlZDEmMCQGA1UECxMdVGhh\r\n# bGVzIFRTUyBFU046OEQ0MS00QkY3LUIzQjcxJTAjBgNVBAMTHE1pY3Jvc29mdCBU\r\n# aW1lLVN0YW1wIFNlcnZpY2WgghFoMIIHFDCCBPygAwIBAgITMwAAAYguzcaBQeG8\r\n# KgABAAABiDANBgkqhkiG9w0BAQsFADB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMK\r\n# V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0\r\n# IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0Eg\r\n# MjAxMDAeFw0yMTEwMjgxOTI3NDBaFw0yMzAxMjYxOTI3NDBaMIHSMQswCQYDVQQG\r\n# EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG\r\n# A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMS0wKwYDVQQLEyRNaWNyb3NvZnQg\r\n# SXJlbGFuZCBPcGVyYXRpb25zIExpbWl0ZWQxJjAkBgNVBAsTHVRoYWxlcyBUU1Mg\r\n# RVNOOjhENDEtNEJGNy1CM0I3MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFt\r\n# cCBTZXJ2aWNlMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmucQCAQm\r\n# kcXHyDrV4S88VeJg2XGqNKcWpsrapRKFWchhjLsf/M9XN9bgznLN48BXPAtOlwoe\r\n# dB2kN4bZdPP3KdRNbYq1tNFUh8UnmjCCr\u002BCjLlrigHcmS0R\u002BrsN2gBMXlLEZh2W/\r\n# COuD9VOLsb2P2jDp433V4rUAAUW82M7rg81d3OcctO\u002B1XW1h3EtbQtS6QEkw6DYI\r\n# uvfX7Aw8jXHZnsMugP8ZA1otprpTNUh/zRWC7CJyBzymQIDSCdWhVfD4shxe\u002BRs6\r\n# 1axf27bTg5H/V/SkNd9hzM6Nq/y2OjDKrLtuN9hS53569uhTNQeAhAVDfeHpEzlM\r\n# vtXOyX6MTme3jnHdHPj6GLT9AMRIrAf96hPYOiPEBvHtrg6MpiI3\u002Bl6NlbSOs16/\r\n# FTeljT1\u002BsdsWGtFTZvea9pAqV1aB795aDkmZ6sRm5jtdnVazfoWrHd3vDeh35WV0\r\n# 8vW4TlOfEcV2\u002BKbairPxaFkJ4\u002BtlsJ\u002BMfsVOiTr/ZnDgaMaHnzzogelI3AofDU9I\r\n# TbMkTtTxrLPygTbRdtbptrnLzBn2jzR4TJfkQo\u002BhzWuaMu5OtMZiKV2I5MO0m1mK\r\n# uUAgoq\u002B442Lw8CQuj9EC2F8nTbJb2NcUDg\u002B74dgJis/P8Ba/OrlxW\u002BTrgc6TPGxC\r\n# OtT739UqeslvWD6rNQ6UEO9f7vWDkhd2vtsCAwEAAaOCATYwggEyMB0GA1UdDgQW\r\n# BBRkebVQxKO7zru9\u002Bo27GjPljMlKSjAfBgNVHSMEGDAWgBSfpxVdAF5iXYP05dJl\r\n# pxtTNRnpcjBfBgNVHR8EWDBWMFSgUqBQhk5odHRwOi8vd3d3Lm1pY3Jvc29mdC5j\r\n# b20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBUaW1lLVN0YW1wJTIwUENBJTIwMjAx\r\n# MCgxKS5jcmwwbAYIKwYBBQUHAQEEYDBeMFwGCCsGAQUFBzAChlBodHRwOi8vd3d3\r\n# Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMFRpbWUtU3Rh\r\n# bXAlMjBQQ0ElMjAyMDEwKDEpLmNydDAMBgNVHRMBAf8EAjAAMBMGA1UdJQQMMAoG\r\n# CCsGAQUFBwMIMA0GCSqGSIb3DQEBCwUAA4ICAQBAEFrb\u002B1gIJsv/GKLS2zavm2ek\r\n# 177mk4yu6BuS6ViIuL0e20YN2ddXeiUhEdhk3FRto/GD93k5SIyNJ6X\u002Bp8uQMOxI\r\n# 23YOSdyEzLJwh7\u002Bftu0If8y3x6AJ0S1d12OZ7fsYqljHUeccneS9DWqipHk8uM8m\r\n# 2ZbBhRnUN8M4iqg4roJGmZKZ9Fc8Z7ZHJgM97i7fIyA9hJH017z25WrDJlxapD5d\r\n# mMyNyzzfAVqaByemCoBn4VkRCGNISx0xRlcb93W6ENhJF1NBjMl3cKVEHW4d8Y0N\r\n# ZhpdXDteLk9HgbJyeCI2fN9GBrCS1B1ak\u002B194PGiZKL8\u002BgtK7NorAoAMQvFkYgrH\r\n# rWCYfjV6PouC3N\u002BA6wOBrckVOHT9PUIDK5ADCH4ZraQideS9LD/imKHM3I4iazPk\r\n# ocHcFHB9yo5d9lMJZ\u002BpnAAWglQQjMWhUqnE/llA\u002BEqjbO0lAxlmUtVioVUswhT3p\r\n# K6DjFRXM/LUxwTttufz1zBjELkRIZ8uCy1YkMxfBFwEos/QFIlDaFSvUn4IiWZA3\r\n# VLfAEjy51iJwK2jSIHw\u002B1bjCI\u002BFBHcCTRH2pP3\u002Bh5DlQ5AZ/dvcfNrATP1wwz25I\r\n# r8KgKObHRCIYH4VI2VrmOboSHFG79JbHdkPVSjfLxTuTsoh5FzoU1t5urG0rwulo\r\n# ZZFZxTkrxfyTkhvmjDCCB3EwggVZoAMCAQICEzMAAAAVxedrngKbSZkAAAAAABUw\r\n# DQYJKoZIhvcNAQELBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5n\r\n# dG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9y\r\n# YXRpb24xMjAwBgNVBAMTKU1pY3Jvc29mdCBSb290IENlcnRpZmljYXRlIEF1dGhv\r\n# cml0eSAyMDEwMB4XDTIxMDkzMDE4MjIyNVoXDTMwMDkzMDE4MzIyNVowfDELMAkG\r\n# A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx\r\n# HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9z\r\n# b2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw\r\n# ggIKAoICAQDk4aZM57RyIQt5osvXJHm9DtWC0/3unAcH0qlsTnXIyjVX9gF/bErg\r\n# 4r25PhdgM/9cT8dm95VTcVrifkpa/rg2Z4VGIwy1jRPPdzLAEBjoYH1qUoNEt6aO\r\n# RmsHFPPFdvWGUNzBRMhxXFExN6AKOG6N7dcP2CZTfDlhAnrEqv1yaa8dq6z2Nr41\r\n# JmTamDu6GnszrYBbfowQHJ1S/rboYiXcag/PXfT\u002BjlPP1uyFVk3v3byNpOORj7I5\r\n# LFGc6XBpDco2LXCOMcg1KL3jtIckw\u002BDJj361VI/c\u002BgVVmG1oO5pGve2krnopN6zL\r\n# 64NF50ZuyjLVwIYwXE8s4mKyzbnijYjklqwBSru\u002BcakXW2dg3viSkR4dPf0gz3N9\r\n# QZpGdc3EXzTdEonW/aUgfX782Z5F37ZyL9t9X4C626p\u002BNuw2TPYrbqgSUei/BQOj\r\n# 0XOmTTd0lBw0gg/wEPK3Rxjtp\u002BiZfD9M269ewvPV2HM9Q07BMzlMjgK8QmguEOqE\r\n# UUbi0b1qGFphAXPKZ6Je1yh2AuIzGHLXpyDwwvoSCtdjbwzJNmSLW6CmgyFdXzB0\r\n# kZSU2LlQ\u002BQuJYfM2BjUYhEfb3BvR/bLUHMVr9lxSUV0S2yW6r1AFemzFER1y7435\r\n# UsSFF5PAPBXbGjfHCBUYP3irRbb1Hode2o\u002BeFnJpxq57t7c\u002BauIurQIDAQABo4IB\r\n# 3TCCAdkwEgYJKwYBBAGCNxUBBAUCAwEAATAjBgkrBgEEAYI3FQIEFgQUKqdS/mTE\r\n# mr6CkTxGNSnPEP8vBO4wHQYDVR0OBBYEFJ\u002BnFV0AXmJdg/Tl0mWnG1M1GelyMFwG\r\n# A1UdIARVMFMwUQYMKwYBBAGCN0yDfQEBMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93\r\n# d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTATBgNV\r\n# HSUEDDAKBggrBgEFBQcDCDAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNV\r\n# HQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBTV9lbLj\u002BiiXGJo\r\n# 0T2UkFvXzpoYxDBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3JsLm1pY3Jvc29m\r\n# dC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNSb29DZXJBdXRfMjAxMC0wNi0yMy5j\r\n# cmwwWgYIKwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8vd3d3Lm1pY3Jv\r\n# c29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dF8yMDEwLTA2LTIzLmNydDAN\r\n# BgkqhkiG9w0BAQsFAAOCAgEAnVV9/Cqt4SwfZwExJFvhnnJL/Klv6lwUtj5OR2R4\r\n# sQaTlz0xM7U518JxNj/aZGx80HU5bbsPMeTCj/ts0aGUGCLu6WZnOlNN3Zi6th54\r\n# 2DYunKmCVgADsAW\u002Biehp4LoJ7nvfam\u002B\u002BKctu2D9IdQHZGN5tggz1bSNU5HhTdSRX\r\n# ud2f8449xvNo32X2pFaq95W2KFUn0CS9QKC/GbYSEhFdPSfgQJY4rPf5KYnDvBew\r\n# VIVCs/wMnosZiefwC2qBwoEZQhlSdYo2wh3DYXMuLGt7bj8sCXgU6ZGyqVvfSaN0\r\n# DLzskYDSPeZKPmY7T7uG\u002BjIa2Zb0j/aRAfbOxnT99kxybxCrdTDFNLB62FD\u002BCljd\r\n# QDzHVG2dY3RILLFORy3BFARxv2T5JL5zbcqOCb2zAVdJVGTZc9d/HltEAY5aGZFr\r\n# DZ\u002BkKNxnGSgkujhLmm77IVRrakURR6nxt67I6IleT53S0Ex2tVdUCbFpAUR\u002BfKFh\r\n# bHP\u002BCrvsQWY9af3LwUFJfn6Tvsv4O\u002BS3Fb\u002B0zj6lMVGEvL8CwYKiexcdFYmNcP7n\r\n# tdAoGokLjzbaukz5m/8K6TT4JDVnK\u002BANuOaMmdbhIurwJ0I9JZTmdHRbatGePu1\u002B\r\n# oDEzfbzL6Xu/OHBE0ZDxyKs6ijoIYn/ZcGNTTY3ugm2lBRDBcQZqELQdVTNYs6Fw\r\n# ZvKhggLXMIICQAIBATCCAQChgdikgdUwgdIxCzAJBgNVBAYTAlVTMRMwEQYDVQQI\r\n# EwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3Nv\r\n# ZnQgQ29ycG9yYXRpb24xLTArBgNVBAsTJE1pY3Jvc29mdCBJcmVsYW5kIE9wZXJh\r\n# dGlvbnMgTGltaXRlZDEmMCQGA1UECxMdVGhhbGVzIFRTUyBFU046OEQ0MS00QkY3\r\n# LUIzQjcxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZpY2WiIwoB\r\n# ATAHBgUrDgMCGgMVAOE8isx8IBeVPSweD805l5Qdeg5CoIGDMIGApH4wfDELMAkG\r\n# A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx\r\n# HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9z\r\n# b2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwDQYJKoZIhvcNAQEFBQACBQDltGVGMCIY\r\n# DzIwMjIwMjE0MTMyMTEwWhgPMjAyMjAyMTUxMzIxMTBaMHcwPQYKKwYBBAGEWQoE\r\n# ATEvMC0wCgIFAOW0ZUYCAQAwCgIBAAICFaQCAf8wBwIBAAICEK8wCgIFAOW1tsYC\r\n# AQAwNgYKKwYBBAGEWQoEAjEoMCYwDAYKKwYBBAGEWQoDAqAKMAgCAQACAwehIKEK\r\n# MAgCAQACAwGGoDANBgkqhkiG9w0BAQUFAAOBgQA0TT729NBpOM3fO7Bl7SWhiizq\r\n# /KoobfSQBzJSHZWfE\u002BjX7wpoub0ZxO7lPOC8SjMVwzlgbGsejPpv7OkX9cglaTm3\r\n# OtatSDdI/enEpiNon4PQ9o6AczTSw2tPzDVAzombteqX1eu2/a2ee8OfY9dTi31V\r\n# dVvWOwl2acOh5zVh2TGCBA0wggQJAgEBMIGTMHwxCzAJBgNVBAYTAlVTMRMwEQYD\r\n# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy\r\n# b3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1w\r\n# IFBDQSAyMDEwAhMzAAABiC7NxoFB4bwqAAEAAAGIMA0GCWCGSAFlAwQCAQUAoIIB\r\n# SjAaBgkqhkiG9w0BCQMxDQYLKoZIhvcNAQkQAQQwLwYJKoZIhvcNAQkEMSIEIJiF\r\n# QQy9addhpA4jKWdZy6KMte4TF/9zm5T8po2P8OjWMIH6BgsqhkiG9w0BCRACLzGB\r\n# 6jCB5zCB5DCBvQQgZune7awGN0aEgvjP7JyO3NKl7hstX8ChhrKmXtJJQKUwgZgw\r\n# gYCkfjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE\r\n# BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYD\r\n# VQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMAITMwAAAYguzcaBQeG8\r\n# KgABAAABiDAiBCCsFCCzUt\u002BtKqqyY5NYGw5V6DlrAf54gu0jywowwyFzzzANBgkq\r\n# hkiG9w0BAQsFAASCAgBxrXDyUhpUTlS7aAWJiWvlmynpXPnQDIexZuW1fQ7U55wT\r\n# OztJYKktgEeOI4wqfq3acTUfNamQse2wvprg2oXbv\u002B3Xf7fgJOtc7PtgYWulxGaP\r\n# ytLPlDu\u002BL2OW4bbNlo4XD1cOIlkes69ZktaIM\u002BGsMUGYLiNseR5vGgA5Frrf/6FQ\r\n# YSZcTYvesbtEdCSd2U/coLCCnfndUhE50NqRYIg952Cnm1U9sX1Pv2Bvjw8sx5cB\r\n# P4iEcZilj7QAKzUSlD4yOrrub\u002BRWK2Ec9PYq5w5w1o1Ifsatmntf2ccTaRna6idb\r\n# MBCcSNTG1QD0IONDqsKQONyWKYmRihJNDLdvuCEMDA\u002BU2O1vPPUn58fjenwB7\u002BcZ\r\n# G00bRmD\u002B61k4gIK7aX3Y0cLmF7WYUR2zsxuwqXU2yr69/Cmd609IMvQZ3k1Fuore\r\n# zZMAWG76AC4yk9Ju74IuYLcDqGw7iMQXmxXkTPmP/LeAs61zZkA\u002Bb5OiNBBrOg5q\r\n# IL0qG4zFvENZ5BgbIisdqys45uuX/SJraSN/\u002B4memhlu0chJMMsePFfEFjvRMRDd\r\n# iwPla6oLBZS\u002Bj2yH68J7FYPJcqcGWKZZMvBPtZ8hGBuCCMDTr57kR6\u002BPUHXpflgE\r\n# NLFj19TY\u002B6Xgit56sJiEbUFWEBKYpC/3CQR7S7Cho2m3wOErMR4MNal295Aywg==\r\n# SIG # End signature block\r\n" + "param(\r\n [string]$arg1,\r\n [string]$arg2\r\n)\r\nWrite-Host This is a sample script with parameters $arg1 $arg2\r\n\r\n# SIG # Begin signature block\r\n# MIInugYJKoZIhvcNAQcCoIInqzCCJ6cCAQExDzANBglghkgBZQMEAgEFADB5Bgor\r\n# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG\r\n# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCB6jm9GJUxEj/xj\r\n# xRn7NMmK1YlgeGDCHEVx3xVyCBNnmaCCDYEwggX/MIID56ADAgECAhMzAAACUosz\r\n# qviV8znbAAAAAAJSMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD\r\n# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy\r\n# b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p\r\n# bmcgUENBIDIwMTEwHhcNMjEwOTAyMTgzMjU5WhcNMjIwOTAxMTgzMjU5WjB0MQsw\r\n# CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u\r\n# ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy\r\n# b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\r\n# AQDQ5M\u002BPs/X7BNuv5B/0I6uoDwj0NJOo1KrVQqO7ggRXccklyTrWL4xMShjIou2I\r\n# sbYnF67wXzVAq5Om4oe\u002BLfzSDOzjcb6ms00gBo0OQaqwQ1BijyJ7NvDf80I1fW9O\r\n# L76Kt0Wpc2zrGhzcHdb7upPrvxvSNNUvxK3sgw7YTt31410vpEp8yfBEl/hd8ZzA\r\n# v47DCgJ5j1zm295s1RVZHNp6MoiQFVOECm4AwK2l28i\u002BYER1JO4IplTH44uvzX9o\r\n# RnJHaMvWzZEpozPy4jNO2DDqbcNs4zh7AWMhE1PWFVA\u002BCHI/En5nASvCvLmuR/t8\r\n# q4bc8XR8QIZJQSp\u002B2U6m2ldNAgMBAAGjggF\u002BMIIBejAfBgNVHSUEGDAWBgorBgEE\r\n# AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUNZJaEUGL2Guwt7ZOAu4efEYXedEw\r\n# UAYDVR0RBEkwR6RFMEMxKTAnBgNVBAsTIE1pY3Jvc29mdCBPcGVyYXRpb25zIFB1\r\n# ZXJ0byBSaWNvMRYwFAYDVQQFEw0yMzAwMTIrNDY3NTk3MB8GA1UdIwQYMBaAFEhu\r\n# ZOVQBdOCqhc3NyK1bajKdQKVMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly93d3cu\r\n# bWljcm9zb2Z0LmNvbS9wa2lvcHMvY3JsL01pY0NvZFNpZ1BDQTIwMTFfMjAxMS0w\r\n# Ny0wOC5jcmwwYQYIKwYBBQUHAQEEVTBTMFEGCCsGAQUFBzAChkVodHRwOi8vd3d3\r\n# Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY0NvZFNpZ1BDQTIwMTFfMjAx\r\n# MS0wNy0wOC5jcnQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAFkk3\r\n# uSxkTEBh1NtAl7BivIEsAWdgX1qZ\u002BEdZMYbQKasY6IhSLXRMxF1B3OKdR9K/kccp\r\n# kvNcGl8D7YyYS4mhCUMBR\u002BVLrg3f8PUj38A9V5aiY2/Jok7WZFOAmjPRNNGnyeg7\r\n# l0lTiThFqE\u002B2aOs6\u002BheegqAdelGgNJKRHLWRuhGKuLIw5lkgx9Ky\u002BQvZrn/Ddi8u\r\n# TIgWKp\u002BMGG8xY6PBvvjgt9jQShlnPrZ3UY8Bvwy6rynhXBaV0V0TTL0gEx7eh/K1\r\n# o8Miaru6s/7FyqOLeUS4vTHh9TgBL5DtxCYurXbSBVtL1Fj44\u002BOd/6cmC9mmvrti\r\n# yG709Y3Rd3YdJj2f3GJq7Y7KdWq0QYhatKhBeg4fxjhg0yut2g6aM1mxjNPrE48z\r\n# 6HWCNGu9gMK5ZudldRw4a45Z06Aoktof0CqOyTErvq0YjoE4Xpa0\u002B87T/PVUXNqf\r\n# 7Y\u002BqSU7\u002B9LtLQuMYR4w3cSPjuNusvLf9gBnch5RqM7kaDtYWDgLyB42EfsxeMqwK\r\n# WwA\u002BTVi0HrWRqfSx2olbE56hJcEkMjOSKz3sRuupFCX3UroyYf52L\u002B2iVTrda8XW\r\n# esPG62Mnn3T8AuLfzeJFuAbfOSERx7IFZO92UPoXE1uEjL5skl1yTZB3MubgOA4F\r\n# 8KoRNhviFAEST\u002BnG8c8uIsbZeb08SeYQMqjVEmkwggd6MIIFYqADAgECAgphDpDS\r\n# AAAAAAADMA0GCSqGSIb3DQEBCwUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMK\r\n# V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0\r\n# IENvcnBvcmF0aW9uMTIwMAYDVQQDEylNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0\r\n# ZSBBdXRob3JpdHkgMjAxMTAeFw0xMTA3MDgyMDU5MDlaFw0yNjA3MDgyMTA5MDla\r\n# MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdS\r\n# ZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMT\r\n# H01pY3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwggIiMA0GCSqGSIb3DQEB\r\n# AQUAA4ICDwAwggIKAoICAQCr8PpyEBwurdhuqoIQTTS68rZYIZ9CGypr6VpQqrgG\r\n# OBoESbp/wwwe3TdrxhLYC/A4wpkGsMg51QEUMULTiQ15ZId\u002BlGAkbK\u002BeSZzpaF7S\r\n# 35tTsgosw6/ZqSuuegmv15ZZymAaBelmdugyUiYSL\u002BerCFDPs0S3XdjELgN1q2jz\r\n# y23zOlyhFvRGuuA4ZKxuZDV4pqBjDy3TQJP4494HDdVceaVJKecNvqATd76UPe/7\r\n# 4ytaEB9NViiienLgEjq3SV7Y7e1DkYPZe7J7hhvZPrGMXeiJT4Qa8qEvWeSQOy2u\r\n# M1jFtz7\u002BMtOzAz2xsq\u002BSOH7SnYAs9U5WkSE1JcM5bmR/U7qcD60ZI4TL9LoDho33\r\n# X/DQUr\u002BMlIe8wCF0JV8YKLbMJyg4JZg5SjbPfLGSrhwjp6lm7GEfauEoSZ1fiOIl\r\n# XdMhSz5SxLVXPyQD8NF6Wy/VI\u002BNwXQ9RRnez\u002BADhvKwCgl/bwBWzvRvUVUvnOaEP\r\n# 6SNJvBi4RHxF5MHDcnrgcuck379GmcXvwhxX24ON7E1JMKerjt/sW5\u002Bv/N2wZuLB\r\n# l4F77dbtS\u002BdJKacTKKanfWeA5opieF\u002ByL4TXV5xcv3coKPHtbcMojyyPQDdPweGF\r\n# RInECUzF1KVDL3SV9274eCBYLBNdYJWaPk8zhNqwiBfenk70lrC8RqBsmNLg1oiM\r\n# CwIDAQABo4IB7TCCAekwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFEhuZOVQ\r\n# BdOCqhc3NyK1bajKdQKVMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIAQwBBMAsGA1Ud\r\n# DwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO\r\n# 4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0\r\n# LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y\r\n# Mi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1p\r\n# Y3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y\r\n# Mi5jcnQwgZ8GA1UdIASBlzCBlDCBkQYJKwYBBAGCNy4DMIGDMD8GCCsGAQUFBwIB\r\n# FjNodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2RvY3MvcHJpbWFyeWNw\r\n# cy5odG0wQAYIKwYBBQUHAgIwNB4yIB0ATABlAGcAYQBsAF8AcABvAGwAaQBjAHkA\r\n# XwBzAHQAYQB0AGUAbQBlAG4AdAAuIB0wDQYJKoZIhvcNAQELBQADggIBAGfyhqWY\r\n# 4FR5Gi7T2HRnIpsLlhHhY5KZQpZ90nkMkMFlXy4sPvjDctFtg/6\u002BP\u002BgKyju/R6mj\r\n# 82nbY78iNaWXXWWEkH2LRlBV2AySfNIaSxzzPEKLUtCw/WvjPgcuKZvmPRul1LUd\r\n# d5Q54ulkyUQ9eHoj8xN9ppB0g430yyYCRirCihC7pKkFDJvtaPpoLpWgKj8qa1hJ\r\n# Yx8JaW5amJbkg/TAj/NGK978O9C9Ne9uJa7lryft0N3zDq\u002BZKJeYTQ49C/IIidYf\r\n# wzIY4vDFLc5bnrRJOQrGCsLGra7lstnbFYhRRVg4MnEnGn\u002Bx9Cf43iw6IGmYslmJ\r\n# aG5vp7d0w0AFBqYBKig\u002Bgj8TTWYLwLNN9eGPfxxvFX1Fp3blQCplo8NdUmKGwx1j\r\n# NpeG39rz\u002BPIWoZon4c2ll9DuXWNB41sHnIc\u002BBncG0QaxdR8UvmFhtfDcxhsEvt9B\r\n# xw4o7t5lL\u002ByX9qFcltgA1qFGvVnzl6UJS0gQmYAf0AApxbGbpT9Fdx41xtKiop96\r\n# eiL6SJUfq/tHI4D1nvi/a7dLl\u002BLrdXga7Oo3mXkYS//WsyNodeav\u002BvyL6wuA6mk7\r\n# r/ww7QRMjt/fdW1jkT3RnVZOT7\u002BAVyKheBEyIXrvQQqxP/uozKRdwaGIm1dxVk5I\r\n# RcBCyZt2WwqASGv9eZ/BvW1taslScxMNelDNMYIZjzCCGYsCAQEwgZUwfjELMAkG\r\n# A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx\r\n# HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEoMCYGA1UEAxMfTWljcm9z\r\n# b2Z0IENvZGUgU2lnbmluZyBQQ0EgMjAxMQITMwAAAlKLM6r4lfM52wAAAAACUjAN\r\n# BglghkgBZQMEAgEFAKCBrjAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgor\r\n# BgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG9w0BCQQxIgQgtFV7nVIA\r\n# MzAyvGRGFyVFPBXkTNlNDitxIkf6V1ugHIUwQgYKKwYBBAGCNwIBDDE0MDKgFIAS\r\n# AE0AaQBjAHIAbwBzAG8AZgB0oRqAGGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbTAN\r\n# BgkqhkiG9w0BAQEFAASCAQBBF7h/mnGfKvH7cy53p\u002Bm30bTViZnDWrI4X3he8oIP\r\n# g0tU1PpDXsQ0QEY78RlUTvYJwCegxjE2ASi\u002BSUB4UlYcRuAYSncvbWyTIdMawgea\r\n# 2XH91WZx\u002Bj6FmrLOliNGI\u002BD5HLmUqjNQddwQSaboG5H/n9dLM8lR3Q8wBcPk7GDM\r\n# x2D7hKJz0uUHhIL9JvZ5tLtTRP96ZK7HGx1a0ZfCD9M6bcbaNlkoq5z4wKSntIr9\r\n# BGvJF9bnofJE1OmCYOYRXJ462ek14gfKqzAHFQYLnX1\u002BeABPQ4H8dk/G22hhMUDM\r\n# beMBnjaAUEkq\u002B7ae9tBCSEYnBw\u002BqzuYMwfeJqUcP4YnsoYIXGTCCFxUGCisGAQQB\r\n# gjcDAwExghcFMIIXAQYJKoZIhvcNAQcCoIIW8jCCFu4CAQMxDzANBglghkgBZQME\r\n# AgEFADCCAVkGCyqGSIb3DQEJEAEEoIIBSASCAUQwggFAAgEBBgorBgEEAYRZCgMB\r\n# MDEwDQYJYIZIAWUDBAIBBQAEIHD8JfzhDrdEy3ggHyPkCYTNkOFBMyL5x0/ePpcw\r\n# \u002BNl/AgZiF5V0J8IYEzIwMjIwMjI2MDM0NjEzLjYyOFowBIACAfSggdikgdUwgdIx\r\n# CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRt\r\n# b25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLTArBgNVBAsTJE1p\r\n# Y3Jvc29mdCBJcmVsYW5kIE9wZXJhdGlvbnMgTGltaXRlZDEmMCQGA1UECxMdVGhh\r\n# bGVzIFRTUyBFU046RDA4Mi00QkZELUVFQkExJTAjBgNVBAMTHE1pY3Jvc29mdCBU\r\n# aW1lLVN0YW1wIFNlcnZpY2WgghFoMIIHFDCCBPygAwIBAgITMwAAAY/zUajrWnLd\r\n# zAABAAABjzANBgkqhkiG9w0BAQsFADB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMK\r\n# V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0\r\n# IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0Eg\r\n# MjAxMDAeFw0yMTEwMjgxOTI3NDZaFw0yMzAxMjYxOTI3NDZaMIHSMQswCQYDVQQG\r\n# EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG\r\n# A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMS0wKwYDVQQLEyRNaWNyb3NvZnQg\r\n# SXJlbGFuZCBPcGVyYXRpb25zIExpbWl0ZWQxJjAkBgNVBAsTHVRoYWxlcyBUU1Mg\r\n# RVNOOkQwODItNEJGRC1FRUJBMSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFt\r\n# cCBTZXJ2aWNlMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmVc\u002B/rXP\r\n# Fx6Fk4\u002BCpLrubDrLTa3QuAHRVXuy\u002BzsxXwkogkT0a\u002BXWuBabwHyqj8RRiZQQvdvb\r\n# Oq5NRExOeHiaCtkUsQ02ESAe9Cz\u002BloBNtsfCq846u3otWHCJlqkvDrSr7mMBqwcR\r\n# Y7cfhAGfLvlpMSojoAnk7Rej\u002BjcJnYxIeN34F3h9JwANY360oGYCIS7pLOosWV\u002Bb\r\n# xug9uiTZYE/XclyYNF6XdzZ/zD/4U5pxT4MZQmzBGvDs\u002B8cDdA/stZfj/ry\u002Bi0XU\r\n# YNFPhuqc\u002BUKkwm/XNHB\u002BCDsGQl\u002BZS0GcbUUun4VPThHJm6mRAwL5y8zptWEIocbT\r\n# eRSTmZnUa2iYH2EOBV7eCjx0Sdb6kLc1xdFRckDeQGR4J1yFyybuZsUP8x0dOsEE\r\n# oLQuOhuKlDLQEg7D6ZxmZJnS8B03ewk/SpVLqsb66U2qyF4BwDt1uZkjEZ7finIo\r\n# UgSz4B7fWLYIeO2OCYxIE0XvwsVop9PvTXTZtGPzzmHU753GarKyuM6oa/qaTzYv\r\n# rAfUb7KYhvVQKxGUPkL9\u002BeKiM7G0qenJCFrXzZPwRWoccAR33PhNEuuzzKZFJ4De\r\n# aTCLg/8uK0Q4QjFRef5n4H\u002B2KQIEibZ7zIeBX3jgsrICbzzSm0QX3SRVmZH//Aqp\r\n# 8YxkwcoI1WCBizv84z9eqwRBdQ4HYcNbQMMCAwEAAaOCATYwggEyMB0GA1UdDgQW\r\n# BBTzBuZ0a65JzuKhzoWb25f7NyNxvDAfBgNVHSMEGDAWgBSfpxVdAF5iXYP05dJl\r\n# pxtTNRnpcjBfBgNVHR8EWDBWMFSgUqBQhk5odHRwOi8vd3d3Lm1pY3Jvc29mdC5j\r\n# b20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBUaW1lLVN0YW1wJTIwUENBJTIwMjAx\r\n# MCgxKS5jcmwwbAYIKwYBBQUHAQEEYDBeMFwGCCsGAQUFBzAChlBodHRwOi8vd3d3\r\n# Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMFRpbWUtU3Rh\r\n# bXAlMjBQQ0ElMjAyMDEwKDEpLmNydDAMBgNVHRMBAf8EAjAAMBMGA1UdJQQMMAoG\r\n# CCsGAQUFBwMIMA0GCSqGSIb3DQEBCwUAA4ICAQDNf9Oo9zyhC5n1jC8iU7NJY39F\r\n# izjhxZwJbJY/Ytwn63plMlTSaBperan566fuRojGJSv3EwZs\u002BRruOU2T/ZRDx4VH\r\n# esLHtclE8GmMM1qTMaZPL8I2FrRmf5Oop4GqcxNdNECBClVZmn0KzFdPMqRa5/0R\r\n# 6CmgqJh0muvImikgHubvohsavPEyyHQa94HD4/LNKd/YIaCKKPz9SA5fAa4phQ4E\r\n# vz2auY9SUluId5MK9H5cjWVwBxCvYAD\u002B1CW9z7GshJlNjqBvWtKO6J0Aemfg6z28\r\n# g7qc7G/tCtrlH4/y27y\u002BstuwWXNvwdsSd1lvB4M63AuMl9Yp6au/XFknGzJPF6n/\r\n# uWR6JhQvzh40ILgeThLmYhf8z\u002BaDb4r2OBLG1P2B6aCTW2YQkt7TpUnzI0cKGr21\r\n# 3CbKtGk/OOIHSsDOxasmeGJ\u002BFiUJCiV15wh3aZT/VT/PkL9E4hDBAwGt49G88gSC\r\n# O0x9jfdDZWdWGbELXlSmA3EP4eTYq7RrolY04G8fGtF0pzuZu43A29zaI9lIr5ul\r\n# KRz8EoQHU6cu0PxUw0B9H8cAkvQxaMumRZ/4fCbqNb4TcPkPcWOI24QYlvpbtT9p\r\n# 31flYElmc5wjGplAky/nkJcT0HZENXenxWtPvt4gcoqppeJPA3S/1D57KL3667ep\r\n# Ir0yV290E2otZbAW8DCCB3EwggVZoAMCAQICEzMAAAAVxedrngKbSZkAAAAAABUw\r\n# DQYJKoZIhvcNAQELBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5n\r\n# dG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9y\r\n# YXRpb24xMjAwBgNVBAMTKU1pY3Jvc29mdCBSb290IENlcnRpZmljYXRlIEF1dGhv\r\n# cml0eSAyMDEwMB4XDTIxMDkzMDE4MjIyNVoXDTMwMDkzMDE4MzIyNVowfDELMAkG\r\n# A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx\r\n# HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9z\r\n# b2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw\r\n# ggIKAoICAQDk4aZM57RyIQt5osvXJHm9DtWC0/3unAcH0qlsTnXIyjVX9gF/bErg\r\n# 4r25PhdgM/9cT8dm95VTcVrifkpa/rg2Z4VGIwy1jRPPdzLAEBjoYH1qUoNEt6aO\r\n# RmsHFPPFdvWGUNzBRMhxXFExN6AKOG6N7dcP2CZTfDlhAnrEqv1yaa8dq6z2Nr41\r\n# JmTamDu6GnszrYBbfowQHJ1S/rboYiXcag/PXfT\u002BjlPP1uyFVk3v3byNpOORj7I5\r\n# LFGc6XBpDco2LXCOMcg1KL3jtIckw\u002BDJj361VI/c\u002BgVVmG1oO5pGve2krnopN6zL\r\n# 64NF50ZuyjLVwIYwXE8s4mKyzbnijYjklqwBSru\u002BcakXW2dg3viSkR4dPf0gz3N9\r\n# QZpGdc3EXzTdEonW/aUgfX782Z5F37ZyL9t9X4C626p\u002BNuw2TPYrbqgSUei/BQOj\r\n# 0XOmTTd0lBw0gg/wEPK3Rxjtp\u002BiZfD9M269ewvPV2HM9Q07BMzlMjgK8QmguEOqE\r\n# UUbi0b1qGFphAXPKZ6Je1yh2AuIzGHLXpyDwwvoSCtdjbwzJNmSLW6CmgyFdXzB0\r\n# kZSU2LlQ\u002BQuJYfM2BjUYhEfb3BvR/bLUHMVr9lxSUV0S2yW6r1AFemzFER1y7435\r\n# UsSFF5PAPBXbGjfHCBUYP3irRbb1Hode2o\u002BeFnJpxq57t7c\u002BauIurQIDAQABo4IB\r\n# 3TCCAdkwEgYJKwYBBAGCNxUBBAUCAwEAATAjBgkrBgEEAYI3FQIEFgQUKqdS/mTE\r\n# mr6CkTxGNSnPEP8vBO4wHQYDVR0OBBYEFJ\u002BnFV0AXmJdg/Tl0mWnG1M1GelyMFwG\r\n# A1UdIARVMFMwUQYMKwYBBAGCN0yDfQEBMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93\r\n# d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTATBgNV\r\n# HSUEDDAKBggrBgEFBQcDCDAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNV\r\n# HQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBTV9lbLj\u002BiiXGJo\r\n# 0T2UkFvXzpoYxDBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3JsLm1pY3Jvc29m\r\n# dC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNSb29DZXJBdXRfMjAxMC0wNi0yMy5j\r\n# cmwwWgYIKwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8vd3d3Lm1pY3Jv\r\n# c29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dF8yMDEwLTA2LTIzLmNydDAN\r\n# BgkqhkiG9w0BAQsFAAOCAgEAnVV9/Cqt4SwfZwExJFvhnnJL/Klv6lwUtj5OR2R4\r\n# sQaTlz0xM7U518JxNj/aZGx80HU5bbsPMeTCj/ts0aGUGCLu6WZnOlNN3Zi6th54\r\n# 2DYunKmCVgADsAW\u002Biehp4LoJ7nvfam\u002B\u002BKctu2D9IdQHZGN5tggz1bSNU5HhTdSRX\r\n# ud2f8449xvNo32X2pFaq95W2KFUn0CS9QKC/GbYSEhFdPSfgQJY4rPf5KYnDvBew\r\n# VIVCs/wMnosZiefwC2qBwoEZQhlSdYo2wh3DYXMuLGt7bj8sCXgU6ZGyqVvfSaN0\r\n# DLzskYDSPeZKPmY7T7uG\u002BjIa2Zb0j/aRAfbOxnT99kxybxCrdTDFNLB62FD\u002BCljd\r\n# QDzHVG2dY3RILLFORy3BFARxv2T5JL5zbcqOCb2zAVdJVGTZc9d/HltEAY5aGZFr\r\n# DZ\u002BkKNxnGSgkujhLmm77IVRrakURR6nxt67I6IleT53S0Ex2tVdUCbFpAUR\u002BfKFh\r\n# bHP\u002BCrvsQWY9af3LwUFJfn6Tvsv4O\u002BS3Fb\u002B0zj6lMVGEvL8CwYKiexcdFYmNcP7n\r\n# tdAoGokLjzbaukz5m/8K6TT4JDVnK\u002BANuOaMmdbhIurwJ0I9JZTmdHRbatGePu1\u002B\r\n# oDEzfbzL6Xu/OHBE0ZDxyKs6ijoIYn/ZcGNTTY3ugm2lBRDBcQZqELQdVTNYs6Fw\r\n# ZvKhggLXMIICQAIBATCCAQChgdikgdUwgdIxCzAJBgNVBAYTAlVTMRMwEQYDVQQI\r\n# EwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3Nv\r\n# ZnQgQ29ycG9yYXRpb24xLTArBgNVBAsTJE1pY3Jvc29mdCBJcmVsYW5kIE9wZXJh\r\n# dGlvbnMgTGltaXRlZDEmMCQGA1UECxMdVGhhbGVzIFRTUyBFU046RDA4Mi00QkZE\r\n# LUVFQkExJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZpY2WiIwoB\r\n# ATAHBgUrDgMCGgMVAD5NL4IEdudIBwdGoCaV0WBbQZpqoIGDMIGApH4wfDELMAkG\r\n# A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx\r\n# HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9z\r\n# b2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwDQYJKoZIhvcNAQEFBQACBQDlxA4SMCIY\r\n# DzIwMjIwMjI2MTAyNTIyWhgPMjAyMjAyMjcxMDI1MjJaMHcwPQYKKwYBBAGEWQoE\r\n# ATEvMC0wCgIFAOXEDhICAQAwCgIBAAICDZgCAf8wBwIBAAICERswCgIFAOXFX5IC\r\n# AQAwNgYKKwYBBAGEWQoEAjEoMCYwDAYKKwYBBAGEWQoDAqAKMAgCAQACAwehIKEK\r\n# MAgCAQACAwGGoDANBgkqhkiG9w0BAQUFAAOBgQBOTN6ZVSxi3BO7Oq03ew8J/ILF\r\n# fUOvb7TEULE\u002BBD/ULH4qS/ck4drrWJZZpw4SBIm7IpTeM26fHEgddyF4UsOyQh0v\r\n# dxVUvPrgUGahfpto/3JIFztQSVR3iAH8nssDxO36HgsMc12iyc5HzpZy8WdtBP0S\r\n# Lvq\u002BnO1kuwGlWUIs2DGCBA0wggQJAgEBMIGTMHwxCzAJBgNVBAYTAlVTMRMwEQYD\r\n# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy\r\n# b3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1w\r\n# IFBDQSAyMDEwAhMzAAABj/NRqOtact3MAAEAAAGPMA0GCWCGSAFlAwQCAQUAoIIB\r\n# SjAaBgkqhkiG9w0BCQMxDQYLKoZIhvcNAQkQAQQwLwYJKoZIhvcNAQkEMSIEIBBs\r\n# X9Q4\u002BuKpIcxnx8j/PKK7r99W8\u002BeRAP7\u002BOcwz3OSJMIH6BgsqhkiG9w0BCRACLzGB\r\n# 6jCB5zCB5DCBvQQgl3IFT\u002BLGxguVjiKm22ItmO6dFDWW8nShu6O6g8yFxx8wgZgw\r\n# gYCkfjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE\r\n# BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYD\r\n# VQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMAITMwAAAY/zUajrWnLd\r\n# zAABAAABjzAiBCAIQpcMtfKlz7rxJdSsosQZTntpMqqnXJW3\u002BNpBya6BizANBgkq\r\n# hkiG9w0BAQsFAASCAgApmEFQLVB/\u002BTZdiB/MqVmozQf8EWMubhxvqrouU70vUnih\r\n# uiFrxVDJawDiD\u002BSL8SdUwOMEdtubmdu7izu0uWwoU9zHoS7KTcc0gOA5MR8Dw\u002BED\r\n# \u002BV06k/AUYXagr4D4RUwLGR47CaN5LPR6itURV3ErJYkaQu4bPIv2PXoI6FTPdTWu\r\n# MdW97vbvav3ugg4NLbco1LiI49vFJKI0/BibBj7ZxA4qJ/7fEFueEGKtE4a4QMiQ\r\n# oeQB2R71h0oFqTnMUPQyOca6Y1ZyNDj2Bee9Y\u002BSWalIskuMNC8OMACVdrujl7xod\r\n# HiTs5i3PWdo7zNBPWHa43pev8e57s6Un9UDy5eE/JsxnN6QC5PO9zG5QVch70gex\r\n# M/9OdkKZA9MoZN67XOD9XLYb7U0GL0DGuDo56DBKw8UprfkQvinWnogKOtEhKwqG\r\n# XnVnRjlT5PStl6mXlVR32CuBdLNu\u002BoNSV861o3H7Qbt\u002BnvI5NqeKAnRavJqOC5if\r\n# j6logCY1mtnQYp/N/FPxWwRRwWa11JbT02BXQo7Xt8Hm6CMsfiwkYln7B1aPSIAl\r\n# 6lpFwrgQIn4\u002BK1/yO\u002Bi/AGkzsnn7a96Mvg8qS01awslOTTN6wrE1998Hs0GK48Ze\r\n# 1RvFReRyDosiGg9GBXPlpBZR\u002B/U5hGUgIFYfjeHcLPJROTwvIflIoSeokOUDvw==\r\n# SIG # End signature block\r\n" ], "parameters": [ { @@ -1878,8 +1814,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "935a26ea-99d9-11ec-b684-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "fb31be0c-9fa9-11ec-a166-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1887,7 +1823,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:33:49 GMT", + "Date": "Wed, 09 Mar 2022 13:08:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1898,11 +1834,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76f2a04e-c9a9-4271-bcbf-9863887f12a4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31992", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "699d26cd-ee0a-4809-9a76-db2d42658622", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033349Z:76f2a04e-c9a9-4271-bcbf-9863887f12a4" + "x-ms-correlation-request-id": "7e3a670f-a283-4936-80ce-9f4c041dd591", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31990", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "92bbe7b5-1615-430b-9a08-9bbe3bab795b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130815Z:7e3a670f-a283-4936-80ce-9f4c041dd591" }, "ResponseBody": { "value": [ @@ -1930,8 +1866,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "93910ac2-99d9-11ec-9be2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "fb6a2b0c-9fa9-11ec-a5ff-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1939,7 +1875,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:33:50 GMT", + "Date": "Wed, 09 Mar 2022 13:08:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1950,11 +1886,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "987b09a6-0bf2-44cf-948b-6205bb71122f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31991", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "244c384b-8563-405e-b7e8-12a6df0ea23d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033350Z:987b09a6-0bf2-44cf-948b-6205bb71122f" + "x-ms-correlation-request-id": "0eeaf16c-3830-43c5-8cc5-917363f867e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31989", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "093df1a8-328e-4547-a4c1-ae464734aca1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130816Z:0eeaf16c-3830-43c5-8cc5-917363f867e7" }, "ResponseBody": { "name": "virtualmachinexeb772750", @@ -1962,7 +1898,7 @@ "type": "Microsoft.Compute/virtualMachines", "location": "eastus", "properties": { - "vmId": "4a7c0d4d-8575-4010-a38a-e91588b83b6b", + "vmId": "92f8ca60-52f5-47f5-97d7-0431e648d6d3", "hardwareProfile": { "vmSize": "Standard_D2_v2" }, @@ -1972,7 +1908,7 @@ "offer": "WindowsServer", "sku": "2016-Datacenter", "version": "latest", - "exactVersion": "14393.4946.220202" + "exactVersion": "14393.5006.220305" }, "osDisk": { "osType": "Windows", @@ -1989,12 +1925,12 @@ "dataDisks": [ { "lun": 0, - "name": "virtualmachinexeb772750_disk2_0baca294ffc84359a6cb1e2e3f3bb22e", + "name": "virtualmachinexeb772750_disk2_ccb1b72b98c74c8180f03aa83f9b0d55", "createOption": "Empty", "caching": "None", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk2_0baca294ffc84359a6cb1e2e3f3bb22e" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk2_ccb1b72b98c74c8180f03aa83f9b0d55" }, "deleteOption": "Detach", "diskSizeGB": 1023, @@ -2002,12 +1938,12 @@ }, { "lun": 1, - "name": "virtualmachinexeb772750_disk3_ec87bba3f8de42fcb99e90ed17afa224", + "name": "virtualmachinexeb772750_disk3_b20a18fc73964e23b90cf5d556aa6906", "createOption": "Empty", "caching": "None", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk3_ec87bba3f8de42fcb99e90ed17afa224" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk3_b20a18fc73964e23b90cf5d556aa6906" }, "deleteOption": "Detach", "diskSizeGB": 1023, @@ -2041,7 +1977,7 @@ ] }, "provisioningState": "Succeeded", - "timeCreated": "2022-03-02T03:30:08.5696872\u002B00:00" + "timeCreated": "2022-03-09T13:05:06.4793172\u002B00:00" }, "resources": [ { @@ -2070,20 +2006,20 @@ "Connection": "keep-alive", "Content-Length": "36", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "93c86708-99d9-11ec-a83c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "fb9dea28-9fa9-11ec-8a61-c0b6f9946f2d" }, "RequestBody": { "commandId": "RunPowerShellScript" }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a4b2db79-e352-4d83-ab06-91c9edbebc81?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/366755e2-545d-400d-a8d8-a5293d953287?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:33:50 GMT", + "Date": "Wed, 09 Mar 2022 13:08:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a4b2db79-e352-4d83-ab06-91c9edbebc81?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/366755e2-545d-400d-a8d8-a5293d953287?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2091,64 +2027,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55e6a7b5-c836-4f14-8405-2a699f8273af", + "x-ms-correlation-request-id": "35345e8b-aaef-44a6-aba4-1c1cc22194de", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1198", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "a4b2db79-e352-4d83-ab06-91c9edbebc81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033350Z:55e6a7b5-c836-4f14-8405-2a699f8273af" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "366755e2-545d-400d-a8d8-a5293d953287", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130816Z:35345e8b-aaef-44a6-aba4-1c1cc22194de" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a4b2db79-e352-4d83-ab06-91c9edbebc81?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "93c86708-99d9-11ec-a83c-70b5e82527ff" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:34:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3f09ce1-5df9-4f32-90ee-1b9460ccfc40", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29991", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "18608bdc-5002-42e5-940d-9950e697b693", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033421Z:e3f09ce1-5df9-4f32-90ee-1b9460ccfc40" - }, - "ResponseBody": { - "startTime": "2022-03-02T03:33:50.5603468\u002B00:00", - "status": "InProgress", - "name": "a4b2db79-e352-4d83-ab06-91c9edbebc81" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a4b2db79-e352-4d83-ab06-91c9edbebc81?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/366755e2-545d-400d-a8d8-a5293d953287?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "93c86708-99d9-11ec-a83c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "fb9dea28-9fa9-11ec-8a61-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2156,7 +2052,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:34:50 GMT", + "Date": "Wed, 09 Mar 2022 13:08:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2167,15 +2063,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdcc5f20-52ee-4557-85f5-cf2b39e9218a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "a6d34451-f563-44f9-afa8-f1df4fe21dfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033451Z:fdcc5f20-52ee-4557-85f5-cf2b39e9218a" + "x-ms-correlation-request-id": "62fa8059-2f04-4edd-9a3c-677eef5af7d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29984", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "755b53f9-e387-4e0e-aa19-9219f719d651", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130847Z:62fa8059-2f04-4edd-9a3c-677eef5af7d7" }, "ResponseBody": { - "startTime": "2022-03-02T03:33:50.5603468\u002B00:00", - "endTime": "2022-03-02T03:34:48.2228805\u002B00:00", + "startTime": "2022-03-09T13:08:16.6825443\u002B00:00", + "endTime": "2022-03-09T13:08:47.0575329\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -2195,19 +2091,19 @@ ] } }, - "name": "a4b2db79-e352-4d83-ab06-91c9edbebc81" + "name": "366755e2-545d-400d-a8d8-a5293d953287" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a4b2db79-e352-4d83-ab06-91c9edbebc81?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/366755e2-545d-400d-a8d8-a5293d953287?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "93c86708-99d9-11ec-a83c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "fb9dea28-9fa9-11ec-8a61-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2215,7 +2111,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:34:51 GMT", + "Date": "Wed, 09 Mar 2022 13:08:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2226,11 +2122,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3470be88-9e73-4423-91fd-a18aaedbde42", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "1fab09e7-9eb3-4eca-b92a-658422fe4a0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033451Z:3470be88-9e73-4423-91fd-a18aaedbde42" + "x-ms-correlation-request-id": "3baf5f4e-7a60-43da-b6f1-5ac1a6223c76", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29983", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "3e1b1a23-82ad-4684-88c3-e481c3129e41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130847Z:3baf5f4e-7a60-43da-b6f1-5ac1a6223c76" }, "ResponseBody": { "value": [ @@ -2258,18 +2154,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b876de6e-99d9-11ec-afad-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0e40beb6-9faa-11ec-b468-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/928d607f-6c3f-4c6c-88a5-bf4ecea983a2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d2879dbe-58c4-4fec-b92d-2628f352b3c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:34:52 GMT", + "Date": "Wed, 09 Mar 2022 13:08:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/928d607f-6c3f-4c6c-88a5-bf4ecea983a2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d2879dbe-58c4-4fec-b92d-2628f352b3c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2277,24 +2173,64 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df30d306-990d-42a6-9143-75b8d2aa3e0a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "928d607f-6c3f-4c6c-88a5-bf4ecea983a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033452Z:df30d306-990d-42a6-9143-75b8d2aa3e0a" + "x-ms-correlation-request-id": "690a7726-6ed4-4d16-88ae-d956051a904c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1197", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "d2879dbe-58c4-4fec-b92d-2628f352b3c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130848Z:690a7726-6ed4-4d16-88ae-d956051a904c" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/928d607f-6c3f-4c6c-88a5-bf4ecea983a2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d2879dbe-58c4-4fec-b92d-2628f352b3c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0e40beb6-9faa-11ec-b468-c0b6f9946f2d" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Mar 2022 13:09:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "267f0072-b4bd-493a-8b78-73d8a857a5a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29980", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "f713f612-7ed1-4dd5-b761-1df27f6a0d49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130918Z:267f0072-b4bd-493a-8b78-73d8a857a5a7" + }, + "ResponseBody": { + "startTime": "2022-03-09T13:08:48.0887826\u002B00:00", + "status": "InProgress", + "name": "d2879dbe-58c4-4fec-b92d-2628f352b3c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d2879dbe-58c4-4fec-b92d-2628f352b3c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b876de6e-99d9-11ec-afad-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0e40beb6-9faa-11ec-b468-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2302,7 +2238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:35:22 GMT", + "Date": "Wed, 09 Mar 2022 13:09:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2313,28 +2249,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1b7986d-c5a6-45b5-954c-300f3836a81a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "842050cc-4bf6-4711-8f97-8710658d402c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033523Z:c1b7986d-c5a6-45b5-954c-300f3836a81a" + "x-ms-correlation-request-id": "eba20ac3-af89-4d3c-aaea-28106746dfa0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29977", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "6554fb6e-4fdf-47aa-8ac5-a9a28664d49c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T130949Z:eba20ac3-af89-4d3c-aaea-28106746dfa0" }, "ResponseBody": { - "startTime": "2022-03-02T03:34:52.3791525\u002B00:00", + "startTime": "2022-03-09T13:08:48.0887826\u002B00:00", "status": "InProgress", - "name": "928d607f-6c3f-4c6c-88a5-bf4ecea983a2" + "name": "d2879dbe-58c4-4fec-b92d-2628f352b3c7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/928d607f-6c3f-4c6c-88a5-bf4ecea983a2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d2879dbe-58c4-4fec-b92d-2628f352b3c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b876de6e-99d9-11ec-afad-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0e40beb6-9faa-11ec-b468-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2342,7 +2278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:35:53 GMT", + "Date": "Wed, 09 Mar 2022 13:10:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2353,36 +2289,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2bb2e75-920d-42fb-af1c-7e659f1f20c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29992", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "1ba13bbc-88e5-4b8d-b33a-7829135954e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033553Z:f2bb2e75-920d-42fb-af1c-7e659f1f20c7" + "x-ms-correlation-request-id": "ff30297e-dbfa-44fd-96aa-ffe997568040", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29980", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "df9e2f8e-9823-4891-a384-72a15f032951", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131019Z:ff30297e-dbfa-44fd-96aa-ffe997568040" }, "ResponseBody": { - "startTime": "2022-03-02T03:34:52.3791525\u002B00:00", - "endTime": "2022-03-02T03:35:46.3638664\u002B00:00", + "startTime": "2022-03-09T13:08:48.0887826\u002B00:00", + "endTime": "2022-03-09T13:10:00.4169294\u002B00:00", "status": "Succeeded", - "name": "928d607f-6c3f-4c6c-88a5-bf4ecea983a2" + "name": "d2879dbe-58c4-4fec-b92d-2628f352b3c7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/928d607f-6c3f-4c6c-88a5-bf4ecea983a2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d2879dbe-58c4-4fec-b92d-2628f352b3c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b876de6e-99d9-11ec-afad-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0e40beb6-9faa-11ec-b468-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:35:53 GMT", + "Date": "Wed, 09 Mar 2022 13:10:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2391,11 +2327,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f24a6c94-4b3f-4adb-bc8f-401686565a3c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29991", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "4de23a6b-7050-438e-a19a-caf0dcac3ffb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033553Z:f24a6c94-4b3f-4adb-bc8f-401686565a3c" + "x-ms-correlation-request-id": "521555a3-8c86-47e2-b6f7-c7a91e6cd4ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29979", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "4f1a8d96-e7da-430c-9533-ceb91a617ab7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131019Z:521555a3-8c86-47e2-b6f7-c7a91e6cd4ef" }, "ResponseBody": null }, @@ -2408,18 +2344,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "dd655481-99d9-11ec-81af-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "4533f974-9faa-11ec-9479-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d6af14f4-2eca-46a2-b21d-bebaaf7c3a34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f790aec1-8a32-455c-b34f-2d2f1e9b48da?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:35:54 GMT", + "Date": "Wed, 09 Mar 2022 13:10:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d6af14f4-2eca-46a2-b21d-bebaaf7c3a34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f790aec1-8a32-455c-b34f-2d2f1e9b48da?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2427,24 +2363,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82e411ba-84ae-4ddf-a5aa-6cb52ad92205", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1198", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "d6af14f4-2eca-46a2-b21d-bebaaf7c3a34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033554Z:82e411ba-84ae-4ddf-a5aa-6cb52ad92205" + "x-ms-correlation-request-id": "3a1ef265-9405-456e-9ce4-78c6cd3db389", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1196", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "f790aec1-8a32-455c-b34f-2d2f1e9b48da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131020Z:3a1ef265-9405-456e-9ce4-78c6cd3db389" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d6af14f4-2eca-46a2-b21d-bebaaf7c3a34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f790aec1-8a32-455c-b34f-2d2f1e9b48da?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "dd655481-99d9-11ec-81af-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "4533f974-9faa-11ec-9479-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2452,7 +2388,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:36:24 GMT", + "Date": "Wed, 09 Mar 2022 13:10:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2463,36 +2399,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbfc7a70-1c75-4e1a-b186-1215551a60e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29988", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "8814580b-fa2d-4acb-8017-639a0c185432", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033624Z:fbfc7a70-1c75-4e1a-b186-1215551a60e5" + "x-ms-correlation-request-id": "3c8f276f-4814-477f-8f51-5e5e42568a52", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29977", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "2057e41d-d6df-4546-a74e-56b5cf3f0696", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131050Z:3c8f276f-4814-477f-8f51-5e5e42568a52" }, "ResponseBody": { - "startTime": "2022-03-02T03:35:54.0356489\u002B00:00", - "endTime": "2022-03-02T03:36:06.598235\u002B00:00", + "startTime": "2022-03-09T13:10:20.026366\u002B00:00", + "endTime": "2022-03-09T13:10:33.7608806\u002B00:00", "status": "Succeeded", - "name": "d6af14f4-2eca-46a2-b21d-bebaaf7c3a34" + "name": "f790aec1-8a32-455c-b34f-2d2f1e9b48da" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d6af14f4-2eca-46a2-b21d-bebaaf7c3a34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f790aec1-8a32-455c-b34f-2d2f1e9b48da?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "dd655481-99d9-11ec-81af-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "4533f974-9faa-11ec-9479-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:36:24 GMT", + "Date": "Wed, 09 Mar 2022 13:10:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2501,11 +2437,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eccf8c91-b49c-41b0-862b-45e2ada9e9e1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29987", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "8dd1c6d9-654b-4e00-8b30-4c29bf5596e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033624Z:eccf8c91-b49c-41b0-862b-45e2ada9e9e1" + "x-ms-correlation-request-id": "0307ca40-62a7-4515-8475-fee1d2a731c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29976", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "54914b58-cf0d-42f9-8040-0a5592687753", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131050Z:0307ca40-62a7-4515-8475-fee1d2a731c1" }, "ResponseBody": null }, @@ -2518,18 +2454,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "eff8a1cc-99d9-11ec-971e-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "57beb7ee-9faa-11ec-94cf-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/157da04e-4db9-4ec0-b247-8113e09635c6?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/21ff9206-d54c-486c-a3ef-a5415bc4cfbf?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:36:25 GMT", + "Date": "Wed, 09 Mar 2022 13:10:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/157da04e-4db9-4ec0-b247-8113e09635c6?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/21ff9206-d54c-486c-a3ef-a5415bc4cfbf?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2538,24 +2474,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46512647-2abf-4d04-a7ac-e5642edf03f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1197", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "157da04e-4db9-4ec0-b247-8113e09635c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033625Z:46512647-2abf-4d04-a7ac-e5642edf03f3" + "x-ms-correlation-request-id": "2c73b386-15d5-4b02-ab45-3a5d6e1aa6e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;236,Microsoft.Compute/UpdateVM30Min;1195", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "21ff9206-d54c-486c-a3ef-a5415bc4cfbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131051Z:2c73b386-15d5-4b02-ab45-3a5d6e1aa6e9" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/157da04e-4db9-4ec0-b247-8113e09635c6?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/21ff9206-d54c-486c-a3ef-a5415bc4cfbf?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "eff8a1cc-99d9-11ec-971e-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "57beb7ee-9faa-11ec-94cf-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2563,7 +2499,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:36:35 GMT", + "Date": "Wed, 09 Mar 2022 13:11:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2574,36 +2510,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "417474a8-f83d-4bd5-bb9f-f7949ec00cc5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29986", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "6085dfc4-54ed-4d04-a95c-c04db17ebf2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033635Z:417474a8-f83d-4bd5-bb9f-f7949ec00cc5" + "x-ms-correlation-request-id": "a6d01bf0-188a-4525-b620-7f144f1c9a4f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29975", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "1edb1e26-567a-42cd-a807-55080089e303", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131102Z:a6d01bf0-188a-4525-b620-7f144f1c9a4f" }, "ResponseBody": { - "startTime": "2022-03-02T03:36:25.4108837\u002B00:00", - "endTime": "2022-03-02T03:36:32.9578232\u002B00:00", + "startTime": "2022-03-09T13:10:51.4172356\u002B00:00", + "endTime": "2022-03-09T13:10:57.2453426\u002B00:00", "status": "Succeeded", - "name": "157da04e-4db9-4ec0-b247-8113e09635c6" + "name": "21ff9206-d54c-486c-a3ef-a5415bc4cfbf" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/157da04e-4db9-4ec0-b247-8113e09635c6?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/21ff9206-d54c-486c-a3ef-a5415bc4cfbf?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "eff8a1cc-99d9-11ec-971e-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "57beb7ee-9faa-11ec-94cf-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:36:35 GMT", + "Date": "Wed, 09 Mar 2022 13:11:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2612,11 +2548,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef17304f-7d03-43d7-8646-c5eb95f8f0fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29985", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "61cfb959-bfdd-4a31-926f-4a16ee9fb740", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033636Z:ef17304f-7d03-43d7-8646-c5eb95f8f0fc" + "x-ms-correlation-request-id": "3bff6a7a-4bf9-4c46-ab51-cb6bbbb33576", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29974", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "a38a1f94-4530-4872-a2d0-be5b18a98aa8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131102Z:3bff6a7a-4bf9-4c46-ab51-cb6bbbb33576" }, "ResponseBody": null }, @@ -2630,8 +2566,8 @@ "Connection": "keep-alive", "Content-Length": "49", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f6bbc2a5-99d9-11ec-8ae2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "5ee6fc40-9faa-11ec-97ef-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -2641,11 +2577,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/349d1e5a-2110-476f-a09a-0f159625a03a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f791b41d-ac5a-4132-b6c2-8a78b92be339?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:36:36 GMT", + "Date": "Wed, 09 Mar 2022 13:11:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2656,11 +2592,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ab02cee-6d4a-4942-baec-162a79fee59d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;236,Microsoft.Compute/UpdateVM30Min;1196", - "x-ms-ratelimit-remaining-subscription-writes": "1170", - "x-ms-request-id": "349d1e5a-2110-476f-a09a-0f159625a03a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033636Z:2ab02cee-6d4a-4942-baec-162a79fee59d" + "x-ms-correlation-request-id": "c163b4d9-b07d-4f55-907c-23ede5d1bacf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;236,Microsoft.Compute/UpdateVM30Min;1194", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "f791b41d-ac5a-4132-b6c2-8a78b92be339", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131103Z:c163b4d9-b07d-4f55-907c-23ede5d1bacf" }, "ResponseBody": { "name": "virtualmachineextensionxeb772750", @@ -2677,15 +2613,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/349d1e5a-2110-476f-a09a-0f159625a03a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f791b41d-ac5a-4132-b6c2-8a78b92be339?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f6bbc2a5-99d9-11ec-8ae2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "5ee6fc40-9faa-11ec-97ef-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2693,7 +2629,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:37:06 GMT", + "Date": "Wed, 09 Mar 2022 13:11:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2704,17 +2640,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f8eea7c-10ea-4ff0-b404-406fdab5df62", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29983", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "f8441172-4f51-4371-83cf-47eb53affd1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033707Z:9f8eea7c-10ea-4ff0-b404-406fdab5df62" + "x-ms-correlation-request-id": "f2ad08c8-2ade-4246-ab92-58dbce47fee5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29972", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "3357acf5-a350-4754-a6b1-aadd6bdd1a4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131133Z:f2ad08c8-2ade-4246-ab92-58dbce47fee5" }, "ResponseBody": { - "startTime": "2022-03-02T03:36:36.5204043\u002B00:00", - "endTime": "2022-03-02T03:36:36.9266619\u002B00:00", + "startTime": "2022-03-09T13:11:03.135974\u002B00:00", + "endTime": "2022-03-09T13:11:03.4641015\u002B00:00", "status": "Succeeded", - "name": "349d1e5a-2110-476f-a09a-0f159625a03a" + "name": "f791b41d-ac5a-4132-b6c2-8a78b92be339" } }, { @@ -2725,8 +2661,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f6bbc2a5-99d9-11ec-8ae2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "5ee6fc40-9faa-11ec-97ef-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2734,7 +2670,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:37:06 GMT", + "Date": "Wed, 09 Mar 2022 13:11:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2745,11 +2681,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01bc249d-c116-4a6e-b913-70f0959b0957", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "f7b86967-d88b-4391-be39-6d2898dd914a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033707Z:01bc249d-c116-4a6e-b913-70f0959b0957" + "x-ms-correlation-request-id": "7307598a-726f-4744-a8f9-516025729cc2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31985", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "1f8a7b50-e2b5-4418-a87a-fffa4736ab83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131134Z:7307598a-726f-4744-a8f9-516025729cc2" }, "ResponseBody": { "name": "virtualmachineextensionxeb772750", @@ -2774,19 +2710,19 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "095a75cd-99da-11ec-a50b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "7182e230-9faa-11ec-8fc1-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e0e8f038-7ccd-408d-aea8-ab6d7ff8b848?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a2713847-6476-4507-bd4b-c23ad74f1362?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:37:09 GMT", + "Date": "Wed, 09 Mar 2022 13:11:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e0e8f038-7ccd-408d-aea8-ab6d7ff8b848?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a2713847-6476-4507-bd4b-c23ad74f1362?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2794,24 +2730,64 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "557b3706-085d-4a32-9ac0-088a8ac7f21c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;235,Microsoft.Compute/UpdateVM30Min;1195", - "x-ms-ratelimit-remaining-subscription-deletes": "14988", - "x-ms-request-id": "e0e8f038-7ccd-408d-aea8-ab6d7ff8b848", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033709Z:557b3706-085d-4a32-9ac0-088a8ac7f21c" + "x-ms-correlation-request-id": "c52bc2a7-ec27-4682-a89b-5b2a12870ba5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;236,Microsoft.Compute/UpdateVM30Min;1193", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-request-id": "a2713847-6476-4507-bd4b-c23ad74f1362", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131135Z:c52bc2a7-ec27-4682-a89b-5b2a12870ba5" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e0e8f038-7ccd-408d-aea8-ab6d7ff8b848?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a2713847-6476-4507-bd4b-c23ad74f1362?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "7182e230-9faa-11ec-8fc1-c0b6f9946f2d" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Mar 2022 13:12:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "550fa2a8-d40a-4525-9fd3-eba7d0d99b0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29971", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "60479a29-bb5c-465e-a37d-5285de5f16de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131205Z:550fa2a8-d40a-4525-9fd3-eba7d0d99b0d" + }, + "ResponseBody": { + "startTime": "2022-03-09T13:11:34.870593\u002B00:00", + "status": "InProgress", + "name": "a2713847-6476-4507-bd4b-c23ad74f1362" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a2713847-6476-4507-bd4b-c23ad74f1362?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "095a75cd-99da-11ec-a50b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "7182e230-9faa-11ec-8fc1-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2819,7 +2795,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:37:39 GMT", + "Date": "Wed, 09 Mar 2022 13:12:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2830,28 +2806,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e01365c-0182-431e-9619-47b2424e8708", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29982", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "1bb819f6-354d-4413-be2b-112e304ea90c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033740Z:1e01365c-0182-431e-9619-47b2424e8708" + "x-ms-correlation-request-id": "df00566b-b863-4cb3-9d32-17536f7dd05e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29970", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "8ea80a28-bb98-4959-aa62-15a54fed0d5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131235Z:df00566b-b863-4cb3-9d32-17536f7dd05e" }, "ResponseBody": { - "startTime": "2022-03-02T03:37:09.6145533\u002B00:00", + "startTime": "2022-03-09T13:11:34.870593\u002B00:00", "status": "InProgress", - "name": "e0e8f038-7ccd-408d-aea8-ab6d7ff8b848" + "name": "a2713847-6476-4507-bd4b-c23ad74f1362" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e0e8f038-7ccd-408d-aea8-ab6d7ff8b848?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a2713847-6476-4507-bd4b-c23ad74f1362?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "095a75cd-99da-11ec-a50b-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "7182e230-9faa-11ec-8fc1-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2859,7 +2835,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:38:10 GMT", + "Date": "Wed, 09 Mar 2022 13:13:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2870,17 +2846,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "135e8871-c1d4-49a4-8d08-2446fc05b44d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29981", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "4ad3159a-aa16-4761-bed8-f10cd7b6a2ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033811Z:135e8871-c1d4-49a4-8d08-2446fc05b44d" + "x-ms-correlation-request-id": "6d997dee-97ed-419b-a061-d290c87319b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29969", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "c6a430a1-c741-4221-9975-795164768dc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131306Z:6d997dee-97ed-419b-a061-d290c87319b5" }, "ResponseBody": { - "startTime": "2022-03-02T03:37:09.6145533\u002B00:00", - "endTime": "2022-03-02T03:37:40.0522206\u002B00:00", + "startTime": "2022-03-09T13:11:34.870593\u002B00:00", + "endTime": "2022-03-09T13:12:45.2456742\u002B00:00", "status": "Succeeded", - "name": "e0e8f038-7ccd-408d-aea8-ab6d7ff8b848" + "name": "a2713847-6476-4507-bd4b-c23ad74f1362" } }, { @@ -2892,18 +2868,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "2f4c0d55-99da-11ec-9b23-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a8c41da6-9faa-11ec-9855-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d1ac62c3-3b30-42c7-bb06-195dadc615b0?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bf273a27-63f4-4119-95aa-85dd1e7eb4c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:38:11 GMT", + "Date": "Wed, 09 Mar 2022 13:13:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d1ac62c3-3b30-42c7-bb06-195dadc615b0?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bf273a27-63f4-4119-95aa-85dd1e7eb4c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2911,24 +2887,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f79f1195-cca9-49c2-b109-561b5f4a814b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;235,Microsoft.Compute/UpdateVM30Min;1194", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "d1ac62c3-3b30-42c7-bb06-195dadc615b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033811Z:f79f1195-cca9-49c2-b109-561b5f4a814b" + "x-ms-correlation-request-id": "359758bf-cd86-4162-b18e-699b2a0df5a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;236,Microsoft.Compute/UpdateVM30Min;1192", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "bf273a27-63f4-4119-95aa-85dd1e7eb4c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131307Z:359758bf-cd86-4162-b18e-699b2a0df5a1" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d1ac62c3-3b30-42c7-bb06-195dadc615b0?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bf273a27-63f4-4119-95aa-85dd1e7eb4c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "2f4c0d55-99da-11ec-9b23-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a8c41da6-9faa-11ec-9855-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2936,7 +2912,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:38:41 GMT", + "Date": "Wed, 09 Mar 2022 13:13:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2947,36 +2923,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd6bc266-6363-447f-a497-afb84acecc45", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29979", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "71c7dcec-31cc-40d2-902c-dca6486b0ab0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033841Z:bd6bc266-6363-447f-a497-afb84acecc45" + "x-ms-correlation-request-id": "67311585-f694-4523-851e-cc15abf76501", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29966", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "9d43af12-c390-4830-bbdb-106a19d4c72b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131337Z:67311585-f694-4523-851e-cc15abf76501" }, "ResponseBody": { - "startTime": "2022-03-02T03:38:11.427435\u002B00:00", - "endTime": "2022-03-02T03:38:28.7243855\u002B00:00", + "startTime": "2022-03-09T13:13:07.0581395\u002B00:00", + "endTime": "2022-03-09T13:13:24.2612732\u002B00:00", "status": "Succeeded", - "name": "d1ac62c3-3b30-42c7-bb06-195dadc615b0" + "name": "bf273a27-63f4-4119-95aa-85dd1e7eb4c7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/d1ac62c3-3b30-42c7-bb06-195dadc615b0?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bf273a27-63f4-4119-95aa-85dd1e7eb4c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "2f4c0d55-99da-11ec-9b23-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a8c41da6-9faa-11ec-9855-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:38:41 GMT", + "Date": "Wed, 09 Mar 2022 13:13:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2985,11 +2961,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79cfe7e0-e173-46bf-91d9-b7509e646814", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29978", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "432e8077-4a6a-4c76-a3bb-4ef4eebc7837", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033842Z:79cfe7e0-e173-46bf-91d9-b7509e646814" + "x-ms-correlation-request-id": "8c7eca56-485d-41e3-bf49-f144f9c18920", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29964", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "9af499be-9560-4c86-bffb-43451f0b8b3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131338Z:8c7eca56-485d-41e3-bf49-f144f9c18920" }, "ResponseBody": null }, @@ -3002,18 +2978,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "41cd1234-99da-11ec-b2b6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "bb9c5ffa-9faa-11ec-9d8d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/776ffff6-7a5a-40d5-925d-0c156bb12a7b?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e74955f-2857-4220-8fbf-4db30699cf1a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:38:42 GMT", + "Date": "Wed, 09 Mar 2022 13:13:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/776ffff6-7a5a-40d5-925d-0c156bb12a7b?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e74955f-2857-4220-8fbf-4db30699cf1a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3021,24 +2997,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2bf5bde-73ab-4cf4-9d8b-60dea56169d1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;235,Microsoft.Compute/UpdateVM30Min;1193", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "776ffff6-7a5a-40d5-925d-0c156bb12a7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033842Z:f2bf5bde-73ab-4cf4-9d8b-60dea56169d1" + "x-ms-correlation-request-id": "5b922a25-61cb-40eb-9032-32fc03c76773", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;236,Microsoft.Compute/UpdateVM30Min;1191", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "0e74955f-2857-4220-8fbf-4db30699cf1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131338Z:5b922a25-61cb-40eb-9032-32fc03c76773" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/776ffff6-7a5a-40d5-925d-0c156bb12a7b?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e74955f-2857-4220-8fbf-4db30699cf1a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "41cd1234-99da-11ec-b2b6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "bb9c5ffa-9faa-11ec-9d8d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -3046,7 +3022,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:39:12 GMT", + "Date": "Wed, 09 Mar 2022 13:14:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3057,36 +3033,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b1390b2-cce4-4d15-a371-7184e4119f18", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29974", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "003a67fe-9145-42d8-95dc-33cc599d0d8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033913Z:3b1390b2-cce4-4d15-a371-7184e4119f18" + "x-ms-correlation-request-id": "28be231f-225b-46de-941d-d9809806bf76", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29962", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "7f146bbd-7142-4668-a6c9-6fa584a7db16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131409Z:28be231f-225b-46de-941d-d9809806bf76" }, "ResponseBody": { - "startTime": "2022-03-02T03:38:42.4741806\u002B00:00", - "endTime": "2022-03-02T03:38:44.3178727\u002B00:00", + "startTime": "2022-03-09T13:13:38.6832023\u002B00:00", + "endTime": "2022-03-09T13:13:40.66753\u002B00:00", "status": "Succeeded", - "name": "776ffff6-7a5a-40d5-925d-0c156bb12a7b" + "name": "0e74955f-2857-4220-8fbf-4db30699cf1a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/776ffff6-7a5a-40d5-925d-0c156bb12a7b?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e74955f-2857-4220-8fbf-4db30699cf1a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "41cd1234-99da-11ec-b2b6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "bb9c5ffa-9faa-11ec-9d8d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:39:12 GMT", + "Date": "Wed, 09 Mar 2022 13:14:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3095,11 +3071,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0afa86d9-8d6c-459b-977f-3342b444b22d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29973", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "40a2391d-0556-436d-bdc9-3faa37833d28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033913Z:0afa86d9-8d6c-459b-977f-3342b444b22d" + "x-ms-correlation-request-id": "fe286beb-0505-478d-b809-2a686a1a623f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29961", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "e92a671c-ec95-49a7-8cdb-de49016cd940", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131409Z:fe286beb-0505-478d-b809-2a686a1a623f" }, "ResponseBody": null }, @@ -3112,18 +3088,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "54586e22-99da-11ec-a0c0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ce3cdb80-9faa-11ec-97a7-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/28ab65ba-cae5-4741-aca4-6b1df0991f25?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/00f7a3e3-f784-4f45-aaab-5204564fe019?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:39:12 GMT", + "Date": "Wed, 09 Mar 2022 13:14:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/28ab65ba-cae5-4741-aca4-6b1df0991f25?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/00f7a3e3-f784-4f45-aaab-5204564fe019?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3131,24 +3107,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "817275cd-976c-4bbc-b55c-2cccbc9c7976", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;235,Microsoft.Compute/UpdateVM30Min;1192", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "28ab65ba-cae5-4741-aca4-6b1df0991f25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033913Z:817275cd-976c-4bbc-b55c-2cccbc9c7976" + "x-ms-correlation-request-id": "824e447e-f0a1-46b7-935a-36140041c84c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;236,Microsoft.Compute/UpdateVM30Min;1190", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "00f7a3e3-f784-4f45-aaab-5204564fe019", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131410Z:824e447e-f0a1-46b7-935a-36140041c84c" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/28ab65ba-cae5-4741-aca4-6b1df0991f25?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/00f7a3e3-f784-4f45-aaab-5204564fe019?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "54586e22-99da-11ec-a0c0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ce3cdb80-9faa-11ec-97a7-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -3156,7 +3132,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:39:43 GMT", + "Date": "Wed, 09 Mar 2022 13:14:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3167,28 +3143,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd86d455-475d-41f7-b785-e78c3251a139", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29971", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "082e26cb-f7ba-4d40-b666-24a91613de28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T033944Z:bd86d455-475d-41f7-b785-e78c3251a139" + "x-ms-correlation-request-id": "1514295d-e7bb-4714-9cc6-cf8afb47635e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29959", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "bd174d6f-81e0-4046-90a1-233ff1ff7af9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131440Z:1514295d-e7bb-4714-9cc6-cf8afb47635e" }, "ResponseBody": { - "startTime": "2022-03-02T03:39:13.5681211\u002B00:00", + "startTime": "2022-03-09T13:14:09.9488078\u002B00:00", "status": "InProgress", - "name": "28ab65ba-cae5-4741-aca4-6b1df0991f25" + "name": "00f7a3e3-f784-4f45-aaab-5204564fe019" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/28ab65ba-cae5-4741-aca4-6b1df0991f25?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/00f7a3e3-f784-4f45-aaab-5204564fe019?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "54586e22-99da-11ec-a0c0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ce3cdb80-9faa-11ec-97a7-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -3196,7 +3172,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:40:14 GMT", + "Date": "Wed, 09 Mar 2022 13:15:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3207,28 +3183,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "538cf76f-8399-40a4-b5cf-38d01a9f26a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29968", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "14523744-5b41-4917-b46e-cfb872606cb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034015Z:538cf76f-8399-40a4-b5cf-38d01a9f26a8" + "x-ms-correlation-request-id": "2c654fb3-428d-4cd9-8ae5-48c249ce56c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29956", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "23020ae1-8787-4526-8074-295a2e602dda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131511Z:2c654fb3-428d-4cd9-8ae5-48c249ce56c4" }, "ResponseBody": { - "startTime": "2022-03-02T03:39:13.5681211\u002B00:00", + "startTime": "2022-03-09T13:14:09.9488078\u002B00:00", "status": "InProgress", - "name": "28ab65ba-cae5-4741-aca4-6b1df0991f25" + "name": "00f7a3e3-f784-4f45-aaab-5204564fe019" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/28ab65ba-cae5-4741-aca4-6b1df0991f25?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/00f7a3e3-f784-4f45-aaab-5204564fe019?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "54586e22-99da-11ec-a0c0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ce3cdb80-9faa-11ec-97a7-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -3236,7 +3212,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:40:44 GMT", + "Date": "Wed, 09 Mar 2022 13:15:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3247,28 +3223,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7526c3bd-598a-4cc1-8b81-8b76f1bcdb0d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29965", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "b28a3346-ca05-4a3f-8ff5-d114113f5e7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034045Z:7526c3bd-598a-4cc1-8b81-8b76f1bcdb0d" + "x-ms-correlation-request-id": "5582c784-5e4d-4a84-8132-c279c9f86041", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29953", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "5e357367-15e8-41c2-8dad-f61b00a6ab9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131542Z:5582c784-5e4d-4a84-8132-c279c9f86041" }, "ResponseBody": { - "startTime": "2022-03-02T03:39:13.5681211\u002B00:00", + "startTime": "2022-03-09T13:14:09.9488078\u002B00:00", "status": "InProgress", - "name": "28ab65ba-cae5-4741-aca4-6b1df0991f25" + "name": "00f7a3e3-f784-4f45-aaab-5204564fe019" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/28ab65ba-cae5-4741-aca4-6b1df0991f25?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/00f7a3e3-f784-4f45-aaab-5204564fe019?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "54586e22-99da-11ec-a0c0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ce3cdb80-9faa-11ec-97a7-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -3276,7 +3252,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:41:15 GMT", + "Date": "Wed, 09 Mar 2022 13:16:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3287,36 +3263,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9271e67b-4271-4552-a8fb-9a68e8e9faf2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29962", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "0fd0815f-ed9b-48a3-b13d-dea3ffacc293", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034115Z:9271e67b-4271-4552-a8fb-9a68e8e9faf2" + "x-ms-correlation-request-id": "15e1813a-e384-4944-b32c-602e9c7b777d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29950", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "3f2a4f5a-a9cd-40d3-90a8-ddb4184e1157", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131612Z:15e1813a-e384-4944-b32c-602e9c7b777d" }, "ResponseBody": { - "startTime": "2022-03-02T03:39:13.5681211\u002B00:00", - "endTime": "2022-03-02T03:40:59.053284\u002B00:00", + "startTime": "2022-03-09T13:14:09.9488078\u002B00:00", + "endTime": "2022-03-09T13:15:55.4489295\u002B00:00", "status": "Succeeded", - "name": "28ab65ba-cae5-4741-aca4-6b1df0991f25" + "name": "00f7a3e3-f784-4f45-aaab-5204564fe019" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/28ab65ba-cae5-4741-aca4-6b1df0991f25?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/00f7a3e3-f784-4f45-aaab-5204564fe019?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "54586e22-99da-11ec-a0c0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "ce3cdb80-9faa-11ec-97a7-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:41:16 GMT", + "Date": "Wed, 09 Mar 2022 13:16:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3325,11 +3301,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd649d6b-15df-41da-8b6f-2122ee90b38b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29961", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "49ebd5f2-c28a-4f19-8bb5-39dc23ca910d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034116Z:bd649d6b-15df-41da-8b6f-2122ee90b38b" + "x-ms-correlation-request-id": "91fd1766-f65a-4220-b972-27101c5e7bdf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29949", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "ad3ae3c5-523e-416a-abc3-5b40f1da4bb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131612Z:91fd1766-f65a-4220-b972-27101c5e7bdf" }, "ResponseBody": null }, @@ -3343,8 +3319,8 @@ "Connection": "keep-alive", "Content-Length": "242", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9d8ed3d0-99da-11ec-ad91-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "17a5a050-9fab-11ec-83ca-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -3365,7 +3341,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:41:18 GMT", + "Date": "Wed, 09 Mar 2022 13:16:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3376,11 +3352,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f99c114b-e089-43d6-a717-670d910574c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;744,Microsoft.Compute/PutVM30Min;3728", - "x-ms-ratelimit-remaining-subscription-writes": "1169", - "x-ms-request-id": "1b25bd05-ea18-46d4-9403-efb5f78aad93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034118Z:f99c114b-e089-43d6-a717-670d910574c7" + "x-ms-correlation-request-id": "d06af2fc-0e56-4b7a-8d27-ae85de72d32e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;744,Microsoft.Compute/PutVM30Min;3727", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "0e015b50-47e3-4019-b125-09adff7e8f25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131614Z:d06af2fc-0e56-4b7a-8d27-ae85de72d32e" }, "ResponseBody": { "name": "virtualmachinexeb772750", @@ -3388,7 +3364,7 @@ "type": "Microsoft.Compute/virtualMachines", "location": "eastus", "properties": { - "vmId": "4a7c0d4d-8575-4010-a38a-e91588b83b6b", + "vmId": "92f8ca60-52f5-47f5-97d7-0431e648d6d3", "hardwareProfile": { "vmSize": "Standard_D2_v2" }, @@ -3398,7 +3374,7 @@ "offer": "WindowsServer", "sku": "2016-Datacenter", "version": "latest", - "exactVersion": "14393.4946.220202" + "exactVersion": "14393.5006.220305" }, "osDisk": { "osType": "Windows", @@ -3415,12 +3391,12 @@ "dataDisks": [ { "lun": 0, - "name": "virtualmachinexeb772750_disk2_0baca294ffc84359a6cb1e2e3f3bb22e", + "name": "virtualmachinexeb772750_disk2_ccb1b72b98c74c8180f03aa83f9b0d55", "createOption": "Empty", "caching": "None", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk2_0baca294ffc84359a6cb1e2e3f3bb22e" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk2_ccb1b72b98c74c8180f03aa83f9b0d55" }, "deleteOption": "Detach", "diskSizeGB": 1023, @@ -3428,12 +3404,12 @@ }, { "lun": 1, - "name": "virtualmachinexeb772750_disk3_ec87bba3f8de42fcb99e90ed17afa224", + "name": "virtualmachinexeb772750_disk3_b20a18fc73964e23b90cf5d556aa6906", "createOption": "Empty", "caching": "None", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk3_ec87bba3f8de42fcb99e90ed17afa224" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk3_b20a18fc73964e23b90cf5d556aa6906" }, "deleteOption": "Detach", "diskSizeGB": 1023, @@ -3467,7 +3443,7 @@ ] }, "provisioningState": "Updating", - "timeCreated": "2022-03-02T03:30:08.5696872\u002B00:00" + "timeCreated": "2022-03-09T13:05:06.4793172\u002B00:00" } } }, @@ -3479,8 +3455,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9d8ed3d0-99da-11ec-ad91-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "17a5a050-9fab-11ec-83ca-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -3488,7 +3464,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:41:49 GMT", + "Date": "Wed, 09 Mar 2022 13:16:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3499,11 +3475,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90cf62d6-6443-419f-9663-008c26f53595", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31991", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "8925ee7c-1c79-4ae3-9b45-3b5e4a69186d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034149Z:90cf62d6-6443-419f-9663-008c26f53595" + "x-ms-correlation-request-id": "7cc479d3-49fc-4b88-a721-35377dac234d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31982", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "ddddc84d-c084-4e26-9998-349e3d2ed476", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131645Z:7cc479d3-49fc-4b88-a721-35377dac234d" }, "ResponseBody": { "name": "virtualmachinexeb772750", @@ -3511,7 +3487,7 @@ "type": "Microsoft.Compute/virtualMachines", "location": "eastus", "properties": { - "vmId": "4a7c0d4d-8575-4010-a38a-e91588b83b6b", + "vmId": "92f8ca60-52f5-47f5-97d7-0431e648d6d3", "hardwareProfile": { "vmSize": "Standard_D2_v2" }, @@ -3521,7 +3497,7 @@ "offer": "WindowsServer", "sku": "2016-Datacenter", "version": "latest", - "exactVersion": "14393.4946.220202" + "exactVersion": "14393.5006.220305" }, "osDisk": { "osType": "Windows", @@ -3538,12 +3514,12 @@ "dataDisks": [ { "lun": 0, - "name": "virtualmachinexeb772750_disk2_0baca294ffc84359a6cb1e2e3f3bb22e", + "name": "virtualmachinexeb772750_disk2_ccb1b72b98c74c8180f03aa83f9b0d55", "createOption": "Empty", "caching": "None", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk2_0baca294ffc84359a6cb1e2e3f3bb22e" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk2_ccb1b72b98c74c8180f03aa83f9b0d55" }, "deleteOption": "Detach", "diskSizeGB": 1023, @@ -3551,12 +3527,12 @@ }, { "lun": 1, - "name": "virtualmachinexeb772750_disk3_ec87bba3f8de42fcb99e90ed17afa224", + "name": "virtualmachinexeb772750_disk3_b20a18fc73964e23b90cf5d556aa6906", "createOption": "Empty", "caching": "None", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk3_ec87bba3f8de42fcb99e90ed17afa224" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinexeb772750_disk3_b20a18fc73964e23b90cf5d556aa6906" }, "deleteOption": "Detach", "diskSizeGB": 1023, @@ -3590,7 +3566,7 @@ ] }, "provisioningState": "Succeeded", - "timeCreated": "2022-03-02T03:30:08.5696872\u002B00:00" + "timeCreated": "2022-03-09T13:05:06.4793172\u002B00:00" } } }, @@ -3603,15 +3579,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b16fe6e6-99da-11ec-89e3-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2afcd498-9fab-11ec-81a3-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:41:49 GMT", + "Date": "Wed, 09 Mar 2022 13:16:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3620,11 +3596,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5ca54e7-ffcc-4b9c-ad77-e42d7c75b2e0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1191", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "f681e2e9-1a7e-4b9f-bd69-92eae2780f21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034149Z:d5ca54e7-ffcc-4b9c-ad77-e42d7c75b2e0" + "x-ms-correlation-request-id": "7a9961dd-7e75-49f2-9988-472c8c386f95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1189", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "5a83ee18-0691-4206-9781-67591ec12960", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131645Z:7a9961dd-7e75-49f2-9988-472c8c386f95" }, "ResponseBody": null }, @@ -3637,18 +3613,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b1ac95e1-99da-11ec-b7d2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2b4520a6-9fab-11ec-955d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/264e725d-b1f2-40c5-93c6-2e69b1b242a8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/2b6ba329-f15a-4df5-b399-1aac58c60fed?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:41:49 GMT", + "Date": "Wed, 09 Mar 2022 13:16:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/264e725d-b1f2-40c5-93c6-2e69b1b242a8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/2b6ba329-f15a-4df5-b399-1aac58c60fed?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3657,24 +3633,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29889c80-a341-4275-8c2d-75f5094a15f6", + "x-ms-correlation-request-id": "343c078d-4bf0-4c64-8d66-b026cb6447f3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "264e725d-b1f2-40c5-93c6-2e69b1b242a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034150Z:29889c80-a341-4275-8c2d-75f5094a15f6" + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "2b6ba329-f15a-4df5-b399-1aac58c60fed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131646Z:343c078d-4bf0-4c64-8d66-b026cb6447f3" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/264e725d-b1f2-40c5-93c6-2e69b1b242a8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/2b6ba329-f15a-4df5-b399-1aac58c60fed?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b1ac95e1-99da-11ec-b7d2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2b4520a6-9fab-11ec-955d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -3682,7 +3658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:42:00 GMT", + "Date": "Wed, 09 Mar 2022 13:16:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "36", @@ -3694,28 +3670,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a87eff3c-79d4-4f15-8aca-899d007a9d0e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29960", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "206d6630-2494-4eea-9110-350027e74419", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034200Z:a87eff3c-79d4-4f15-8aca-899d007a9d0e" + "x-ms-correlation-request-id": "d59093c7-313c-49e7-9590-45fe1a32850d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29948", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "bc50373d-10d5-48f5-bce3-faeecdb3e5da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131656Z:d59093c7-313c-49e7-9590-45fe1a32850d" }, "ResponseBody": { - "startTime": "2022-03-02T03:41:50.1470722\u002B00:00", + "startTime": "2022-03-09T13:16:46.0114806\u002B00:00", "status": "InProgress", - "name": "264e725d-b1f2-40c5-93c6-2e69b1b242a8" + "name": "2b6ba329-f15a-4df5-b399-1aac58c60fed" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/264e725d-b1f2-40c5-93c6-2e69b1b242a8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/2b6ba329-f15a-4df5-b399-1aac58c60fed?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b1ac95e1-99da-11ec-b7d2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2b4520a6-9fab-11ec-955d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -3723,7 +3699,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:42:36 GMT", + "Date": "Wed, 09 Mar 2022 13:17:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3734,36 +3710,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd32a701-42b9-4433-a6c6-c8e7fe9696ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29957", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "85f9a327-70cd-4a64-a373-1e02a6e29f01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034237Z:fd32a701-42b9-4433-a6c6-c8e7fe9696ce" + "x-ms-correlation-request-id": "d9aebc06-f14b-477a-884d-43bee5ad686c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29944", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "723173f3-8948-4e62-a38e-5fd67e518483", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131732Z:d9aebc06-f14b-477a-884d-43bee5ad686c" }, "ResponseBody": { - "startTime": "2022-03-02T03:41:50.1470722\u002B00:00", - "endTime": "2022-03-02T03:42:13.2251829\u002B00:00", + "startTime": "2022-03-09T13:16:46.0114806\u002B00:00", + "endTime": "2022-03-09T13:17:15.4177161\u002B00:00", "status": "Succeeded", - "name": "264e725d-b1f2-40c5-93c6-2e69b1b242a8" + "name": "2b6ba329-f15a-4df5-b399-1aac58c60fed" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/264e725d-b1f2-40c5-93c6-2e69b1b242a8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/2b6ba329-f15a-4df5-b399-1aac58c60fed?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b1ac95e1-99da-11ec-b7d2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2b4520a6-9fab-11ec-955d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:42:36 GMT", + "Date": "Wed, 09 Mar 2022 13:17:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3772,11 +3748,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88bc02fe-55c3-4c49-be72-0e8c1a45297f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29956", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "cd3b4b5f-cc73-4be6-b196-21591a2c1933", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034237Z:88bc02fe-55c3-4c49-be72-0e8c1a45297f" + "x-ms-correlation-request-id": "6f92edc0-861b-44df-b541-f4bffdf0f8d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29943", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "c058c99f-b560-478a-a409-b2cd5318e1b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131733Z:6f92edc0-861b-44df-b541-f4bffdf0f8d1" }, "ResponseBody": null }, @@ -3789,19 +3765,19 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "cdf20650-99da-11ec-8930-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "47929d36-9fab-11ec-9241-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/393f6dc3-441a-4359-8386-12887b88d4cc?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/dbb76a37-2e0c-4e0a-9804-c1826f861bd2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:42:37 GMT", + "Date": "Wed, 09 Mar 2022 13:17:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/393f6dc3-441a-4359-8386-12887b88d4cc?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/dbb76a37-2e0c-4e0a-9804-c1826f861bd2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3810,24 +3786,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e74bf4a-20ef-4352-b03a-4db6b4a5ada4", + "x-ms-correlation-request-id": "4118e08a-f773-4236-ab04-6b2201aacdb9", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;238,Microsoft.Compute/DeleteVM30Min;1198", - "x-ms-ratelimit-remaining-subscription-deletes": "14987", - "x-ms-request-id": "393f6dc3-441a-4359-8386-12887b88d4cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034238Z:3e74bf4a-20ef-4352-b03a-4db6b4a5ada4" + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-request-id": "dbb76a37-2e0c-4e0a-9804-c1826f861bd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131733Z:4118e08a-f773-4236-ab04-6b2201aacdb9" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/393f6dc3-441a-4359-8386-12887b88d4cc?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/dbb76a37-2e0c-4e0a-9804-c1826f861bd2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "cdf20650-99da-11ec-8930-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "47929d36-9fab-11ec-9241-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -3835,7 +3811,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:42:47 GMT", + "Date": "Wed, 09 Mar 2022 13:17:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3846,17 +3822,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6c7a41f-9637-42dc-b22f-fca5ecabc0b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29955", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "cb98996a-0f71-46da-b35f-14aef59557fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034248Z:a6c7a41f-9637-42dc-b22f-fca5ecabc0b0" + "x-ms-correlation-request-id": "c9386c9d-4384-4f21-a319-d36addc3de0b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29942", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "22dc7470-d584-468f-818c-a0d17a52a57d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131744Z:c9386c9d-4384-4f21-a319-d36addc3de0b" }, "ResponseBody": { - "startTime": "2022-03-02T03:42:37.8501633\u002B00:00", - "endTime": "2022-03-02T03:42:38.3032933\u002B00:00", + "startTime": "2022-03-09T13:17:33.7458554\u002B00:00", + "endTime": "2022-03-09T13:17:34.2927289\u002B00:00", "status": "Succeeded", - "name": "393f6dc3-441a-4359-8386-12887b88d4cc" + "name": "dbb76a37-2e0c-4e0a-9804-c1826f861bd2" } } ], diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm_extension_image.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm_extension_image.json index 56a775bf2e6a..e26836a25914 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm_extension_image.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm_extension_image.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:10 GMT", + "Date": "Wed, 09 Mar 2022 13:18:29 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:43:11 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WUS2 ProdSlices", - "x-ms-request-id": "08add27b-4f96-4a17-b36a-bb11a0517200" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "cba0a9d8-ef8c-4f79-9dbb-7923c4c8f300" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:11 GMT", + "Date": "Wed, 09 Mar 2022 13:18:30 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:43:11 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - SEASLR2 ProdSlices", - "x-ms-request-id": "877e778d-0bdf-411f-9da9-658bd5f92800" + "x-ms-ests-server": "2.1.12559.5 - KRSLR2 ProdSlices", + "x-ms-request-id": "6fd3393b-1a68-4088-a912-47d10ec70700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "90bb0cd5-d9d8-444a-b067-31eb395f1aa2", + "client-request-id": "57fbb041-9c72-48f8-8bb6-99d46b89f1b5", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "90bb0cd5-d9d8-444a-b067-31eb395f1aa2", + "client-request-id": "57fbb041-9c72-48f8-8bb6-99d46b89f1b5", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:11 GMT", + "Date": "Wed, 09 Mar 2022 13:18:30 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:43:12 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", - "x-ms-request-id": "91c3ef18-7cd7-4a42-a167-0bba88e71000" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "cba0a9d8-ef8c-4f79-9dbb-7923eac8f300" }, "ResponseBody": { "token_type": "Bearer", @@ -231,8 +219,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "e24177f5-99da-11ec-8687-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "68fe5c9c-9fab-11ec-9a16-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -240,7 +228,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:12 GMT", + "Date": "Wed, 09 Mar 2022 13:18:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -251,12 +239,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9129b35d-77c4-468c-9ec5-85cd4d12de2e", + "x-ms-correlation-request-id": "0cba84de-fbc7-4fbc-99db-5b91767e1065", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMExtension3Min;9999,Microsoft.Compute/GetVMExtension30Min;21999", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "ad02c6dd-8b07-47fe-a9a3-14a57f46c073", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034312Z:9129b35d-77c4-468c-9ec5-85cd4d12de2e", - "x-ms-served-by": "ab90d441-6939-4ab1-9dfa-bef247d64088_132887178911805742" + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "c729778c-4430-41f8-9258-fd96a36e20a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131831Z:0cba84de-fbc7-4fbc-99db-5b91767e1065", + "x-ms-served-by": "ab90d441-6939-4ab1-9dfa-bef247d64088_132498284633170067" }, "ResponseBody": { "properties": { @@ -284,8 +272,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "e303db64-99da-11ec-832a-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "6a088a36-9fab-11ec-91f3-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -293,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:12 GMT", + "Date": "Wed, 09 Mar 2022 13:18:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,12 +292,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d84633ea-a11d-45b1-a456-92753c573677", + "x-ms-correlation-request-id": "4a93a07d-dfaa-4472-95fc-5813c9c810c0", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "6abf129e-0001-49bc-8d87-5cfc8e0aa556", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034313Z:d84633ea-a11d-45b1-a456-92753c573677", - "x-ms-served-by": "ab90d441-6939-4ab1-9dfa-bef247d64088_132887178911805742" + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "31b0007b-1f19-4af4-92c9-7a2643fb8a1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131831Z:4a93a07d-dfaa-4472-95fc-5813c9c810c0", + "x-ms-served-by": "ab90d441-6939-4ab1-9dfa-bef247d64088_132498284633170067" }, "ResponseBody": [ "[\r\n", @@ -344,8 +332,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "e3367828-99da-11ec-b856-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "6a3d3fc6-9fab-11ec-920d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -353,7 +341,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:13 GMT", + "Date": "Wed, 09 Mar 2022 13:18:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -364,12 +352,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "943a2d16-aad9-496e-9322-8a362e7e374c", + "x-ms-correlation-request-id": "bcad2ddd-88d4-4915-bcf4-d418a449cb93", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "99e3636e-a6b6-49e6-bb81-211098d1d671", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034313Z:943a2d16-aad9-496e-9322-8a362e7e374c", - "x-ms-served-by": "ab90d441-6939-4ab1-9dfa-bef247d64088_132887178911805742" + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "d0f26f60-ed58-4d67-8904-0c702ab48d39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131831Z:bcad2ddd-88d4-4915-bcf4-d418a449cb93", + "x-ms-served-by": "ab90d441-6939-4ab1-9dfa-bef247d64088_132498284633170067" }, "ResponseBody": [ "[\r\n", diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm_image.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm_image.json index b68fa0f59731..9129cf117741 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm_image.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vm.pyTestMgmtComputetest_compute_vm_image.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:42:58 GMT", + "Date": "Wed, 09 Mar 2022 13:18:15 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:42:59 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WUS2 ProdSlices", - "x-ms-request-id": "4c5cd11a-abb2-422f-99c7-1c8a5b336e00" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "677e62ef-58db-40b5-87cb-eba6d9c0ba00" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:42:58 GMT", + "Date": "Wed, 09 Mar 2022 13:18:15 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:42:59 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - KRSLR1 ProdSlices", - "x-ms-request-id": "2841bb80-eb25-46d8-8ef8-468c4c110100" + "x-ms-ests-server": "2.1.12559.5 - SEASLR1 ProdSlices", + "x-ms-request-id": "9331ccfc-6a08-49ee-8b01-6eb3aa3d0700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e9507b12-cccd-4618-99ca-15b7af8883cf", + "client-request-id": "b3c97f84-b6ac-4dc3-a024-ecce92a1c348", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "e9507b12-cccd-4618-99ca-15b7af8883cf", + "client-request-id": "b3c97f84-b6ac-4dc3-a024-ecce92a1c348", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:42:58 GMT", + "Date": "Wed, 09 Mar 2022 13:18:16 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:42:59 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WUS2 ProdSlices", - "x-ms-request-id": "4c5cd11a-abb2-422f-99c7-1c8a71336e00" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "677e62ef-58db-40b5-87cb-eba6e7c0ba00" }, "ResponseBody": { "token_type": "Bearer", @@ -231,8 +219,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "da762f14-99da-11ec-bbb8-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "60524748-9fab-11ec-877b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -240,7 +228,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:42:59 GMT", + "Date": "Wed, 09 Mar 2022 13:18:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -251,11 +239,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "003f6d40-1a41-4e3a-ba4b-c453049b4800", + "x-ms-correlation-request-id": "ee8b80c8-a299-497a-87e4-c8eee9fc6379", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73998", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "eb9bef8b-c965-4183-982d-0d260da07420", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034300Z:003f6d40-1a41-4e3a-ba4b-c453049b4800", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "e51c2f5e-906c-4395-ac60-4b5b4b4cd1d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131817Z:ee8b80c8-a299-497a-87e4-c8eee9fc6379", "x-ms-served-by": "e91047d6-10df-436c-bd78-94e832a89049_132701550497636793" }, "ResponseBody": { @@ -272,6 +260,12 @@ "imageDeprecationStatus": { "imageState": "Active" }, + "features": [ + { + "name": "IsAcceleratedNetworkSupported", + "value": "True" + } + ], "osDiskImage": { "operatingSystem": "Windows", "sizeInGb": 128, @@ -292,8 +286,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "db90bdfd-99da-11ec-85f4-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "6208b286-9fab-11ec-b9bd-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -301,7 +295,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:42:59 GMT", + "Date": "Wed, 09 Mar 2022 13:18:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -312,22 +306,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "517df6db-3254-4905-8462-3d308825c709", + "x-ms-correlation-request-id": "8dd99a6e-bfa4-499c-aa6d-de44160f38bb", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43998", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "c17b12ad-3982-4823-a4c1-ce1e87e04754", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034300Z:517df6db-3254-4905-8462-3d308825c709", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "42c70c5d-0b2c-4dfa-ae63-415509470356", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131818Z:8dd99a6e-bfa4-499c-aa6d-de44160f38bb", "x-ms-served-by": "e91047d6-10df-436c-bd78-94e832a89049_132701550497636793" }, "ResponseBody": [ "[\r\n", " {\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022name\u0022: \u002217763.1817.2103030313\u0022,\r\n", - " \u0022id\u0022: \u0022/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter/Versions/17763.1817.2103030313\u0022\r\n", - " },\r\n", - " {\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022name\u0022: \u002217763.1879.2104091832\u0022,\r\n", " \u0022id\u0022: \u0022/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter/Versions/17763.1879.2104091832\u0022\r\n", " },\r\n", @@ -393,6 +382,11 @@ " },\r\n", " {\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022name\u0022: \u002217763.3129.220303\u0022,\r\n", + " \u0022id\u0022: \u0022/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter/Versions/17763.3129.220303\u0022\r\n", + " },\r\n", + " {\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022name\u0022: \u00222019.0.20181107\u0022,\r\n", " \u0022id\u0022: \u0022/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2019-Datacenter/Versions/2019.0.20181107\u0022\r\n", " },\r\n", @@ -437,8 +431,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "dbc46be6-99da-11ec-8150-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "624123d0-9fab-11ec-9dd1-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -446,7 +440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:00 GMT", + "Date": "Wed, 09 Mar 2022 13:18:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -457,11 +451,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07c6cb06-cb85-4d27-a023-409f4cfc6b36", + "x-ms-correlation-request-id": "1da212fc-c957-4a6c-9bfa-1504d2b9722f", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListVMImageOffersFromLocation3Min;199,Microsoft.Compute/ListVMImageOffersFromLocation30Min;999", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "fbf7d148-bc4c-499d-981b-b503b05a9564", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034301Z:07c6cb06-cb85-4d27-a023-409f4cfc6b36", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "7e95510d-a6f9-4eb5-a19c-05905584feb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131818Z:1da212fc-c957-4a6c-9bfa-1504d2b9722f", "x-ms-served-by": "e91047d6-10df-436c-bd78-94e832a89049_132701550497636793" }, "ResponseBody": [ @@ -587,8 +581,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "dc284f79-99da-11ec-88fa-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "62a49a80-9fab-11ec-9422-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -596,7 +590,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:01 GMT", + "Date": "Wed, 09 Mar 2022 13:18:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -607,11 +601,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c1ff6d5-7986-4d72-b6f4-9d9dcce6b6bc", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "d9587789-b5e9-47a8-bf49-fdd127f2188e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034302Z:3c1ff6d5-7986-4d72-b6f4-9d9dcce6b6bc", - "x-ms-served-by": "f9cefe57-6d7d-423a-bcb5-35422fef9c50_132881134271633169" + "x-ms-correlation-request-id": "c8c76b88-c929-4bbb-ad37-13da4560d8ea", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "39018432-b861-49a2-9963-f8bd918bd965", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131820Z:c8c76b88-c929-4bbb-ad37-13da4560d8ea", + "x-ms-served-by": "f9cefe57-6d7d-423a-bcb5-35422fef9c50_132910527506434800" }, "ResponseBody": [ "[\r\n", @@ -1007,6 +1001,11 @@ " },\r\n", " {\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022name\u0022: \u0022anjanadatasl1583402861145\u0022,\r\n", + " \u0022id\u0022: \u0022/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/eastus/Publishers/anjanadatasl1583402861145\u0022\r\n", + " },\r\n", + " {\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022name\u0022: \u0022ansys\u0022,\r\n", " \u0022id\u0022: \u0022/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/eastus/Publishers/ansys\u0022\r\n", " },\r\n", @@ -9187,6 +9186,11 @@ " },\r\n", " {\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022name\u0022: \u0022yaseensmarket1645449809728\u0022,\r\n", + " \u0022id\u0022: \u0022/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/eastus/Publishers/yaseensmarket1645449809728\u0022\r\n", + " },\r\n", + " {\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022name\u0022: \u0022yellowfin\u0022,\r\n", " \u0022id\u0022: \u0022/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/eastus/Publishers/yellowfin\u0022\r\n", " },\r\n", @@ -9286,8 +9290,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "dce2e4c0-99da-11ec-8b2d-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "63898cc2-9fab-11ec-ac24-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -9295,7 +9299,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:02 GMT", + "Date": "Wed, 09 Mar 2022 13:18:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9306,11 +9310,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3a3d162-8109-42ed-a641-4b1b3c708c81", + "x-ms-correlation-request-id": "e8d8f110-3fae-411b-8920-b0dccd75bcf8", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListVMImageSkusFromLocation3Min;9999,Microsoft.Compute/ListVMImageSkusFromLocation30Min;29999", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "0e62c77e-15d2-4d3a-a454-8ddc7efd98b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034302Z:e3a3d162-8109-42ed-a641-4b1b3c708c81", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "030ccb79-9a5c-43f0-885b-cdcd46726415", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131820Z:e8d8f110-3fae-411b-8920-b0dccd75bcf8", "x-ms-served-by": "e91047d6-10df-436c-bd78-94e832a89049_132701550497636793" }, "ResponseBody": [ diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_perform_maintenance.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_perform_maintenance.json index f938ed4b513e..b976c88f1f58 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_perform_maintenance.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_perform_maintenance.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:05 GMT", + "Date": "Wed, 09 Mar 2022 13:44:21 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 04:09:06 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "7e574540-4b4a-4823-bd80-204b779d0600" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "31d21224-a892-4d05-a34a-f7ae2b92f000" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:05 GMT", + "Date": "Wed, 09 Mar 2022 13:44:21 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 04:09:06 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - SEASLR2 ProdSlices", - "x-ms-request-id": "548eb271-eb2a-4e0f-9967-fd67bffa2400" + "x-ms-ests-server": "2.1.12529.18 - KRSLR1 ProdSlices", + "x-ms-request-id": "6399f517-d94f-4873-8bbd-2a75f1cc0600" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "a7009c8f-b3f9-45ad-8dfe-d78927f283d6", + "client-request-id": "59c92620-f902-4fcd-af8e-625797cc4cbb", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "a7009c8f-b3f9-45ad-8dfe-d78927f283d6", + "client-request-id": "59c92620-f902-4fcd-af8e-625797cc4cbb", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:05 GMT", + "Date": "Wed, 09 Mar 2022 13:44:22 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 04:09:06 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "72c22134-ca54-4b40-818b-1a29d4d00400" + "x-ms-ests-server": "2.1.12529.17 - EUS ProdSlices", + "x-ms-request-id": "855c753a-c6ce-4d51-add3-b7559d0af200" }, "ResponseBody": { "token_type": "Bearer", @@ -233,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "92", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "809a02f5-99de-11ec-9cb2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0641ac6c-9faf-11ec-9b3d-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -249,11 +237,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/ceaaf2da-ff4d-4cc9-a871-c66da2f754d2?api-version=2021-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/c2671363-ea98-4fdd-9960-0820a550a12e?api-version=2021-05-01", "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:13 GMT", + "Date": "Wed, 09 Mar 2022 13:44:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -263,21 +251,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d19116f-f464-48a6-95da-23cbad3c799a", - "x-ms-correlation-request-id": "42bf7868-fe88-4bd6-aa08-dfd432a20f63", + "x-ms-arm-service-request-id": "2226b3d6-9fba-41b2-8af1-1c20c5f37b4e", + "x-ms-correlation-request-id": "3b9b40a6-c196-441d-a9f2-13646cecc8cc", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ceaaf2da-ff4d-4cc9-a871-c66da2f754d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040914Z:42bf7868-fe88-4bd6-aa08-dfd432a20f63" + "x-ms-request-id": "c2671363-ea98-4fdd-9960-0820a550a12e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134431Z:3b9b40a6-c196-441d-a9f2-13646cecc8cc" }, "ResponseBody": { "name": "networknamex33d53158", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex33d53158", - "etag": "W/\u002286a373cc-e3d1-48f9-bb05-6fb0da89f9be\u0022", + "etag": "W/\u0022004bdf82-5120-4128-b402-e824fc4bd03e\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "990d9fba-9e0d-43dc-a04d-1d60916dbe2e", + "resourceGuid": "6b449594-9d22-4e49-b1a3-8b03c606cfea", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -290,15 +278,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/ceaaf2da-ff4d-4cc9-a871-c66da2f754d2?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/c2671363-ea98-4fdd-9960-0820a550a12e?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "809a02f5-99de-11ec-9cb2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0641ac6c-9faf-11ec-9b3d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -306,7 +294,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:16 GMT", + "Date": "Wed, 09 Mar 2022 13:44:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -317,11 +305,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cdbbff7d-55a9-4ffc-9afb-7d2e347555ee", - "x-ms-correlation-request-id": "286ad28e-0aae-4c6b-8126-c68ff63c1796", + "x-ms-arm-service-request-id": "c0af8354-b58e-4173-9775-a963d0c85ab1", + "x-ms-correlation-request-id": "f52e095c-9f23-4bbd-adfc-bf61db46af9e", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "96e2e99d-6be0-4e89-921e-8f93bc01f75f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040917Z:286ad28e-0aae-4c6b-8126-c68ff63c1796" + "x-ms-request-id": "71996d78-569d-4f4d-a44b-67c52312d3e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134435Z:f52e095c-9f23-4bbd-adfc-bf61db46af9e" }, "ResponseBody": { "status": "Succeeded" @@ -335,8 +323,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "809a02f5-99de-11ec-9cb2-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0641ac6c-9faf-11ec-9b3d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -344,8 +332,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:17 GMT", - "ETag": "W/\u0022af30870b-9dc6-4849-8081-50efab1fd667\u0022", + "Date": "Wed, 09 Mar 2022 13:44:35 GMT", + "ETag": "W/\u002280fa5aa8-4c0e-42c7-9fd5-17eb83179dc5\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -356,21 +344,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "66ac93d1-8c8e-4eef-bffd-802f1c964c27", - "x-ms-correlation-request-id": "aacc1d7b-449b-4184-8ae1-511ddfd68edc", + "x-ms-arm-service-request-id": "c5ba4a05-49db-4b0f-9481-08c7ea6a9a89", + "x-ms-correlation-request-id": "14551411-b772-4137-8942-2577058ae396", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "b727996a-5f13-4ccd-a3b1-1d9b0c8c0a24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040917Z:aacc1d7b-449b-4184-8ae1-511ddfd68edc" + "x-ms-request-id": "1642dc20-c6df-418a-9100-c9ed96381a45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134436Z:14551411-b772-4137-8942-2577058ae396" }, "ResponseBody": { "name": "networknamex33d53158", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex33d53158", - "etag": "W/\u0022af30870b-9dc6-4849-8081-50efab1fd667\u0022", + "etag": "W/\u002280fa5aa8-4c0e-42c7-9fd5-17eb83179dc5\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "990d9fba-9e0d-43dc-a04d-1d60916dbe2e", + "resourceGuid": "6b449594-9d22-4e49-b1a3-8b03c606cfea", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -392,8 +380,8 @@ "Connection": "keep-alive", "Content-Length": "48", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "87dd80b4-99de-11ec-8af7-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0ef9b5e2-9faf-11ec-ac5d-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -402,11 +390,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/4bf9ab07-9a58-4338-8ee9-c45e3c93dafe?api-version=2021-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b5c38af4-f32f-46d5-81cb-c901da73899c?api-version=2021-05-01", "Cache-Control": "no-cache", "Content-Length": "555", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:17 GMT", + "Date": "Wed, 09 Mar 2022 13:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -416,16 +404,16 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a9bce44-42dd-4d4a-8d8f-b7a7bd55b774", - "x-ms-correlation-request-id": "79c79db1-1db4-4895-bae3-ca769140eab5", + "x-ms-arm-service-request-id": "e82d8740-3c36-454e-bdf0-b37bd00fb247", + "x-ms-correlation-request-id": "ab439455-94e5-49b1-b257-139673dae24f", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "4bf9ab07-9a58-4338-8ee9-c45e3c93dafe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040918Z:79c79db1-1db4-4895-bae3-ca769140eab5" + "x-ms-request-id": "b5c38af4-f32f-46d5-81cb-c901da73899c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134436Z:ab439455-94e5-49b1-b257-139673dae24f" }, "ResponseBody": { "name": "subnetnamex33d53158", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex33d53158/subnets/subnetnamex33d53158", - "etag": "W/\u00228cc97ecc-bf79-46a9-9a45-b5e319fd586c\u0022", + "etag": "W/\u0022a15c3c84-5b21-4696-8b61-ce618af2cde8\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -437,15 +425,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/4bf9ab07-9a58-4338-8ee9-c45e3c93dafe?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b5c38af4-f32f-46d5-81cb-c901da73899c?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "87dd80b4-99de-11ec-8af7-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0ef9b5e2-9faf-11ec-ac5d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -453,7 +441,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:21 GMT", + "Date": "Wed, 09 Mar 2022 13:44:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -464,11 +452,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1025d572-7a1d-41bb-99da-52d937acbf7f", - "x-ms-correlation-request-id": "4b688e6c-d859-4144-b83d-0fd97fb8f487", + "x-ms-arm-service-request-id": "e55d6bef-1096-4785-9408-398ee2f1ebf8", + "x-ms-correlation-request-id": "f6a420af-b614-4102-9a52-5c5187fd371d", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "4454e26e-8b93-474e-a980-a612713387a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040921Z:4b688e6c-d859-4144-b83d-0fd97fb8f487" + "x-ms-request-id": "06575156-a04b-4719-8ee0-3c31c97fcc90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134440Z:f6a420af-b614-4102-9a52-5c5187fd371d" }, "ResponseBody": { "status": "Succeeded" @@ -482,8 +470,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "87dd80b4-99de-11ec-8af7-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "0ef9b5e2-9faf-11ec-ac5d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -491,8 +479,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:21 GMT", - "ETag": "W/\u0022f42f6cd5-a3a6-4514-b1f6-51056eec6a49\u0022", + "Date": "Wed, 09 Mar 2022 13:44:39 GMT", + "ETag": "W/\u0022edc3e154-411c-4162-87e3-41e451a92afd\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -503,16 +491,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6191984-ef7c-4ca9-bb2e-c852abfeb575", - "x-ms-correlation-request-id": "e8b5bf4a-1d94-4ad6-9f58-769454c5ef07", + "x-ms-arm-service-request-id": "406c44c1-2f46-47ac-b7fa-6507c11c4f7b", + "x-ms-correlation-request-id": "e69a4c49-8e73-4e78-bd63-6dc4aff4568d", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "aae3f698-3ab5-4ffa-b7e7-b69340b6cc07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040922Z:e8b5bf4a-1d94-4ad6-9f58-769454c5ef07" + "x-ms-request-id": "fa43ebea-203c-4e80-88fc-ab9626a0bf8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134440Z:e69a4c49-8e73-4e78-bd63-6dc4aff4568d" }, "ResponseBody": { "name": "subnetnamex33d53158", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex33d53158/subnets/subnetnamex33d53158", - "etag": "W/\u0022f42f6cd5-a3a6-4514-b1f6-51056eec6a49\u0022", + "etag": "W/\u0022edc3e154-411c-4162-87e3-41e451a92afd\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -530,7 +518,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -540,17 +528,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:21 GMT", + "Date": "Wed, 09 Mar 2022 13:44:39 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 04:09:22 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WUS2 ProdSlices", - "x-ms-request-id": "624bc752-537f-4ef6-a68c-7720af5a7100" + "x-ms-ests-server": "2.1.12529.17 - WUS2 ProdSlices", + "x-ms-request-id": "6d1a3b7a-c33d-4ad4-a0f4-fa88b39d3001" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -627,8 +611,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -638,17 +622,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:21 GMT", + "Date": "Wed, 09 Mar 2022 13:44:39 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 04:09:22 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - KRSLR2 ProdSlices", - "x-ms-request-id": "f22f8efa-dd97-4755-adcd-a105bd142900" + "x-ms-ests-server": "2.1.12559.5 - KRSLR2 ProdSlices", + "x-ms-request-id": "74686d42-e74f-4c32-91b9-75ee509a0700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -703,41 +683,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f29811f7-2185-4a5c-bbe1-77a0c68b3a6d", + "client-request-id": "b0cc038e-edfc-4f8e-ab48-339a2bbddacc", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "f29811f7-2185-4a5c-bbe1-77a0c68b3a6d", + "client-request-id": "b0cc038e-edfc-4f8e-ab48-339a2bbddacc", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:22 GMT", + "Date": "Wed, 09 Mar 2022 13:44:40 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 04:09:22 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "7e574540-4b4a-4823-bd80-204bbe9f0600" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "7071df25-537d-455b-ae8c-e5e5b3b1c600" }, "ResponseBody": { "token_type": "Bearer", @@ -756,8 +732,8 @@ "Connection": "keep-alive", "Content-Length": "948", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "8a8f6efe-99de-11ec-900a-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "1175b090-9faf-11ec-96b4-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -819,11 +795,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/19cc1735-9dfb-49a2-92bd-c3d2ca88974d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/58227b06-bdb4-4b7a-bb4c-4f54d7721c10?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "2099", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:27 GMT", + "Date": "Wed, 09 Mar 2022 13:44:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -833,12 +809,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e128a8d-5f5c-4a3e-ac84-fa15a186ac1c", + "x-ms-correlation-request-id": "9b776eb7-0b09-421e-83f2-4fcea1cb54c2", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;185,Microsoft.Compute/CreateVMScaleSet30Min;929,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3725,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1197", "x-ms-request-charge": "2", - "x-ms-request-id": "19cc1735-9dfb-49a2-92bd-c3d2ca88974d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040928Z:2e128a8d-5f5c-4a3e-ac84-fa15a186ac1c" + "x-ms-request-id": "58227b06-bdb4-4b7a-bb4c-4f54d7721c10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134444Z:9b776eb7-0b09-421e-83f2-4fcea1cb54c2" }, "ResponseBody": { "name": "virtualmachinescaleset33d53158", @@ -914,21 +890,21 @@ "provisioningState": "Creating", "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": false, - "uniqueId": "4f0b0b22-02bc-4454-9f78-0a13a931ef6a", - "timeCreated": "2022-03-02T04:09:26.6692025\u002B00:00" + "uniqueId": "6a91e226-f428-4cd5-8850-824992221423", + "timeCreated": "2022-03-09T13:44:43.2474769\u002B00:00" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/19cc1735-9dfb-49a2-92bd-c3d2ca88974d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/58227b06-bdb4-4b7a-bb4c-4f54d7721c10?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "8a8f6efe-99de-11ec-900a-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "1175b090-9faf-11ec-96b4-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -936,7 +912,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:09:37 GMT", + "Date": "Wed, 09 Mar 2022 13:44:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "97", @@ -948,28 +924,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29c34608-75ae-4743-bf38-c57ed22be7ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29892", + "x-ms-correlation-request-id": "ead43ef9-e8f1-4b6f-9010-eba8928cda3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29890", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "32a20f12-4675-4b81-a5d8-e532240260c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040938Z:29c34608-75ae-4743-bf38-c57ed22be7ee" + "x-ms-request-id": "cf098edc-b8a2-42d6-86ba-69cf6ef14417", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134455Z:ead43ef9-e8f1-4b6f-9010-eba8928cda3f" }, "ResponseBody": { - "startTime": "2022-03-02T04:09:26.6692025\u002B00:00", + "startTime": "2022-03-09T13:44:43.2474769\u002B00:00", "status": "InProgress", - "name": "19cc1735-9dfb-49a2-92bd-c3d2ca88974d" + "name": "58227b06-bdb4-4b7a-bb4c-4f54d7721c10" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/19cc1735-9dfb-49a2-92bd-c3d2ca88974d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/58227b06-bdb4-4b7a-bb4c-4f54d7721c10?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "8a8f6efe-99de-11ec-900a-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "1175b090-9faf-11ec-96b4-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -977,7 +953,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:11:16 GMT", + "Date": "Wed, 09 Mar 2022 13:46:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -988,17 +964,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6d5063c-c3dc-4de0-ad06-68ae666c32f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29907", + "x-ms-correlation-request-id": "0bd28558-a838-450a-a2d4-871d32f1172c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29905", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7e400210-06dd-4b55-8425-ac7ae15181ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041117Z:b6d5063c-c3dc-4de0-ad06-68ae666c32f9" + "x-ms-request-id": "f1dd10cd-f923-4c0b-9155-90021ef5f26a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134633Z:0bd28558-a838-450a-a2d4-871d32f1172c" }, "ResponseBody": { - "startTime": "2022-03-02T04:09:26.6692025\u002B00:00", - "endTime": "2022-03-02T04:11:02.0290842\u002B00:00", + "startTime": "2022-03-09T13:44:43.2474769\u002B00:00", + "endTime": "2022-03-09T13:46:08.449425\u002B00:00", "status": "Succeeded", - "name": "19cc1735-9dfb-49a2-92bd-c3d2ca88974d" + "name": "58227b06-bdb4-4b7a-bb4c-4f54d7721c10" } }, { @@ -1009,8 +985,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "8a8f6efe-99de-11ec-900a-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "1175b090-9faf-11ec-96b4-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1018,7 +994,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:11:17 GMT", + "Date": "Wed, 09 Mar 2022 13:46:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1029,11 +1005,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59119cf8-17b9-4a9b-b969-6c32a94b4fb8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2580", + "x-ms-correlation-request-id": "a93b2219-dbbf-4b4d-8df0-6b60adf73c9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2577", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "3a85102c-4448-4d77-ba9c-53d4a57aad9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041117Z:59119cf8-17b9-4a9b-b969-6c32a94b4fb8" + "x-ms-request-id": "f50366b1-74b5-4a3f-a768-efa8801b2e9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134633Z:a93b2219-dbbf-4b4d-8df0-6b60adf73c9d" }, "ResponseBody": { "name": "virtualmachinescaleset33d53158", @@ -1109,8 +1085,8 @@ "provisioningState": "Succeeded", "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": false, - "uniqueId": "4f0b0b22-02bc-4454-9f78-0a13a931ef6a", - "timeCreated": "2022-03-02T04:09:26.6692025\u002B00:00" + "uniqueId": "6a91e226-f428-4cd5-8850-824992221423", + "timeCreated": "2022-03-09T13:44:43.2474769\u002B00:00" } } }, @@ -1122,8 +1098,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3ac944f3-99df-11ec-a8aa-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c0368830-9faf-11ec-ba42-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 404, @@ -1131,7 +1107,7 @@ "Cache-Control": "no-cache", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:14:18 GMT", + "Date": "Wed, 09 Mar 2022 13:49:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1140,12 +1116,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27f4c5cf-f541-4277-a368-d98fe7aaae33", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999", + "x-ms-correlation-request-id": "909b3b4a-d272-4051-8ebe-e3d64c9be879", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4993,Microsoft.Compute/VMScaleSetVMViews3Min;4999", "x-ms-ratelimit-remaining-subscription-reads": "11999", "x-ms-request-charge": "1", - "x-ms-request-id": "9000955e-1242-4563-9dbf-1e3f38aa78c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041419Z:27f4c5cf-f541-4277-a368-d98fe7aaae33" + "x-ms-request-id": "e0deb432-08bb-4f80-94f2-93d55002b8e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134934Z:909b3b4a-d272-4051-8ebe-e3d64c9be879" }, "ResponseBody": { "error": { @@ -1162,8 +1138,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3b878ddf-99df-11ec-8feb-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c0f65e90-9faf-11ec-be26-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1171,7 +1147,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:14:19 GMT", + "Date": "Wed, 09 Mar 2022 13:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1182,20 +1158,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "457b686b-090d-4051-af9d-4ad0045e6919", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998,Microsoft.Compute/VMScaleSetVMViews3Min;4998", + "x-ms-correlation-request-id": "72e4cfa9-daef-4786-8756-6349b82ec803", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4992,Microsoft.Compute/VMScaleSetVMViews3Min;4998", "x-ms-ratelimit-remaining-subscription-reads": "11998", "x-ms-request-charge": "1", - "x-ms-request-id": "dd3b1cb1-e66b-44c2-acd7-45c7a74602df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041419Z:457b686b-090d-4051-af9d-4ad0045e6919" + "x-ms-request-id": "d8d0bb70-96ec-4d22-95dd-0c5a7d5414e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134935Z:72e4cfa9-daef-4786-8756-6349b82ec803" }, "ResponseBody": { - "placementGroupId": "e59ec5e9-1dce-48e5-94ff-5322cab7336d", + "placementGroupId": "40e9ad5c-cf6e-4497-85e6-91168965338f", "platformUpdateDomain": 1, "platformFaultDomain": 1, "computerName": "testPC000001", "osName": "Windows Server 2016 Datacenter", - "osVersion": "10.0.14393.4946", + "osVersion": "10.0.14393.5006", "vmAgent": { "vmAgentVersion": "2.7.41491.1032", "statuses": [ @@ -1204,19 +1180,19 @@ "level": "Info", "displayStatus": "Ready", "message": "GuestAgent is running and processing the extensions.", - "time": "2022-03-02T04:14:03.279\u002B00:00" + "time": "2022-03-09T13:49:24.1\u002B00:00" } ] }, "disks": [ { - "name": "virtualmachinescalesvirtualmachinescaleseOS__1_e7162df4111b44a89950776b64d839a1", + "name": "virtualmachinescalesvirtualmachinescaleseOS__1_16a9bae47e0c4e29b3c04d8124c1e74e", "statuses": [ { "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T04:09:31.2785968\u002B00:00" + "time": "2022-03-09T13:44:46.9193587\u002B00:00" } ] } @@ -1227,7 +1203,7 @@ "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T04:11:01.9509302\u002B00:00" + "time": "2022-03-09T13:46:07.9338019\u002B00:00" }, { "code": "PowerState/running", @@ -1247,8 +1223,8 @@ "Connection": "keep-alive", "Content-Length": "0", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3bc8d4bc-99df-11ec-aa2e-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c12f6476-9faf-11ec-8a2e-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 409, @@ -1256,7 +1232,7 @@ "Cache-Control": "no-cache", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:14:19 GMT", + "Date": "Wed, 09 Mar 2022 13:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1265,11 +1241,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39c177c6-df02-43d5-b259-42f243c1eda0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199", + "x-ms-correlation-request-id": "4642f232-38d7-4feb-a27a-2789581aacea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1190", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "c2ffd172-e9ea-4460-811f-18657609e299", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041420Z:39c177c6-df02-43d5-b259-42f243c1eda0" + "x-ms-request-id": "07c3342c-233b-4177-bbb3-2c3cd9e67195", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134935Z:4642f232-38d7-4feb-a27a-2789581aacea" }, "ResponseBody": { "error": { @@ -1287,8 +1263,8 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3c04322a-99df-11ec-b9d1-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c16b8cf4-9faf-11ec-8be3-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 409, @@ -1296,7 +1272,7 @@ "Cache-Control": "no-cache", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:14:20 GMT", + "Date": "Wed, 09 Mar 2022 13:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1305,11 +1281,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e98fbe21-74da-4172-949b-c347d25c0097", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1198", + "x-ms-correlation-request-id": "7016f71c-e64e-4124-9836-fbec3a6cd659", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1189", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "e157500d-e20b-4b4a-9195-e78ecf0d959d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041420Z:e98fbe21-74da-4172-949b-c347d25c0097" + "x-ms-request-id": "0dcab923-a530-48a1-b68c-56e953f6dbf1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134936Z:7016f71c-e64e-4124-9836-fbec3a6cd659" }, "ResponseBody": { "error": { @@ -1327,19 +1303,19 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3c3c33f0-99df-11ec-b110-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c1a341e6-9faf-11ec-83f9-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/82ee1aa9-511b-40de-a64f-9b07fb943de1?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/abd21d03-ff3d-4e23-9be2-ff7cbbf8aa82?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 04:14:20 GMT", + "Date": "Wed, 09 Mar 2022 13:49:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/82ee1aa9-511b-40de-a64f-9b07fb943de1?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/abd21d03-ff3d-4e23-9be2-ff7cbbf8aa82?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1348,25 +1324,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc9efb63-6916-4d12-831d-960e752e04b7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3728,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-correlation-request-id": "68cb75d1-4c87-4d7f-bf28-aaf9e693ae6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;397,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3728,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-deletes": "14999", "x-ms-request-charge": "1", - "x-ms-request-id": "82ee1aa9-511b-40de-a64f-9b07fb943de1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041421Z:bc9efb63-6916-4d12-831d-960e752e04b7" + "x-ms-request-id": "abd21d03-ff3d-4e23-9be2-ff7cbbf8aa82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134936Z:68cb75d1-4c87-4d7f-bf28-aaf9e693ae6c" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/82ee1aa9-511b-40de-a64f-9b07fb943de1?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/abd21d03-ff3d-4e23-9be2-ff7cbbf8aa82?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3c3c33f0-99df-11ec-b110-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c1a341e6-9faf-11ec-83f9-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1374,7 +1350,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:14:30 GMT", + "Date": "Wed, 09 Mar 2022 13:49:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "11", @@ -1386,28 +1362,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30b73138-b3f8-4b74-960c-96fb56046c6e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999", + "x-ms-correlation-request-id": "e3c40ddd-45e5-4dc9-b3a3-d8ba529eb09f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29903", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "a5e7c3fe-a590-4a02-91e7-ceda4700fba5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041431Z:30b73138-b3f8-4b74-960c-96fb56046c6e" + "x-ms-request-id": "913a710d-bfb5-4dc0-aa90-255b6cbe7fbd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134947Z:e3c40ddd-45e5-4dc9-b3a3-d8ba529eb09f" }, "ResponseBody": { - "startTime": "2022-03-02T04:14:20.8975425\u002B00:00", + "startTime": "2022-03-09T13:49:36.54471\u002B00:00", "status": "InProgress", - "name": "82ee1aa9-511b-40de-a64f-9b07fb943de1" + "name": "abd21d03-ff3d-4e23-9be2-ff7cbbf8aa82" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/82ee1aa9-511b-40de-a64f-9b07fb943de1?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/abd21d03-ff3d-4e23-9be2-ff7cbbf8aa82?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3c3c33f0-99df-11ec-b110-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c1a341e6-9faf-11ec-83f9-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1415,7 +1391,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:14:42 GMT", + "Date": "Wed, 09 Mar 2022 13:49:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1426,28 +1402,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fddb3531-b412-41be-b85d-184f9d73ae58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998", + "x-ms-correlation-request-id": "2519bd64-e4a8-4852-ad18-865c67b9ada1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29902", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "892decbb-45f5-456e-b3b1-b9b57701c002", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041442Z:fddb3531-b412-41be-b85d-184f9d73ae58" + "x-ms-request-id": "ac04a06d-b43f-4aab-8f8f-3c8e8e084c5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134958Z:2519bd64-e4a8-4852-ad18-865c67b9ada1" }, "ResponseBody": { - "startTime": "2022-03-02T04:14:20.8975425\u002B00:00", + "startTime": "2022-03-09T13:49:36.54471\u002B00:00", "status": "InProgress", - "name": "82ee1aa9-511b-40de-a64f-9b07fb943de1" + "name": "abd21d03-ff3d-4e23-9be2-ff7cbbf8aa82" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/82ee1aa9-511b-40de-a64f-9b07fb943de1?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/abd21d03-ff3d-4e23-9be2-ff7cbbf8aa82?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3c3c33f0-99df-11ec-b110-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "c1a341e6-9faf-11ec-83f9-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1455,7 +1431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:15:12 GMT", + "Date": "Wed, 09 Mar 2022 13:50:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1466,17 +1442,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae3c094a-244e-4bfb-90c5-beb8c3c96826", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997", + "x-ms-correlation-request-id": "e866a3a5-7a4e-4606-a65e-5533a0a6a715", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29907", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "9b7012ee-ee5c-43e4-9e97-1173850cdd77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T041513Z:ae3c094a-244e-4bfb-90c5-beb8c3c96826" + "x-ms-request-id": "1660e82d-ad20-4244-aa61-0842fd0436f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T135028Z:e866a3a5-7a4e-4606-a65e-5533a0a6a715" }, "ResponseBody": { - "startTime": "2022-03-02T04:14:20.8975425\u002B00:00", - "endTime": "2022-03-02T04:14:55.0384736\u002B00:00", + "startTime": "2022-03-09T13:49:36.54471\u002B00:00", + "endTime": "2022-03-09T13:50:14.4041278\u002B00:00", "status": "Succeeded", - "name": "82ee1aa9-511b-40de-a64f-9b07fb943de1" + "name": "abd21d03-ff3d-4e23-9be2-ff7cbbf8aa82" } } ], diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_vm.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_vm.json index 23684db3963c..b3f74cce8aca 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_vm.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_vm.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:19 GMT", + "Date": "Wed, 09 Mar 2022 13:18:39 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:43:20 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - SCUS ProdSlices", - "x-ms-request-id": "17630ebc-73c0-400d-935d-54ead9671700" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "cba0a9d8-ef8c-4f79-9dbb-79238ecbf300" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:19 GMT", + "Date": "Wed, 09 Mar 2022 13:18:39 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:43:20 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - KRSLR1 ProdSlices", - "x-ms-request-id": "2841bb80-eb25-46d8-8ef8-468c17120100" + "x-ms-ests-server": "2.1.12559.5 - KRSLR2 ProdSlices", + "x-ms-request-id": "6fd3393b-1a68-4088-a912-47d148c70700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "8f34a11a-4b89-4953-afbb-517a4e88973c", + "client-request-id": "bdca6e8f-97eb-4008-bd3f-0c297ed2d700", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "8f34a11a-4b89-4953-afbb-517a4e88973c", + "client-request-id": "bdca6e8f-97eb-4008-bd3f-0c297ed2d700", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:19 GMT", + "Date": "Wed, 09 Mar 2022 13:18:40 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:43:20 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - SCUS ProdSlices", - "x-ms-request-id": "a8d38cd5-184f-4ffd-bb78-a8f0a70a1700" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "677e62ef-58db-40b5-87cb-eba63cc5ba00" }, "ResponseBody": { "token_type": "Bearer", @@ -233,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "92", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "e76341fa-99da-11ec-a609-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "6f1bc378-9fab-11ec-9781-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -249,11 +237,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/737d4ab1-faea-4d52-be27-84694bc4cbd9?api-version=2021-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/9166ae93-2312-4b6b-ac1d-d47ff509c4b5?api-version=2021-05-01", "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:24 GMT", + "Date": "Wed, 09 Mar 2022 13:18:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -263,21 +251,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ef926b8-8a3d-4f7d-8b98-7b052ea8a1ef", - "x-ms-correlation-request-id": "5bfeb036-5ecd-498e-b95e-ab4ee1bfad24", - "x-ms-ratelimit-remaining-subscription-writes": "1168", - "x-ms-request-id": "737d4ab1-faea-4d52-be27-84694bc4cbd9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034325Z:5bfeb036-5ecd-498e-b95e-ab4ee1bfad24" + "x-ms-arm-service-request-id": "88adaf50-8ec0-4ec8-b7b5-76e1e557da0e", + "x-ms-correlation-request-id": "85b4056b-938b-46b7-9c68-22e4103b5398", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "9166ae93-2312-4b6b-ac1d-d47ff509c4b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131844Z:85b4056b-938b-46b7-9c68-22e4103b5398" }, "ResponseBody": { "name": "networknamex16842a5e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex16842a5e", - "etag": "W/\u00220366e232-148a-46c6-9925-442b42cf57f3\u0022", + "etag": "W/\u0022dc52598a-2b83-48e2-a1de-8ea0ce3cb90a\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "8ac6c12f-7f6d-42c3-81e9-b34d99632162", + "resourceGuid": "9b2638dd-c0d5-4bf5-b117-c6ba4ae07daf", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -290,15 +278,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/737d4ab1-faea-4d52-be27-84694bc4cbd9?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/9166ae93-2312-4b6b-ac1d-d47ff509c4b5?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "e76341fa-99da-11ec-a609-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "6f1bc378-9fab-11ec-9781-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -306,7 +294,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:28 GMT", + "Date": "Wed, 09 Mar 2022 13:18:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -317,11 +305,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "68eb03b6-1bec-45a9-9794-71e0d8ffe629", - "x-ms-correlation-request-id": "b74ed8d9-a637-4a64-8b48-1c4ea87e6202", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "82a2b972-665b-411b-90d7-21a3bb59e26e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034329Z:b74ed8d9-a637-4a64-8b48-1c4ea87e6202" + "x-ms-arm-service-request-id": "771900e8-9d02-4924-a80b-bf0878454a38", + "x-ms-correlation-request-id": "f25b78a7-0605-4932-8318-120ccc3f852a", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "74c487e7-96fa-4d4a-b0bf-7260d3c23f1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131848Z:f25b78a7-0605-4932-8318-120ccc3f852a" }, "ResponseBody": { "status": "Succeeded" @@ -335,8 +323,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "e76341fa-99da-11ec-a609-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "6f1bc378-9fab-11ec-9781-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -344,8 +332,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:29 GMT", - "ETag": "W/\u0022a3f20d02-5783-44d0-a55b-d83b3daa9f4f\u0022", + "Date": "Wed, 09 Mar 2022 13:18:48 GMT", + "ETag": "W/\u0022269fa970-6b73-47a2-b156-85aa07cd3dad\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -356,21 +344,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8ec31a77-dbe0-43d5-8846-674cc85f493e", - "x-ms-correlation-request-id": "7c75541f-047e-40cf-9482-a98b7ec93880", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "85defd6f-798a-4d70-b441-cc93051268aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034329Z:7c75541f-047e-40cf-9482-a98b7ec93880" + "x-ms-arm-service-request-id": "9d1b7a7c-8190-465e-96e4-951430624a4a", + "x-ms-correlation-request-id": "be8a5243-210d-4f86-84ff-b4e9a0d426e5", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "c1343d67-9f75-4580-99ec-ba0faa3650e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131848Z:be8a5243-210d-4f86-84ff-b4e9a0d426e5" }, "ResponseBody": { "name": "networknamex16842a5e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex16842a5e", - "etag": "W/\u0022a3f20d02-5783-44d0-a55b-d83b3daa9f4f\u0022", + "etag": "W/\u0022269fa970-6b73-47a2-b156-85aa07cd3dad\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8ac6c12f-7f6d-42c3-81e9-b34d99632162", + "resourceGuid": "9b2638dd-c0d5-4bf5-b117-c6ba4ae07daf", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -392,8 +380,8 @@ "Connection": "keep-alive", "Content-Length": "48", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ed1b484b-99da-11ec-b422-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "74ad68e4-9fab-11ec-9e06-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -402,11 +390,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/97f993cf-c79c-4c16-8e3f-babd99f27c73?api-version=2021-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/d80ec779-4f66-48fe-8ad5-c3763dd6dda5?api-version=2021-05-01", "Cache-Control": "no-cache", "Content-Length": "555", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:29 GMT", + "Date": "Wed, 09 Mar 2022 13:18:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -416,16 +404,16 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd5e4f73-2f59-4e2a-b8c0-069c23333bd9", - "x-ms-correlation-request-id": "11f7be2a-fcbe-437f-b78f-0669822fb2e9", - "x-ms-ratelimit-remaining-subscription-writes": "1167", - "x-ms-request-id": "97f993cf-c79c-4c16-8e3f-babd99f27c73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034330Z:11f7be2a-fcbe-437f-b78f-0669822fb2e9" + "x-ms-arm-service-request-id": "5a5b2718-3a38-43cb-b9e0-9f2004c877a2", + "x-ms-correlation-request-id": "0358f04b-63dd-4281-b865-fc2a504d3d7b", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "d80ec779-4f66-48fe-8ad5-c3763dd6dda5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131849Z:0358f04b-63dd-4281-b865-fc2a504d3d7b" }, "ResponseBody": { "name": "subnetnamex16842a5e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex16842a5e/subnets/subnetnamex16842a5e", - "etag": "W/\u0022f76faa5d-94c3-445a-80b8-a6a27956a4e8\u0022", + "etag": "W/\u00228a224c98-3337-4236-8825-89c276d86ffd\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -437,15 +425,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/97f993cf-c79c-4c16-8e3f-babd99f27c73?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/d80ec779-4f66-48fe-8ad5-c3763dd6dda5?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ed1b484b-99da-11ec-b422-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "74ad68e4-9fab-11ec-9e06-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -453,7 +441,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:33 GMT", + "Date": "Wed, 09 Mar 2022 13:18:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -464,11 +452,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a78de9cb-52b8-42f3-9a14-30ef198da54a", - "x-ms-correlation-request-id": "39e5add8-c289-479e-90c4-fab78fafe205", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "7413e2f5-b9b8-46b5-a5f5-d6dfed6514fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034333Z:39e5add8-c289-479e-90c4-fab78fafe205" + "x-ms-arm-service-request-id": "fdefd14c-3865-4ba9-8eea-60d50009bded", + "x-ms-correlation-request-id": "f38c5d86-ca08-4519-8a6e-337f17f9aedb", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "feba062d-98dd-4caa-a34f-67bb1b5abb90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131853Z:f38c5d86-ca08-4519-8a6e-337f17f9aedb" }, "ResponseBody": { "status": "Succeeded" @@ -482,8 +470,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ed1b484b-99da-11ec-b422-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "74ad68e4-9fab-11ec-9e06-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -491,8 +479,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:33 GMT", - "ETag": "W/\u002296a4fa83-a7cd-4e28-a3f6-d9eca5593f62\u0022", + "Date": "Wed, 09 Mar 2022 13:18:53 GMT", + "ETag": "W/\u0022d8956844-d5b1-431c-b5ac-d6f5f31d7d61\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -503,16 +491,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2be65574-9db4-49dc-b510-fa94daf5bfc6", - "x-ms-correlation-request-id": "401a3875-f56e-453b-8325-f1e5149f84c2", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "9193d751-7964-423d-a3f5-3f839f93d443", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034334Z:401a3875-f56e-453b-8325-f1e5149f84c2" + "x-ms-arm-service-request-id": "69ea9776-da5f-41e5-acfb-247bb2204ec8", + "x-ms-correlation-request-id": "e187aa8a-0c75-4af8-b3b3-9ad64a8a234c", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "b6eed4c6-0a07-4b18-828d-9788a35d87c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131853Z:e187aa8a-0c75-4af8-b3b3-9ad64a8a234c" }, "ResponseBody": { "name": "subnetnamex16842a5e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex16842a5e/subnets/subnetnamex16842a5e", - "etag": "W/\u002296a4fa83-a7cd-4e28-a3f6-d9eca5593f62\u0022", + "etag": "W/\u0022d8956844-d5b1-431c-b5ac-d6f5f31d7d61\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -530,7 +518,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -540,17 +528,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:33 GMT", + "Date": "Wed, 09 Mar 2022 13:18:53 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:43:34 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WUS2 ProdSlices", - "x-ms-request-id": "08add27b-4f96-4a17-b36a-bb1154557200" + "x-ms-ests-server": "2.1.12529.17 - NCUS ProdSlices", + "x-ms-request-id": "211374c7-77b8-49bd-897a-34b96cddbc00" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -627,8 +611,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -638,17 +622,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:33 GMT", + "Date": "Wed, 09 Mar 2022 13:18:54 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:43:34 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - SEASLR2 ProdSlices", - "x-ms-request-id": "877e778d-0bdf-411f-9da9-658bc1fa2800" + "x-ms-ests-server": "2.1.12559.5 - SEASLR2 ProdSlices", + "x-ms-request-id": "80ac1809-c216-4274-985d-58a7b2ad0700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -703,41 +683,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f3b45da7-e6c7-4d6b-a9d0-023437343d4d", + "client-request-id": "5552fbed-6a77-49ad-a792-18133ce69f68", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "f3b45da7-e6c7-4d6b-a9d0-023437343d4d", + "client-request-id": "5552fbed-6a77-49ad-a792-18133ce69f68", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:33 GMT", + "Date": "Wed, 09 Mar 2022 13:18:54 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:43:34 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - SCUS ProdSlices", - "x-ms-request-id": "17630ebc-73c0-400d-935d-54ea3c6a1700" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "cba0a9d8-ef8c-4f79-9dbb-792327cff300" }, "ResponseBody": { "token_type": "Bearer", @@ -756,8 +732,8 @@ "Connection": "keep-alive", "Content-Length": "948", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "efb87ae6-99da-11ec-926c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "779a8f0a-9fab-11ec-a816-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -819,11 +795,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f7a6c770-f0e8-49d9-9e66-580523c70c7a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a1754905-bcda-4e55-b93a-9534c0b3dd7a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "2099", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:39 GMT", + "Date": "Wed, 09 Mar 2022 13:18:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -833,12 +809,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b3f6585-36ae-4037-958f-1ebdf52e908f", + "x-ms-correlation-request-id": "cc3c988d-c4d4-4b44-af52-64a94ef4f364", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;185,Microsoft.Compute/CreateVMScaleSet30Min;931,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3727,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1166", + "x-ms-ratelimit-remaining-subscription-writes": "1187", "x-ms-request-charge": "2", - "x-ms-request-id": "f7a6c770-f0e8-49d9-9e66-580523c70c7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034339Z:4b3f6585-36ae-4037-958f-1ebdf52e908f" + "x-ms-request-id": "a1754905-bcda-4e55-b93a-9534c0b3dd7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131858Z:cc3c988d-c4d4-4b44-af52-64a94ef4f364" }, "ResponseBody": { "name": "virtualmachinescaleset16842a5e", @@ -914,21 +890,21 @@ "provisioningState": "Creating", "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": false, - "uniqueId": "62c6d964-c2fb-4d87-8ed1-ac5c0c0dee44", - "timeCreated": "2022-03-02T03:43:36.9908199\u002B00:00" + "uniqueId": "f44a491d-7362-440d-9752-2254fb931893", + "timeCreated": "2022-03-09T13:18:56.7928174\u002B00:00" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f7a6c770-f0e8-49d9-9e66-580523c70c7a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a1754905-bcda-4e55-b93a-9534c0b3dd7a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "efb87ae6-99da-11ec-926c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "779a8f0a-9fab-11ec-a816-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -936,7 +912,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:43:49 GMT", + "Date": "Wed, 09 Mar 2022 13:19:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "97", @@ -948,68 +924,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ded34381-f3ca-402b-ad15-f0b7d95be16e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29954", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "24874eec-eb0e-49cf-a969-ce3d024307a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034349Z:ded34381-f3ca-402b-ad15-f0b7d95be16e" - }, - "ResponseBody": { - "startTime": "2022-03-02T03:43:36.8970854\u002B00:00", - "status": "InProgress", - "name": "f7a6c770-f0e8-49d9-9e66-580523c70c7a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f7a6c770-f0e8-49d9-9e66-580523c70c7a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "efb87ae6-99da-11ec-926c-70b5e82527ff" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:45:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94b90dcd-e4cb-4998-be9a-9766d5143e49", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29952", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d6ec3700-4b99-4e6f-9ba8-6a47e08222c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034528Z:94b90dcd-e4cb-4998-be9a-9766d5143e49" + "x-ms-correlation-request-id": "337555e0-ac6a-4ee4-956d-e8055e97466f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29941", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "0f98f238-7661-437c-a816-d38a694cf312", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T131908Z:337555e0-ac6a-4ee4-956d-e8055e97466f" }, "ResponseBody": { - "startTime": "2022-03-02T03:43:36.8970854\u002B00:00", + "startTime": "2022-03-09T13:18:56.7928174\u002B00:00", "status": "InProgress", - "name": "f7a6c770-f0e8-49d9-9e66-580523c70c7a" + "name": "a1754905-bcda-4e55-b93a-9534c0b3dd7a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/f7a6c770-f0e8-49d9-9e66-580523c70c7a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a1754905-bcda-4e55-b93a-9534c0b3dd7a?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "efb87ae6-99da-11ec-926c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "779a8f0a-9fab-11ec-a816-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1017,7 +953,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:45:58 GMT", + "Date": "Wed, 09 Mar 2022 13:20:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1028,17 +964,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad4b9178-b6ae-4fe9-94c8-aea0867af06f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29950", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "011d5198-e167-4b3c-9f19-9f392a0e9889", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034558Z:ad4b9178-b6ae-4fe9-94c8-aea0867af06f" + "x-ms-correlation-request-id": "55e18165-6489-44f9-864f-4cb88a06bfc7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29939", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "69205e8a-091d-4846-899e-6594f1112367", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132047Z:55e18165-6489-44f9-864f-4cb88a06bfc7" }, "ResponseBody": { - "startTime": "2022-03-02T03:43:36.8970854\u002B00:00", - "endTime": "2022-03-02T03:45:36.1160501\u002B00:00", + "startTime": "2022-03-09T13:18:56.7928174\u002B00:00", + "endTime": "2022-03-09T13:20:19.1209574\u002B00:00", "status": "Succeeded", - "name": "f7a6c770-f0e8-49d9-9e66-580523c70c7a" + "name": "a1754905-bcda-4e55-b93a-9534c0b3dd7a" } }, { @@ -1049,8 +985,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "efb87ae6-99da-11ec-926c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "779a8f0a-9fab-11ec-a816-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1058,7 +994,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:45:58 GMT", + "Date": "Wed, 09 Mar 2022 13:20:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1069,11 +1005,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "238308b8-7db4-4a2b-a30d-0a1b1424b4af", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2597", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "5c0397ec-102b-4c23-a562-1bd3a06073ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034558Z:238308b8-7db4-4a2b-a30d-0a1b1424b4af" + "x-ms-correlation-request-id": "f98b7d05-e9fd-4545-bcbb-7a889655473a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;398,Microsoft.Compute/GetVMScaleSet30Min;2596", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "eddef941-84e9-46d9-ab89-b633602947f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132047Z:f98b7d05-e9fd-4545-bcbb-7a889655473a" }, "ResponseBody": { "name": "virtualmachinescaleset16842a5e", @@ -1149,8 +1085,8 @@ "provisioningState": "Succeeded", "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": false, - "uniqueId": "62c6d964-c2fb-4d87-8ed1-ac5c0c0dee44", - "timeCreated": "2022-03-02T03:43:36.9908199\u002B00:00" + "uniqueId": "f44a491d-7362-440d-9752-2254fb931893", + "timeCreated": "2022-03-09T13:18:56.7928174\u002B00:00" } } }, @@ -1162,8 +1098,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b14876ef-99db-11ec-8156-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "26dd1128-9fac-11ec-acf8-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 404, @@ -1171,7 +1107,7 @@ "Cache-Control": "no-cache", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:49:00 GMT", + "Date": "Wed, 09 Mar 2022 13:23:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1180,12 +1116,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdd2d175-818d-4410-882b-391851eb238d", + "x-ms-correlation-request-id": "5d647bd3-eeba-455d-8e66-87afe07ee29d", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4999,Microsoft.Compute/VMScaleSetVMViews3Min;4999", "x-ms-ratelimit-remaining-subscription-reads": "11999", "x-ms-request-charge": "1", - "x-ms-request-id": "af2081f0-c74b-450d-8461-e0e72e150186", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034900Z:bdd2d175-818d-4410-882b-391851eb238d" + "x-ms-request-id": "2a956e4e-ffae-4e44-91cc-424739e4217c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132349Z:5d647bd3-eeba-455d-8e66-87afe07ee29d" }, "ResponseBody": { "error": { @@ -1202,8 +1138,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b28a6b76-99db-11ec-b8a6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "27b049b8-9fac-11ec-8348-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1211,7 +1147,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:49:00 GMT", + "Date": "Wed, 09 Mar 2022 13:23:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1222,20 +1158,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "956a36e0-dff1-4177-b971-3ce1c71b6d78", + "x-ms-correlation-request-id": "91f98358-5121-4310-a92f-35fa7e44b987", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4998,Microsoft.Compute/VMScaleSetVMViews3Min;4998", "x-ms-ratelimit-remaining-subscription-reads": "11998", "x-ms-request-charge": "1", - "x-ms-request-id": "958641a3-531a-4ada-9174-32f6747391dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034901Z:956a36e0-dff1-4177-b971-3ce1c71b6d78" + "x-ms-request-id": "cf18163a-5212-4ee5-b152-76ab44985883", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132349Z:91f98358-5121-4310-a92f-35fa7e44b987" }, "ResponseBody": { - "placementGroupId": "3cbc1156-4ad7-4553-ba3b-1b7aea9f9b5e", + "placementGroupId": "cdc53ac2-0994-4aa1-9440-a730a2218b01", "platformUpdateDomain": 1, "platformFaultDomain": 1, "computerName": "testPC000001", "osName": "Windows Server 2016 Datacenter", - "osVersion": "10.0.14393.4946", + "osVersion": "10.0.14393.5006", "vmAgent": { "vmAgentVersion": "2.7.41491.1032", "statuses": [ @@ -1244,19 +1180,19 @@ "level": "Info", "displayStatus": "Ready", "message": "GuestAgent is running and processing the extensions.", - "time": "2022-03-02T03:48:45.53\u002B00:00" + "time": "2022-03-09T13:23:26.842\u002B00:00" } ] }, "disks": [ { - "name": "virtualmachinescalesvirtualmachinescaleseOS__1_a9812bb8f5764e5984149b3d446fb26a", + "name": "virtualmachinescalesvirtualmachinescaleseOS__1_c796af408d3d411eb5e3c40461c7eeae", "statuses": [ { "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T03:44:02.787665\u002B00:00" + "time": "2022-03-09T13:19:00.6365052\u002B00:00" } ] } @@ -1267,7 +1203,7 @@ "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T03:45:35.8660162\u002B00:00" + "time": "2022-03-09T13:20:19.0584538\u002B00:00" }, { "code": "PowerState/running", @@ -1285,8 +1221,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b2c5f787-99db-11ec-89f6-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "27e9d16c-9fac-11ec-af34-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1294,7 +1230,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:49:01 GMT", + "Date": "Wed, 09 Mar 2022 13:23:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1305,12 +1241,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d7835a1-7640-4865-87b2-dd2a459b734e", + "x-ms-correlation-request-id": "c90da1a9-3001-4e8c-a22f-4ad40ddcb6bc", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;997,Microsoft.Compute/GetVMScaleSetVM30Min;4997,Microsoft.Compute/VMScaleSetVMViews3Min;4997", "x-ms-ratelimit-remaining-subscription-reads": "11997", "x-ms-request-charge": "1", - "x-ms-request-id": "f6899f42-4a08-4d8c-ab26-9f42d48d6f15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034901Z:9d7835a1-7640-4865-87b2-dd2a459b734e" + "x-ms-request-id": "3d3f6e68-6090-483c-80f3-fc6b30cc9bf0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132349Z:c90da1a9-3001-4e8c-a22f-4ad40ddcb6bc" }, "ResponseBody": { "name": "virtualmachinescaleset16842a5e_1", @@ -1351,7 +1287,7 @@ } ] }, - "vmId": "080b7bb4-2b1e-46fc-919d-ba94a3032f42", + "vmId": "e37a168e-8da8-49af-8d86-d29f6115df89", "hardwareProfile": {}, "storageProfile": { "imageReference": { @@ -1359,16 +1295,16 @@ "offer": "WindowsServer", "sku": "2016-Datacenter", "version": "latest", - "exactVersion": "14393.4946.220202" + "exactVersion": "14393.5006.220305" }, "osDisk": { "osType": "Windows", - "name": "virtualmachinescalesvirtualmachinescaleseOS__1_a9812bb8f5764e5984149b3d446fb26a", + "name": "virtualmachinescalesvirtualmachinescaleseOS__1_c796af408d3d411eb5e3c40461c7eeae", "createOption": "FromImage", "caching": "ReadWrite", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinescalesvirtualmachinescaleseOS__1_a9812bb8f5764e5984149b3d446fb26a" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinescalesvirtualmachinescaleseOS__1_c796af408d3d411eb5e3c40461c7eeae" }, "diskSizeGB": 512 }, @@ -1393,7 +1329,7 @@ ] }, "provisioningState": "Succeeded", - "timeCreated": "2022-03-02T03:43:37.4751778\u002B00:00" + "timeCreated": "2022-03-09T13:18:56.9333751\u002B00:00" } } }, @@ -1407,8 +1343,8 @@ "Connection": "keep-alive", "Content-Length": "52", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b3062897-99db-11ec-8470-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2820dbca-9fac-11ec-bcfe-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -1418,11 +1354,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/4ba4fc50-316c-4420-85df-0b5716835b72?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/41cc553a-d0f8-4d45-bb46-821f8e07a9ac?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:49:03 GMT", + "Date": "Wed, 09 Mar 2022 13:23:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1433,12 +1369,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7706899e-b6f8-4753-bd16-c0a2e0242a0b", + "x-ms-correlation-request-id": "328f35a6-7613-451e-9f96-f291e8b39f65", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1199", "x-ms-request-charge": "0", - "x-ms-request-id": "4ba4fc50-316c-4420-85df-0b5716835b72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034904Z:7706899e-b6f8-4753-bd16-c0a2e0242a0b" + "x-ms-request-id": "41cc553a-d0f8-4d45-bb46-821f8e07a9ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132351Z:328f35a6-7613-451e-9f96-f291e8b39f65" }, "ResponseBody": { "name": "virtualmachinescaleset16842a5e_1", @@ -1479,7 +1415,7 @@ } ] }, - "vmId": "080b7bb4-2b1e-46fc-919d-ba94a3032f42", + "vmId": "e37a168e-8da8-49af-8d86-d29f6115df89", "hardwareProfile": {}, "storageProfile": { "imageReference": { @@ -1487,16 +1423,16 @@ "offer": "WindowsServer", "sku": "2016-Datacenter", "version": "latest", - "exactVersion": "14393.4946.220202" + "exactVersion": "14393.5006.220305" }, "osDisk": { "osType": "Windows", - "name": "virtualmachinescalesvirtualmachinescaleseOS__1_a9812bb8f5764e5984149b3d446fb26a", + "name": "virtualmachinescalesvirtualmachinescaleseOS__1_c796af408d3d411eb5e3c40461c7eeae", "createOption": "FromImage", "caching": "ReadWrite", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinescalesvirtualmachinescaleseOS__1_a9812bb8f5764e5984149b3d446fb26a" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinescalesvirtualmachinescaleseOS__1_c796af408d3d411eb5e3c40461c7eeae" }, "diskSizeGB": 512 }, @@ -1521,20 +1457,20 @@ ] }, "provisioningState": "Updating", - "timeCreated": "2022-03-02T03:43:37.4751778\u002B00:00" + "timeCreated": "2022-03-09T13:18:56.9333751\u002B00:00" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/4ba4fc50-316c-4420-85df-0b5716835b72?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/41cc553a-d0f8-4d45-bb46-821f8e07a9ac?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b3062897-99db-11ec-8470-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2820dbca-9fac-11ec-bcfe-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1542,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:49:33 GMT", + "Date": "Wed, 09 Mar 2022 13:24:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1553,17 +1489,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7529d1d-71f7-40f6-bf94-83c2e0533a00", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29949", + "x-ms-correlation-request-id": "28959589-6ed0-4ff2-b00e-adcb0636cd39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29937", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "7bb5a215-73b9-4a68-832a-43202801b196", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034934Z:a7529d1d-71f7-40f6-bf94-83c2e0533a00" + "x-ms-request-id": "3a82eaeb-3422-4ad0-b8c0-ca8a694bbd32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132421Z:28959589-6ed0-4ff2-b00e-adcb0636cd39" }, "ResponseBody": { - "startTime": "2022-03-02T03:49:02.1013071\u002B00:00", - "endTime": "2022-03-02T03:49:02.2888065\u002B00:00", + "startTime": "2022-03-09T13:23:50.2303955\u002B00:00", + "endTime": "2022-03-09T13:23:50.3397597\u002B00:00", "status": "Succeeded", - "name": "4ba4fc50-316c-4420-85df-0b5716835b72" + "name": "41cc553a-d0f8-4d45-bb46-821f8e07a9ac" } }, { @@ -1574,8 +1510,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "b3062897-99db-11ec-8470-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2820dbca-9fac-11ec-bcfe-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1583,7 +1519,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:49:34 GMT", + "Date": "Wed, 09 Mar 2022 13:24:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1594,12 +1530,12 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33feb06e-17fa-4111-a035-82ea0c933787", + "x-ms-correlation-request-id": "95d4b44c-2f9b-4b29-8914-6c666b0f666a", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;996,Microsoft.Compute/GetVMScaleSetVM30Min;4996,Microsoft.Compute/VMScaleSetVMViews3Min;4996", "x-ms-ratelimit-remaining-subscription-reads": "11995", "x-ms-request-charge": "1", - "x-ms-request-id": "33cd27d7-ae0c-4dd3-ba5a-0e8994a22dfa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034935Z:33feb06e-17fa-4111-a035-82ea0c933787" + "x-ms-request-id": "20a952c2-2499-4213-99c6-98c8767df975", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132422Z:95d4b44c-2f9b-4b29-8914-6c666b0f666a" }, "ResponseBody": { "name": "virtualmachinescaleset16842a5e_1", @@ -1640,7 +1576,7 @@ } ] }, - "vmId": "080b7bb4-2b1e-46fc-919d-ba94a3032f42", + "vmId": "e37a168e-8da8-49af-8d86-d29f6115df89", "hardwareProfile": {}, "storageProfile": { "imageReference": { @@ -1648,16 +1584,16 @@ "offer": "WindowsServer", "sku": "2016-Datacenter", "version": "latest", - "exactVersion": "14393.4946.220202" + "exactVersion": "14393.5006.220305" }, "osDisk": { "osType": "Windows", - "name": "virtualmachinescalesvirtualmachinescaleseOS__1_a9812bb8f5764e5984149b3d446fb26a", + "name": "virtualmachinescalesvirtualmachinescaleseOS__1_c796af408d3d411eb5e3c40461c7eeae", "createOption": "FromImage", "caching": "ReadWrite", "managedDisk": { "storageAccountType": "Standard_LRS", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinescalesvirtualmachinescaleseOS__1_a9812bb8f5764e5984149b3d446fb26a" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/disks/virtualmachinescalesvirtualmachinescaleseOS__1_c796af408d3d411eb5e3c40461c7eeae" }, "diskSizeGB": 512 }, @@ -1682,7 +1618,7 @@ ] }, "provisioningState": "Succeeded", - "timeCreated": "2022-03-02T03:43:37.4751778\u002B00:00" + "timeCreated": "2022-03-09T13:18:56.9333751\u002B00:00" } } }, @@ -1695,18 +1631,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c6ff04ea-99db-11ec-adaa-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3b455968-9fac-11ec-933c-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/b4c48834-3866-439a-bfd9-9386f8d20772?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3f8d0da1-0a83-4cdd-b5ab-eb477489605d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:49:34 GMT", + "Date": "Wed, 09 Mar 2022 13:24:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/b4c48834-3866-439a-bfd9-9386f8d20772?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3f8d0da1-0a83-4cdd-b5ab-eb477489605d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1714,25 +1650,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "588cc100-6300-4bfe-a96e-4a9c0eb1ab31", + "x-ms-correlation-request-id": "d0d665a2-44b7-415f-acc5-767bf2c5f954", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;999,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3728,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1199", "x-ms-request-charge": "1", - "x-ms-request-id": "b4c48834-3866-439a-bfd9-9386f8d20772", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T034935Z:588cc100-6300-4bfe-a96e-4a9c0eb1ab31" + "x-ms-request-id": "3f8d0da1-0a83-4cdd-b5ab-eb477489605d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132422Z:d0d665a2-44b7-415f-acc5-767bf2c5f954" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/b4c48834-3866-439a-bfd9-9386f8d20772?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3f8d0da1-0a83-4cdd-b5ab-eb477489605d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c6ff04ea-99db-11ec-adaa-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3b455968-9fac-11ec-933c-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1740,7 +1676,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:50:05 GMT", + "Date": "Wed, 09 Mar 2022 13:24:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1751,28 +1687,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f261b43-568b-42f6-b343-31495afc0794", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29947", + "x-ms-correlation-request-id": "dcdf152f-5566-45c0-9738-f28581df7664", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29935", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0fc4d76f-269c-49d1-bf5b-db5b9ae4a985", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035006Z:0f261b43-568b-42f6-b343-31495afc0794" + "x-ms-request-id": "37b384d6-2b7d-4af0-a9cc-a81b2fa6957f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132453Z:dcdf152f-5566-45c0-9738-f28581df7664" }, "ResponseBody": { - "startTime": "2022-03-02T03:49:35.6014803\u002B00:00", + "startTime": "2022-03-09T13:24:22.4491635\u002B00:00", "status": "InProgress", - "name": "b4c48834-3866-439a-bfd9-9386f8d20772" + "name": "3f8d0da1-0a83-4cdd-b5ab-eb477489605d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/b4c48834-3866-439a-bfd9-9386f8d20772?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3f8d0da1-0a83-4cdd-b5ab-eb477489605d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c6ff04ea-99db-11ec-adaa-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3b455968-9fac-11ec-933c-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1780,7 +1716,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:50:35 GMT", + "Date": "Wed, 09 Mar 2022 13:25:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1791,36 +1727,116 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc3e9b18-e70a-437d-a6e4-cfd5246cc1f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29944", + "x-ms-correlation-request-id": "861c1f04-9f19-4c7a-9efb-912953abc791", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29932", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "84dd8d01-a36b-4dc2-bbaa-2732a460ecb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035036Z:bc3e9b18-e70a-437d-a6e4-cfd5246cc1f1" + "x-ms-request-id": "21d54770-3826-4738-bab0-83f46a11c19c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132523Z:861c1f04-9f19-4c7a-9efb-912953abc791" + }, + "ResponseBody": { + "startTime": "2022-03-09T13:24:22.4491635\u002B00:00", + "status": "InProgress", + "name": "3f8d0da1-0a83-4cdd-b5ab-eb477489605d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3f8d0da1-0a83-4cdd-b5ab-eb477489605d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3b455968-9fac-11ec-933c-c0b6f9946f2d" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Mar 2022 13:25:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5e8358d3-f79b-48d8-97ad-6f8de9509da3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29929", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "3d117e05-d7ed-4595-a546-c1b875abd43b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132553Z:5e8358d3-f79b-48d8-97ad-6f8de9509da3" + }, + "ResponseBody": { + "startTime": "2022-03-09T13:24:22.4491635\u002B00:00", + "status": "InProgress", + "name": "3f8d0da1-0a83-4cdd-b5ab-eb477489605d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3f8d0da1-0a83-4cdd-b5ab-eb477489605d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3b455968-9fac-11ec-933c-c0b6f9946f2d" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Mar 2022 13:26:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1d2aead7-6f1e-4e7b-9aed-133c65b74bd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29926", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "16652a09-1456-4a00-a9e9-298cdbbbec42", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132624Z:1d2aead7-6f1e-4e7b-9aed-133c65b74bd8" }, "ResponseBody": { - "startTime": "2022-03-02T03:49:35.6014803\u002B00:00", - "endTime": "2022-03-02T03:50:36.3984127\u002B00:00", + "startTime": "2022-03-09T13:24:22.4491635\u002B00:00", + "endTime": "2022-03-09T13:26:04.7304403\u002B00:00", "status": "Succeeded", - "name": "b4c48834-3866-439a-bfd9-9386f8d20772" + "name": "3f8d0da1-0a83-4cdd-b5ab-eb477489605d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/b4c48834-3866-439a-bfd9-9386f8d20772?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3f8d0da1-0a83-4cdd-b5ab-eb477489605d?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c6ff04ea-99db-11ec-adaa-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3b455968-9fac-11ec-933c-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:50:36 GMT", + "Date": "Wed, 09 Mar 2022 13:26:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1829,11 +1845,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a774ab5-4c43-4b77-a004-b679018485ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29943", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "7f6ead82-c05a-4873-8e41-a8d296722377", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035036Z:9a774ab5-4c43-4b77-a004-b679018485ed" + "x-ms-correlation-request-id": "a6f0e26f-5443-472e-95cc-98662ab88985", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29925", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c53555b8-9bbd-47f1-990b-b4485a410529", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132624Z:a6f0e26f-5443-472e-95cc-98662ab88985" }, "ResponseBody": null }, @@ -1846,18 +1862,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ebc7143c-99db-11ec-8f8c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8421a41c-9fac-11ec-aa7b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/737e75a6-a461-4d6a-b2b7-a3420b0ce3a2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/218db1c2-4e8b-4eff-8875-8b52c024d1c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:50:36 GMT", + "Date": "Wed, 09 Mar 2022 13:26:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/737e75a6-a461-4d6a-b2b7-a3420b0ce3a2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/218db1c2-4e8b-4eff-8875-8b52c024d1c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1865,25 +1881,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f474d8b9-6f6b-4a8f-a11c-1f9d9fdbc631", + "x-ms-correlation-request-id": "5c8f0116-087a-4bad-b847-d433439b4b4b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1199,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3727,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1198", "x-ms-request-charge": "1", - "x-ms-request-id": "737e75a6-a461-4d6a-b2b7-a3420b0ce3a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035037Z:f474d8b9-6f6b-4a8f-a11c-1f9d9fdbc631" + "x-ms-request-id": "218db1c2-4e8b-4eff-8875-8b52c024d1c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132624Z:5c8f0116-087a-4bad-b847-d433439b4b4b" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/737e75a6-a461-4d6a-b2b7-a3420b0ce3a2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/218db1c2-4e8b-4eff-8875-8b52c024d1c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ebc7143c-99db-11ec-8f8c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8421a41c-9fac-11ec-aa7b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1891,7 +1907,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:51:06 GMT", + "Date": "Wed, 09 Mar 2022 13:26:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1902,36 +1918,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "078bf44e-e5d9-4b46-bcfb-3561327d1f7c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29940", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "14c1ae29-a4f8-47e5-8b17-4bd820d8d88b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035107Z:078bf44e-e5d9-4b46-bcfb-3561327d1f7c" + "x-ms-correlation-request-id": "f77ab4f7-7221-4c73-a37b-e9da5fdd2316", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29923", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "947676c9-7f55-430a-8a08-3198b920e873", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132655Z:f77ab4f7-7221-4c73-a37b-e9da5fdd2316" }, "ResponseBody": { - "startTime": "2022-03-02T03:50:37.1640404\u002B00:00", - "endTime": "2022-03-02T03:50:42.4615093\u002B00:00", + "startTime": "2022-03-09T13:26:24.6054713\u002B00:00", + "endTime": "2022-03-09T13:26:35.1523523\u002B00:00", "status": "Succeeded", - "name": "737e75a6-a461-4d6a-b2b7-a3420b0ce3a2" + "name": "218db1c2-4e8b-4eff-8875-8b52c024d1c7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/737e75a6-a461-4d6a-b2b7-a3420b0ce3a2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/218db1c2-4e8b-4eff-8875-8b52c024d1c7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ebc7143c-99db-11ec-8f8c-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "8421a41c-9fac-11ec-aa7b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:51:07 GMT", + "Date": "Wed, 09 Mar 2022 13:26:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1940,11 +1956,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3a88ff9-b208-4c0f-aaac-356c93f7392f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29939", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "489495b4-d1bd-463d-9422-2a7e14be7d0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035108Z:b3a88ff9-b208-4c0f-aaac-356c93f7392f" + "x-ms-correlation-request-id": "c1e8aceb-8a83-4efa-89f7-5f02fb6136e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29922", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "0a423b59-465a-43e2-85f3-6c0092bf2260", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132655Z:c1e8aceb-8a83-4efa-89f7-5f02fb6136e2" }, "ResponseBody": null }, @@ -1957,18 +1973,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "fe55521d-99db-11ec-9ec3-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "96b07174-9fac-11ec-840b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/ac7e72bb-b104-4204-a91d-66020f1eea97?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1d1a0b1c-e794-4f78-b1e1-082c2e7572f1?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:51:07 GMT", + "Date": "Wed, 09 Mar 2022 13:26:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/ac7e72bb-b104-4204-a91d-66020f1eea97?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1d1a0b1c-e794-4f78-b1e1-082c2e7572f1?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1976,25 +1992,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ce15129-aaa3-44ef-979a-4b6e19cc31fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetVMActions3Min;198,Microsoft.Compute/VMScaleSetVMActions30Min;998,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3726,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-correlation-request-id": "baa094c6-d729-444e-affd-b01631130fe0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1197,Microsoft.Compute/VMScaleSetVMActions3Min;198,Microsoft.Compute/VMScaleSetVMActions30Min;998,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3726,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1197", "x-ms-request-charge": "1", - "x-ms-request-id": "ac7e72bb-b104-4204-a91d-66020f1eea97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035108Z:5ce15129-aaa3-44ef-979a-4b6e19cc31fe" + "x-ms-request-id": "1d1a0b1c-e794-4f78-b1e1-082c2e7572f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132655Z:baa094c6-d729-444e-affd-b01631130fe0" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/ac7e72bb-b104-4204-a91d-66020f1eea97?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1d1a0b1c-e794-4f78-b1e1-082c2e7572f1?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "fe55521d-99db-11ec-9ec3-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "96b07174-9fac-11ec-840b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2002,7 +2018,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:51:38 GMT", + "Date": "Wed, 09 Mar 2022 13:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2013,36 +2029,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04e7f1ef-7dc5-4ea2-960c-d7c58ed2fa96", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29937", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "c47b5a00-6ad6-4b86-889b-ead9609dc8d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035138Z:04e7f1ef-7dc5-4ea2-960c-d7c58ed2fa96" + "x-ms-correlation-request-id": "4cfc723f-f2d9-4fde-b17d-bd57a5259e21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29920", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "0dd9fbad-abce-4a09-9985-888b66b75783", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132726Z:4cfc723f-f2d9-4fde-b17d-bd57a5259e21" }, "ResponseBody": { - "startTime": "2022-03-02T03:51:08.289279\u002B00:00", - "endTime": "2022-03-02T03:51:22.1955744\u002B00:00", + "startTime": "2022-03-09T13:26:55.7617444\u002B00:00", + "endTime": "2022-03-09T13:27:00.5117216\u002B00:00", "status": "Succeeded", - "name": "ac7e72bb-b104-4204-a91d-66020f1eea97" + "name": "1d1a0b1c-e794-4f78-b1e1-082c2e7572f1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/ac7e72bb-b104-4204-a91d-66020f1eea97?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1d1a0b1c-e794-4f78-b1e1-082c2e7572f1?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "fe55521d-99db-11ec-9ec3-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "96b07174-9fac-11ec-840b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:51:39 GMT", + "Date": "Wed, 09 Mar 2022 13:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2051,11 +2067,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce6b635a-7307-42e3-9afd-ae21794a1ad2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29936", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "0861962a-2995-440c-a036-47a5f5187909", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035139Z:ce6b635a-7307-42e3-9afd-ae21794a1ad2" + "x-ms-correlation-request-id": "e7502132-cd44-4407-989d-db31084e47ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29919", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f3f75154-7714-445c-b94c-cafc28d78de0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132726Z:e7502132-cd44-4407-989d-db31084e47ed" }, "ResponseBody": null }, @@ -2069,20 +2085,20 @@ "Connection": "keep-alive", "Content-Length": "36", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "10e44c48-99dc-11ec-8316-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a941a9e4-9fac-11ec-b46b-c0b6f9946f2d" }, "RequestBody": { "commandId": "RunPowerShellScript" }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a244fa1d-6f6b-408a-8ebf-c0b632e3db2e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1636a328-d743-4fc5-9908-ae6c97250058?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:51:39 GMT", + "Date": "Wed, 09 Mar 2022 13:27:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a244fa1d-6f6b-408a-8ebf-c0b632e3db2e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1636a328-d743-4fc5-9908-ae6c97250058?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2090,25 +2106,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08486536-ae22-4d2f-bf67-d1a32f8dca7d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;236,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3725,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-correlation-request-id": "fa24ed5f-7b9e-4b19-b3c5-24bcb2904d0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3725,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1196", "x-ms-request-charge": "1", - "x-ms-request-id": "a244fa1d-6f6b-408a-8ebf-c0b632e3db2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035139Z:08486536-ae22-4d2f-bf67-d1a32f8dca7d" + "x-ms-request-id": "1636a328-d743-4fc5-9908-ae6c97250058", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132727Z:fa24ed5f-7b9e-4b19-b3c5-24bcb2904d0c" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a244fa1d-6f6b-408a-8ebf-c0b632e3db2e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1636a328-d743-4fc5-9908-ae6c97250058?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "10e44c48-99dc-11ec-8316-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a941a9e4-9fac-11ec-b46b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2116,7 +2132,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:52:09 GMT", + "Date": "Wed, 09 Mar 2022 13:27:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2127,28 +2143,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f67dfd70-405d-4651-abb6-e6a006acec45", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29934", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "db7d75ef-d4f1-4ccb-a2f8-b1e5050d686a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035210Z:f67dfd70-405d-4651-abb6-e6a006acec45" + "x-ms-correlation-request-id": "4fa70a9e-81ff-4b85-bd14-8405d2d02bef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29917", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "784116c1-c1e3-4fcd-a3d4-8200e76a32b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132757Z:4fa70a9e-81ff-4b85-bd14-8405d2d02bef" }, "ResponseBody": { - "startTime": "2022-03-02T03:51:39.4468535\u002B00:00", + "startTime": "2022-03-09T13:27:26.88682\u002B00:00", "status": "InProgress", - "name": "a244fa1d-6f6b-408a-8ebf-c0b632e3db2e" + "name": "1636a328-d743-4fc5-9908-ae6c97250058" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a244fa1d-6f6b-408a-8ebf-c0b632e3db2e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1636a328-d743-4fc5-9908-ae6c97250058?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "10e44c48-99dc-11ec-8316-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a941a9e4-9fac-11ec-b46b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2156,7 +2172,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:52:40 GMT", + "Date": "Wed, 09 Mar 2022 13:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2167,15 +2183,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aab335ae-e13f-4ff9-a520-34a049bbd785", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29931", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "d4122abd-54c3-4858-8f48-acfe6c4d5fb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035241Z:aab335ae-e13f-4ff9-a520-34a049bbd785" + "x-ms-correlation-request-id": "0e9f2e0e-0d1f-4757-8cbc-5ea1745312bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29914", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "0491ef4a-f4da-4b8f-ba08-80520e619289", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132827Z:0e9f2e0e-0d1f-4757-8cbc-5ea1745312bb" }, "ResponseBody": { - "startTime": "2022-03-02T03:51:39.4468535\u002B00:00", - "endTime": "2022-03-02T03:52:40.1178989\u002B00:00", + "startTime": "2022-03-09T13:27:26.88682\u002B00:00", + "endTime": "2022-03-09T13:28:17.4183405\u002B00:00", "status": "Succeeded", "properties": { "output": { @@ -2195,19 +2211,19 @@ ] } }, - "name": "a244fa1d-6f6b-408a-8ebf-c0b632e3db2e" + "name": "1636a328-d743-4fc5-9908-ae6c97250058" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a244fa1d-6f6b-408a-8ebf-c0b632e3db2e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/1636a328-d743-4fc5-9908-ae6c97250058?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "10e44c48-99dc-11ec-8316-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "a941a9e4-9fac-11ec-b46b-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2215,7 +2231,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:52:40 GMT", + "Date": "Wed, 09 Mar 2022 13:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2226,11 +2242,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ddf8dffe-214a-43e7-933d-89ccbbf851c3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29930", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "d3f9a6c4-9abd-49ed-a476-78da9272f953", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035241Z:ddf8dffe-214a-43e7-933d-89ccbbf851c3" + "x-ms-correlation-request-id": "6cd11f75-77e0-43a2-93c0-9ad87451e4b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29913", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "e687ab70-ee0b-4212-95c3-0efec7fa8a45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132828Z:6cd11f75-77e0-43a2-93c0-9ad87451e4b1" }, "ResponseBody": { "value": [ @@ -2259,8 +2275,8 @@ "Connection": "keep-alive", "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3601303a-99dc-11ec-ae28-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cdec2af8-9fac-11ec-b590-c0b6f9946f2d" }, "RequestBody": { "instanceIds": [ @@ -2269,12 +2285,12 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a4366a93-f1ee-41fc-b15b-4bf879294db4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/6ad5dbe3-0857-480c-b259-6cb352b14d06?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:52:41 GMT", + "Date": "Wed, 09 Mar 2022 13:28:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a4366a93-f1ee-41fc-b15b-4bf879294db4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/6ad5dbe3-0857-480c-b259-6cb352b14d06?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2282,25 +2298,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73a8ced1-639c-490d-86b2-61586f69317a", + "x-ms-correlation-request-id": "e2ffa117-2e7a-4458-90c3-cd4925ba5cbe", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1195,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1195", "x-ms-request-charge": "0", - "x-ms-request-id": "a4366a93-f1ee-41fc-b15b-4bf879294db4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035241Z:73a8ced1-639c-490d-86b2-61586f69317a" + "x-ms-request-id": "6ad5dbe3-0857-480c-b259-6cb352b14d06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132828Z:e2ffa117-2e7a-4458-90c3-cd4925ba5cbe" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a4366a93-f1ee-41fc-b15b-4bf879294db4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/6ad5dbe3-0857-480c-b259-6cb352b14d06?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3601303a-99dc-11ec-ae28-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cdec2af8-9fac-11ec-b590-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2308,7 +2324,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:53:11 GMT", + "Date": "Wed, 09 Mar 2022 13:28:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2319,36 +2335,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2acc07aa-2214-4898-acc1-782848bd5ec4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29927", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "47da1298-3afb-4c29-8eb2-120ee30c111c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035312Z:2acc07aa-2214-4898-acc1-782848bd5ec4" + "x-ms-correlation-request-id": "0fc98eb1-7d1a-4422-a1cd-d4352d60ef54", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29910", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "1357cbcb-eaca-484b-b626-065efb609443", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132859Z:0fc98eb1-7d1a-4422-a1cd-d4352d60ef54" }, "ResponseBody": { - "startTime": "2022-03-02T03:52:41.6647551\u002B00:00", - "endTime": "2022-03-02T03:52:41.8835629\u002B00:00", + "startTime": "2022-03-09T13:28:28.4965053\u002B00:00", + "endTime": "2022-03-09T13:28:28.6527802\u002B00:00", "status": "Succeeded", - "name": "a4366a93-f1ee-41fc-b15b-4bf879294db4" + "name": "6ad5dbe3-0857-480c-b259-6cb352b14d06" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/a4366a93-f1ee-41fc-b15b-4bf879294db4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/6ad5dbe3-0857-480c-b259-6cb352b14d06?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "3601303a-99dc-11ec-ae28-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "cdec2af8-9fac-11ec-b590-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:53:12 GMT", + "Date": "Wed, 09 Mar 2022 13:28:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2357,11 +2373,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ec81625-ef96-4d92-8f32-4838522d3b39", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29926", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "a23abf20-221e-4b48-a077-90797166c3b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035312Z:3ec81625-ef96-4d92-8f32-4838522d3b39" + "x-ms-correlation-request-id": "cbeccd0d-8835-4f7d-8cac-389abdbf90ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29909", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "b5a5bab5-baa9-4600-9337-fedc62f3c1cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132900Z:cbeccd0d-8835-4f7d-8cac-389abdbf90ce" }, "ResponseBody": null }, @@ -2374,18 +2390,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "489bf6b1-99dc-11ec-80e0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "e0f083dc-9fac-11ec-a618-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/22cd5ccf-ab23-42d2-b4ab-d2a33e076726?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bc4462a6-1bc2-4e7f-b480-7eec5915720e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:53:12 GMT", + "Date": "Wed, 09 Mar 2022 13:28:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/22cd5ccf-ab23-42d2-b4ab-d2a33e076726?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bc4462a6-1bc2-4e7f-b480-7eec5915720e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2393,25 +2409,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f5118ea-edc4-4560-a28b-f61b55a031fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSetVM3Min;238,Microsoft.Compute/DeleteVMScaleSetVM30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3724,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-correlation-request-id": "eb013f98-f479-4822-89fb-a7e328d78fc1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1198,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3725,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1194", "x-ms-request-charge": "1", - "x-ms-request-id": "22cd5ccf-ab23-42d2-b4ab-d2a33e076726", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035313Z:4f5118ea-edc4-4560-a28b-f61b55a031fd" + "x-ms-request-id": "bc4462a6-1bc2-4e7f-b480-7eec5915720e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132900Z:eb013f98-f479-4822-89fb-a7e328d78fc1" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/22cd5ccf-ab23-42d2-b4ab-d2a33e076726?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bc4462a6-1bc2-4e7f-b480-7eec5915720e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "489bf6b1-99dc-11ec-80e0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "e0f083dc-9fac-11ec-a618-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2419,7 +2435,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:53:43 GMT", + "Date": "Wed, 09 Mar 2022 13:29:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2430,28 +2446,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abb0d8a1-bc2e-48f8-80eb-0122ad30edf2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29924", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "a08f1553-13dc-442e-a485-599bc37f6d88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035344Z:abb0d8a1-bc2e-48f8-80eb-0122ad30edf2" + "x-ms-correlation-request-id": "fb1ac243-dc8d-480f-b920-01011d66ffd6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29907", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "c1334cb7-98fe-4a0d-8898-0161506da4ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T132930Z:fb1ac243-dc8d-480f-b920-01011d66ffd6" }, "ResponseBody": { - "startTime": "2022-03-02T03:53:12.8992983\u002B00:00", + "startTime": "2022-03-09T13:29:00.3091923\u002B00:00", "status": "InProgress", - "name": "22cd5ccf-ab23-42d2-b4ab-d2a33e076726" + "name": "bc4462a6-1bc2-4e7f-b480-7eec5915720e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/22cd5ccf-ab23-42d2-b4ab-d2a33e076726?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bc4462a6-1bc2-4e7f-b480-7eec5915720e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "489bf6b1-99dc-11ec-80e0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "e0f083dc-9fac-11ec-a618-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2459,7 +2475,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:54:13 GMT", + "Date": "Wed, 09 Mar 2022 13:30:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2470,36 +2486,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99f8790d-d708-4bb9-ab0d-3a0a246ab237", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29921", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "1ca26edb-2879-4128-ab54-ce11f27ae855", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035414Z:99f8790d-d708-4bb9-ab0d-3a0a246ab237" + "x-ms-correlation-request-id": "b70a699d-7542-4758-bd62-4aa13619a176", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29904", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "432fc16c-cbe1-4dde-8c01-5b5731e07b40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133001Z:b70a699d-7542-4758-bd62-4aa13619a176" }, "ResponseBody": { - "startTime": "2022-03-02T03:53:12.8992983\u002B00:00", - "endTime": "2022-03-02T03:53:49.5714045\u002B00:00", + "startTime": "2022-03-09T13:29:00.3091923\u002B00:00", + "endTime": "2022-03-09T13:29:35.981082\u002B00:00", "status": "Succeeded", - "name": "22cd5ccf-ab23-42d2-b4ab-d2a33e076726" + "name": "bc4462a6-1bc2-4e7f-b480-7eec5915720e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/22cd5ccf-ab23-42d2-b4ab-d2a33e076726?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bc4462a6-1bc2-4e7f-b480-7eec5915720e?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "489bf6b1-99dc-11ec-80e0-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "e0f083dc-9fac-11ec-a618-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:54:14 GMT", + "Date": "Wed, 09 Mar 2022 13:30:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2508,11 +2524,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cedbb5cc-9663-4db9-ae17-7b79a598718c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29920", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "47b76f74-081f-449d-95da-277a5de710a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035414Z:cedbb5cc-9663-4db9-ae17-7b79a598718c" + "x-ms-correlation-request-id": "1c7f3933-4d7e-4c8a-a484-070f1dfae6fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29903", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "61558467-6426-442f-810f-172d3e4f1e1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133002Z:1c7f3933-4d7e-4c8a-a484-070f1dfae6fc" }, "ResponseBody": null }, @@ -2526,8 +2542,8 @@ "Connection": "keep-alive", "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "6dc5a987-99dc-11ec-958f-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "05f60da4-9fad-11ec-a4e5-c0b6f9946f2d" }, "RequestBody": { "instanceIds": [ @@ -2536,12 +2552,12 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/93940c5d-e396-4017-9589-75d3fac7bddc?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c1ab8242-5dc1-46d6-b176-04587e56e37c?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:54:14 GMT", + "Date": "Wed, 09 Mar 2022 13:30:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/93940c5d-e396-4017-9589-75d3fac7bddc?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c1ab8242-5dc1-46d6-b176-04587e56e37c?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2549,25 +2565,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c47ba93-2a8c-415b-81bb-58e9915c0344", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1194,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3724,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-correlation-request-id": "2975371f-6c20-4472-81f0-570255d70597", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1194,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3724,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1193", "x-ms-request-charge": "1", - "x-ms-request-id": "93940c5d-e396-4017-9589-75d3fac7bddc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035415Z:6c47ba93-2a8c-415b-81bb-58e9915c0344" + "x-ms-request-id": "c1ab8242-5dc1-46d6-b176-04587e56e37c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133002Z:2975371f-6c20-4472-81f0-570255d70597" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/93940c5d-e396-4017-9589-75d3fac7bddc?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c1ab8242-5dc1-46d6-b176-04587e56e37c?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "6dc5a987-99dc-11ec-958f-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "05f60da4-9fad-11ec-a4e5-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2575,7 +2591,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:54:45 GMT", + "Date": "Wed, 09 Mar 2022 13:30:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2586,36 +2602,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2c5bd71-7e1c-47e4-bace-3bdc75659b5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29918", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "15f501c0-073f-4cb2-9153-3a0b28969086", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035445Z:c2c5bd71-7e1c-47e4-bace-3bdc75659b5a" + "x-ms-correlation-request-id": "b5f317fe-9d5c-4b6e-b92d-2a7c2e2434fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29901", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "04ed7c1f-a68a-4b59-8850-7514b71dfa75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133032Z:b5f317fe-9d5c-4b6e-b92d-2a7c2e2434fc" }, "ResponseBody": { - "startTime": "2022-03-02T03:54:15.2277503\u002B00:00", - "endTime": "2022-03-02T03:54:17.1184305\u002B00:00", + "startTime": "2022-03-09T13:30:02.4029485\u002B00:00", + "endTime": "2022-03-09T13:30:06.9498644\u002B00:00", "status": "Succeeded", - "name": "93940c5d-e396-4017-9589-75d3fac7bddc" + "name": "c1ab8242-5dc1-46d6-b176-04587e56e37c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/93940c5d-e396-4017-9589-75d3fac7bddc?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c1ab8242-5dc1-46d6-b176-04587e56e37c?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "6dc5a987-99dc-11ec-958f-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "05f60da4-9fad-11ec-a4e5-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:54:45 GMT", + "Date": "Wed, 09 Mar 2022 13:30:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2624,11 +2640,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b720408-f6d8-43d1-bd59-fad070fb781b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29917", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "d36fe8d1-5ad6-492d-8e17-833f7d982532", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035446Z:2b720408-f6d8-43d1-bd59-fad070fb781b" + "x-ms-correlation-request-id": "c8012361-2dba-47a8-ad23-86cf15b36011", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29900", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d612541f-d687-4f3d-84ff-920521d4a8e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133033Z:c8012361-2dba-47a8-ad23-86cf15b36011" }, "ResponseBody": null }, @@ -2641,18 +2657,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "8052a942-99dc-11ec-86f5-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "18855c98-9fad-11ec-ab89-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3fae5a0c-2707-426e-9f09-e8f50468dce8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/baf37040-7319-47e6-bc63-5e0c1c928741?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:54:46 GMT", + "Date": "Wed, 09 Mar 2022 13:30:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3fae5a0c-2707-426e-9f09-e8f50468dce8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/baf37040-7319-47e6-bc63-5e0c1c928741?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2660,25 +2676,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c400221-9894-48f2-8183-2676b7aacae3", + "x-ms-correlation-request-id": "5723a42e-f207-4bbc-9d58-c729b4aa2e4b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSetVM3Min;238,Microsoft.Compute/DeleteVMScaleSetVM30Min;1197,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-deletes": "14999", "x-ms-request-charge": "0", - "x-ms-request-id": "3fae5a0c-2707-426e-9f09-e8f50468dce8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035446Z:2c400221-9894-48f2-8183-2676b7aacae3" + "x-ms-request-id": "baf37040-7319-47e6-bc63-5e0c1c928741", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133033Z:5723a42e-f207-4bbc-9d58-c729b4aa2e4b" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/3fae5a0c-2707-426e-9f09-e8f50468dce8?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/baf37040-7319-47e6-bc63-5e0c1c928741?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "8052a942-99dc-11ec-86f5-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "18855c98-9fad-11ec-ab89-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2686,7 +2702,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:16 GMT", + "Date": "Wed, 09 Mar 2022 13:31:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2697,17 +2713,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c66cb4c-9df1-433a-8f4f-0f620bf899c3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29915", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "0faa6b2b-7196-4943-b323-9d6b73f0ca80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035517Z:1c66cb4c-9df1-433a-8f4f-0f620bf899c3" + "x-ms-correlation-request-id": "a98f3196-0065-49f4-a6d9-2bdef64fe957", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29898", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "8a263e85-b04c-4e21-9570-8f337daea5a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133104Z:a98f3196-0065-49f4-a6d9-2bdef64fe957" }, "ResponseBody": { - "startTime": "2022-03-02T03:54:46.4779507\u002B00:00", - "endTime": "2022-03-02T03:54:46.5718057\u002B00:00", + "startTime": "2022-03-09T13:30:33.562223\u002B00:00", + "endTime": "2022-03-09T13:30:33.6686127\u002B00:00", "status": "Succeeded", - "name": "3fae5a0c-2707-426e-9f09-e8f50468dce8" + "name": "baf37040-7319-47e6-bc63-5e0c1c928741" } }, { @@ -2719,19 +2735,19 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "92be43f2-99dc-11ec-ad25-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2adc06fa-9fad-11ec-9f45-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bbcf90f5-e231-4940-acc5-b5551df29cf2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/8d0f22b4-2c80-442f-b258-a7e3674b2fa9?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 03:55:17 GMT", + "Date": "Wed, 09 Mar 2022 13:31:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bbcf90f5-e231-4940-acc5-b5551df29cf2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/8d0f22b4-2c80-442f-b258-a7e3674b2fa9?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2740,25 +2756,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d21c781-db8f-4153-b795-524b34b9eb64", + "x-ms-correlation-request-id": "67083d59-5d88-41a9-adb2-ba2ff2cae553", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-deletes": "14998", "x-ms-request-charge": "0", - "x-ms-request-id": "bbcf90f5-e231-4940-acc5-b5551df29cf2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035517Z:2d21c781-db8f-4153-b795-524b34b9eb64" + "x-ms-request-id": "8d0f22b4-2c80-442f-b258-a7e3674b2fa9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133104Z:67083d59-5d88-41a9-adb2-ba2ff2cae553" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/bbcf90f5-e231-4940-acc5-b5551df29cf2?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/8d0f22b4-2c80-442f-b258-a7e3674b2fa9?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "92be43f2-99dc-11ec-ad25-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "2adc06fa-9fad-11ec-9f45-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2766,7 +2782,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:27 GMT", + "Date": "Wed, 09 Mar 2022 13:31:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2777,17 +2793,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30121ddd-d2d7-481a-9d0d-8ebfa59065a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29914", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "6039a1bc-aab2-44ba-ac27-3766744b4571", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035528Z:30121ddd-d2d7-481a-9d0d-8ebfa59065a8" + "x-ms-correlation-request-id": "ec1241d8-6fcb-4db8-9a39-278b1c97639c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29897", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "af74fc26-4336-4fed-9d2e-ba440191d43c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133115Z:ec1241d8-6fcb-4db8-9a39-278b1c97639c" }, "ResponseBody": { - "startTime": "2022-03-02T03:55:17.5093921\u002B00:00", - "endTime": "2022-03-02T03:55:17.681266\u002B00:00", + "startTime": "2022-03-09T13:31:04.5748706\u002B00:00", + "endTime": "2022-03-09T13:31:04.6998943\u002B00:00", "status": "Succeeded", - "name": "bbcf90f5-e231-4940-acc5-b5551df29cf2" + "name": "8d0f22b4-2c80-442f-b258-a7e3674b2fa9" } } ], diff --git a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_vm_2.json b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_vm_2.json index cbc2844569b3..91d9a77d1d60 100644 --- a/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_vm_2.json +++ b/sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute_vmss.pyTestMgmtComputetest_compute_vmss_vm_2.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:38 GMT", + "Date": "Wed, 09 Mar 2022 13:31:25 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:55:39 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "677f38e6-1659-4f19-ba4a-b661b4170500" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "5b418973-df91-44b8-917f-07ed3fd00301" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:39 GMT", + "Date": "Wed, 09 Mar 2022 13:31:25 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:55:39 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - KRSLR1 ProdSlices", - "x-ms-request-id": "da7242ad-dfdc-4ff7-bc72-d43d4e280100" + "x-ms-ests-server": "2.1.12529.18 - KRSLR1 ProdSlices", + "x-ms-request-id": "e0c59097-b866-4351-b16d-2c651bd90600" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "02bd2958-b456-4a35-8f4e-5f02da3f47dd", + "client-request-id": "955fdd62-5da4-41c6-8b46-90dd674639e2", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "02bd2958-b456-4a35-8f4e-5f02da3f47dd", + "client-request-id": "955fdd62-5da4-41c6-8b46-90dd674639e2", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:39 GMT", + "Date": "Wed, 09 Mar 2022 13:31:26 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:55:40 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NCUS ProdSlices", - "x-ms-request-id": "677f38e6-1659-4f19-ba4a-b661c4170500" + "x-ms-ests-server": "2.1.12529.17 - WUS2 ProdSlices", + "x-ms-request-id": "9ecbed55-27eb-4ae8-b214-f59bbeb25800" }, "ResponseBody": { "token_type": "Bearer", @@ -233,8 +221,8 @@ "Connection": "keep-alive", "Content-Length": "92", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9fbe0d2b-99dc-11ec-b051-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3785b134-9fad-11ec-aa75-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -249,11 +237,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/6eca342b-ba17-4ca5-b989-3ce7cc4545ea?api-version=2021-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/6a1567b0-8c5b-4591-85c1-7a7f4aa0178f?api-version=2021-05-01", "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:49 GMT", + "Date": "Wed, 09 Mar 2022 13:31:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -263,21 +251,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69f11074-21d3-4ea0-886f-d9fbf2b2704d", - "x-ms-correlation-request-id": "4252fc4e-d02b-419a-a00e-b6518bc2f24b", + "x-ms-arm-service-request-id": "687d8a37-c572-4265-915c-d5fac4e9f448", + "x-ms-correlation-request-id": "065bf84f-e802-466d-a38d-9eebc8fc3140", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "6eca342b-ba17-4ca5-b989-3ce7cc4545ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035549Z:4252fc4e-d02b-419a-a00e-b6518bc2f24b" + "x-ms-request-id": "6a1567b0-8c5b-4591-85c1-7a7f4aa0178f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133134Z:065bf84f-e802-466d-a38d-9eebc8fc3140" }, "ResponseBody": { "name": "networknamex6c0d2aef", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex6c0d2aef", - "etag": "W/\u00220405c6f8-d3df-499c-b3a5-fd9c8d657043\u0022", + "etag": "W/\u0022713c4668-037c-43bd-bcc2-40429a30f815\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "8afe891b-c853-4e12-8503-25fe5313fa57", + "resourceGuid": "6a2553c9-8de5-4615-84d7-39c0465bcec7", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -290,15 +278,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/6eca342b-ba17-4ca5-b989-3ce7cc4545ea?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/6a1567b0-8c5b-4591-85c1-7a7f4aa0178f?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9fbe0d2b-99dc-11ec-b051-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3785b134-9fad-11ec-aa75-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -306,7 +294,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:52 GMT", + "Date": "Wed, 09 Mar 2022 13:31:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -317,11 +305,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "804f8f5e-76f7-4f99-921c-734beb3dc748", - "x-ms-correlation-request-id": "b081b497-e5e2-4556-ac39-ab9129e29ffc", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "513a7f77-27bd-4047-a79e-6768a129a9c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035553Z:b081b497-e5e2-4556-ac39-ab9129e29ffc" + "x-ms-arm-service-request-id": "d86453f4-24e5-4438-8bf9-aed9cf5a3328", + "x-ms-correlation-request-id": "cd973c1b-b176-4afc-bddf-1deac7166b73", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "b63e86b9-e0ca-4668-8f7a-769645c9c9d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133137Z:cd973c1b-b176-4afc-bddf-1deac7166b73" }, "ResponseBody": { "status": "Succeeded" @@ -335,8 +323,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9fbe0d2b-99dc-11ec-b051-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3785b134-9fad-11ec-aa75-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -344,8 +332,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:52 GMT", - "ETag": "W/\u00225c27dc94-211c-41f4-aac4-dede58790c77\u0022", + "Date": "Wed, 09 Mar 2022 13:31:37 GMT", + "ETag": "W/\u00229d085243-6ab3-4767-9b43-9296af5512ff\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -356,21 +344,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a650b304-d3cf-41a0-a95f-29fa71b44b95", - "x-ms-correlation-request-id": "4b546cdf-9dde-4b42-a4d0-127f859d3bc6", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "bfc1956f-a9b7-4bdc-a796-60d016af8d5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035553Z:4b546cdf-9dde-4b42-a4d0-127f859d3bc6" + "x-ms-arm-service-request-id": "1777d0e9-812f-4c6a-ada8-36b100b7663f", + "x-ms-correlation-request-id": "e7bd908d-6cf1-481e-88e1-3f4bbb556c82", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "e83c600d-3604-49ca-adc4-b2980acb836b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133138Z:e7bd908d-6cf1-481e-88e1-3f4bbb556c82" }, "ResponseBody": { "name": "networknamex6c0d2aef", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex6c0d2aef", - "etag": "W/\u00225c27dc94-211c-41f4-aac4-dede58790c77\u0022", + "etag": "W/\u00229d085243-6ab3-4767-9b43-9296af5512ff\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8afe891b-c853-4e12-8503-25fe5313fa57", + "resourceGuid": "6a2553c9-8de5-4615-84d7-39c0465bcec7", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -392,8 +380,8 @@ "Connection": "keep-alive", "Content-Length": "48", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "a87351a6-99dc-11ec-94fa-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3f376ca6-9fad-11ec-9c2e-c0b6f9946f2d" }, "RequestBody": { "properties": { @@ -402,11 +390,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/a0473dc0-a61c-43ba-b786-be6957dd3748?api-version=2021-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b3c1248c-18c0-4315-a621-bca2539997aa?api-version=2021-05-01", "Cache-Control": "no-cache", "Content-Length": "555", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:53 GMT", + "Date": "Wed, 09 Mar 2022 13:31:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -416,16 +404,16 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "710c8908-7875-4b6b-bcd8-cf5735747525", - "x-ms-correlation-request-id": "98a203c3-d7e2-4f6f-a9e4-b742d4094f5f", + "x-ms-arm-service-request-id": "7fe07b47-3e28-4bfc-aa95-6567b0305439", + "x-ms-correlation-request-id": "5dfbb7e8-de26-405d-824f-dcc6e70ddb61", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "a0473dc0-a61c-43ba-b786-be6957dd3748", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035554Z:98a203c3-d7e2-4f6f-a9e4-b742d4094f5f" + "x-ms-request-id": "b3c1248c-18c0-4315-a621-bca2539997aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133138Z:5dfbb7e8-de26-405d-824f-dcc6e70ddb61" }, "ResponseBody": { "name": "subnetnamex6c0d2aef", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex6c0d2aef/subnets/subnetnamex6c0d2aef", - "etag": "W/\u0022b54aea5a-164a-49ef-a923-815e29e42a61\u0022", + "etag": "W/\u0022b3a99e80-ac64-42c6-9a2e-5ff4cfa999a7\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -437,15 +425,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/a0473dc0-a61c-43ba-b786-be6957dd3748?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b3c1248c-18c0-4315-a621-bca2539997aa?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "a87351a6-99dc-11ec-94fa-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3f376ca6-9fad-11ec-9c2e-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -453,7 +441,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:56 GMT", + "Date": "Wed, 09 Mar 2022 13:31:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -464,11 +452,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f01785c6-d975-46c1-8e2b-8a151999568a", - "x-ms-correlation-request-id": "743c24d5-6147-4a87-9b6d-9b09e208ad74", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "6d5ed67e-3ca5-4e10-97dd-35b0a9ea90b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035557Z:743c24d5-6147-4a87-9b6d-9b09e208ad74" + "x-ms-arm-service-request-id": "e7a2ad0c-8a25-4371-8db3-eab104b6e73d", + "x-ms-correlation-request-id": "c2b7b635-162f-47af-96ea-97bcc87f143b", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "70206439-c2b9-4715-a165-777469e10870", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133142Z:c2b7b635-162f-47af-96ea-97bcc87f143b" }, "ResponseBody": { "status": "Succeeded" @@ -482,8 +470,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "a87351a6-99dc-11ec-94fa-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "3f376ca6-9fad-11ec-9c2e-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -491,8 +479,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:57 GMT", - "ETag": "W/\u00221c864c87-6955-439b-98a4-3ba6b87ccc37\u0022", + "Date": "Wed, 09 Mar 2022 13:31:41 GMT", + "ETag": "W/\u0022f80b5960-cf64-4807-823a-465a02afa67c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -503,16 +491,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98ccdcd6-b074-4154-a4ac-6993982db255", - "x-ms-correlation-request-id": "52b49263-8e0e-4119-96ae-cffdc331cce1", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "937cffec-e3ff-4b37-8048-4d7e94332cf8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035557Z:52b49263-8e0e-4119-96ae-cffdc331cce1" + "x-ms-arm-service-request-id": "b58eb10a-36a7-4a81-b415-e12826814664", + "x-ms-correlation-request-id": "13f54d0b-4f36-45f4-898b-2548832045ef", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "02af47c9-cc74-438b-9b88-502ea0702889", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133142Z:13f54d0b-4f36-45f4-898b-2548832045ef" }, "ResponseBody": { "name": "subnetnamex6c0d2aef", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Network/virtualNetworks/networknamex6c0d2aef/subnets/subnetnamex6c0d2aef", - "etag": "W/\u00221c864c87-6955-439b-98a4-3ba6b87ccc37\u0022", + "etag": "W/\u0022f80b5960-cf64-4807-823a-465a02afa67c\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -530,7 +518,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -540,17 +528,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:57 GMT", + "Date": "Wed, 09 Mar 2022 13:31:42 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:55:58 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", - "x-ms-request-id": "31c5b8f7-d199-4c8a-9dd5-9e19433e1100" + "x-ms-ests-server": "2.1.12529.17 - EUS ProdSlices", + "x-ms-request-id": "ec1f6d4a-40f8-4e25-9fd2-5feb348d0401" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -627,8 +611,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -638,17 +622,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:57 GMT", + "Date": "Wed, 09 Mar 2022 13:31:42 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:55:58 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - KRSLR1 ProdSlices", - "x-ms-request-id": "da7242ad-dfdc-4ff7-bc72-d43d16290100" + "x-ms-ests-server": "2.1.12559.5 - SEASLR1 ProdSlices", + "x-ms-request-id": "8f9fe3a1-f9b9-4246-b1cf-c446ca6a0700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -703,41 +683,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ad2fad81-17df-4637-8a3a-ebbcc88ab78e", + "client-request-id": "e8b9cc8a-ac7c-4b1d-ad86-d3ecd127a11f", "Connection": "keep-alive", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=fpc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q%7EIsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ad2fad81-17df-4637-8a3a-ebbcc88ab78e", + "client-request-id": "e8b9cc8a-ac7c-4b1d-ad86-d3ecd127a11f", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:55:57 GMT", + "Date": "Wed, 09 Mar 2022 13:31:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=fpc; expires=Fri, 01-Apr-2022 03:55:58 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WUS2 ProdSlices", - "x-ms-request-id": "640b1ec3-8a77-495a-9988-155bb6047300" + "x-ms-ests-server": "2.1.12529.17 - SCUS ProdSlices", + "x-ms-request-id": "3767c7a0-bbb6-42d4-9e3b-6aca05e90601" }, "ResponseBody": { "token_type": "Bearer", @@ -756,8 +732,8 @@ "Connection": "keep-alive", "Content-Length": "948", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ab1c9b5d-99dc-11ec-8822-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "41b9fd4a-9fad-11ec-b269-c0b6f9946f2d" }, "RequestBody": { "location": "eastus", @@ -819,11 +795,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/96002d16-fea2-42d9-9a30-b1ec9e815ee7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/73b815a0-555b-4d27-8720-4f0224f13683?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "2099", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:56:02 GMT", + "Date": "Wed, 09 Mar 2022 13:31:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -833,12 +809,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba3ba28e-9f4f-4abf-b417-342a30b05206", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;185,Microsoft.Compute/CreateVMScaleSet30Min;930,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3725,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-correlation-request-id": "2c6659cc-8554-485a-a30d-ea4e53eeb452", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;185,Microsoft.Compute/CreateVMScaleSet30Min;930,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3724,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1196", "x-ms-request-charge": "2", - "x-ms-request-id": "96002d16-fea2-42d9-9a30-b1ec9e815ee7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035603Z:ba3ba28e-9f4f-4abf-b417-342a30b05206" + "x-ms-request-id": "73b815a0-555b-4d27-8720-4f0224f13683", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133147Z:2c6659cc-8554-485a-a30d-ea4e53eeb452" }, "ResponseBody": { "name": "virtualmachinescaleset6c0d2aef", @@ -914,21 +890,21 @@ "provisioningState": "Creating", "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": false, - "uniqueId": "2d245d66-e314-4cd4-a4ad-651f14ab49b1", - "timeCreated": "2022-03-02T03:56:01.8533999\u002B00:00" + "uniqueId": "384d717c-9421-47e6-8ca7-f2b7a5603229", + "timeCreated": "2022-03-09T13:31:46.4186629\u002B00:00" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/96002d16-fea2-42d9-9a30-b1ec9e815ee7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/73b815a0-555b-4d27-8720-4f0224f13683?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ab1c9b5d-99dc-11ec-8822-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "41b9fd4a-9fad-11ec-b269-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -936,7 +912,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:56:12 GMT", + "Date": "Wed, 09 Mar 2022 13:31:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "97", @@ -948,28 +924,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fdf7e80-06d6-4053-8491-d4b6215cc2e7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29913", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "14e513e5-a4b4-49eb-8798-2d9139d30b38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035613Z:0fdf7e80-06d6-4053-8491-d4b6215cc2e7" + "x-ms-correlation-request-id": "4e862191-f0b1-49ce-9668-de8e46fc7d85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29896", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "99eaa549-0f90-46e8-b913-d3955a337a81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133158Z:4e862191-f0b1-49ce-9668-de8e46fc7d85" }, "ResponseBody": { - "startTime": "2022-03-02T03:56:01.8377885\u002B00:00", + "startTime": "2022-03-09T13:31:46.4186629\u002B00:00", "status": "InProgress", - "name": "96002d16-fea2-42d9-9a30-b1ec9e815ee7" + "name": "73b815a0-555b-4d27-8720-4f0224f13683" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/96002d16-fea2-42d9-9a30-b1ec9e815ee7?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/73b815a0-555b-4d27-8720-4f0224f13683?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ab1c9b5d-99dc-11ec-8822-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "41b9fd4a-9fad-11ec-b269-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -977,7 +953,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:57:51 GMT", + "Date": "Wed, 09 Mar 2022 13:33:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -988,17 +964,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39871ae0-48f1-41af-9903-64728fe6cc4f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29911", + "x-ms-correlation-request-id": "28edda09-dbb7-4d08-bdc8-5f900d675f02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29894", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "bfbec3ce-fccb-4bae-8038-c4133c836a28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035752Z:39871ae0-48f1-41af-9903-64728fe6cc4f" + "x-ms-request-id": "7c834429-5c77-40a0-a37e-2cf0b5e48d63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133336Z:28edda09-dbb7-4d08-bdc8-5f900d675f02" }, "ResponseBody": { - "startTime": "2022-03-02T03:56:01.8377885\u002B00:00", - "endTime": "2022-03-02T03:57:19.6505778\u002B00:00", + "startTime": "2022-03-09T13:31:46.4186629\u002B00:00", + "endTime": "2022-03-09T13:33:04.0905804\u002B00:00", "status": "Succeeded", - "name": "96002d16-fea2-42d9-9a30-b1ec9e815ee7" + "name": "73b815a0-555b-4d27-8720-4f0224f13683" } }, { @@ -1009,8 +985,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ab1c9b5d-99dc-11ec-8822-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "41b9fd4a-9fad-11ec-b269-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1018,7 +994,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 03:57:52 GMT", + "Date": "Wed, 09 Mar 2022 13:33:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1029,11 +1005,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2c4c036-1686-4f68-aecc-ba4ce6a5fb65", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2590", + "x-ms-correlation-request-id": "016d5a32-741e-435b-85cf-09cb879a1678", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;392,Microsoft.Compute/GetVMScaleSet30Min;2585", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "eed1d429-30ca-4195-aeb8-546b1c4e945d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T035752Z:a2c4c036-1686-4f68-aecc-ba4ce6a5fb65" + "x-ms-request-id": "36c35743-cc66-41b1-8932-2ca894521b6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133336Z:016d5a32-741e-435b-85cf-09cb879a1678" }, "ResponseBody": { "name": "virtualmachinescaleset6c0d2aef", @@ -1109,8 +1085,8 @@ "provisioningState": "Succeeded", "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": false, - "uniqueId": "2d245d66-e314-4cd4-a4ad-651f14ab49b1", - "timeCreated": "2022-03-02T03:56:01.8533999\u002B00:00" + "uniqueId": "384d717c-9421-47e6-8ca7-f2b7a5603229", + "timeCreated": "2022-03-09T13:31:46.4186629\u002B00:00" } } }, @@ -1122,8 +1098,48 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5afdc78b-99dd-11ec-8049-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f118ee06-9fad-11ec-b45c-c0b6f9946f2d" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "115", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Mar 2022 13:36:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8be17343-2b63-4c65-b34b-52d3a073a1cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4995,Microsoft.Compute/VMScaleSetVMViews3Min;4999", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-charge": "1", + "x-ms-request-id": "ef8754cc-18c3-41fa-b777-96f4044aa511", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133637Z:8be17343-2b63-4c65-b34b-52d3a073a1cf" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The entity was not found in this Azure location." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachineScaleSets/virtualmachinescaleset6c0d2aef/virtualMachines/1/instanceView?api-version=2021-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f1dafb9a-9fad-11ec-bb2a-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1131,7 +1147,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:00:53 GMT", + "Date": "Wed, 09 Mar 2022 13:36:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1142,20 +1158,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5aeff913-4068-4a60-a6b9-f871fcf1afea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;999,Microsoft.Compute/GetVMScaleSetVM30Min;4995,Microsoft.Compute/VMScaleSetVMViews3Min;4999", - "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-correlation-request-id": "3f4f21a3-0986-495a-ba40-48af9a03430d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSetVM3Min;998,Microsoft.Compute/GetVMScaleSetVM30Min;4994,Microsoft.Compute/VMScaleSetVMViews3Min;4998", + "x-ms-ratelimit-remaining-subscription-reads": "11998", "x-ms-request-charge": "1", - "x-ms-request-id": "b5eb320e-d773-4393-ab7c-b20c2d6274ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040054Z:5aeff913-4068-4a60-a6b9-f871fcf1afea" + "x-ms-request-id": "4c0430d6-9b3f-4dcf-8e90-0a61b13bfa6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133638Z:3f4f21a3-0986-495a-ba40-48af9a03430d" }, "ResponseBody": { - "placementGroupId": "1b9e36d6-a4d4-4d5d-a338-b1f6b2aec3dc", - "platformUpdateDomain": 0, - "platformFaultDomain": 0, - "computerName": "testPC000000", + "placementGroupId": "182e592d-2b06-4af0-b232-d53d9a25536a", + "platformUpdateDomain": 1, + "platformFaultDomain": 1, + "computerName": "testPC000001", "osName": "Windows Server 2016 Datacenter", - "osVersion": "10.0.14393.4946", + "osVersion": "10.0.14393.5006", "vmAgent": { "vmAgentVersion": "2.7.41491.1032", "statuses": [ @@ -1164,19 +1180,19 @@ "level": "Info", "displayStatus": "Ready", "message": "GuestAgent is running and processing the extensions.", - "time": "2022-03-02T04:00:30.495\u002B00:00" + "time": "2022-03-09T13:36:17.589\u002B00:00" } ] }, "disks": [ { - "name": "virtualmachinescalesvirtualmachinescaleseOS__1_aeb65763eb5b4447a0ff1d16c13ca821", + "name": "virtualmachinescalesvirtualmachinescaleseOS__1_08253ec49c064fda9dfd3cc7d69b7fc2", "statuses": [ { "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T03:57:20.2599201\u002B00:00" + "time": "2022-03-09T13:31:49.3717929\u002B00:00" } ] } @@ -1187,7 +1203,7 @@ "code": "ProvisioningState/succeeded", "level": "Info", "displayStatus": "Provisioning succeeded", - "time": "2022-03-02T03:58:07.4321019\u002B00:00" + "time": "2022-03-09T13:33:04.0280851\u002B00:00" }, { "code": "PowerState/running", @@ -1198,7 +1214,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachineScaleSets/virtualmachinescaleset6c0d2aef/virtualmachines/0/redeploy?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachineScaleSets/virtualmachinescaleset6c0d2aef/virtualmachines/1/redeploy?api-version=2021-11-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -1206,18 +1222,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5bc3e2b6-99dd-11ec-b611-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f216edd4-9fad-11ec-8e37-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e91ed71-dbff-45b0-bcb1-da08ac018032?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/55f83fa3-7873-4060-be1f-abdba881b840?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 04:00:53 GMT", + "Date": "Wed, 09 Mar 2022 13:36:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e91ed71-dbff-45b0-bcb1-da08ac018032?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/55f83fa3-7873-4060-be1f-abdba881b840?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1225,65 +1241,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e58a3ef-2192-4672-aaff-c3c167f3639a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1193,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3726,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-correlation-request-id": "8e0a9ea3-0b11-4164-a42d-875aa78f6360", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1193,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3728,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1199", "x-ms-request-charge": "1", - "x-ms-request-id": "0e91ed71-dbff-45b0-bcb1-da08ac018032", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040054Z:0e58a3ef-2192-4672-aaff-c3c167f3639a" + "x-ms-request-id": "55f83fa3-7873-4060-be1f-abdba881b840", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133638Z:8e0a9ea3-0b11-4164-a42d-875aa78f6360" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e91ed71-dbff-45b0-bcb1-da08ac018032?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5bc3e2b6-99dd-11ec-b611-70b5e82527ff" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:01:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ee88d19-f1e9-4b24-bce8-135bc0aa8210", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29911", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "6c63cab9-a45f-42c8-a4eb-66993bdcd39f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040125Z:9ee88d19-f1e9-4b24-bce8-135bc0aa8210" - }, - "ResponseBody": { - "startTime": "2022-03-02T04:00:54.526904\u002B00:00", - "status": "InProgress", - "name": "0e91ed71-dbff-45b0-bcb1-da08ac018032" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e91ed71-dbff-45b0-bcb1-da08ac018032?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/55f83fa3-7873-4060-be1f-abdba881b840?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5bc3e2b6-99dd-11ec-b611-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f216edd4-9fad-11ec-8e37-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1291,7 +1267,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:01:54 GMT", + "Date": "Wed, 09 Mar 2022 13:37:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1302,28 +1278,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cac6daf3-de0a-4b86-bc4c-0c77e75a8e58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29908", + "x-ms-correlation-request-id": "33ebf2f2-9123-4323-9a43-bd9e42ca7a75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29909", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "3e623bde-3c0e-462a-ac2d-97c0085a2e6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040155Z:cac6daf3-de0a-4b86-bc4c-0c77e75a8e58" + "x-ms-request-id": "15a73a95-1c79-4fc5-84ca-e74ce8327033", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133709Z:33ebf2f2-9123-4323-9a43-bd9e42ca7a75" }, "ResponseBody": { - "startTime": "2022-03-02T04:00:54.526904\u002B00:00", + "startTime": "2022-03-09T13:36:38.5751376\u002B00:00", "status": "InProgress", - "name": "0e91ed71-dbff-45b0-bcb1-da08ac018032" + "name": "55f83fa3-7873-4060-be1f-abdba881b840" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e91ed71-dbff-45b0-bcb1-da08ac018032?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/55f83fa3-7873-4060-be1f-abdba881b840?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5bc3e2b6-99dd-11ec-b611-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f216edd4-9fad-11ec-8e37-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1331,7 +1307,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:02:24 GMT", + "Date": "Wed, 09 Mar 2022 13:37:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1342,28 +1318,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff5aafeb-a336-4bf5-88c9-20a999092571", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29905", + "x-ms-correlation-request-id": "d76d0c1a-b33d-48aa-9c3a-89393d2cdafe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29906", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9f7d423e-5f15-4071-aae6-f9c995bb30a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040225Z:ff5aafeb-a336-4bf5-88c9-20a999092571" + "x-ms-request-id": "a63d3821-4c48-41ec-bbd8-f8fa4ca8ab38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133739Z:d76d0c1a-b33d-48aa-9c3a-89393d2cdafe" }, "ResponseBody": { - "startTime": "2022-03-02T04:00:54.526904\u002B00:00", + "startTime": "2022-03-09T13:36:38.5751376\u002B00:00", "status": "InProgress", - "name": "0e91ed71-dbff-45b0-bcb1-da08ac018032" + "name": "55f83fa3-7873-4060-be1f-abdba881b840" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e91ed71-dbff-45b0-bcb1-da08ac018032?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/55f83fa3-7873-4060-be1f-abdba881b840?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5bc3e2b6-99dd-11ec-b611-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f216edd4-9fad-11ec-8e37-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1371,7 +1347,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:02:55 GMT", + "Date": "Wed, 09 Mar 2022 13:38:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1382,28 +1358,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3964ce6f-3ca2-4b9e-904f-f9f7f9b5689e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29902", + "x-ms-correlation-request-id": "da2991df-29df-4240-9171-45c4d3059f8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29903", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4018ac80-f015-4f84-9525-34d81c041083", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040256Z:3964ce6f-3ca2-4b9e-904f-f9f7f9b5689e" + "x-ms-request-id": "238a2890-f7c6-4070-9d53-9ba51f6eda1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133810Z:da2991df-29df-4240-9171-45c4d3059f8f" }, "ResponseBody": { - "startTime": "2022-03-02T04:00:54.526904\u002B00:00", + "startTime": "2022-03-09T13:36:38.5751376\u002B00:00", "status": "InProgress", - "name": "0e91ed71-dbff-45b0-bcb1-da08ac018032" + "name": "55f83fa3-7873-4060-be1f-abdba881b840" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e91ed71-dbff-45b0-bcb1-da08ac018032?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/55f83fa3-7873-4060-be1f-abdba881b840?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5bc3e2b6-99dd-11ec-b611-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f216edd4-9fad-11ec-8e37-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1411,7 +1387,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:03:26 GMT", + "Date": "Wed, 09 Mar 2022 13:38:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1422,28 +1398,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04bc2583-26d8-48f1-8c16-f9c888ec56d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29899", + "x-ms-correlation-request-id": "1e1f5cee-d066-4abe-ae92-47b132360683", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29900", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9f65f1b5-44e7-4562-92a4-3cbe55ceb081", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040326Z:04bc2583-26d8-48f1-8c16-f9c888ec56d9" + "x-ms-request-id": "b704c68f-bf4f-4aa6-858d-a3e29a2c114b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133841Z:1e1f5cee-d066-4abe-ae92-47b132360683" }, "ResponseBody": { - "startTime": "2022-03-02T04:00:54.526904\u002B00:00", + "startTime": "2022-03-09T13:36:38.5751376\u002B00:00", "status": "InProgress", - "name": "0e91ed71-dbff-45b0-bcb1-da08ac018032" + "name": "55f83fa3-7873-4060-be1f-abdba881b840" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e91ed71-dbff-45b0-bcb1-da08ac018032?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/55f83fa3-7873-4060-be1f-abdba881b840?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5bc3e2b6-99dd-11ec-b611-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f216edd4-9fad-11ec-8e37-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1451,7 +1427,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:03:56 GMT", + "Date": "Wed, 09 Mar 2022 13:39:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1462,36 +1438,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b9d15ec-9829-4c36-9a61-e4000efa88ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29896", + "x-ms-correlation-request-id": "4af5e609-ea72-462c-bc9b-a7bffdea444b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29897", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2a0887a9-1740-4ed5-a30f-b0aee472a5ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040356Z:9b9d15ec-9829-4c36-9a61-e4000efa88ae" + "x-ms-request-id": "9358059f-da2a-4738-a76e-c7b31f5bf729", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133911Z:4af5e609-ea72-462c-bc9b-a7bffdea444b" }, "ResponseBody": { - "startTime": "2022-03-02T04:00:54.526904\u002B00:00", - "endTime": "2022-03-02T04:03:40.277812\u002B00:00", + "startTime": "2022-03-09T13:36:38.5751376\u002B00:00", + "endTime": "2022-03-09T13:39:08.7158083\u002B00:00", "status": "Succeeded", - "name": "0e91ed71-dbff-45b0-bcb1-da08ac018032" + "name": "55f83fa3-7873-4060-be1f-abdba881b840" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/0e91ed71-dbff-45b0-bcb1-da08ac018032?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/55f83fa3-7873-4060-be1f-abdba881b840?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5bc3e2b6-99dd-11ec-b611-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "f216edd4-9fad-11ec-8e37-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 04:03:56 GMT", + "Date": "Wed, 09 Mar 2022 13:39:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1500,16 +1476,16 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa410530-6c4e-4d9b-accd-7ccbba517b3b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29895", + "x-ms-correlation-request-id": "af847ec5-a68c-4a7c-8d00-64cdf5746685", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29896", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "0f841d55-d487-4807-b7c5-b3e500bb4b12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040357Z:fa410530-6c4e-4d9b-accd-7ccbba517b3b" + "x-ms-request-id": "70a3818a-237f-4452-81cf-b41ce28dbe30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133911Z:af847ec5-a68c-4a7c-8d00-64cdf5746685" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachineScaleSets/virtualmachinescaleset6c0d2aef/virtualMachines/0/reimage?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachineScaleSets/virtualmachinescaleset6c0d2aef/virtualMachines/1/reimage?api-version=2021-11-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -1518,18 +1494,18 @@ "Connection": "keep-alive", "Content-Length": "0", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c8b6cc51-99dd-11ec-b5ac-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "4d8eb840-9fae-11ec-ac3d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/10ba3428-7904-49c5-8e1c-8657b269e2c4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/116665c1-2f3e-42f5-a2de-d6386cab4a59?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 04:03:56 GMT", + "Date": "Wed, 09 Mar 2022 13:39:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/10ba3428-7904-49c5-8e1c-8657b269e2c4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/116665c1-2f3e-42f5-a2de-d6386cab4a59?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1537,25 +1513,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b0e7a18-30d0-4244-a7cc-e3b2f0f72b09", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1192,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;997,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3727,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-correlation-request-id": "b0e1c6ce-bda9-4147-b6c3-9542df516712", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1192,Microsoft.Compute/VMScaleSetVMActions3Min;199,Microsoft.Compute/VMScaleSetVMActions30Min;997,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3727,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1198", "x-ms-request-charge": "1", - "x-ms-request-id": "10ba3428-7904-49c5-8e1c-8657b269e2c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040357Z:2b0e7a18-30d0-4244-a7cc-e3b2f0f72b09" + "x-ms-request-id": "116665c1-2f3e-42f5-a2de-d6386cab4a59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133912Z:b0e1c6ce-bda9-4147-b6c3-9542df516712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/10ba3428-7904-49c5-8e1c-8657b269e2c4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/116665c1-2f3e-42f5-a2de-d6386cab4a59?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c8b6cc51-99dd-11ec-b5ac-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "4d8eb840-9fae-11ec-ac3d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1563,7 +1539,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:04:27 GMT", + "Date": "Wed, 09 Mar 2022 13:39:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1574,28 +1550,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "212cf2fc-1fe5-4a58-ab2c-5c1551899898", + "x-ms-correlation-request-id": "faa35a7e-1bcc-4d15-abf8-764fec35e841", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29893", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ac193cdb-c5f3-4aae-a9c3-a1daefab1920", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040427Z:212cf2fc-1fe5-4a58-ab2c-5c1551899898" + "x-ms-request-id": "8c0e05fe-43c1-4f68-a318-9cf9be50e94d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T133943Z:faa35a7e-1bcc-4d15-abf8-764fec35e841" }, "ResponseBody": { - "startTime": "2022-03-02T04:03:57.3247875\u002B00:00", + "startTime": "2022-03-09T13:39:12.2470623\u002B00:00", "status": "InProgress", - "name": "10ba3428-7904-49c5-8e1c-8657b269e2c4" + "name": "116665c1-2f3e-42f5-a2de-d6386cab4a59" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/10ba3428-7904-49c5-8e1c-8657b269e2c4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/116665c1-2f3e-42f5-a2de-d6386cab4a59?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c8b6cc51-99dd-11ec-b5ac-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "4d8eb840-9fae-11ec-ac3d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1603,7 +1579,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:04:58 GMT", + "Date": "Wed, 09 Mar 2022 13:40:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1614,28 +1590,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5db285e7-5992-475c-8558-8ae3206511b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29890", + "x-ms-correlation-request-id": "df3916c5-5892-4ab1-aef8-76d11e963e22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29915", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "71a05487-f506-4394-8f6b-e709d5f8e04f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040458Z:5db285e7-5992-475c-8558-8ae3206511b5" + "x-ms-request-id": "cd389128-6e18-4dff-8ed1-f5c164a5b3b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134013Z:df3916c5-5892-4ab1-aef8-76d11e963e22" }, "ResponseBody": { - "startTime": "2022-03-02T04:03:57.3247875\u002B00:00", + "startTime": "2022-03-09T13:39:12.2470623\u002B00:00", "status": "InProgress", - "name": "10ba3428-7904-49c5-8e1c-8657b269e2c4" + "name": "116665c1-2f3e-42f5-a2de-d6386cab4a59" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/10ba3428-7904-49c5-8e1c-8657b269e2c4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/116665c1-2f3e-42f5-a2de-d6386cab4a59?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c8b6cc51-99dd-11ec-b5ac-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "4d8eb840-9fae-11ec-ac3d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1643,7 +1619,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:05:28 GMT", + "Date": "Wed, 09 Mar 2022 13:40:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1654,28 +1630,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb2c0e4b-dc14-47f4-bcd6-e51ddd68e9f4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29914", + "x-ms-correlation-request-id": "02f2bd89-0cfd-4188-a749-eb539a470c5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29912", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "609388c0-c9b3-472e-a167-ec22990f16d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040529Z:cb2c0e4b-dc14-47f4-bcd6-e51ddd68e9f4" + "x-ms-request-id": "8037341a-d07e-47a8-a1be-ecfe5dc2512c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134044Z:02f2bd89-0cfd-4188-a749-eb539a470c5c" }, "ResponseBody": { - "startTime": "2022-03-02T04:03:57.3247875\u002B00:00", + "startTime": "2022-03-09T13:39:12.2470623\u002B00:00", "status": "InProgress", - "name": "10ba3428-7904-49c5-8e1c-8657b269e2c4" + "name": "116665c1-2f3e-42f5-a2de-d6386cab4a59" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/10ba3428-7904-49c5-8e1c-8657b269e2c4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/116665c1-2f3e-42f5-a2de-d6386cab4a59?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c8b6cc51-99dd-11ec-b5ac-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "4d8eb840-9fae-11ec-ac3d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1683,7 +1659,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:05:58 GMT", + "Date": "Wed, 09 Mar 2022 13:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1694,36 +1670,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78f018df-da36-4394-94dd-f8e9c203e902", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29911", + "x-ms-correlation-request-id": "43f58e24-ab7c-4344-885c-50499ae99043", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29909", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "08dab1b5-6ee3-46a5-a92a-a811ddf9f691", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040559Z:78f018df-da36-4394-94dd-f8e9c203e902" + "x-ms-request-id": "01de6fd0-f557-462c-9bc2-fd3e740ba8de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134114Z:43f58e24-ab7c-4344-885c-50499ae99043" }, "ResponseBody": { - "startTime": "2022-03-02T04:03:57.3247875\u002B00:00", - "endTime": "2022-03-02T04:05:59.1846723\u002B00:00", + "startTime": "2022-03-09T13:39:12.2470623\u002B00:00", + "endTime": "2022-03-09T13:41:09.9189705\u002B00:00", "status": "Succeeded", - "name": "10ba3428-7904-49c5-8e1c-8657b269e2c4" + "name": "116665c1-2f3e-42f5-a2de-d6386cab4a59" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/10ba3428-7904-49c5-8e1c-8657b269e2c4?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/116665c1-2f3e-42f5-a2de-d6386cab4a59?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "c8b6cc51-99dd-11ec-b5ac-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "4d8eb840-9fae-11ec-ac3d-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 04:05:59 GMT", + "Date": "Wed, 09 Mar 2022 13:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1732,16 +1708,16 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3aaf75d-a9ee-45ee-9cfc-e8140850acf1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29910", + "x-ms-correlation-request-id": "9097e595-5a7b-4e33-8546-4c3c849774ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29908", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "4b8bf080-d0eb-43cd-89c9-cf5904432812", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040600Z:e3aaf75d-a9ee-45ee-9cfc-e8140850acf1" + "x-ms-request-id": "33818650-ef35-462a-8082-3d21c6fb9892", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134114Z:9097e595-5a7b-4e33-8546-4c3c849774ea" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachineScaleSets/virtualmachinescaleset6c0d2aef/virtualMachines/0/reimageall?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/Microsoft.Compute/virtualMachineScaleSets/virtualmachinescaleset6c0d2aef/virtualMachines/1/reimageall?api-version=2021-11-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -1749,18 +1725,18 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "120259cb-99de-11ec-be57-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "96e8391c-9fae-11ec-ada5-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c757333c-a3f1-4298-8d49-72029efcccb5?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e9c48261-7c05-4e38-8789-60e045a94f34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 04:05:59 GMT", + "Date": "Wed, 09 Mar 2022 13:41:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c757333c-a3f1-4298-8d49-72029efcccb5?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e9c48261-7c05-4e38-8789-60e045a94f34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1768,25 +1744,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b733916-b880-42a0-89e4-b3f555f3c6f4", + "x-ms-correlation-request-id": "06180d6d-a0da-48e3-8402-20cb03e53cca", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1191,Microsoft.Compute/VMScaleSetVMActions3Min;198,Microsoft.Compute/VMScaleSetVMActions30Min;996,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3727,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1197", "x-ms-request-charge": "1", - "x-ms-request-id": "c757333c-a3f1-4298-8d49-72029efcccb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040600Z:2b733916-b880-42a0-89e4-b3f555f3c6f4" + "x-ms-request-id": "e9c48261-7c05-4e38-8789-60e045a94f34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134115Z:06180d6d-a0da-48e3-8402-20cb03e53cca" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c757333c-a3f1-4298-8d49-72029efcccb5?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e9c48261-7c05-4e38-8789-60e045a94f34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "120259cb-99de-11ec-be57-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "96e8391c-9fae-11ec-ada5-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1794,7 +1770,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:06:30 GMT", + "Date": "Wed, 09 Mar 2022 13:41:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1805,28 +1781,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60454aa8-643f-48d6-bffa-87999710e961", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29907", + "x-ms-correlation-request-id": "c14d9ae6-7b29-482d-b5a0-b97e85d179b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29905", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "0afb22b4-ac37-4746-92ac-49a4743b862c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040630Z:60454aa8-643f-48d6-bffa-87999710e961" + "x-ms-request-id": "7ca529c4-6b95-4dc4-8706-47c9c4cf398d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134145Z:c14d9ae6-7b29-482d-b5a0-b97e85d179b4" }, "ResponseBody": { - "startTime": "2022-03-02T04:06:00.3409631\u002B00:00", + "startTime": "2022-03-09T13:41:15.090863\u002B00:00", "status": "InProgress", - "name": "c757333c-a3f1-4298-8d49-72029efcccb5" + "name": "e9c48261-7c05-4e38-8789-60e045a94f34" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c757333c-a3f1-4298-8d49-72029efcccb5?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e9c48261-7c05-4e38-8789-60e045a94f34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "120259cb-99de-11ec-be57-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "96e8391c-9fae-11ec-ada5-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1834,7 +1810,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:07:01 GMT", + "Date": "Wed, 09 Mar 2022 13:42:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1845,28 +1821,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8778c9a6-8ff2-4f1c-9afa-a3eae018144b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29904", + "x-ms-correlation-request-id": "3257b61b-0adb-4b7f-828a-9b322aeda4d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29902", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "91d9b81c-c96f-4940-a373-e6d6c9cd8fc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040701Z:8778c9a6-8ff2-4f1c-9afa-a3eae018144b" + "x-ms-request-id": "d78a5f9b-802e-4d17-ac02-ad6555c4dce9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134216Z:3257b61b-0adb-4b7f-828a-9b322aeda4d8" }, "ResponseBody": { - "startTime": "2022-03-02T04:06:00.3409631\u002B00:00", + "startTime": "2022-03-09T13:41:15.090863\u002B00:00", "status": "InProgress", - "name": "c757333c-a3f1-4298-8d49-72029efcccb5" + "name": "e9c48261-7c05-4e38-8789-60e045a94f34" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c757333c-a3f1-4298-8d49-72029efcccb5?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e9c48261-7c05-4e38-8789-60e045a94f34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "120259cb-99de-11ec-be57-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "96e8391c-9fae-11ec-ada5-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1874,7 +1850,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:07:30 GMT", + "Date": "Wed, 09 Mar 2022 13:42:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1885,28 +1861,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e42cbe88-c811-4d9b-8ea3-c11cd0b59d20", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29901", + "x-ms-correlation-request-id": "8894f911-a724-47a7-8d66-d38b7986504a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29899", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "20adbab8-6497-4194-8267-b7765678dced", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040731Z:e42cbe88-c811-4d9b-8ea3-c11cd0b59d20" + "x-ms-request-id": "84c5cebb-caaf-47a3-9c96-fc309f11f6e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134246Z:8894f911-a724-47a7-8d66-d38b7986504a" }, "ResponseBody": { - "startTime": "2022-03-02T04:06:00.3409631\u002B00:00", + "startTime": "2022-03-09T13:41:15.090863\u002B00:00", "status": "InProgress", - "name": "c757333c-a3f1-4298-8d49-72029efcccb5" + "name": "e9c48261-7c05-4e38-8789-60e045a94f34" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c757333c-a3f1-4298-8d49-72029efcccb5?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e9c48261-7c05-4e38-8789-60e045a94f34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "120259cb-99de-11ec-be57-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "96e8391c-9fae-11ec-ada5-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -1914,7 +1890,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:08:01 GMT", + "Date": "Wed, 09 Mar 2022 13:43:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1925,36 +1901,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "889b76f4-b72d-4510-9b9e-5587c41ee288", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29898", + "x-ms-correlation-request-id": "0c82085c-6f37-4923-80e6-0bfb4a6038a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29896", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "259bd395-42d8-4f92-ba33-4d5a0fdaf25b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040802Z:889b76f4-b72d-4510-9b9e-5587c41ee288" + "x-ms-request-id": "e929350e-231a-41f4-8b6c-a941750c8a79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134316Z:0c82085c-6f37-4923-80e6-0bfb4a6038a0" }, "ResponseBody": { - "startTime": "2022-03-02T04:06:00.3409631\u002B00:00", - "endTime": "2022-03-02T04:08:01.7628346\u002B00:00", + "startTime": "2022-03-09T13:41:15.090863\u002B00:00", + "endTime": "2022-03-09T13:43:09.6534423\u002B00:00", "status": "Succeeded", - "name": "c757333c-a3f1-4298-8d49-72029efcccb5" + "name": "e9c48261-7c05-4e38-8789-60e045a94f34" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c757333c-a3f1-4298-8d49-72029efcccb5?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/e9c48261-7c05-4e38-8789-60e045a94f34?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "120259cb-99de-11ec-be57-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "96e8391c-9fae-11ec-ada5-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 04:08:01 GMT", + "Date": "Wed, 09 Mar 2022 13:43:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1963,11 +1939,11 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "734a82c0-4e6d-4fcf-9ac5-4ffe40dc5ad3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29897", + "x-ms-correlation-request-id": "8d4f48fd-17ec-4611-a1eb-3c51ff4fcbf7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29895", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "99a1fe15-96d9-4912-abf0-cac1e2bec960", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040802Z:734a82c0-4e6d-4fcf-9ac5-4ffe40dc5ad3" + "x-ms-request-id": "3d3dd8d4-403a-41d0-b18a-e19690526001", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134317Z:8d4f48fd-17ec-4611-a1eb-3c51ff4fcbf7" }, "ResponseBody": null }, @@ -1980,19 +1956,19 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5ae584dd-99de-11ec-a3fe-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "dfd853a6-9fae-11ec-a7d4-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/987e57a3-e769-412f-b13d-0c7eed2175e0?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/579cf231-ab61-429c-a1fa-bbda9215c1ab?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 02 Mar 2022 04:08:02 GMT", + "Date": "Wed, 09 Mar 2022 13:43:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/987e57a3-e769-412f-b13d-0c7eed2175e0?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/579cf231-ab61-429c-a1fa-bbda9215c1ab?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026monitor=true\u0026api-version=2021-11-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2001,25 +1977,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4599cb49-772a-4779-a98a-3cb4f748fa47", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3727,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-correlation-request-id": "fe746dc6-6d57-46f8-9f0d-552ab325bb9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;398,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;3726,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-deletes": "14999", "x-ms-request-charge": "1", - "x-ms-request-id": "987e57a3-e769-412f-b13d-0c7eed2175e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040803Z:4599cb49-772a-4779-a98a-3cb4f748fa47" + "x-ms-request-id": "579cf231-ab61-429c-a1fa-bbda9215c1ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134317Z:fe746dc6-6d57-46f8-9f0d-552ab325bb9d" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/987e57a3-e769-412f-b13d-0c7eed2175e0?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/579cf231-ab61-429c-a1fa-bbda9215c1ab?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5ae584dd-99de-11ec-a3fe-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "dfd853a6-9fae-11ec-a7d4-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2027,7 +2003,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:08:13 GMT", + "Date": "Wed, 09 Mar 2022 13:43:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "11", @@ -2039,28 +2015,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "144977cc-3c45-4c11-a409-16f7f9b2be70", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29895", + "x-ms-correlation-request-id": "fa38a23b-b3e9-43b7-9e89-2c9d15315243", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29893", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "4e47ee4e-6ecd-4085-b4fb-d74ffc2e0875", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040813Z:144977cc-3c45-4c11-a409-16f7f9b2be70" + "x-ms-request-id": "2f4614c3-6814-4119-8c5b-79485c9f8588", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134328Z:fa38a23b-b3e9-43b7-9e89-2c9d15315243" }, "ResponseBody": { - "startTime": "2022-03-02T04:08:02.8253438\u002B00:00", + "startTime": "2022-03-09T13:43:17.7159411\u002B00:00", "status": "InProgress", - "name": "987e57a3-e769-412f-b13d-0c7eed2175e0" + "name": "579cf231-ab61-429c-a1fa-bbda9215c1ab" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/987e57a3-e769-412f-b13d-0c7eed2175e0?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/579cf231-ab61-429c-a1fa-bbda9215c1ab?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5ae584dd-99de-11ec-a3fe-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "dfd853a6-9fae-11ec-a7d4-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2068,7 +2044,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:08:24 GMT", + "Date": "Wed, 09 Mar 2022 13:43:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2079,28 +2055,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51160c7c-8bba-4359-a76b-300868298c6e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29894", + "x-ms-correlation-request-id": "1525dde1-d8de-49c7-9068-8fbb5fe17992", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29892", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "4047d1f1-0ec1-4acf-8a71-2917ad559ebc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040824Z:51160c7c-8bba-4359-a76b-300868298c6e" + "x-ms-request-id": "aef9d94f-6c99-4f8d-979b-650a1041e558", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134339Z:1525dde1-d8de-49c7-9068-8fbb5fe17992" }, "ResponseBody": { - "startTime": "2022-03-02T04:08:02.8253438\u002B00:00", + "startTime": "2022-03-09T13:43:17.7159411\u002B00:00", "status": "InProgress", - "name": "987e57a3-e769-412f-b13d-0c7eed2175e0" + "name": "579cf231-ab61-429c-a1fa-bbda9215c1ab" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/987e57a3-e769-412f-b13d-0c7eed2175e0?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/579cf231-ab61-429c-a1fa-bbda9215c1ab?p=54253b73-cb53-496f-ab42-5e5ee19426f8\u0026api-version=2021-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "5ae584dd-99de-11ec-a3fe-70b5e82527ff" + "User-Agent": "azsdk-python-azure-mgmt-compute/26.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0)", + "x-ms-client-request-id": "dfd853a6-9fae-11ec-a7d4-c0b6f9946f2d" }, "RequestBody": null, "StatusCode": 200, @@ -2108,7 +2084,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Mar 2022 04:08:54 GMT", + "Date": "Wed, 09 Mar 2022 13:44:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2119,17 +2095,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62e7f5fa-a9ee-45d8-a6eb-6f56dac73988", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29893", + "x-ms-correlation-request-id": "6823e776-5894-491c-85c5-ad5058c7b2a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29891", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "4fc1fffa-aa1f-46d7-9b3e-57d2c9507d8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220302T040855Z:62e7f5fa-a9ee-45d8-a6eb-6f56dac73988" + "x-ms-request-id": "f13c7b1f-9896-423b-ac29-87f2ba131fac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220309T134409Z:6823e776-5894-491c-85c5-ad5058c7b2a8" }, "ResponseBody": { - "startTime": "2022-03-02T04:08:02.8253438\u002B00:00", - "endTime": "2022-03-02T04:08:47.7628307\u002B00:00", + "startTime": "2022-03-09T13:43:17.7159411\u002B00:00", + "endTime": "2022-03-09T13:43:55.7003498\u002B00:00", "status": "Succeeded", - "name": "987e57a3-e769-412f-b13d-0c7eed2175e0" + "name": "579cf231-ab61-429c-a1fa-bbda9215c1ab" } } ],