From a5aa524b279766c4ea15c6fec6b967b554061e84 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 15 Dec 2021 09:07:33 +0000 Subject: [PATCH] CodeGen from PR 17103 in Azure/azure-rest-api-specs Merge aaaee72c35ee915a88bedc71edd914f6fbe6507d into ac1a40083935e2446180460410fcb17d5f1baf3d --- sdk/compute/arm-compute/CHANGELOG.md | 21 - sdk/compute/arm-compute/_meta.json | 4 +- sdk/compute/arm-compute/package.json | 21 +- .../recording_availabilitysets_create_test.js | 151 - .../recording_availabilitysets_delete_test.js | 179 - .../recording_availabilitysets_get_test.js | 151 - .../recording_availabilitysets_list_test.js | 151 - .../recording_availabilitysets_update_test.js | 151 - .../recording_virtualmachines_create_test.js | 8359 ----------------- .../recording_virtualmachines_delete_test.js | 3755 -------- .../recording_virtualmachines_get_test.js | 151 - .../recording_virtualmachines_list_test.js | 151 - .../recording_virtualmachines_update_test.js | 191 - .../src/computeManagementClient.ts | 2 +- .../arm-compute/test/compute_examples.ts | 284 - sdk/compute/arm-compute/test/sampleTest.ts | 48 + 16 files changed, 56 insertions(+), 13714 deletions(-) delete mode 100644 sdk/compute/arm-compute/CHANGELOG.md delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_create_test.js delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_delete_test.js delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_get_test.js delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_list_test.js delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_update_test.js delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_create_test.js delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_delete_test.js delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_get_test.js delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_list_test.js delete mode 100644 sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_update_test.js delete mode 100644 sdk/compute/arm-compute/test/compute_examples.ts create mode 100644 sdk/compute/arm-compute/test/sampleTest.ts diff --git a/sdk/compute/arm-compute/CHANGELOG.md b/sdk/compute/arm-compute/CHANGELOG.md deleted file mode 100644 index d81d126fe057..000000000000 --- a/sdk/compute/arm-compute/CHANGELOG.md +++ /dev/null @@ -1,21 +0,0 @@ -# Release History - -## 17.0.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - -## 17.0.0 (2021-12-07) - -The package of @azure/arm-compute is using our next generation design principles since version 17.0.0, which contains breaking changes. - -To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog). - -To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide). - -To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart). diff --git a/sdk/compute/arm-compute/_meta.json b/sdk/compute/arm-compute/_meta.json index 096a839b619a..2b636a5d146d 100644 --- a/sdk/compute/arm-compute/_meta.json +++ b/sdk/compute/arm-compute/_meta.json @@ -1,7 +1,7 @@ { - "commit": "a42f1b58607091c4f255ead152a8ef323fa0b280", + "commit": "c737d488386fb6078db1df0911549e8900104d00", "readme": "specification/compute/resource-manager/readme.md", - "autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/compute/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211130.1", + "autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/compute/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211130.1", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", "use": "@autorest/typescript@6.0.0-alpha.16.20211130.1" } \ No newline at end of file diff --git a/sdk/compute/arm-compute/package.json b/sdk/compute/arm-compute/package.json index 0899e334148a..4d361317ca22 100644 --- a/sdk/compute/arm-compute/package.json +++ b/sdk/compute/arm-compute/package.json @@ -3,10 +3,8 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ComputeManagementClient.", - "version": "17.0.1", - "engines": { - "node": ">=12.0.0" - }, + "version": "1.0.0-beta.1", + "engines": { "node": ">=12.0.0" }, "dependencies": { "@azure/core-lro": "^2.2.0", "@azure/abort-controller": "^1.0.0", @@ -16,13 +14,7 @@ "@azure/core-rest-pipeline": "^1.1.0", "tslib": "^2.2.0" }, - "keywords": [ - "node", - "azure", - "typescript", - "browser", - "isomorphic" - ], + "keywords": ["node", "azure", "typescript", "browser", "isomorphic"], "license": "MIT", "main": "./dist/index.js", "module": "./dist-esm/src/index.js", @@ -42,17 +34,14 @@ "@azure/identity": "^2.0.1", "@azure-tools/test-recorder": "^1.0.0", "mocha": "^7.1.1", - "cross-env": "^7.0.2", - "@azure/arm-network": "^26.0.0" + "cross-env": "^7.0.2" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute", "repository": { "type": "git", "url": "https://github.com/Azure/azure-sdk-for-js.git" }, - "bugs": { - "url": "https://github.com/Azure/azure-sdk-for-js/issues" - }, + "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "files": [ "dist/**/*.js", "dist/**/*.js.map", diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_create_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_create_test.js deleted file mode 100644 index 9c1fdaceaab8..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_create_test.js +++ /dev/null @@ -1,151 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "17924bfec3c16444b943d0fe6f72e446"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - 'c3233cd9-9248-4127-b0f2-7c6e0fe03e00', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=Au5O4mdoHZFJsQ1GZpDYZwg; expires=Thu, 30-Dec-2021 06:40:53 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr-s1ICB22NwxEarYW60XZV8KKNTV8ZKOLwUwyd0IeuGc0IlkdznutF_1O2Ae_B9tmCq3WhAcAjgrAUX_cDYlb8a9HtnKbje1SaBuKQHl77xYFWulQsSOtNnh-ruoNRozZqoj5wg0VMw2a0FsT0iqpmWB0om41TUjREBIAnb4wl7UgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:40:52 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '06e8a334-c653-458a-90ba-72021ff54100', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AgqCPj96HDxNn2Wbnle2EuY; expires=Thu, 30-Dec-2021 06:40:53 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrxxCbgLrWpnQH6i8EN9z-wVeqiSCnMlM-Tgy8yLTw6xDoX_s1kaQg5MwLRZ5XjrYparrDzFqspepSxfCiRGw7ZsROcrcgzRh0qiFEnmC6ms4Vq_-FJFIHbNqe-uEDUok6W9mRcQj7QYFO21KFu1rUeAkcCvk6qT9mOaOl4Wg1hw0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:40:53 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=cf13c59f-c674-4c43-933d-a1267bd17a61&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '93ef7e08-1935-4d62-bd81-4c49e6a34000', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AoWPCdssCCFLsjyqx6rnAsQWPr5BAQAAAHS-N9kOAAAA; expires=Thu, 30-Dec-2021 06:40:53 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:40:53 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/availabilitySets/availabilitySets123', {"location":"eastus","properties":{"platformUpdateDomainCount":20,"platformFaultDomainCount":2}}) - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e947cb6c917ff428fd28bbcc8a329b1465d15ebfcedb6677efde47236e51ccf0fddd663d69a675b16a8b6ad9dc7db877fef0feece07cfbdef4d307dbfbbb7bfbdb0f77a70fb60fa6e73b0fa6b3c9f9defeeedd3a6faa753dcd3fafabf5aab9bbb8fee9a6cd9bf6eeaaae2e8b595e3777bf28a675d554e7edf8a45aacd66d7eb78b47ef0387587bbd62d46f06a22f94d53403fa7829cf9a766dbe20845679dd1679435f315df06199b5e755bdf86a35cbdafc69b5c88ae549b55eb6d4666f875ff45a3dcbd665db698426bf841b7ed4bc5dd32706b421fa4999354d31fd081fff92df38f9","25ff0f65f7d92493010000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '924fe643-a571-4c1e-bbe3-8a2321a98c4e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1199', - 'x-ms-correlation-request-id', - '8febb445-789b-4a4b-9ab9-93350585be3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064059Z:8febb445-789b-4a4b-9ab9-93350585be3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:40:59 GMT' -]); diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_delete_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_delete_test.js deleted file mode 100644 index 6fec8efb14bf..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_delete_test.js +++ /dev/null @@ -1,179 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "c43ff7cc09a5893175ec40775511fcdc"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '072cda1b-922b-40cc-b9fc-db3c3fef4200', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AlgqD7UHfnBBvQKakjuCc9M; expires=Thu, 30-Dec-2021 06:41:02 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevreVkvck4tatQ1CO0VzIx5T82-DzltVceWttOc61HClLvFblErBqZqxLZUHc6jydIU8dHbEVli7U39jGcGbMM1HIdyQDGrXdzwpQlXFdE2kUs-s6Y2GvM15PW0w4O47pLz6NRmiE7j5iqz-JEooE7bny-CvddgX9aTzX3CSJ7pz3kgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:02 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - 'c3233cd9-9248-4127-b0f2-7c6e43e03e00', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=Aloo9BzJSilApig4ZIBwS5g; expires=Thu, 30-Dec-2021 06:41:02 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrb5xLv7X2onkEo8BUHoEub9FSui7mMom-AaVwdLeN-oDyZHCaZnnwBfKakQr0Kae32pdwHL4fEnFpBCoQHbthWH9bGnsVGbegDheMLn9S8jSS0Mzf1xGOWCtMEJrdR85QwdHbELcAAlwU5AFmTVq4HQOINWK7-KBGlWVoTobL454gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:02 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=d02736a4-6e75-40c7-9996-44f5414a2c8e&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - 'c3233cd9-9248-4127-b0f2-7c6e45e03e00', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AkX5FNu0g0lLv5HlAjKa6DcWPr5BAQAAAH6-N9kOAAAA; expires=Thu, 30-Dec-2021 06:41:03 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:02 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/availabilitySets/availabilitySets123') - .query(true) - .reply(200, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ef7b328-0d20-4654-bfca-12ab16d5c884', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-deletes', - '14999', - 'x-ms-correlation-request-id', - '4a4dfaac-e5d6-4e91-93d8-1c19230c7a86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064108Z:4a4dfaac-e5d6-4e91-93d8-1c19230c7a86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/availabilitySets') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff92ff0742ea40440c000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-subscription-reads', - '11996', - 'x-ms-request-id', - 'f39ddaa1-f544-4bc2-aa76-e3ed0256249d', - 'x-ms-correlation-request-id', - 'f39ddaa1-f544-4bc2-aa76-e3ed0256249d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064108Z:f39ddaa1-f544-4bc2-aa76-e3ed0256249d', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:08 GMT', - 'Content-Length', - '133' -]); diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_get_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_get_test.js deleted file mode 100644 index 656dcc0fe3d7..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_get_test.js +++ /dev/null @@ -1,151 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "9d8a8488194d951eeefa1b7e725ce7d4"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '4db399e4-6594-4f67-8a89-15a746144600', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AiVWebh3appOnpyvhA2uSB8; expires=Thu, 30-Dec-2021 06:41:00 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrLDC9cFgQc3UsH9NbDDowSy14Jl22DeW2-g6qt2LDkT-VdsDqsWitWJ5Qa5ahLnYZAw2JNwoWNxhZlrfbPXwM04GnAMXKEfwRY_B1HyMvCdD9NHTx0dd-Dd6HozedPS0OXFqkyqouYGwiEg74gvcZQZdOXp4x4pt3qxR4GyzJB5UgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:00 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '4db399e4-6594-4f67-8a89-15a74b144600', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR2 ProdSlices', - 'Set-Cookie', - 'fpc=Aku4pvZgZAdGlx7-tVg-Y2M; expires=Thu, 30-Dec-2021 06:41:01 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr_3CBwOoG65NAiefx725Vv5jDsIWaWWmt7K6hkPYWmhVyioUlgpQEq77fcsGHt3UUJCZlmLNq16lfUyjYqZsKpYmnaI0_Pf2Cs2EyH9p5Ag2QjU0oPYOgJqjyDh2K3s3ql2LchJUS1-pWXz_ZE0QfW2sOx7Be_PhRaz31sJear0MgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:00 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=45045ddd-d4f5-4aa1-a30d-1b60913974ab&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '7f6f33c0-2e74-490e-8f6c-dc650cc54300', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=Ap37V48MFapImdnV7CcAUvIWPr5BAQAAAH2-N9kOAAAA; expires=Thu, 30-Dec-2021 06:41:01 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:01 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/availabilitySets/availabilitySets123') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e947cb6c917ff428fd28bbcc8a329b1465d15ebfcedb6677efde47236e51ccf0fddd663d69a675b16a8b6ad9dc7db877fef0feece07cfbdef4d307dbfbbb7bfbdb0f77a70fb60fa6e73b0fa6b3c9f9defeeedd3a6faa753dcd3fafabf5aab9bbb8fee9a6cd9bf6eeaaae2e8b595e3777bf28a675d554e7edf8a45aacd66d7eb78b47ef0387587bbd62d46f06a22f94d53403fa7829cf9a766dbe20845679dd1679435f315df06199b5e755bdf86a35cbdafc69b5c88ae549b55eb6d4666f875ff45a3dcbd665db6964da5c1675bbceca2fb2e9bc58721fdffb3ebefa25dce0a3e6ed9a3e32dd9a093929b3a629a61fe1e35ff21b27bf","e4ff0102dce740af010000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31999', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6a6e2b2-7535-459e-9353-bb04b2852d25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11998', - 'x-ms-correlation-request-id', - '5efd4687-0169-404b-a008-876c43b9fd9a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064101Z:5efd4687-0169-404b-a008-876c43b9fd9a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:01 GMT' -]); diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_list_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_list_test.js deleted file mode 100644 index cd5deb8fdc76..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_list_test.js +++ /dev/null @@ -1,151 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "783a0ec837162ea8cfd0b4674b56ad42"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '2aa0e74a-1391-4187-b36e-afa95eb24000', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AnlgLaowVaNCsyDe_87hkYY; expires=Thu, 30-Dec-2021 06:41:01 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrDWYUVHYSOad8gTWm2ruc3vs98iZ-Nhwi7AYj3ksuY8VhlrukbuZ2otQhbG1AVnjim2TKBUM6jZ-UN4vTp5mwY34GCWZSSbQjmoO8V3FUFlnrjs8Ea_n8_neSIH8wEw6tBUqfoi_SGfJpZcN9ZOeVWfOHk4XQ4wCSBGym9eGLAO0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:01 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '072cda1b-922b-40cc-b9fc-db3c3cef4200', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR2 ProdSlices', - 'Set-Cookie', - 'fpc=Au8D3K2T0DtHtzEv3cDqc-s; expires=Thu, 30-Dec-2021 06:41:02 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrjhTEFFh0NVMhNebtLTCm3EnG_9LGNBlI2p9GEtbVEZqBrZJPKRAI_c58p0tVR6gCO7qITYM47XZIz4ey5T4gtxHxnB9N51o8Hcpfl7TlkIBZNVSnIiA42qpuYmzZVB2-qasf9DvJtnM3qT5Jn6OrBkN8WbyZ1thk-KBa7wqBQyMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:01 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=4fe2b1a6-2349-47d0-a6f6-09a411bda4aa&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '072cda1b-922b-40cc-b9fc-db3c3eef4200', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AoRa8y_IwDVCugeh4-tdw4oWPr5BAQAAAH2-N9kOAAAA; expires=Thu, 30-Dec-2021 06:41:02 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:02 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/availabilitySets') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9479759b9ce3f7a947e0f7fa5297f88e7a365b6c0e71f659759516693a22cdaebd779dbeceeddfb68645b1533b4b9dbac27cdb42e566d512d9bbb0ff7ce1fde9f1d9c6fdf9b7efa607b7f776f7ffbe1eef4c1f6c1f47ce7c1743639dfdbdfbd5be74db5aea7f9e775b55e357717d73fddb479d3de5dd5d56531cbebe6ee17c5b4ae9aeabc1d9f548bd5bacdef7671e97d1022d75eaf78083703f25e2aab698661e0c53c6bdab5ff2521b7caebb6c81bfadad20a5f94597b5ed58baf56b3accd9f568bac589e54eb654bedf6762c00afe5b36c5db69d867ebbcba26ed759f945369d174beeef7bdf375fff12dbf0a3e6ed9abef25131137752664d534c3f325ffd12f9857f10a45f","f2ff003559e0a200020000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b1a1dee-156d-45eb-b4f0-c03d3c258264', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11997', - 'x-ms-correlation-request-id', - '868ac80e-d26d-4faa-b02c-1f13fd28db42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064102Z:868ac80e-d26d-4faa-b02c-1f13fd28db42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:02 GMT' -]); diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_update_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_update_test.js deleted file mode 100644 index 35638c68150f..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_availabilitysets_update_test.js +++ /dev/null @@ -1,151 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "19a7d63b023e1898f426d0f5d01ac1a9"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '06e8a334-c653-458a-90ba-720245f54100', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AiXfF5EuNUlIkysrcHcJM7g; expires=Thu, 30-Dec-2021 06:40:59 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7oN8S7ap82kjtTnfw_mQGYqTbubATdjXVocsJ4tPy5Y_UJM7kxl8T-tlbpRCLNtbT1eryLiH9xR_19Tx7lITrMBf9bu_KUja4J23ioz1CHPfkzLg-w3EK_7TUOFYbDckYso5Wr7MIbLbiO0myAgPcRXn5s5CzilcrV0NxXcbQtggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:40:59 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - 'c3233cd9-9248-4127-b0f2-7c6e38e03e00', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AkigdgeGexZFqMSXpdRgIoo; expires=Thu, 30-Dec-2021 06:41:00 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr0HzpORZHtNinOJHEQ47JWW_f3sGuadkN9MJN86lx_6EPJxQRJiQ5Z4E78xdXiPEgIPGfi5Y5xpivMm-isWkbL8r6o0XMnxkps7zVca88ZcdeWf0RvAP_I2m-sXLpHTnzixfjVASXZyZ-sLft4AqM-nx7r7aFIeH5jtoZRQtq1-cgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:40:59 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=7a96e509-e9fe-4bd1-9bcb-ca8cc6ee4dc6&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '4db399e4-6594-4f67-8a89-15a73e144600', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=Al47Exq1SDpJlKx_Gjb_j2sWPr5BAQAAAHu-N9kOAAAA; expires=Thu, 30-Dec-2021 06:41:00 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:00 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .patch('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/availabilitySets/availabilitySets123', {"properties":{"platformUpdateDomainCount":20,"platformFaultDomainCount":2}}) - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e947cb6c917ff428fd28bbcc8a329b1465d15ebfcedb6677efde47236e51ccf0fddd663d69a675b16a8b6ad9dc7db877fef0feece07cfbdef4d307dbfbbb7bfbdb0f77a70fb60fa6e73b0fa6b3c9f9defeeedd3a6faa753dcd3fafabf5aab9bbb8fee9a6cd9bf6eeaaae2e8b595e3777bf28a675d554e7edf8a45aacd66d7eb78b47ef0387587bbd62d46f06a22f94d53403fa7829cf9a766dbe20845679dd1679435f315df06199b5e755bdf86a35cbdafc69b5c88ae549b55eb6d4666f875ff45a3dcbd665db698426bf841b7ed4bc5dd32706b421fa4999354d31fd081fff92df38f9","25ff0f65f7d92493010000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4b77f43-1d52-44db-bd26-a06ff1709762', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1198', - 'x-ms-correlation-request-id', - 'e800d612-2bc5-49ff-b70c-09d2f4b0285d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064100Z:e800d612-2bc5-49ff-b70c-09d2f4b0285d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:00 GMT' -]); diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_create_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_create_test.js deleted file mode 100644 index dfdc0d2ab069..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_create_test.js +++ /dev/null @@ -1,8359 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "d838a9ab7ff53d3438f9ef2138fc164a"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '06e8a334-c653-458a-90ba-72027bf54100', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR2 ProdSlices', - 'Set-Cookie', - 'fpc=Ag2yQWTbA1pPoyqVh_LZP4E; expires=Thu, 30-Dec-2021 06:41:08 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrfCj0Hr3yQb1ud3w326T13LtLi6cuorS2DAx5K7LvCR2mxsSlOH008Lfv_C4C5gXPTqJTtfliIqW0I83tVkKAGSP5vwfV7NGfFGJOBr2ri5LbSUlv3xTvXiu8f5fJ3bhY7HBwoPWr3s-t5HvTFW-OoI55pXAcntFLcPSvgAT77FogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:08 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '4db399e4-6594-4f67-8a89-15a793144600', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR2 ProdSlices', - 'Set-Cookie', - 'fpc=Agy5_CEMFDREruuAKyFkiUg; expires=Thu, 30-Dec-2021 06:41:09 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr9zEEKIIQ2SKJyeaT78jV3nHvesARgR-BNaxDdcgs8qd6UWkQg7YHxxAacs6bv7FwwAbEUch-rJ7mcEOKylEqajfH72fHwOs9G1hsYmHQ4rt_wfaplDGjbGRcJvqt1QzIsq0SIZDJKxw56WLct1E-h-GfaeQWWQXpgVlrIgWaqAIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:08 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=dc6e6734-b21d-4642-a0e5-f0586f0b9169&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '2aa0e74a-1391-4187-b36e-afa9a0b24000', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AiF_fLKfwtZElmr55GYZ5HwWPr5BAQAAAIS-N9kOAAAA; expires=Thu, 30-Dec-2021 06:41:09 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:41:09 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex', {"location":"eastus","properties":{"addressSpace":{"addressPrefixes":["10.0.0.0/16"]}}}) - .query(true) - .reply(201, {"name":"networknamex","id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex","etag":"W/\"e4a93049-cd1a-468a-a501-bf916d58019b\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Updating","resourceGuid":"191f2d34-d640-401e-8a7b-2322a121fc48","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '610', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Retry-After', - '3', - 'x-ms-request-id', - 'a843242d-b3fc-45e5-a3b2-66bf548cc368', - 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/a843242d-b3fc-45e5-a3b2-66bf548cc368?api-version=2021-03-01', - 'x-ms-correlation-request-id', - '817d11e7-2271-424f-bdb8-99fa80b7d397', - 'Azure-AsyncNotification', - 'Enabled', - 'x-ms-arm-service-request-id', - '9c69e966-2250-4350-a27d-a2f2719a9d45', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1199', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064116Z:817d11e7-2271-424f-bdb8-99fa80b7d397', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/a843242d-b3fc-45e5-a3b2-66bf548cc368') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bb5ebe6a347e94767cb97757551e74df3d16f9cfc","92ff078f3cd6f41e000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Retry-After', - '10', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - 'c3f1a091-e15d-40e3-bc41-71528a62cf06', - 'x-ms-correlation-request-id', - '677f3d69-0bee-4419-b14d-61dfd5500555', - 'x-ms-arm-service-request-id', - '771c9bc6-0757-4d97-99e1-dd858262d642', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11999', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064116Z:677f3d69-0bee-4419-b14d-61dfd5500555', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/a843242d-b3fc-45e5-a3b2-66bf548cc368') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bb5ebe6a347e947afd7d3699ecff2d947bf71f24b","fe1f4f9490471d000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '168f3bf0-d46e-4147-9f5b-4054355e3690', - 'x-ms-correlation-request-id', - '5c3264d5-e84e-410b-ae4e-a7cc02d1c9c0', - 'x-ms-arm-service-request-id', - 'bd56ee4c-35fc-4ec9-aba7-341e6e9d14ce', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11998', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064116Z:5c3264d5-e84e-410b-ae4e-a7cc02d1c9c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex/subnets/subnetnamex', {"properties":{"addressPrefix":"10.0.0.0/24"}}) - .query(true) - .reply(201, {"name":"subnetnamex","id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex/subnets/subnetnamex","etag":"W/\"e984a7bd-73be-4d60-9b05-d23673862fab\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '533', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Retry-After', - '3', - 'x-ms-request-id', - '6568ce7c-67a9-4dad-a66a-dafcd308cbf7', - 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/6568ce7c-67a9-4dad-a66a-dafcd308cbf7?api-version=2021-03-01', - 'x-ms-correlation-request-id', - '4e7a33d7-a9fb-4b81-bb1b-6ff424fd4578', - 'x-ms-arm-service-request-id', - '0356fd52-e16a-4105-9aab-f467c8944224', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1198', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064117Z:4e7a33d7-a9fb-4b81-bb1b-6ff424fd4578', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/6568ce7c-67a9-4dad-a66a-dafcd308cbf7') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bb5ebe6a347e947afd7d3699ecff2d947bf71f24b","fe1f4f9490471d000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '87626e08-50c4-4a41-be13-5dd3bc924c90', - 'x-ms-correlation-request-id', - '27e6015f-03ec-4a2f-99ff-034e4ba5dcdc', - 'x-ms-arm-service-request-id', - '0d592e75-e8ac-462a-99ea-c3725d55ad58', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11997', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064117Z:27e6015f-03ec-4a2f-99ff-034e4ba5dcdc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/networkInterfaces/interfacex', {"location":"eastus","properties":{"ipConfigurations":[{"name":"MyIpConfig","properties":{"subnet":{"id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex/subnets/subnetnamex","properties":{}}}}]}}) - .query(true) - .reply(201, {"name":"interfacex","id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/networkInterfaces/interfacex","etag":"W/\"cdb6ed7a-c908-4988-9002-c9cf598172c1\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"974f1529-b519-4f3d-b2ec-18ec809f0ce7","ipConfigurations":[{"name":"MyIpConfig","id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/networkInterfaces/interfacex/ipConfigurations/MyIpConfig","etag":"W/\"cdb6ed7a-c908-4988-9002-c9cf598172c1\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex/subnets/subnetnamex"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"gqwr4gka0ypebct1emrkcip2ja.bx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"vnetEncryptionSupported":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '1665', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'x-ms-request-id', - '0aef80e0-b787-41d6-acf1-80433aa5b66e', - 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/0aef80e0-b787-41d6-acf1-80433aa5b66e?api-version=2021-03-01', - 'x-ms-correlation-request-id', - '55558d4b-ce00-4eb3-a692-ab8a0c4afaab', - 'Azure-AsyncNotification', - 'Enabled', - 'x-ms-arm-service-request-id', - '76ae36ec-fc85-4967-b871-8c7ce5677578', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1197', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064125Z:55558d4b-ce00-4eb3-a692-ab8a0c4afaab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/0aef80e0-b787-41d6-acf1-80433aa5b66e') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bb5ebe6a347e947afd7d3699ecff2d947bf71f24b","fe1f4f9490471d000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '732e6013-bc2f-4a62-b643-1c4187a73240', - 'x-ms-correlation-request-id', - 'b2d0e8c3-c110-4e84-b9e4-38ee889ea724', - 'x-ms-arm-service-request-id', - '07f96bc9-237b-424b-afeb-e9d7c382fd3c', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11996', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064125Z:b2d0e8c3-c110-4e84-b9e4-38ee889ea724', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/virtualMachines/virtualmachinex', {"location":"eastus","properties":{"hardwareProfile":{"vmSize":"Standard_D2_v2"},"storageProfile":{"imageReference":{"publisher":"MicrosoftWindowsServer","offer":"WindowsServer","sku":"2016-Datacenter","version":"latest"},"osDisk":{"name":"myVMosdisk","caching":"ReadWrite","createOption":"FromImage","managedDisk":{"storageAccountType":"Standard_LRS"}},"dataDisks":[{"lun":0,"createOption":"Empty","diskSizeGB":1023},{"lun":1,"createOption":"Empty","diskSizeGB":1023}]},"osProfile":{"computerName":"myVM","adminUsername":"testuser","adminPassword":"SecretPlaceholder","windowsConfiguration":{"enableAutomaticUpdates":true}},"networkProfile":{"networkInterfaces":[{"id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/networkInterfaces/interfacex","properties":{"primary":true}}]}}}) - .query(true) - .reply(201, {"name":"virtualmachinex","id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/virtualMachines/virtualmachinex","type":"Microsoft.Compute/virtualMachines","location":"eastus","tags":{"azsecpack":"nonprod","platformsettings.host_environment.service.platform_optedin_for_rootcerts":"true"},"properties":{"vmId":"dda3d25d-485d-4a17-b2ad-900bed0f86a6","hardwareProfile":{"vmSize":"Standard_D2_v2"},"storageProfile":{"imageReference":{"publisher":"MicrosoftWindowsServer","offer":"WindowsServer","sku":"2016-Datacenter","version":"latest","exactVersion":"14393.4905.2111130103"},"osDisk":{"osType":"Windows","name":"myVMosdisk","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Standard_LRS"},"deleteOption":"Detach","diskSizeGB":127},"dataDisks":[{"lun":0,"createOption":"Empty","caching":"None","managedDisk":{"storageAccountType":"Standard_LRS"},"deleteOption":"Detach","diskSizeGB":1023,"toBeDetached":false},{"lun":1,"createOption":"Empty","caching":"None","managedDisk":{"storageAccountType":"Standard_LRS"},"deleteOption":"Detach","diskSizeGB":1023,"toBeDetached":false}]},"osProfile":{"computerName":"myVM","adminUsername":"testuser","windowsConfiguration":{"provisionVMAgent":true,"enableAutomaticUpdates":true,"patchSettings":{"patchMode":"AutomaticByOS","assessmentMode":"ImageDefault"}},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"networkProfile":{"networkInterfaces":[{"id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/networkInterfaces/interfacex","properties":{"primary":true}}]},"provisioningState":"Creating"}}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '2449', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Retry-After', - '10', - 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3?p=f8cfeb74-5cf7-40e0-89b1-3d95a1060fe7&api-version=2021-07-01', - 'Azure-AsyncNotification', - 'Enabled', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1197', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02342c55-5767-4cfb-9bc5-2951d69507d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1197', - 'x-ms-correlation-request-id', - '99515565-cd77-485a-bb3d-89678f60f644', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064133Z:99515565-cd77-485a-bb3d-89678f60f644', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Retry-After', - '50', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ed6b21f-158c-4e3e-84dc-017d1c487d10', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11995', - 'x-ms-correlation-request-id', - 'f1587322-169a-4814-adb5-749716c2fb3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064133Z:f1587322-169a-4814-adb5-749716c2fb3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f600b124-e721-413c-86ce-0a9e227fb352', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11994', - 'x-ms-correlation-request-id', - '91a18ce8-628c-4af2-a2f6-1e80a9c0e78d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064133Z:91a18ce8-628c-4af2-a2f6-1e80a9c0e78d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8689aec9-454e-4135-a782-7339103147d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11993', - 'x-ms-correlation-request-id', - '6acee7c9-b32e-4d77-a178-d8ad12991872', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064134Z:6acee7c9-b32e-4d77-a178-d8ad12991872', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd05d9d6-aba2-45bc-89bd-d65294df86d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11992', - 'x-ms-correlation-request-id', - 'f13d4c4a-0b7f-4d4f-8fd1-d72cb4cbc470', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064134Z:f13d4c4a-0b7f-4d4f-8fd1-d72cb4cbc470', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60e3fe37-2453-4282-8afb-bd0a205bb2d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11991', - 'x-ms-correlation-request-id', - '3d77ed49-43a6-4b84-83bc-381f81636013', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064134Z:3d77ed49-43a6-4b84-83bc-381f81636013', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7edd89bb-bf93-40f7-a7c9-7c4ec4e9dfd0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11990', - 'x-ms-correlation-request-id', - 'a56a2355-c5ca-4026-b8d8-43a2063eb98f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064135Z:a56a2355-c5ca-4026-b8d8-43a2063eb98f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '680126ef-04ac-4d37-b0a0-802b95c06fed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11989', - 'x-ms-correlation-request-id', - 'a1c3152e-ba6c-4b3c-818d-289a13cd4226', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064135Z:a1c3152e-ba6c-4b3c-818d-289a13cd4226', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29992', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb9f7d5c-6ace-4f23-aa56-a5e97b028b78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11988', - 'x-ms-correlation-request-id', - '6e5ab459-58ce-4a22-94ec-e0ab45403006', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064135Z:6e5ab459-58ce-4a22-94ec-e0ab45403006', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:35 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29991', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f47e1ce-1892-4f81-ad90-264ee1f8f5f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11987', - 'x-ms-correlation-request-id', - 'e73d8b7a-ab30-49ca-97e1-904e45b318ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064136Z:e73d8b7a-ab30-49ca-97e1-904e45b318ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:35 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29990', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ccfd0c58-b9ea-43ef-a2b4-f75e1e64271d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11986', - 'x-ms-correlation-request-id', - '74a3f8d4-d16d-4be9-9100-aaf043ec614e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064136Z:74a3f8d4-d16d-4be9-9100-aaf043ec614e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:35 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29989', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ed63b49-a868-40da-873a-7d279659cc78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11985', - 'x-ms-correlation-request-id', - '8fd9e36a-47f1-4c79-8aa4-5e727219e962', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064137Z:8fd9e36a-47f1-4c79-8aa4-5e727219e962', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29988', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fede8c9a-e9c1-47e1-9c37-6650c251ab72', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11984', - 'x-ms-correlation-request-id', - '180092e6-0c57-4c94-877d-827121dba64c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064137Z:180092e6-0c57-4c94-877d-827121dba64c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29987', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc4359ca-c3a9-443b-8b54-86231c551307', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11983', - 'x-ms-correlation-request-id', - 'c137f610-c57f-4f1d-8a27-9d79fdeba458', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064137Z:c137f610-c57f-4f1d-8a27-9d79fdeba458', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29986', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb75cb08-0622-4b6b-b748-4007ce535076', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11982', - 'x-ms-correlation-request-id', - '11c6bc2f-98e3-4173-ab73-6b25107dd4c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064138Z:11c6bc2f-98e3-4173-ab73-6b25107dd4c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:37 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29985', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '729f6db8-6362-4fcc-b4e4-893ca0e6ef64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11981', - 'x-ms-correlation-request-id', - '42bb7516-b130-4b80-a6e9-bc4686dbd55e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064138Z:42bb7516-b130-4b80-a6e9-bc4686dbd55e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:37 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29984', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a235e6f6-335e-4883-8bec-443c03637e5b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11980', - 'x-ms-correlation-request-id', - 'cf95fa1f-2b8e-42c1-bbbf-ad5ffaa22d58', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064138Z:cf95fa1f-2b8e-42c1-bbbf-ad5ffaa22d58', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29983', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '683610b3-1e64-4c8e-af18-b5c4f08178f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11979', - 'x-ms-correlation-request-id', - 'a9c4cecc-48aa-4ce3-8d4c-fa2b1d31ac10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064139Z:a9c4cecc-48aa-4ce3-8d4c-fa2b1d31ac10', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29982', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8673bb18-c6c6-48bb-afd1-a6f2e8a8f33a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11978', - 'x-ms-correlation-request-id', - '396907a3-ec72-414a-b686-e2c0865c8e36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064139Z:396907a3-ec72-414a-b686-e2c0865c8e36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29981', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '337c53b8-8714-407c-b543-43265c4ed30f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11977', - 'x-ms-correlation-request-id', - 'b2c3e9b5-03cb-4b86-b9fd-50ac7019c360', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064140Z:b2c3e9b5-03cb-4b86-b9fd-50ac7019c360', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:39 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29980', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc4659e5-a7b9-42cb-8dad-6af38e2436db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11976', - 'x-ms-correlation-request-id', - '57aea2be-efd3-4972-a4dd-d45b30ad2a3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064140Z:57aea2be-efd3-4972-a4dd-d45b30ad2a3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:39 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29979', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '544caaf1-db61-435f-a725-0deafd3c28fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11975', - 'x-ms-correlation-request-id', - 'dbf63c24-c7d7-4a7e-8229-445aab8c1f17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064140Z:dbf63c24-c7d7-4a7e-8229-445aab8c1f17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:39 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29978', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a88f1bda-e19b-4c81-b350-033aa4149493', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11974', - 'x-ms-correlation-request-id', - '7e11ab01-a1be-4d39-9fe7-260edf7410bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064141Z:7e11ab01-a1be-4d39-9fe7-260edf7410bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29977', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d12aad0-3f0b-43ca-a5c1-c56d9d17f85f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11973', - 'x-ms-correlation-request-id', - 'f72b9e20-04dc-42b7-b4a7-8743ad854e43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064141Z:f72b9e20-04dc-42b7-b4a7-8743ad854e43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;29976', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11d36f0c-d9f9-432f-9aeb-81f801ec2d03', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11972', - 'x-ms-correlation-request-id', - '6b7e8aca-5c6c-4f6a-8ed6-b909944a9aa3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064141Z:6b7e8aca-5c6c-4f6a-8ed6-b909944a9aa3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;29975', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91637a3a-3eb8-4c30-a6e3-bf0c2b479317', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11971', - 'x-ms-correlation-request-id', - '35a4876c-a265-4e5e-acab-85dccecc31d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064142Z:35a4876c-a265-4e5e-acab-85dccecc31d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29974', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6ebd589-e7ec-4145-bdb9-eff1da78a40b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11970', - 'x-ms-correlation-request-id', - 'bdae7f23-4924-454d-9ded-29898b7aa568', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064142Z:bdae7f23-4924-454d-9ded-29898b7aa568', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29973', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea82b0c0-6b88-4b98-b02d-d21dac1b4a62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11969', - 'x-ms-correlation-request-id', - '2bd004a0-5db8-477a-a564-46429993eb56', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064142Z:2bd004a0-5db8-477a-a564-46429993eb56', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;29972', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f5d5046-a2a1-4143-94bd-a5acb4ed7b81', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11968', - 'x-ms-correlation-request-id', - '00b13501-2c75-47e8-bebb-9af7059adeec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064143Z:00b13501-2c75-47e8-bebb-9af7059adeec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;29971', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd900ab6-ba14-49f7-961a-4dd606adbd97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11967', - 'x-ms-correlation-request-id', - 'b0412c3c-5c01-40fb-b8e1-5f5712b7e820', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064143Z:b0412c3c-5c01-40fb-b8e1-5f5712b7e820', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14970,Microsoft.Compute/GetOperation30Min;29970', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8bb574c-3f74-4209-a566-b88ba64e58e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11966', - 'x-ms-correlation-request-id', - 'a49037ff-d37e-4b6f-af35-ebad901b4f53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064144Z:a49037ff-d37e-4b6f-af35-ebad901b4f53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;29969', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54a452c7-5169-42fa-be0d-8ed4e90a5931', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11965', - 'x-ms-correlation-request-id', - '39266df8-093f-4984-a9b4-743ab84cee21', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064144Z:39266df8-093f-4984-a9b4-743ab84cee21', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29968', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25870a51-4347-46e0-bc14-49c58d3928b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11964', - 'x-ms-correlation-request-id', - 'e45ca95c-c4cf-49c4-a764-1446591b3600', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064144Z:e45ca95c-c4cf-49c4-a764-1446591b3600', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29967', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e364078-7600-40a8-92c7-2052c73d5c70', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11963', - 'x-ms-correlation-request-id', - 'ddaa62ac-1fad-4689-ab61-fe55ffcfff05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064145Z:ddaa62ac-1fad-4689-ab61-fe55ffcfff05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29966', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '997831ba-afe3-414a-9938-12b043b23580', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11962', - 'x-ms-correlation-request-id', - '27e89569-f652-40c6-88c4-9e2b166c3900', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064145Z:27e89569-f652-40c6-88c4-9e2b166c3900', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14965,Microsoft.Compute/GetOperation30Min;29965', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e61205de-2584-44dc-89aa-f7a486228264', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11961', - 'x-ms-correlation-request-id', - '1c30765a-b810-47ab-b245-fd1496a412a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064145Z:1c30765a-b810-47ab-b245-fd1496a412a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29964', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e0ab905-dba3-4c36-a3e1-d62f86c75dab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11960', - 'x-ms-correlation-request-id', - 'b482eb20-3890-4bf8-865f-a1f5ed563c60', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064146Z:b482eb20-3890-4bf8-865f-a1f5ed563c60', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29963', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0130eec4-13c9-4847-8034-c6fd83852a47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11959', - 'x-ms-correlation-request-id', - 'e704d22b-72d5-423e-bc25-2c5dd2798b0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064146Z:e704d22b-72d5-423e-bc25-2c5dd2798b0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;29962', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2373c25a-5b4b-4d51-a866-6180ec37da6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11958', - 'x-ms-correlation-request-id', - '88078d27-075a-4f4b-9b3d-bffe4bcc719b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064147Z:88078d27-075a-4f4b-9b3d-bffe4bcc719b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:46 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14961,Microsoft.Compute/GetOperation30Min;29961', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32ba924d-764b-4b3b-9b15-77cfe444b751', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11957', - 'x-ms-correlation-request-id', - '79bc5443-2208-4c96-a452-7854e8b59b0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064147Z:79bc5443-2208-4c96-a452-7854e8b59b0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:46 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;29960', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67753579-08ab-4ffb-9ab6-672b5da6e5fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11956', - 'x-ms-correlation-request-id', - 'e9d5d763-1fd3-48bc-95e0-ee71b5622912', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064147Z:e9d5d763-1fd3-48bc-95e0-ee71b5622912', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:46 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29959', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '168f291e-c2c3-4e58-8a51-50125ba72d01', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11955', - 'x-ms-correlation-request-id', - '78de2f1a-0607-4758-99b7-afda2b2681ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064148Z:78de2f1a-0607-4758-99b7-afda2b2681ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29958', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '680ebfe2-104a-4b7f-a5c3-fa0c7a958347', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11954', - 'x-ms-correlation-request-id', - '1212a255-c8e7-4fbe-be20-47f3090fdbe6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064148Z:1212a255-c8e7-4fbe-be20-47f3090fdbe6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;29957', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4cd6a362-b725-42a3-a745-3dcdb7d2e200', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11953', - 'x-ms-correlation-request-id', - '1efda384-51ab-4851-946a-be5acd1444bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064148Z:1efda384-51ab-4851-946a-be5acd1444bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:48 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;29956', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f42d5b16-99ee-4318-b6f1-fa56adc62259', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11952', - 'x-ms-correlation-request-id', - 'f9d4ffb6-2381-4642-8b49-b767524c9f36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064149Z:f9d4ffb6-2381-4642-8b49-b767524c9f36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:48 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;29955', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eef72b18-f4d6-4609-804c-dbdb7c359817', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11951', - 'x-ms-correlation-request-id', - 'a6684b22-f759-4369-836b-9673a01a8086', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064149Z:a6684b22-f759-4369-836b-9673a01a8086', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:48 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14954,Microsoft.Compute/GetOperation30Min;29954', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2327ef6-4d8e-4297-a5a5-abc1ce4f03a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11950', - 'x-ms-correlation-request-id', - '8ea63ae2-8818-4056-b61d-c7a1ecc6797c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064150Z:8ea63ae2-8818-4056-b61d-c7a1ecc6797c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29953', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f23f83bc-38fe-46b4-8bcc-de5de1f360a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11949', - 'x-ms-correlation-request-id', - '7a67111c-b396-4548-980c-dd73d7e1d492', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064150Z:7a67111c-b396-4548-980c-dd73d7e1d492', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14952,Microsoft.Compute/GetOperation30Min;29952', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '995cb2b1-6888-46a0-8f03-0db1643d8df0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11948', - 'x-ms-correlation-request-id', - 'a95d432f-8359-4487-8553-b4cf5a18f194', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064150Z:a95d432f-8359-4487-8553-b4cf5a18f194', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:49 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14951,Microsoft.Compute/GetOperation30Min;29951', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f358478-baff-4136-896d-af71438fccee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11947', - 'x-ms-correlation-request-id', - 'e93f0c6d-e736-43c3-aabf-baffe7a65bb1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064151Z:e93f0c6d-e736-43c3-aabf-baffe7a65bb1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:50 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;29950', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa53e2c2-92d5-4f4d-8a9c-a2f3b4af95f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11946', - 'x-ms-correlation-request-id', - '7349f259-88e9-4971-a37d-a2b8a6e7f63e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064151Z:7349f259-88e9-4971-a37d-a2b8a6e7f63e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:50 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29949', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4141702-453d-4764-a696-b2f9f2c9116c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11945', - 'x-ms-correlation-request-id', - '73818477-f851-4de0-b125-edf8bf2e782e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064151Z:73818477-f851-4de0-b125-edf8bf2e782e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:51 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14948,Microsoft.Compute/GetOperation30Min;29948', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2096c5f7-1ba1-4251-8649-aa1c82145962', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11944', - 'x-ms-correlation-request-id', - '477cfba2-68d3-4aaf-89a4-0dc25747181c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064152Z:477cfba2-68d3-4aaf-89a4-0dc25747181c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:51 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;29947', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a95ed538-b6c7-4373-85e9-0eb315076bca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11943', - 'x-ms-correlation-request-id', - '648e9576-dfcc-4f8b-8cce-10f7cc1777aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064152Z:648e9576-dfcc-4f8b-8cce-10f7cc1777aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:51 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14946,Microsoft.Compute/GetOperation30Min;29946', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0fa8531-34c8-4ccc-a3da-69c71f27f193', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11942', - 'x-ms-correlation-request-id', - 'c5dcbf11-505f-456f-80b9-3d3b37d0289a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064153Z:c5dcbf11-505f-456f-80b9-3d3b37d0289a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14945,Microsoft.Compute/GetOperation30Min;29945', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58d68bca-2bad-4403-9027-a35ecd52284e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11941', - 'x-ms-correlation-request-id', - 'af93a07b-1798-4bae-8e8c-c62018298ea7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064153Z:af93a07b-1798-4bae-8e8c-c62018298ea7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;29944', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc89b323-ae44-4164-9dc0-3e111a65a9e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11940', - 'x-ms-correlation-request-id', - '20338462-84cd-4fd8-b21d-7945dac0715f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064153Z:20338462-84cd-4fd8-b21d-7945dac0715f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;29943', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08232e23-168d-4095-a9f0-7a4879ece475', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11939', - 'x-ms-correlation-request-id', - 'd67a2e92-85d6-4a1f-b45a-80d458cc531b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064154Z:d67a2e92-85d6-4a1f-b45a-80d458cc531b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:53 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29942', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec1d84c8-909d-40c5-8234-364f0bf29cee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11938', - 'x-ms-correlation-request-id', - 'cd004164-5e6f-4b30-ac89-8430c343c812', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064154Z:cd004164-5e6f-4b30-ac89-8430c343c812', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:53 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14941,Microsoft.Compute/GetOperation30Min;29941', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9dea3c3c-6ec6-4d50-b045-f5d41c3653b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11937', - 'x-ms-correlation-request-id', - 'cace56ce-647e-47ad-a609-a01cb42698f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064154Z:cace56ce-647e-47ad-a609-a01cb42698f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14940,Microsoft.Compute/GetOperation30Min;29940', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe009837-b342-4cf9-afc2-5fd1e976736d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11936', - 'x-ms-correlation-request-id', - '221f8e91-092d-42dc-8911-a695d54644d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064155Z:221f8e91-092d-42dc-8911-a695d54644d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14939,Microsoft.Compute/GetOperation30Min;29939', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd1f6a44-342a-42cf-9a55-20c92f5e0375', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11935', - 'x-ms-correlation-request-id', - '8eb970f9-f0ae-40f6-a2f6-b00d9f83934f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064155Z:8eb970f9-f0ae-40f6-a2f6-b00d9f83934f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14938,Microsoft.Compute/GetOperation30Min;29938', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35c04007-ee73-4118-a85f-c05b2e4f44eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11934', - 'x-ms-correlation-request-id', - '31431578-3ea5-4f86-b272-d632da9b561b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064156Z:31431578-3ea5-4f86-b272-d632da9b561b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:55 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14937,Microsoft.Compute/GetOperation30Min;29937', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c26c843a-a3fa-4aae-800a-95a5b76dc173', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11933', - 'x-ms-correlation-request-id', - 'd27b8181-7b6a-4225-89de-f9f901a0b622', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064156Z:d27b8181-7b6a-4225-89de-f9f901a0b622', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:55 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14936,Microsoft.Compute/GetOperation30Min;29936', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c0a71dd-7022-4c6b-967f-146fb2ecc0e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11932', - 'x-ms-correlation-request-id', - 'eda166b1-d28c-45d0-9739-c78dbeaf8f0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064156Z:eda166b1-d28c-45d0-9739-c78dbeaf8f0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:55 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14935,Microsoft.Compute/GetOperation30Min;29935', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6fb09cb2-feb2-416c-b14a-dd6b45b42f09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11931', - 'x-ms-correlation-request-id', - 'b6a36432-b7a5-4f96-9e14-0233a7ac9125', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064157Z:b6a36432-b7a5-4f96-9e14-0233a7ac9125', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14934,Microsoft.Compute/GetOperation30Min;29934', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '39510026-ba83-49a5-951a-7e5bee35d630', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11930', - 'x-ms-correlation-request-id', - '46b262c6-3675-482b-8d12-86d125e767dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064157Z:46b262c6-3675-482b-8d12-86d125e767dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14933,Microsoft.Compute/GetOperation30Min;29933', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29eefd96-9af2-4df4-b6e3-ef6dccd1530f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11929', - 'x-ms-correlation-request-id', - '43d7d19e-1f83-47b9-b873-72e459bb038f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064157Z:43d7d19e-1f83-47b9-b873-72e459bb038f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14932,Microsoft.Compute/GetOperation30Min;29932', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bfece6ef-77e4-445b-8c2b-fe638f59f836', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11928', - 'x-ms-correlation-request-id', - '0cd092f9-9798-4164-b83a-934ed90c71e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064158Z:0cd092f9-9798-4164-b83a-934ed90c71e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14931,Microsoft.Compute/GetOperation30Min;29931', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82681311-197a-40d5-a61d-e73af484fc88', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11927', - 'x-ms-correlation-request-id', - '76d18253-5edd-4b13-bb8a-385f26fd794b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064158Z:76d18253-5edd-4b13-bb8a-385f26fd794b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14930,Microsoft.Compute/GetOperation30Min;29930', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23567951-5e5f-4d6d-bb6a-203e89775679', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11926', - 'x-ms-correlation-request-id', - '76927fe3-fde7-42d0-ad77-302c5ccb0a88', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064159Z:76927fe3-fde7-42d0-ad77-302c5ccb0a88', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14929,Microsoft.Compute/GetOperation30Min;29929', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79856663-03fd-48b9-a8e2-72a23eec7661', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11925', - 'x-ms-correlation-request-id', - '0868e225-e6f9-4d39-839c-c93548bb5ed7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064159Z:0868e225-e6f9-4d39-839c-c93548bb5ed7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14928,Microsoft.Compute/GetOperation30Min;29928', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4fe4b49c-d75d-41d0-b5ea-f66b07f015b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11924', - 'x-ms-correlation-request-id', - '182fcfcf-7f8b-4855-b96c-a56c0e6e0320', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064159Z:182fcfcf-7f8b-4855-b96c-a56c0e6e0320', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14927,Microsoft.Compute/GetOperation30Min;29927', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dcfcc12f-1f83-4026-bf68-7751d56cad2d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11923', - 'x-ms-correlation-request-id', - '76fe1489-3733-496b-b1c4-a289443a490a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064200Z:76fe1489-3733-496b-b1c4-a289443a490a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14926,Microsoft.Compute/GetOperation30Min;29926', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5fb8d5d-38f8-4281-84fb-09b0348a64d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11922', - 'x-ms-correlation-request-id', - '289eba2f-c3ee-4a70-9fb4-4880d5a88ca1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064200Z:289eba2f-c3ee-4a70-9fb4-4880d5a88ca1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:41:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14925,Microsoft.Compute/GetOperation30Min;29925', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6207d64-9948-4203-8e41-5ba817ceef56', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11921', - 'x-ms-correlation-request-id', - '4da3d124-4207-4dfc-81f4-23fb5c73d5d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064201Z:4da3d124-4207-4dfc-81f4-23fb5c73d5d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:00 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14924,Microsoft.Compute/GetOperation30Min;29924', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d1149b1-a5b1-48e2-8e16-423f02f84c31', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11920', - 'x-ms-correlation-request-id', - '2f116d8c-9dfa-4c52-812e-ddef21fa3d04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064201Z:2f116d8c-9dfa-4c52-812e-ddef21fa3d04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:00 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14923,Microsoft.Compute/GetOperation30Min;29923', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c23da253-117d-4953-948d-a3b40da5cd50', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11919', - 'x-ms-correlation-request-id', - 'c484f274-6ce3-4b59-a416-62766b68cca7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064201Z:c484f274-6ce3-4b59-a416-62766b68cca7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:00 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14922,Microsoft.Compute/GetOperation30Min;29922', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6776409-72ff-4d33-ace6-8eeb1e56c501', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11918', - 'x-ms-correlation-request-id', - '212e31c6-acff-4b40-826d-915e94da281b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064202Z:212e31c6-acff-4b40-826d-915e94da281b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14921,Microsoft.Compute/GetOperation30Min;29921', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '618b664e-8c59-47f5-ab42-f154075cc9b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11917', - 'x-ms-correlation-request-id', - '01e7e854-10a4-4409-95a7-696e37494bbb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064202Z:01e7e854-10a4-4409-95a7-696e37494bbb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14920,Microsoft.Compute/GetOperation30Min;29920', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa42b9b4-7887-4a42-9b1a-9fec6dc042c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11916', - 'x-ms-correlation-request-id', - '171a2755-dcb0-4b32-bd90-8453819986fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064202Z:171a2755-dcb0-4b32-bd90-8453819986fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:02 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14919,Microsoft.Compute/GetOperation30Min;29919', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '947eefdf-5a99-4c7a-99d1-0888208b5e8d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11915', - 'x-ms-correlation-request-id', - '63c73e12-c934-41b5-91a9-bb13a0294d3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064203Z:63c73e12-c934-41b5-91a9-bb13a0294d3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:02 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14918,Microsoft.Compute/GetOperation30Min;29918', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90e76185-923f-473f-a20b-0eefde135011', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11914', - 'x-ms-correlation-request-id', - 'fa20f724-464b-4e1b-848b-0dbac9b2c256', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064203Z:fa20f724-464b-4e1b-848b-0dbac9b2c256', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:02 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14917,Microsoft.Compute/GetOperation30Min;29917', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bcaba87a-fd23-4d60-a3b2-357d96308203', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11913', - 'x-ms-correlation-request-id', - '4f9485a5-fe0b-48b4-8a6f-1d3cd32a191c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064204Z:4f9485a5-fe0b-48b4-8a6f-1d3cd32a191c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14916,Microsoft.Compute/GetOperation30Min;29916', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a0af63b-4f6f-4ef7-8196-9128798a66a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11912', - 'x-ms-correlation-request-id', - '8e7921ba-2cdd-4d32-b092-583e661a4236', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064204Z:8e7921ba-2cdd-4d32-b092-583e661a4236', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14915,Microsoft.Compute/GetOperation30Min;29915', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f21e9464-8f03-4102-9456-adda3648c4b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11911', - 'x-ms-correlation-request-id', - '8d5073b1-bc20-4621-8630-b3b4b538b95d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064205Z:8d5073b1-bc20-4621-8630-b3b4b538b95d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14914,Microsoft.Compute/GetOperation30Min;29914', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '897caf61-1531-4923-b67f-f4350355cc1f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11910', - 'x-ms-correlation-request-id', - '13eb5f4f-b81a-4b85-b32c-e84b544232ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064205Z:13eb5f4f-b81a-4b85-b32c-e84b544232ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14913,Microsoft.Compute/GetOperation30Min;29913', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3db2e412-605a-404f-8644-743832a9628a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11909', - 'x-ms-correlation-request-id', - '030b129b-c78e-47ea-968d-5a8eb54936cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064205Z:030b129b-c78e-47ea-968d-5a8eb54936cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14912,Microsoft.Compute/GetOperation30Min;29912', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d46f529-c5a7-424a-a493-46c1b7d6b0c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11908', - 'x-ms-correlation-request-id', - '2b4ecf06-f7ab-47c0-b279-002028017b7c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064206Z:2b4ecf06-f7ab-47c0-b279-002028017b7c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14911,Microsoft.Compute/GetOperation30Min;29911', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2b71c55-60c9-44e5-9fec-06015d5c0c58', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11907', - 'x-ms-correlation-request-id', - '2fe10175-e77e-4c89-8e73-176796284265', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064206Z:2fe10175-e77e-4c89-8e73-176796284265', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14910,Microsoft.Compute/GetOperation30Min;29910', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0dcc0de-aa9c-4b81-93ab-aa9479610f87', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11906', - 'x-ms-correlation-request-id', - '643bb3e4-6c98-4272-83f3-ed8f99b76c0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064206Z:643bb3e4-6c98-4272-83f3-ed8f99b76c0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14909,Microsoft.Compute/GetOperation30Min;29909', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '141bd9c9-e23e-4c0d-9bd8-88c80e6dc13c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11905', - 'x-ms-correlation-request-id', - 'ac75df94-59e0-410b-90ce-31e1e62b5fc9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064207Z:ac75df94-59e0-410b-90ce-31e1e62b5fc9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:07 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14908,Microsoft.Compute/GetOperation30Min;29908', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f13a71f-b6a6-4a53-bd3c-12695197bad8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11904', - 'x-ms-correlation-request-id', - '629bc012-62b9-4edb-a439-3b16ab8c4d2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064207Z:629bc012-62b9-4edb-a439-3b16ab8c4d2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:07 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14907,Microsoft.Compute/GetOperation30Min;29907', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '231aaf74-3c58-4c9a-acb5-b491c9bb1081', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11903', - 'x-ms-correlation-request-id', - 'afcca2e0-8b2a-4c82-b7fd-3564cffec1c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064208Z:afcca2e0-8b2a-4c82-b7fd-3564cffec1c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14906,Microsoft.Compute/GetOperation30Min;29906', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd2c6007-8a01-48c8-b2c5-9374cd1f02ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11902', - 'x-ms-correlation-request-id', - '9468387e-f5d7-4460-918a-c1b1a8cf0451', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064208Z:9468387e-f5d7-4460-918a-c1b1a8cf0451', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14905,Microsoft.Compute/GetOperation30Min;29905', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f880ea7-9ff1-4539-a39d-993eca6dafe6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11901', - 'x-ms-correlation-request-id', - '4d9bd60a-371a-4608-8c1b-7ab3db45d661', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064208Z:4d9bd60a-371a-4608-8c1b-7ab3db45d661', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14904,Microsoft.Compute/GetOperation30Min;29904', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b1af02b-9293-49d5-b4a5-07a3ad25170b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11900', - 'x-ms-correlation-request-id', - '32745aa7-62fa-461a-9aa8-4ecfaf607e6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064209Z:32745aa7-62fa-461a-9aa8-4ecfaf607e6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14903,Microsoft.Compute/GetOperation30Min;29903', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a171ba8-751b-4668-82ca-a09eb0a1765e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11899', - 'x-ms-correlation-request-id', - 'd24e1590-36a5-4ba9-af70-26736e69512d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064209Z:d24e1590-36a5-4ba9-af70-26736e69512d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14902,Microsoft.Compute/GetOperation30Min;29902', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd232cb6c-738d-4bb9-a7ff-517b36df481e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11898', - 'x-ms-correlation-request-id', - 'fd510e5c-e472-4d15-947e-630ff573c5ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064209Z:fd510e5c-e472-4d15-947e-630ff573c5ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14901,Microsoft.Compute/GetOperation30Min;29901', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1da1fa04-b0fe-4183-bb7b-e6b97b878592', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11897', - 'x-ms-correlation-request-id', - 'f4e8b0f9-2860-4e8c-9977-805216196c5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064210Z:f4e8b0f9-2860-4e8c-9977-805216196c5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14900,Microsoft.Compute/GetOperation30Min;29900', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1533c712-6b66-4cf0-bb8a-cfd50c2723fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11896', - 'x-ms-correlation-request-id', - '11a49814-87f8-4642-ae4e-670861e204e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064210Z:11a49814-87f8-4642-ae4e-670861e204e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14899,Microsoft.Compute/GetOperation30Min;29899', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43bfd7aa-930b-4e28-a33f-9a978fcb9bde', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11895', - 'x-ms-correlation-request-id', - '0eeb27f6-11ed-4f98-89aa-881c5fcc2d9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064211Z:0eeb27f6-11ed-4f98-89aa-881c5fcc2d9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14898,Microsoft.Compute/GetOperation30Min;29898', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36d401e7-d7ee-4bb7-ab10-440302e0b786', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11894', - 'x-ms-correlation-request-id', - 'da1a5862-86f0-4f18-ae8b-4dfa6c488aac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064211Z:da1a5862-86f0-4f18-ae8b-4dfa6c488aac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14897,Microsoft.Compute/GetOperation30Min;29897', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74eea5cc-2455-4dd5-b1e0-29bcc6726147', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11893', - 'x-ms-correlation-request-id', - '0d4654e8-0963-4215-a23e-ee9a3843ad19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064211Z:0d4654e8-0963-4215-a23e-ee9a3843ad19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14896,Microsoft.Compute/GetOperation30Min;29896', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab8a3efa-1085-49a2-9afb-874012353f01', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11892', - 'x-ms-correlation-request-id', - 'bef15bdd-59fd-4751-a5f2-aac8e44c7a9d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064212Z:bef15bdd-59fd-4751-a5f2-aac8e44c7a9d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:12 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14895,Microsoft.Compute/GetOperation30Min;29895', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c17d8f9-53c4-4338-bf26-d11a1690618f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11891', - 'x-ms-correlation-request-id', - 'cf922652-39d9-4803-b8b4-763f8c6ec4da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064212Z:cf922652-39d9-4803-b8b4-763f8c6ec4da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:12 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14894,Microsoft.Compute/GetOperation30Min;29894', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4262ffe8-95cd-460f-b4e5-fcd7619cb2da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11890', - 'x-ms-correlation-request-id', - '4e0cebf6-cc32-4b19-8016-2d49895d7a8a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064212Z:4e0cebf6-cc32-4b19-8016-2d49895d7a8a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:12 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14893,Microsoft.Compute/GetOperation30Min;29893', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbcd07dc-838c-4fd8-b469-325ed283b7a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11889', - 'x-ms-correlation-request-id', - '20f9b285-1d45-44ff-a7fa-346871678033', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064213Z:20f9b285-1d45-44ff-a7fa-346871678033', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14892,Microsoft.Compute/GetOperation30Min;29892', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd97637a-22f4-4b0e-ac1c-5020433a39d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11888', - 'x-ms-correlation-request-id', - '197a6fa2-2920-4f66-9e54-d5fa59fe4193', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064213Z:197a6fa2-2920-4f66-9e54-d5fa59fe4193', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29891', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd94b4d25-30ff-4217-85b2-4620f75ce93c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11887', - 'x-ms-correlation-request-id', - 'c7ed90a5-0e4c-4738-a350-956d0f6bf9d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064213Z:c7ed90a5-0e4c-4738-a350-956d0f6bf9d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29890', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ac81b54-a438-439c-b888-6148b149bffd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11886', - 'x-ms-correlation-request-id', - 'e0c4c99c-ad7d-43b0-8e61-da423d464228', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064214Z:e0c4c99c-ad7d-43b0-8e61-da423d464228', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:14 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29889', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8830c22-1eb6-4e75-8c14-e88ed3ee8f5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11885', - 'x-ms-correlation-request-id', - 'ce485c8a-c7a0-4975-b84f-f5e470ff1753', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064214Z:ce485c8a-c7a0-4975-b84f-f5e470ff1753', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:14 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29888', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f593c816-cd9b-430a-9aad-192aa403eac6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11884', - 'x-ms-correlation-request-id', - '7e4c230d-742d-47a8-ad3b-2de578ceca79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064215Z:7e4c230d-742d-47a8-ad3b-2de578ceca79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29887', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '978e5003-8cf3-4a6e-bfd0-6f8428e6ab05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11883', - 'x-ms-correlation-request-id', - 'ff71eddb-6f05-4b88-9327-a8885c77e23f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064215Z:ff71eddb-6f05-4b88-9327-a8885c77e23f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29886', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70abafa2-14d9-44f5-b4e2-3590919b3bcf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11882', - 'x-ms-correlation-request-id', - '1e079f3d-7445-4850-9d17-79ef5eb1773d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064215Z:1e079f3d-7445-4850-9d17-79ef5eb1773d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29885', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ca0a07c-2ced-4579-892b-6d95d1ab5a7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11881', - 'x-ms-correlation-request-id', - '2bf616a0-7a75-48df-94bd-9d697da48c24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064216Z:2bf616a0-7a75-48df-94bd-9d697da48c24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29884', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6ddbf5f-ec7e-4ec4-b7cb-c6795cf48458', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11880', - 'x-ms-correlation-request-id', - '6de81ce7-dc53-4b8d-9104-bae14479f007', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064216Z:6de81ce7-dc53-4b8d-9104-bae14479f007', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29883', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72a43182-a3e3-4e29-a7cf-cc817b4efc5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11879', - 'x-ms-correlation-request-id', - 'd55b8581-f0f1-4dc2-adbf-fbda69dc1b5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064216Z:d55b8581-f0f1-4dc2-adbf-fbda69dc1b5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29882', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbe46a75-caee-42a0-867a-a3b20615704f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11878', - 'x-ms-correlation-request-id', - 'f207740b-c52d-4b3f-b81b-f20c22baf6b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064217Z:f207740b-c52d-4b3f-b81b-f20c22baf6b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29881', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca4577d9-367b-43f0-a201-db474ec0359e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11877', - 'x-ms-correlation-request-id', - 'f3d0ce4d-084c-47a9-b7a5-b28c9c89aaeb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064217Z:f3d0ce4d-084c-47a9-b7a5-b28c9c89aaeb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29880', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2bed7cf-3cd0-438d-bd2c-9276c757c07e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11876', - 'x-ms-correlation-request-id', - 'f0c2fbf3-16b9-418e-b65e-ef00e136cff6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064218Z:f0c2fbf3-16b9-418e-b65e-ef00e136cff6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29879', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0888b770-b90f-4b36-8f13-66e7db98e6ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11875', - 'x-ms-correlation-request-id', - '0d1c8e1a-7d5d-494f-8ed1-93ede90979cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064218Z:0d1c8e1a-7d5d-494f-8ed1-93ede90979cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29878', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c1cd0df-7764-4cad-a1cf-da96823de2be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11874', - 'x-ms-correlation-request-id', - '5216934c-46b8-4049-8867-e29425d3b9ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064218Z:5216934c-46b8-4049-8867-e29425d3b9ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29877', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '007ce6d3-7d14-443c-8bb3-98148d62828c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11873', - 'x-ms-correlation-request-id', - 'ff8d3b94-5887-4126-8b8a-60fb2900ebd7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064219Z:ff8d3b94-5887-4126-8b8a-60fb2900ebd7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:19 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29876', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '068d8abf-d601-4ab1-afc5-05a0860961af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11872', - 'x-ms-correlation-request-id', - '7dfa7069-9806-47bc-a819-3291042e7f31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064219Z:7dfa7069-9806-47bc-a819-3291042e7f31', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:19 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29875', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b372e62-ddd9-4aad-848c-7224b4b9848c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11871', - 'x-ms-correlation-request-id', - '72b27a1e-b88b-4332-b099-67cb6caa4549', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064219Z:72b27a1e-b88b-4332-b099-67cb6caa4549', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:19 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29874', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e51c292-23e8-4d97-9c81-62c0a0adeb97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11870', - 'x-ms-correlation-request-id', - '472f494a-e185-46d2-b272-7584f2b01730', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064220Z:472f494a-e185-46d2-b272-7584f2b01730', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29873', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2562d871-646f-4569-bfb9-106519f739f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11869', - 'x-ms-correlation-request-id', - '0788e67b-b186-4d8f-afe8-f6768e043d47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064220Z:0788e67b-b186-4d8f-afe8-f6768e043d47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29872', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd9713694-08b4-4212-b6d5-f6676ceaec8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11868', - 'x-ms-correlation-request-id', - '8daa5443-cabf-4e9c-be3c-fffa83d1c8a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064221Z:8daa5443-cabf-4e9c-be3c-fffa83d1c8a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29871', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea0a5760-465d-4457-88b7-ba948ada9b9a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11867', - 'x-ms-correlation-request-id', - '86d89fdf-1b16-44b7-baf2-7b3ca8460ac1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064221Z:86d89fdf-1b16-44b7-baf2-7b3ca8460ac1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29870', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7c089ef-ac8d-4291-b136-a5f50db750ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11866', - 'x-ms-correlation-request-id', - '44401415-e00e-4c4f-b059-032e8aeece99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064221Z:44401415-e00e-4c4f-b059-032e8aeece99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29869', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a88a82d8-d382-493e-bc10-197967d52bc3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11865', - 'x-ms-correlation-request-id', - 'c3f142f7-2f7e-4e40-9b06-c6e3c2455da3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064222Z:c3f142f7-2f7e-4e40-9b06-c6e3c2455da3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29868', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8b2b32a-347c-48cc-b994-ee4c5e20bde2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11864', - 'x-ms-correlation-request-id', - '2cd8ccf8-8969-4a2f-ad5f-9366f3ea8cc3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064222Z:2cd8ccf8-8969-4a2f-ad5f-9366f3ea8cc3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29867', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a9f14c9-4029-4a75-ae68-d67c3b1f0caf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11863', - 'x-ms-correlation-request-id', - '51a8c116-6fc5-417e-9898-7a35a5ddda1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064222Z:51a8c116-6fc5-417e-9898-7a35a5ddda1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29866', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c91d0690-f6f0-43e6-9d96-e15d8ad64972', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11862', - 'x-ms-correlation-request-id', - 'b129c614-2d2a-49b8-9dfd-fe10d76ec70f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064223Z:b129c614-2d2a-49b8-9dfd-fe10d76ec70f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29865', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '918994d2-cf39-4bb1-ba4d-5ab9cfa5f6a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11861', - 'x-ms-correlation-request-id', - 'ee6d9025-a281-47d5-b525-4af6f6e69e48', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064223Z:ee6d9025-a281-47d5-b525-4af6f6e69e48', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29864', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '994e02b3-d89f-4ce6-be98-635326031935', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11860', - 'x-ms-correlation-request-id', - 'abfb2345-e2fb-4c8e-be87-fd26741b6cc2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064223Z:abfb2345-e2fb-4c8e-be87-fd26741b6cc2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29863', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fdc8dc41-a897-40a4-8259-63901b552e98', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11859', - 'x-ms-correlation-request-id', - 'c6811799-4d34-4c3f-9493-4a38d1a069df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064224Z:c6811799-4d34-4c3f-9493-4a38d1a069df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29862', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd9bed8d0-b4f7-4ef1-a4ba-eded021fcb15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11858', - 'x-ms-correlation-request-id', - 'cb0011d4-6526-48f0-a50c-41cfaa5213a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064224Z:cb0011d4-6526-48f0-a50c-41cfaa5213a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14861,Microsoft.Compute/GetOperation30Min;29861', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d3c4370-cab0-4b58-bd06-bcb1a872131e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11857', - 'x-ms-correlation-request-id', - '11e28ce8-b529-4e27-9254-950fc201b052', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064225Z:11e28ce8-b529-4e27-9254-950fc201b052', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14860,Microsoft.Compute/GetOperation30Min;29860', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4222874b-8b8d-4e13-9029-510a321216de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11856', - 'x-ms-correlation-request-id', - '056ba6eb-0ccc-435e-a956-2af9c38fc469', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064225Z:056ba6eb-0ccc-435e-a956-2af9c38fc469', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14859,Microsoft.Compute/GetOperation30Min;29859', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca8303dd-67de-429c-9714-927299004cfb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11855', - 'x-ms-correlation-request-id', - 'a3e2a2df-3c2b-49ea-af3d-83eb2aeca944', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064225Z:a3e2a2df-3c2b-49ea-af3d-83eb2aeca944', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14858,Microsoft.Compute/GetOperation30Min;29858', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8867e9f-b40d-4a7a-a9a5-2f2147077923', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11854', - 'x-ms-correlation-request-id', - 'ba80f722-3870-4e08-a2e1-c60c788e94e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064226Z:ba80f722-3870-4e08-a2e1-c60c788e94e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14857,Microsoft.Compute/GetOperation30Min;29857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '959aded3-5709-466c-a0d5-35bad96e4186', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11853', - 'x-ms-correlation-request-id', - 'bf93bbf1-e9cd-46b9-84e4-3bd083f238ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064226Z:bf93bbf1-e9cd-46b9-84e4-3bd083f238ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14856,Microsoft.Compute/GetOperation30Min;29856', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95ada42b-f943-4244-8163-2badfd311a68', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11852', - 'x-ms-correlation-request-id', - '797e4ed7-5935-4eff-967a-c338c23d78ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064226Z:797e4ed7-5935-4eff-967a-c338c23d78ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14855,Microsoft.Compute/GetOperation30Min;29855', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '285fe6cf-62d8-4446-b995-0603bef78967', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11851', - 'x-ms-correlation-request-id', - 'f2a00bd7-4cae-4b74-9ea3-2fc762d41054', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064227Z:f2a00bd7-4cae-4b74-9ea3-2fc762d41054', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14854,Microsoft.Compute/GetOperation30Min;29854', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3cb270a4-4d8b-4494-a428-95ca37292714', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11850', - 'x-ms-correlation-request-id', - 'cb278dae-bde8-43cd-bd8d-a964f3831fd5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064227Z:cb278dae-bde8-43cd-bd8d-a964f3831fd5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14853,Microsoft.Compute/GetOperation30Min;29853', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '918ac472-6c13-4afe-a615-4c889ebcdd98', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11849', - 'x-ms-correlation-request-id', - '7d5f5a5a-c3b8-4f0a-b3dc-c46c4e700e39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064228Z:7d5f5a5a-c3b8-4f0a-b3dc-c46c4e700e39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:27 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14852,Microsoft.Compute/GetOperation30Min;29852', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79f36498-ba81-4d8b-8482-a340b6e7de55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11848', - 'x-ms-correlation-request-id', - 'eebb1e96-fda8-45b6-b220-2086ab591d55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064228Z:eebb1e96-fda8-45b6-b220-2086ab591d55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:28 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14851,Microsoft.Compute/GetOperation30Min;29851', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '535cc61b-9036-460f-858b-e286e49b9910', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11847', - 'x-ms-correlation-request-id', - '68999aa9-b0f4-42cc-9dc2-ea0cd8e5bbf2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064228Z:68999aa9-b0f4-42cc-9dc2-ea0cd8e5bbf2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:28 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14850,Microsoft.Compute/GetOperation30Min;29850', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c65e9c0-a24d-4f7e-9349-623ab5f71549', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11846', - 'x-ms-correlation-request-id', - 'fdb7535d-4161-41cc-86a2-3f1a86befc52', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064229Z:fdb7535d-4161-41cc-86a2-3f1a86befc52', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:28 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14849,Microsoft.Compute/GetOperation30Min;29849', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '443af863-9411-450b-9342-526ccf844804', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11845', - 'x-ms-correlation-request-id', - '0013ad87-13d5-47cc-9d7c-6aef3c21bc37', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064229Z:0013ad87-13d5-47cc-9d7c-6aef3c21bc37', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14848,Microsoft.Compute/GetOperation30Min;29848', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd67747f4-3bdd-455e-9583-971af2e2fe26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11844', - 'x-ms-correlation-request-id', - '71ad0ac9-d09e-4902-a66d-673e1f300104', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064229Z:71ad0ac9-d09e-4902-a66d-673e1f300104', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14847,Microsoft.Compute/GetOperation30Min;29847', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ae9f179-0390-4c67-b167-b877e75852cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11843', - 'x-ms-correlation-request-id', - '90186543-4008-48dd-8fff-66d699502667', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064230Z:90186543-4008-48dd-8fff-66d699502667', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:30 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14846,Microsoft.Compute/GetOperation30Min;29846', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c413133f-7963-4525-9d68-0830bed9e7ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11842', - 'x-ms-correlation-request-id', - '947f0b6d-e64e-4f21-af85-9f593ec42777', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064230Z:947f0b6d-e64e-4f21-af85-9f593ec42777', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:30 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14845,Microsoft.Compute/GetOperation30Min;29845', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a3df2276-d807-49df-9373-c45842d4638f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11841', - 'x-ms-correlation-request-id', - '28ad1174-029a-461c-9d1a-26dcfec3f17a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064231Z:28ad1174-029a-461c-9d1a-26dcfec3f17a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:30 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14844,Microsoft.Compute/GetOperation30Min;29844', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '004d0ba4-fd20-4927-bec2-720afa6807bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11840', - 'x-ms-correlation-request-id', - '839cae2e-c08c-4c6e-886d-3400e39c0a7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064231Z:839cae2e-c08c-4c6e-886d-3400e39c0a7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14843,Microsoft.Compute/GetOperation30Min;29843', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b6624a2-72e2-4c60-a3dc-4603bb02693a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11839', - 'x-ms-correlation-request-id', - 'ffcaf56a-ab43-4cc6-bf2d-8f2bd6754874', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064231Z:ffcaf56a-ab43-4cc6-bf2d-8f2bd6754874', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14842,Microsoft.Compute/GetOperation30Min;29842', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff8de47e-8be9-4fc2-8d19-5f1da365e376', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11838', - 'x-ms-correlation-request-id', - '7ea41557-ec48-4ad8-ad67-80ac926b3ef9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064232Z:7ea41557-ec48-4ad8-ad67-80ac926b3ef9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:31 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14841,Microsoft.Compute/GetOperation30Min;29841', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01a855c2-b09f-411e-834c-04cfdea9cd04', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11837', - 'x-ms-correlation-request-id', - '48ba6746-f650-42e4-99de-0b13182126a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064232Z:48ba6746-f650-42e4-99de-0b13182126a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14840,Microsoft.Compute/GetOperation30Min;29840', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1b4680a-5865-4662-b131-f75d23d2a2b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11836', - 'x-ms-correlation-request-id', - 'fd54e0a5-c467-4d12-9fed-b79cb38ccb69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064232Z:fd54e0a5-c467-4d12-9fed-b79cb38ccb69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14839,Microsoft.Compute/GetOperation30Min;29839', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '805c1a03-dc00-4c92-97f2-42e82f9e2d4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11835', - 'x-ms-correlation-request-id', - '37f0bbec-0cd5-4592-be00-3e2ea53cb4a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064233Z:37f0bbec-0cd5-4592-be00-3e2ea53cb4a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:32 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14838,Microsoft.Compute/GetOperation30Min;29838', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d8214ce-e920-4c00-8ee7-e9efdd4cda68', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11834', - 'x-ms-correlation-request-id', - '4f4e886d-e4eb-41e7-8f07-0efe5729131e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064233Z:4f4e886d-e4eb-41e7-8f07-0efe5729131e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14837,Microsoft.Compute/GetOperation30Min;29837', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '324c767e-f0de-4776-9afb-055158276bee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11833', - 'x-ms-correlation-request-id', - '25398689-ee56-409a-bfec-58191b65d137', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064233Z:25398689-ee56-409a-bfec-58191b65d137', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:33 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14836,Microsoft.Compute/GetOperation30Min;29836', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b921ad73-ebe5-4e7c-84ec-618ecea85fea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11832', - 'x-ms-correlation-request-id', - '4f50853b-93b9-4182-a63c-d3eb7eb39a5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064234Z:4f50853b-93b9-4182-a63c-d3eb7eb39a5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14835,Microsoft.Compute/GetOperation30Min;29835', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e4f38d4-f65b-4e66-ac30-24e0f478ebf4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11831', - 'x-ms-correlation-request-id', - 'd58dfd00-b6fa-4c77-8fae-8a5cd031108c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064234Z:d58dfd00-b6fa-4c77-8fae-8a5cd031108c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14834,Microsoft.Compute/GetOperation30Min;29834', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa4ee81f-c2f1-4665-9523-f97dc1677fbe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11830', - 'x-ms-correlation-request-id', - '93ea0463-8ba4-420c-b089-cd4d7177a242', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064235Z:93ea0463-8ba4-420c-b089-cd4d7177a242', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:34 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14833,Microsoft.Compute/GetOperation30Min;29833', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe9ca60b-a0da-4417-842d-2cc7de1baa78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11829', - 'x-ms-correlation-request-id', - 'abbc31fe-05ae-44c0-997d-6dad7487165c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064235Z:abbc31fe-05ae-44c0-997d-6dad7487165c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:35 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14832,Microsoft.Compute/GetOperation30Min;29832', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4b52ba2-ef85-4272-bdd2-f602623bea6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11828', - 'x-ms-correlation-request-id', - '4ed81e2c-cf4d-4fe3-8bd5-6fc8dfe38e66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064235Z:4ed81e2c-cf4d-4fe3-8bd5-6fc8dfe38e66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:35 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14831,Microsoft.Compute/GetOperation30Min;29831', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e12a948f-d35b-4354-ba6b-48c99e9aff09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11827', - 'x-ms-correlation-request-id', - 'f4c451f4-6cf6-442a-b81b-4c19a32a394b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064236Z:f4c451f4-6cf6-442a-b81b-4c19a32a394b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14830,Microsoft.Compute/GetOperation30Min;29830', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '181e971a-9d55-485f-ada9-b2314c8e2b37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11826', - 'x-ms-correlation-request-id', - '4530a7a4-5330-4bba-bae6-2fe5ba37a5ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064236Z:4530a7a4-5330-4bba-bae6-2fe5ba37a5ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14829,Microsoft.Compute/GetOperation30Min;29829', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0dbe74f4-4ef0-4606-8b20-089f61287253', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11825', - 'x-ms-correlation-request-id', - '420b5adb-af63-45c8-8c83-df87b405ee2d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064237Z:420b5adb-af63-45c8-8c83-df87b405ee2d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:36 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14828,Microsoft.Compute/GetOperation30Min;29828', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90b8ef8a-ccd5-4059-ab3f-a35919578019', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11824', - 'x-ms-correlation-request-id', - '63b2c800-676b-4b7c-a108-69332a12d72b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064237Z:63b2c800-676b-4b7c-a108-69332a12d72b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:37 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14827,Microsoft.Compute/GetOperation30Min;29827', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad87f311-dfb0-4863-a200-b7694703cdc9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11823', - 'x-ms-correlation-request-id', - 'b43a8010-0016-4d74-8348-5422835265e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064237Z:b43a8010-0016-4d74-8348-5422835265e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:37 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14826,Microsoft.Compute/GetOperation30Min;29826', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4449d2d-f510-4498-8386-223f868ee219', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11822', - 'x-ms-correlation-request-id', - 'd543ad98-34ae-404d-af1e-483d23d71e88', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064238Z:d543ad98-34ae-404d-af1e-483d23d71e88', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:37 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14825,Microsoft.Compute/GetOperation30Min;29825', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'edc4667a-91e7-41fd-ab68-16172dadc81b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11821', - 'x-ms-correlation-request-id', - 'cb051c7d-aead-48eb-9097-6f4762c9fbb1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064238Z:cb051c7d-aead-48eb-9097-6f4762c9fbb1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14824,Microsoft.Compute/GetOperation30Min;29824', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1a19f0e-5571-4f95-9e6b-d9e8541d443a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11820', - 'x-ms-correlation-request-id', - 'dbbbe199-7f0d-433c-b760-33ac64cf0561', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064238Z:dbbbe199-7f0d-433c-b760-33ac64cf0561', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14823,Microsoft.Compute/GetOperation30Min;29823', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9fe26f28-2f18-4a17-95e0-dafe4a3d4ce5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11819', - 'x-ms-correlation-request-id', - 'ca56a6c4-29bf-4136-94a0-9c88f2bd2220', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064239Z:ca56a6c4-29bf-4136-94a0-9c88f2bd2220', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:38 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14822,Microsoft.Compute/GetOperation30Min;29822', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7470f9b5-53af-413f-a3a6-a3a9c8204a5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11818', - 'x-ms-correlation-request-id', - 'd47862eb-e6ad-413a-9ce9-50d487d021f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064239Z:d47862eb-e6ad-413a-9ce9-50d487d021f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:39 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14821,Microsoft.Compute/GetOperation30Min;29821', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '281c25e1-6901-47f4-b00b-57c727db7ba9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11817', - 'x-ms-correlation-request-id', - 'dc5dfb97-ae2c-41ad-9a0f-81c7fbbf9228', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064240Z:dc5dfb97-ae2c-41ad-9a0f-81c7fbbf9228', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:39 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14820,Microsoft.Compute/GetOperation30Min;29820', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbf2a71d-99da-4ede-aba2-0d137db92888', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11816', - 'x-ms-correlation-request-id', - 'f8d89f3e-179b-4574-ab8e-967aa6e17219', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064240Z:f8d89f3e-179b-4574-ab8e-967aa6e17219', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14819,Microsoft.Compute/GetOperation30Min;29819', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa32f219-36fa-4abe-bb2c-61bad13f18e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11815', - 'x-ms-correlation-request-id', - '6c938b6a-a877-43bb-9341-d0b8752d3cf1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064240Z:6c938b6a-a877-43bb-9341-d0b8752d3cf1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14818,Microsoft.Compute/GetOperation30Min;29818', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1311b6a-58e3-4950-91bf-0d922858320b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11814', - 'x-ms-correlation-request-id', - 'd2e31f9f-1af6-46fa-a95b-1ac7217942ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064241Z:d2e31f9f-1af6-46fa-a95b-1ac7217942ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:40 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14817,Microsoft.Compute/GetOperation30Min;29817', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16ef32b3-6a1b-4bb8-8f7f-59dfb5a0acee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11813', - 'x-ms-correlation-request-id', - 'f9666732-bdea-4995-a124-d797767d64af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064241Z:f9666732-bdea-4995-a124-d797767d64af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14816,Microsoft.Compute/GetOperation30Min;29816', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8de508c6-a4c1-4bc2-911f-2c1afb0acd37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11812', - 'x-ms-correlation-request-id', - '535e460d-3838-4111-bd6d-d3f570d5abe1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064241Z:535e460d-3838-4111-bd6d-d3f570d5abe1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14815,Microsoft.Compute/GetOperation30Min;29815', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c7bb895-cd67-4c80-9777-2ea949bd13eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11811', - 'x-ms-correlation-request-id', - 'e589ed63-5a5a-401a-aa04-a69377baa1c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064242Z:e589ed63-5a5a-401a-aa04-a69377baa1c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14814,Microsoft.Compute/GetOperation30Min;29814', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31568c15-38c8-46a8-b622-562862f1e543', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11810', - 'x-ms-correlation-request-id', - 'c7a2bbd6-ca48-42d1-bf79-f3b433c1243a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064242Z:c7a2bbd6-ca48-42d1-bf79-f3b433c1243a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14813,Microsoft.Compute/GetOperation30Min;29813', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de7a8afd-d5c0-43cb-98d2-f36e1ece7c05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11809', - 'x-ms-correlation-request-id', - 'ef328a86-b11b-4449-819d-1db97a075a6b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064242Z:ef328a86-b11b-4449-819d-1db97a075a6b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14812,Microsoft.Compute/GetOperation30Min;29812', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e668c6e-95f9-4cba-b2bc-25841045d772', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11808', - 'x-ms-correlation-request-id', - 'b0cbf14f-90dc-4eff-a053-a74c3df483f9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064243Z:b0cbf14f-90dc-4eff-a053-a74c3df483f9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14811,Microsoft.Compute/GetOperation30Min;29811', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '266cfb98-c1bb-4147-ae86-1c85aa978a27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11807', - 'x-ms-correlation-request-id', - '41fe6c60-5cbf-4786-a2fc-ba812c28e206', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064243Z:41fe6c60-5cbf-4786-a2fc-ba812c28e206', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14810,Microsoft.Compute/GetOperation30Min;29810', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '595330c4-f753-44cd-b80d-93181e5277cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11806', - 'x-ms-correlation-request-id', - '7caf3149-efd9-43bd-946e-5b2d69414d14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064244Z:7caf3149-efd9-43bd-946e-5b2d69414d14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:43 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14809,Microsoft.Compute/GetOperation30Min;29809', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '378c6360-7fd4-4b4c-95b5-4b945851d0c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11805', - 'x-ms-correlation-request-id', - '7b4fae9b-0c39-4ead-b5d5-34abe89f57ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064244Z:7b4fae9b-0c39-4ead-b5d5-34abe89f57ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14808,Microsoft.Compute/GetOperation30Min;29808', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ffd70d77-3570-4ab6-884e-ead234103021', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11804', - 'x-ms-correlation-request-id', - '418cb938-e70b-48cf-8eeb-a9e5282a342c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064244Z:418cb938-e70b-48cf-8eeb-a9e5282a342c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14807,Microsoft.Compute/GetOperation30Min;29807', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8f5cc44-e925-42ad-9a67-7f405488bbcb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11803', - 'x-ms-correlation-request-id', - 'de09cb5b-7469-4bac-817e-7a3769f912ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064245Z:de09cb5b-7469-4bac-817e-7a3769f912ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14806,Microsoft.Compute/GetOperation30Min;29806', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd6d0c70-cc77-4eea-bc0c-dfa9866dfff5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11802', - 'x-ms-correlation-request-id', - '0065b1a8-79d0-41c9-84db-790382644660', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064245Z:0065b1a8-79d0-41c9-84db-790382644660', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14805,Microsoft.Compute/GetOperation30Min;29805', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad7ffae0-d045-4e28-98a7-e1cfd29c8c48', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11801', - 'x-ms-correlation-request-id', - '6e497dd8-2376-461d-99a9-2dc6a22a6a64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064245Z:6e497dd8-2376-461d-99a9-2dc6a22a6a64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1a9997da758337ce962febeaa2ce9b46bf5a66026a67efdefedef4fefdedfb0f3e7db0bd3f3d9f6c3f9c4cef6fef3dbcbf3bfbf4e1fd9d07b37b1ffdc6c92f","f97f006fe1b94786000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14804,Microsoft.Compute/GetOperation30Min;29804', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1de9e707-4db9-4a29-a114-1536768707ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11800', - 'x-ms-correlation-request-id', - 'ded11a4e-35d7-4565-8318-c15a7f9e131a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064246Z:ded11a4e-35d7-4565-8318-c15a7f9e131a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:45 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/02342c55-5767-4cfb-9bc5-2951d69507d3') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3ebab733dedbdfdfbbf7e9c1273b3b8f76763e1af14bf97236f0cadea3fd4fc7fbbb9feeed7eba1bbc42fdb4eb066fbc5e4fa7793ecb67facd3213483b7bf7f6f7a6f7ef6fdf7ff0e983edfde9f964fbe1647a7f7befe1fdddd9a70fefef3c98ddfbe8374e7e","c9ff03a687c698b8000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14803,Microsoft.Compute/GetOperation30Min;29803', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8bc2df4-1ef8-47cd-8325-7537d90ae1e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11799', - 'x-ms-correlation-request-id', - '8ba77af3-0d8a-47a8-84aa-b911927f8bb6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064246Z:8ba77af3-0d8a-47a8-84aa-b911927f8bb6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:46 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/virtualMachines/virtualmachinex') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e947cb6c917ff428fde8b2a8db75562eb2e9bc58e6ef3e1af1b7c50cdfdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4faac56adde67715872f0487c6fcddc1a9bd5e31c637beafedcb6a9a0171bc93674dbb365fb4d945431f321de8cfec074d3e5d65d3b7f4d947cb6a4998cea4257db92ab3f6bcaa174ddeb6c5f2a219cfaba6fdfdf32575592d17f9b21d37797d594cf3b169f9fb57ab369f15cbdf9ffef8fdebaa6aa779dda2bf8fda7a9d7f04b8bf84a17f441dade8bb823076d85c2ece98f6b359766fb6777fb6bd7f807fb2dd07db93bd6cb6fd70676792cf76ce0f3ecd3eb558ceb37a7695d5f9cbba3a2f4a5049c1d177978bd7c50ff0d147afdb6c39a396bfffd3bddfff728f3131b850bba6adeaec220aa258d017aff2f3bcce97d3e02bfa72b59e944533cf6bfadccdcd778be5acba6a5e1371e81bed03cf47d539c141dbe126cddb351aecedec7ebafd346bb329d1b9d3845e69746e89eec460c1b7f9bb6cdafea46bb2bb7fefe1bdf1fec39dfbe3bd5d7aeeedeceedc53023812d08b55f3b468c008fe08abe68db29ea21cf465046971fd935f54cd0caffb5f4feb9cf0fb924508cd9ed5d5e20cf40c5b31eb5ea0c1ab3c9b7db72edab0c1225bd23bb33e76f49dcedcf1745aad97adc1d5cef6f357af7d50f4c20f57ba411234b5e471b838ca1356b3bccc7d4a3dcd69e6e73eea1fe17570f3e74fa8c1eede03f39583f3d18cf80554824c7dcf7c9a762856aed1c38e7d0b8f9d48126d6813a37d7e7f74baf7fb3f9c66939d59beb3339dcdf67767f941b69b1fecdebb777ebe3bbb9f7dfac0c7938075a7fd74b16aafbb6db8079ef417d532986ffa76c38cd3b7ef3be7f4cacfc5ac7f4d5afa98bbb9c5730b2e4123eac6f1c9cedebdf0ebb67a92cb7b3968729e954dee1af81d066457b6d9f5bea70f37b1cdbddfffc1cefdddfbd9e43e0df2defe6c27cf260fa77bf7ef9d7ffae9deee83f39955e1f2fc886d40b538dbdc82963ee6fe2cd2287e086c637efdbefc621020f311b3a9531970fd42d907fad1a1f351365b14cbafc8b730ec05caade96fafcd9558a3936a795e5cac6be3ecd83ea809931a56f027bf38be202b4a5fc30bb130a849becc26657ebc6eab0541987eb5220dca1e49b7e12a6ba7f3d7ea07d1f75e3fe6db2faa19236ba13db9feb2c3511f654d93370d5c27d39acde1d3fc3c5b97ad378796a08692f432796a75ceded4f7beef3ecdcab2ba3a7dd7e64b0cf54b72aaa86f62536a160ce2a33aff45eba2ce3f5f133169528434af8b8b65566a5b696a7afc6899b75755fd96da9a09341f9dc1253927d7847af9de2f6629f959179217d2f5dd1e0a770bf32b39cb98742281f895bf98fe22f7adbefee81186f74b7ec9f7edd8a8991080e6933400391c3417afd7d3699ecf88c1d18aa6e0","97fc3fb4d1fb232f0c0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36863002-a77c-461c-b77f-2f4ca17ac8f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11798', - 'x-ms-correlation-request-id', - '15bb465f-0f51-481a-9617-d88ff0974cb7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064247Z:15bb465f-0f51-481a-9617-d88ff0974cb7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:46 GMT' -]); diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_delete_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_delete_test.js deleted file mode 100644 index d29a5bd4e399..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_delete_test.js +++ /dev/null @@ -1,3755 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "1f844ea466b230bdd353a23c0602b334"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '93ef7e08-1935-4d62-bd81-4c497aa74000', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR2 ProdSlices', - 'Set-Cookie', - 'fpc=Aq0lRlMvx2dKoEHyFXaHrVI; expires=Thu, 30-Dec-2021 06:42:53 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrJeGKCWMx3NtFpFA0GIQjB_7xfrLyJ5g7FqO4NhQlkD58awJKqCEoy6_gVxlcW-vxp-i4nvBPg0-7SoOY__L25N2-68a74C3HCuC_HOJgfgXGP3OKlLsDwZt5EJGXClln-XVCyPB6vy-M1WFO2zNSFbc78JY4yiBg5SYFMpwNywAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:52 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '23a0a219-e578-46a1-bb8e-ccefb7814200', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=Ao_6ogCbcz9PoLjORTNbEuw; expires=Thu, 30-Dec-2021 06:42:53 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrmJfRx3K4YeF8D3kO1Dwstsygm2Ul1n2Ms1QfOEYVpita2Kqjm6pV_5nTkwiqCRdbPOszekOYnujtd6NPeEswBlHAnKbiGzV-rIPTbjkJbHxNoOXV7xs5X_2XPZGE8URfQnVIIYbLDXFkavkCpM4vOH3PGBZwyLpCQXZaNR3EPAogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:52 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=b18c40ff-543e-4999-b045-a34380ef4393&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '3907abd4-3310-4e27-b9d6-d57575bc4000', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AjiOmYJ3OKBHvuDm6C4Mi8oWPr5BAQAAAO2-N9kOAAAA; expires=Thu, 30-Dec-2021 06:42:53 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:53 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/virtualMachines/virtualmachinex') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee?p=f8cfeb74-5cf7-40e0-89b1-3d95a1060fe7&monitor=true&api-version=2021-07-01', - 'Retry-After', - '10', - 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee?p=f8cfeb74-5cf7-40e0-89b1-3d95a1060fe7&api-version=2021-07-01', - 'Azure-AsyncNotification', - 'Enabled', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/DeleteVM3Min;238,Microsoft.Compute/DeleteVM30Min;1198', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-deletes', - '14998', - 'x-ms-correlation-request-id', - 'e0892dd5-bc0f-44dc-99f2-80f12ebfa75a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064254Z:e0892dd5-bc0f-44dc-99f2-80f12ebfa75a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Retry-After', - '30', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14801,Microsoft.Compute/GetOperation30Min;29801', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10d5ac83-b058-4c92-a443-0f7ba778d670', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11794', - 'x-ms-correlation-request-id', - '9341af71-786c-478d-9b1c-bc694a364aba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064254Z:9341af71-786c-478d-9b1c-bc694a364aba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14800,Microsoft.Compute/GetOperation30Min;29800', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '22e4e425-bc21-49e7-86bd-ae463013c10c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11793', - 'x-ms-correlation-request-id', - 'b0b2df98-a60d-4426-8d98-25fbdf630f26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064255Z:b0b2df98-a60d-4426-8d98-25fbdf630f26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:54 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14799,Microsoft.Compute/GetOperation30Min;29799', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a2aebf5-700e-48cf-99b4-011c67501bc9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11792', - 'x-ms-correlation-request-id', - '9a57e88f-49db-49ea-837b-baef9c05ec9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064255Z:9a57e88f-49db-49ea-837b-baef9c05ec9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:55 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14798,Microsoft.Compute/GetOperation30Min;29798', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad09e661-b286-4309-bd6d-4b4203e8091e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11791', - 'x-ms-correlation-request-id', - 'e9f2e467-34fd-4379-80f3-2922c607a194', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064255Z:e9f2e467-34fd-4379-80f3-2922c607a194', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:55 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14797,Microsoft.Compute/GetOperation30Min;29797', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f193cb5-6e11-4cf0-b112-47991d25dabd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11790', - 'x-ms-correlation-request-id', - '9dfd2d8e-dba1-4994-bb1b-fee123f0cf5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064256Z:9dfd2d8e-dba1-4994-bb1b-fee123f0cf5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:55 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14796,Microsoft.Compute/GetOperation30Min;29796', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3b90cc0-214c-4a75-96a3-549a11f31371', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11789', - 'x-ms-correlation-request-id', - '8d14dbb5-6ff7-4487-9a77-f3018cc0df14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064256Z:8d14dbb5-6ff7-4487-9a77-f3018cc0df14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14795,Microsoft.Compute/GetOperation30Min;29795', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '52d79072-4397-43e3-9c53-207cb420d911', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11788', - 'x-ms-correlation-request-id', - '0af5dffa-def8-4133-9dee-08cb6138bc78', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064256Z:0af5dffa-def8-4133-9dee-08cb6138bc78', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14794,Microsoft.Compute/GetOperation30Min;29794', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f43324ff-25ba-49d4-b75a-3ab9d052bbef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11787', - 'x-ms-correlation-request-id', - '1007c946-ec58-46c2-bd62-a9d553e06ba1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064257Z:1007c946-ec58-46c2-bd62-a9d553e06ba1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:56 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14793,Microsoft.Compute/GetOperation30Min;29793', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eee3bfd7-739b-4d80-96a3-684ea690df60', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11786', - 'x-ms-correlation-request-id', - 'f05d8e33-e870-4b22-82e8-b47db1bcc9b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064257Z:f05d8e33-e870-4b22-82e8-b47db1bcc9b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14792,Microsoft.Compute/GetOperation30Min;29792', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6935c8eb-dd11-43de-ae82-30323b09ea7b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11785', - 'x-ms-correlation-request-id', - '8586713b-4118-4d56-9185-973d408ff1d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064258Z:8586713b-4118-4d56-9185-973d408ff1d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14791,Microsoft.Compute/GetOperation30Min;29791', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2283616a-d9aa-4299-a008-20b860b774dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11784', - 'x-ms-correlation-request-id', - 'ab00e70a-ebf5-4b1c-979c-08d3c2938f26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064258Z:ab00e70a-ebf5-4b1c-979c-08d3c2938f26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:57 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14790,Microsoft.Compute/GetOperation30Min;29790', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5adc808-3019-43bc-a5cf-ac5e258fa68f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11783', - 'x-ms-correlation-request-id', - 'c26ee5fb-5230-426d-8c01-66553427a127', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064258Z:c26ee5fb-5230-426d-8c01-66553427a127', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14789,Microsoft.Compute/GetOperation30Min;29789', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a32a4b37-9199-4501-8b73-626f64e58012', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11782', - 'x-ms-correlation-request-id', - '2e1921ad-2bfe-4323-b4d3-295d969d6521', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064259Z:2e1921ad-2bfe-4323-b4d3-295d969d6521', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14788,Microsoft.Compute/GetOperation30Min;29788', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a56a3b8-98b1-4f06-9911-84e21a295fb9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11781', - 'x-ms-correlation-request-id', - '60d059d9-a9c3-4249-a8fd-e1a412daa66d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064259Z:60d059d9-a9c3-4249-a8fd-e1a412daa66d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:58 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14787,Microsoft.Compute/GetOperation30Min;29787', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76bcd2c8-32f8-4e55-ad36-8bc908ab1399', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11780', - 'x-ms-correlation-request-id', - '21837021-c53d-4236-822a-1827a64524c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064259Z:21837021-c53d-4236-822a-1827a64524c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14786,Microsoft.Compute/GetOperation30Min;29786', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e9b412d2-f237-4399-b946-bb3bb7899202', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11779', - 'x-ms-correlation-request-id', - '3f0ec849-5d42-4e48-8e83-49939ed78a39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064300Z:3f0ec849-5d42-4e48-8e83-49939ed78a39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:59 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14785,Microsoft.Compute/GetOperation30Min;29785', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b65abad0-d48a-45d2-8817-5889e66b4aa3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11778', - 'x-ms-correlation-request-id', - 'c30a6c80-4ca2-4a0a-b313-64b396b5a52c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064300Z:c30a6c80-4ca2-4a0a-b313-64b396b5a52c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:00 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14784,Microsoft.Compute/GetOperation30Min;29784', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fca11eba-871a-429b-8317-380638397bbb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11777', - 'x-ms-correlation-request-id', - '580cb39e-db81-4c73-92b0-dc1d4746fc7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064300Z:580cb39e-db81-4c73-92b0-dc1d4746fc7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:00 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14783,Microsoft.Compute/GetOperation30Min;29783', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '320abd2e-3ee1-4d94-a54c-b1fc2fde85e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11776', - 'x-ms-correlation-request-id', - '4327438e-9fe1-4b10-b98d-3eef80ef409b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064301Z:4327438e-9fe1-4b10-b98d-3eef80ef409b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:00 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14782,Microsoft.Compute/GetOperation30Min;29782', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab6f1b44-1af6-49c1-9dae-428b449d7b43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11775', - 'x-ms-correlation-request-id', - '8609c217-45b7-4938-9282-a4e7a8c33ef0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064301Z:8609c217-45b7-4938-9282-a4e7a8c33ef0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14781,Microsoft.Compute/GetOperation30Min;29781', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cae9084f-556b-410f-8ee8-f2d3f634e8cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11774', - 'x-ms-correlation-request-id', - '3c0bca90-5239-41a9-ae07-3f40c9e21910', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064301Z:3c0bca90-5239-41a9-ae07-3f40c9e21910', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14780,Microsoft.Compute/GetOperation30Min;29780', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59eafd2a-0804-44b7-adff-dbe9535268c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11773', - 'x-ms-correlation-request-id', - '391035c3-b199-4734-80c6-0ab41eeb9007', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064302Z:391035c3-b199-4734-80c6-0ab41eeb9007', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:01 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14779,Microsoft.Compute/GetOperation30Min;29779', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5047d379-e6dc-4af4-a617-451e9aff187b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11772', - 'x-ms-correlation-request-id', - '9585d0be-1518-4403-8bf7-0a42bb94789d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064302Z:9585d0be-1518-4403-8bf7-0a42bb94789d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:02 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14778,Microsoft.Compute/GetOperation30Min;29778', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90dd3d45-650c-447e-aeff-59a8528f449a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11771', - 'x-ms-correlation-request-id', - 'c919776a-bf84-4530-8bab-16c418bc7e25', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064302Z:c919776a-bf84-4530-8bab-16c418bc7e25', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:02 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14777,Microsoft.Compute/GetOperation30Min;29777', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fdb77843-531a-4111-8b8f-e28d362521b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11770', - 'x-ms-correlation-request-id', - '833f83c5-d94c-4349-bfae-d413d40497e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064303Z:833f83c5-d94c-4349-bfae-d413d40497e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:02 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14776,Microsoft.Compute/GetOperation30Min;29776', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a21a9b5e-65ad-4ca7-a3e5-054d69ffaa99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11769', - 'x-ms-correlation-request-id', - 'c15ba9ee-83f7-4c18-a41f-d3ef3bc38dfc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064303Z:c15ba9ee-83f7-4c18-a41f-d3ef3bc38dfc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14775,Microsoft.Compute/GetOperation30Min;29775', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e32fc968-f1cd-4178-9177-1d1cc2824d1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11768', - 'x-ms-correlation-request-id', - 'f3f79f01-b4cd-4c0b-8b1f-b719d1f5abd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064304Z:f3f79f01-b4cd-4c0b-8b1f-b719d1f5abd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14774,Microsoft.Compute/GetOperation30Min;29774', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa0bc097-f4e4-4c84-a8ab-a25b92373609', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11767', - 'x-ms-correlation-request-id', - '4802e1db-9dbb-4f90-831a-43160cbc354e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064304Z:4802e1db-9dbb-4f90-831a-43160cbc354e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:03 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14773,Microsoft.Compute/GetOperation30Min;29773', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50a05ca3-f03a-4d9d-94c7-f4c9332b3e24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11766', - 'x-ms-correlation-request-id', - 'fc99e587-428f-4cef-a082-f3a2911b9163', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064304Z:fc99e587-428f-4cef-a082-f3a2911b9163', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14772,Microsoft.Compute/GetOperation30Min;29772', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e50e074c-79a1-4aa0-b3c0-a04aecb1cad5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11765', - 'x-ms-correlation-request-id', - '2f380ca7-9aca-4782-8bb1-e5a5e32e73d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064305Z:2f380ca7-9aca-4782-8bb1-e5a5e32e73d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14771,Microsoft.Compute/GetOperation30Min;29771', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'af258531-1b75-4a1d-95fa-5ebd64ccb92e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11764', - 'x-ms-correlation-request-id', - '97a4804a-d2c4-4142-ae24-dcd85916f85f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064305Z:97a4804a-d2c4-4142-ae24-dcd85916f85f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:04 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14770,Microsoft.Compute/GetOperation30Min;29770', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80c3030d-5d17-4e06-b87f-2e388ab6bf52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11763', - 'x-ms-correlation-request-id', - '7feb0a8b-5379-4491-bea9-65b011610b04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064305Z:7feb0a8b-5379-4491-bea9-65b011610b04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:05 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14769,Microsoft.Compute/GetOperation30Min;29769', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '166f1986-8e89-46b6-96a6-c9ac6bba816f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11762', - 'x-ms-correlation-request-id', - '09064907-6d7d-4e44-8a40-c79993cb11f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064306Z:09064907-6d7d-4e44-8a40-c79993cb11f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:05 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14768,Microsoft.Compute/GetOperation30Min;29768', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e625401-a37b-44af-9d16-b288911f0ba5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11761', - 'x-ms-correlation-request-id', - 'b0b4f076-bd0a-4337-a30d-553c4b5c7e0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064306Z:b0b4f076-bd0a-4337-a30d-553c4b5c7e0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:05 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14767,Microsoft.Compute/GetOperation30Min;29767', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '971e4d48-9f32-4942-b617-02c3d4e8889c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11760', - 'x-ms-correlation-request-id', - 'ad6ae712-03fd-4fb2-ad82-664c5f5c2ae5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064306Z:ad6ae712-03fd-4fb2-ad82-664c5f5c2ae5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14766,Microsoft.Compute/GetOperation30Min;29766', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c2984f15-758b-4b6c-a681-4f66de383b2d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11759', - 'x-ms-correlation-request-id', - 'e6a72da7-8fc0-42b3-865f-84875f5fd68a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064307Z:e6a72da7-8fc0-42b3-865f-84875f5fd68a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14765,Microsoft.Compute/GetOperation30Min;29765', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00017c17-8af9-46d3-a4bb-fabdb75cd923', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11758', - 'x-ms-correlation-request-id', - '17723014-a9bb-494a-8cac-ac00271913e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064307Z:17723014-a9bb-494a-8cac-ac00271913e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:06 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14764,Microsoft.Compute/GetOperation30Min;29764', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f976f330-fd7d-485b-a6b4-153cfe8a61c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11757', - 'x-ms-correlation-request-id', - '58e5b3d6-fe48-475d-907d-078676f31298', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064307Z:58e5b3d6-fe48-475d-907d-078676f31298', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:07 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14763,Microsoft.Compute/GetOperation30Min;29763', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6700cae-02f4-4510-bbc0-8d197103ecf5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11756', - 'x-ms-correlation-request-id', - 'ef07bd2c-f59b-44fb-8f9a-02a9072cab96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064308Z:ef07bd2c-f59b-44fb-8f9a-02a9072cab96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:07 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14762,Microsoft.Compute/GetOperation30Min;29762', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9795040c-0b4e-4773-9c49-4803045d2104', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11755', - 'x-ms-correlation-request-id', - 'ee95568a-9905-4a6d-9515-f0795fdb50e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064308Z:ee95568a-9905-4a6d-9515-f0795fdb50e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14761,Microsoft.Compute/GetOperation30Min;29761', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'efd2d57b-caf7-400b-bf26-42da946af57a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11754', - 'x-ms-correlation-request-id', - '6eed3767-dc66-4519-a51b-9750975dd337', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064308Z:6eed3767-dc66-4519-a51b-9750975dd337', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14760,Microsoft.Compute/GetOperation30Min;29760', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '37e75868-70a8-42d1-ab65-30468d70c238', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11753', - 'x-ms-correlation-request-id', - '7afc9d0d-4a0a-4736-91a1-4ff35f79db7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064309Z:7afc9d0d-4a0a-4736-91a1-4ff35f79db7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:08 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14759,Microsoft.Compute/GetOperation30Min;29759', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '708afd5f-8b7e-4920-90f9-8df809b054a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11752', - 'x-ms-correlation-request-id', - '54640e18-e96d-4a5f-b0fd-8995fca3ccfb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064309Z:54640e18-e96d-4a5f-b0fd-8995fca3ccfb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14758,Microsoft.Compute/GetOperation30Min;29758', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87127c42-e2e1-4001-b0c7-5af9b489f603', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11751', - 'x-ms-correlation-request-id', - '4fc4ed57-0c81-4b19-8931-e5668185e4eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064309Z:4fc4ed57-0c81-4b19-8931-e5668185e4eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14757,Microsoft.Compute/GetOperation30Min;29757', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '22f4261c-2319-44b3-a7c3-42f02d18fc18', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11750', - 'x-ms-correlation-request-id', - '9a44bdce-96ea-43e1-b12c-f1f3624f4eb5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064310Z:9a44bdce-96ea-43e1-b12c-f1f3624f4eb5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:09 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14756,Microsoft.Compute/GetOperation30Min;29756', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a8beec1-8386-45de-b826-cbd28468f245', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11749', - 'x-ms-correlation-request-id', - 'f8b5808a-e654-412b-8a5f-3f96dbf792fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064310Z:f8b5808a-e654-412b-8a5f-3f96dbf792fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14755,Microsoft.Compute/GetOperation30Min;29755', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63b541fa-7e1b-4e70-8a7a-726382e49ab7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11748', - 'x-ms-correlation-request-id', - 'acb4eebb-45c5-4208-8447-d1ef6ed6e333', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064310Z:acb4eebb-45c5-4208-8447-d1ef6ed6e333', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14754,Microsoft.Compute/GetOperation30Min;29754', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23694c15-7311-4f45-856c-e1132503dae8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11747', - 'x-ms-correlation-request-id', - 'd71745f6-6742-4268-a8df-6934e5ba7998', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064311Z:d71745f6-6742-4268-a8df-6934e5ba7998', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:10 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14753,Microsoft.Compute/GetOperation30Min;29753', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c63f9b22-a2f8-411b-9f77-5a6f8a032e98', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11746', - 'x-ms-correlation-request-id', - '8039ee0b-2107-49f9-afef-06b1d8db17ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064311Z:8039ee0b-2107-49f9-afef-06b1d8db17ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14752,Microsoft.Compute/GetOperation30Min;29752', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0fa8d479-2232-4817-b58b-47d963c36563', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11745', - 'x-ms-correlation-request-id', - '4089cb10-66e4-4b20-9804-1e16efad5cf8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064312Z:4089cb10-66e4-4b20-9804-1e16efad5cf8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14751,Microsoft.Compute/GetOperation30Min;29751', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2c4e5a3-454e-4912-a600-610325be864d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11744', - 'x-ms-correlation-request-id', - '3c3ccb04-c8b0-4c22-a457-a617256ccae6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064312Z:3c3ccb04-c8b0-4c22-a457-a617256ccae6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:11 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14750,Microsoft.Compute/GetOperation30Min;29750', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0cfca966-b67a-449f-8028-c3e4f5aab2af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11743', - 'x-ms-correlation-request-id', - '4eff6a23-f2fb-45b3-b32a-851e04f9e4b4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064312Z:4eff6a23-f2fb-45b3-b32a-851e04f9e4b4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:12 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14749,Microsoft.Compute/GetOperation30Min;29749', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7fe862b0-5156-4a18-9725-80a819ae0d3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11742', - 'x-ms-correlation-request-id', - 'd5854c73-54c8-46fa-aabc-4138c356b9e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064313Z:d5854c73-54c8-46fa-aabc-4138c356b9e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:12 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14748,Microsoft.Compute/GetOperation30Min;29748', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ae87041-283f-4ccd-9598-2de01a3477f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11741', - 'x-ms-correlation-request-id', - '22fa2692-6ab5-4e48-94d7-d62b4d6df091', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064313Z:22fa2692-6ab5-4e48-94d7-d62b4d6df091', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:12 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14747,Microsoft.Compute/GetOperation30Min;29747', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '862ac6c0-7361-4c08-8edb-7a33924f4374', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11740', - 'x-ms-correlation-request-id', - 'fade9697-5863-496b-9cbd-c7f198a04b08', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064313Z:fade9697-5863-496b-9cbd-c7f198a04b08', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14746,Microsoft.Compute/GetOperation30Min;29746', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4d4f30a-04a0-4a55-99f9-12df9e8d51e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11739', - 'x-ms-correlation-request-id', - '64af0886-0142-4cd7-9f34-ff4107a12d95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064314Z:64af0886-0142-4cd7-9f34-ff4107a12d95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14745,Microsoft.Compute/GetOperation30Min;29745', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e1afb5e-766a-4745-9d1b-7b544a9a8fa9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11738', - 'x-ms-correlation-request-id', - '3a665b7a-3706-4992-86fd-9e2f7075af49', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064314Z:3a665b7a-3706-4992-86fd-9e2f7075af49', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:13 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14744,Microsoft.Compute/GetOperation30Min;29744', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21fb50ef-77cd-42e2-ae7d-4acae64f6da3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11737', - 'x-ms-correlation-request-id', - '01ab6c5b-0285-4e24-aef2-d7dfeab54159', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064314Z:01ab6c5b-0285-4e24-aef2-d7dfeab54159', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:14 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14743,Microsoft.Compute/GetOperation30Min;29743', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a6111bf-a4a1-4334-bf52-4e451f48a11b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11736', - 'x-ms-correlation-request-id', - '332d3f4d-87da-45c2-9d25-0b37047e5ebe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064315Z:332d3f4d-87da-45c2-9d25-0b37047e5ebe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:14 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14742,Microsoft.Compute/GetOperation30Min;29742', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5ef2432-2dd6-45de-973a-5dd815baf605', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11735', - 'x-ms-correlation-request-id', - '3c5766f6-429f-4e84-bb52-382218410950', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064315Z:3c5766f6-429f-4e84-bb52-382218410950', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:14 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14741,Microsoft.Compute/GetOperation30Min;29741', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68da4abc-454a-4d5c-9af1-0b860731ba8d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11734', - 'x-ms-correlation-request-id', - '6014516b-1316-4801-8a70-8add80052e3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064315Z:6014516b-1316-4801-8a70-8add80052e3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14740,Microsoft.Compute/GetOperation30Min;29740', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50a932db-3d25-4712-86f9-f682196f8b23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11733', - 'x-ms-correlation-request-id', - 'c9608de7-6769-4cd7-9925-863b380f18a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064316Z:c9608de7-6769-4cd7-9925-863b380f18a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:15 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14739,Microsoft.Compute/GetOperation30Min;29739', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53b8e150-7370-4933-b538-184b8fcd8bdb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11732', - 'x-ms-correlation-request-id', - '601de360-0425-4cd6-b0bb-ab12bda48fce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064316Z:601de360-0425-4cd6-b0bb-ab12bda48fce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14738,Microsoft.Compute/GetOperation30Min;29738', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81a92731-e2ca-4bfa-9daf-21b1177ca5e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11731', - 'x-ms-correlation-request-id', - '129897f5-96f0-4a49-9c03-81514f72a2d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064316Z:129897f5-96f0-4a49-9c03-81514f72a2d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14737,Microsoft.Compute/GetOperation30Min;29737', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '667f83fd-4d1c-410c-a6cf-c2d1b5cf8630', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11730', - 'x-ms-correlation-request-id', - '3484da2a-ef68-4c5e-b1a8-359a707bb7c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064317Z:3484da2a-ef68-4c5e-b1a8-359a707bb7c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:16 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14736,Microsoft.Compute/GetOperation30Min;29736', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1e112bd-4090-4ac8-b145-6c54e7d2fabd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11729', - 'x-ms-correlation-request-id', - 'f866a778-5606-454a-ab3b-ed58d9d4acbc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064317Z:f866a778-5606-454a-ab3b-ed58d9d4acbc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14735,Microsoft.Compute/GetOperation30Min;29735', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07ebe598-5f1f-4bbb-b015-f66a570e9381', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11728', - 'x-ms-correlation-request-id', - '2467aa72-04af-434f-82ce-8a4d2cdadcca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064318Z:2467aa72-04af-434f-82ce-8a4d2cdadcca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14734,Microsoft.Compute/GetOperation30Min;29734', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab6aa3e2-0e55-4f40-8030-0af883bc5163', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11727', - 'x-ms-correlation-request-id', - 'c34678b3-94eb-49b5-b06a-2ed7e7bdccf0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064318Z:c34678b3-94eb-49b5-b06a-2ed7e7bdccf0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:17 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14733,Microsoft.Compute/GetOperation30Min;29733', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b867fe51-15c6-42af-83e7-0c8a0d08c8de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11726', - 'x-ms-correlation-request-id', - '3ee50813-f2c6-4597-af2a-cccddf2ceb57', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064318Z:3ee50813-f2c6-4597-af2a-cccddf2ceb57', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14732,Microsoft.Compute/GetOperation30Min;29732', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bec045f5-1675-4de9-8d4f-11e6d3b8f8d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11725', - 'x-ms-correlation-request-id', - '5bd36fc3-1ac3-4172-9e0f-516e5dd104c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064319Z:5bd36fc3-1ac3-4172-9e0f-516e5dd104c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14731,Microsoft.Compute/GetOperation30Min;29731', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0eb0daf-a77b-4aaf-ae68-7b706dc335f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11724', - 'x-ms-correlation-request-id', - '5d70ae7b-0dfb-4e79-afee-d661aa84a9e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064319Z:5d70ae7b-0dfb-4e79-afee-d661aa84a9e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:18 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14730,Microsoft.Compute/GetOperation30Min;29730', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3832be78-5a04-4fe8-aadd-0b67630aca1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11723', - 'x-ms-correlation-request-id', - 'e55f8c19-ca8a-4e71-bed9-89f02dbbc686', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064320Z:e55f8c19-ca8a-4e71-bed9-89f02dbbc686', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:19 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14729,Microsoft.Compute/GetOperation30Min;29729', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15e14887-8561-44e4-862d-b6662e5ad225', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11722', - 'x-ms-correlation-request-id', - 'cb5e1bf3-09a8-4170-9458-10f18376a5fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064320Z:cb5e1bf3-09a8-4170-9458-10f18376a5fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14728,Microsoft.Compute/GetOperation30Min;29728', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0157362a-0ee7-45e5-b815-18d8b47fcbb8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11721', - 'x-ms-correlation-request-id', - '877b2c36-7a68-4c35-9cb6-6ee694d49ee4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064321Z:877b2c36-7a68-4c35-9cb6-6ee694d49ee4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14727,Microsoft.Compute/GetOperation30Min;29727', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5695a199-62fd-4b31-b748-1a8b101c5887', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11720', - 'x-ms-correlation-request-id', - 'dd456371-c0f6-4e77-bb71-55ff37012792', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064321Z:dd456371-c0f6-4e77-bb71-55ff37012792', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14726,Microsoft.Compute/GetOperation30Min;29726', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '438c88f1-f4be-45c4-8779-d8f6675b674e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11719', - 'x-ms-correlation-request-id', - '8bb6738c-c59a-4b5c-9ab3-5070279c4492', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064321Z:8bb6738c-c59a-4b5c-9ab3-5070279c4492', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14725,Microsoft.Compute/GetOperation30Min;29725', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7b282a9-1e1c-4c7d-b945-6ecaa46539d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11718', - 'x-ms-correlation-request-id', - 'fff8e911-a66e-4d31-b333-9a0c5cb2ba8d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064322Z:fff8e911-a66e-4d31-b333-9a0c5cb2ba8d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14724,Microsoft.Compute/GetOperation30Min;29724', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02c78a1d-db5b-454f-8695-5ef401bcd7c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11717', - 'x-ms-correlation-request-id', - '2946a778-65d5-4ece-bd5a-799efbca7631', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064322Z:2946a778-65d5-4ece-bd5a-799efbca7631', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:21 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14723,Microsoft.Compute/GetOperation30Min;29723', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bcd7ddaf-0ce4-4512-9748-95f3e487d557', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11716', - 'x-ms-correlation-request-id', - '42ff0c81-1604-433e-ae29-6fa1c1cafc0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064322Z:42ff0c81-1604-433e-ae29-6fa1c1cafc0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14722,Microsoft.Compute/GetOperation30Min;29722', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f94e01a2-2d2b-4991-8090-8197a7d2e395', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11715', - 'x-ms-correlation-request-id', - 'f482dbcf-4334-453b-9ca9-002c24f47d04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064323Z:f482dbcf-4334-453b-9ca9-002c24f47d04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14721,Microsoft.Compute/GetOperation30Min;29721', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a034ef9-5eb3-48a0-bf75-0d4068ccd629', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11714', - 'x-ms-correlation-request-id', - 'e22bdc42-c011-4f49-93b7-ff91e46e9380', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064323Z:e22bdc42-c011-4f49-93b7-ff91e46e9380', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:22 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14720,Microsoft.Compute/GetOperation30Min;29720', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e105121a-6abb-4214-a151-a8278c95ad04', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11713', - 'x-ms-correlation-request-id', - '8e1b7c3b-74ba-49fa-af85-05a2c23c3f5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064323Z:8e1b7c3b-74ba-49fa-af85-05a2c23c3f5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14719,Microsoft.Compute/GetOperation30Min;29719', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89f0ea26-4038-4634-bc3f-69bc40eb8d78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11712', - 'x-ms-correlation-request-id', - 'c38b1117-af4f-40b1-a9c5-697ffb1efc10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064324Z:c38b1117-af4f-40b1-a9c5-697ffb1efc10', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14718,Microsoft.Compute/GetOperation30Min;29718', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26f6014e-d712-4e22-a168-536788dcefb1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11711', - 'x-ms-correlation-request-id', - '5a3c1ce3-a789-48a3-9d4c-af6540cae484', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064324Z:5a3c1ce3-a789-48a3-9d4c-af6540cae484', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:23 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14717,Microsoft.Compute/GetOperation30Min;29717', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e186ab6e-d7be-4851-b0d9-629f2d0eafc1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11710', - 'x-ms-correlation-request-id', - '8053df79-f21a-4ac2-a5cd-9612cada5bc3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064324Z:8053df79-f21a-4ac2-a5cd-9612cada5bc3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14716,Microsoft.Compute/GetOperation30Min;29716', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f11ef184-3432-4152-8d11-d6c8e0af4e4e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11709', - 'x-ms-correlation-request-id', - '04c304c7-2fe4-4606-8e24-7ea93b401fda', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064325Z:04c304c7-2fe4-4606-8e24-7ea93b401fda', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14715,Microsoft.Compute/GetOperation30Min;29715', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c7f9eb8-e74c-4455-a332-6537672a2d34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11708', - 'x-ms-correlation-request-id', - '24a8b5b2-b64c-4627-b90a-246d74724650', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064325Z:24a8b5b2-b64c-4627-b90a-246d74724650', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a39179a95d3778e36cf9b2ae2eeabc69f4ab6526a0f2fce07c7fb2fb607b279be6dbfbd96cba3d7938dddbbeffe0d3f3fbe7d9c1f9bd3cffe8374e","7ec9ff0357eba9e086000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14714,Microsoft.Compute/GetOperation30Min;29714', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ff91dc5-d450-40b4-94fd-d19eda3033d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11707', - 'x-ms-correlation-request-id', - '32427e3a-ca73-4480-8f1f-e1c7e53fe87e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064326Z:32427e3a-ca73-4480-8f1f-e1c7e53fe87e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Compute/locations/eastus/operations/ee8f4b17-0ace-4adc-b9c2-576f5fa8f3ee') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bd5ed9b62917ff428fd686f676f777b7777fbdece9b9d4f1fedef3dbabf3fbef7e9c37bfb3b9f7eb2b3f36867e7a311bf942f6703afdc7bb4f7e97877f7e1bdfbf78337a89b76dde085d7ebe934cf67f94cbf59660228cf0fcef727bb0fb677b269bebd9fcda6db9387d3bdedfb0f3e3dbf7f9e1d9cdfcbf38f7ee3e4","97fc3f5a0677e7b7000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/GetOperation3Min;14713,Microsoft.Compute/GetOperation30Min;29713', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08e768eb-da27-4854-ba79-2c8c5ff3ce4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11706', - 'x-ms-correlation-request-id', - 'c8b0a13e-b305-4519-87f4-b9b4c154eb65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064326Z:c8b0a13e-b305-4519-87f4-b9b4c154eb65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:25 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/virtualMachines') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9479759b9ce3f7a947eeffbbf71f24b","fe1f5bd2319513000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/HighCostGet3Min;138,Microsoft.Compute/HighCostGet30Min;698', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53bfe2f5-6a97-4f0b-aaae-a4d27c868f10', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11705', - 'x-ms-correlation-request-id', - 'e95c0137-159c-4365-a885-710c21a53f31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064326Z:e95c0137-159c-4365-a885-710c21a53f31', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:43:26 GMT' -]); diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_get_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_get_test.js deleted file mode 100644 index 6e8364ff3286..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_get_test.js +++ /dev/null @@ -1,151 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "cb48336e656aaa8b24cf36942322a1e9"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '93ef7e08-1935-4d62-bd81-4c4955a74000', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AvXrTQVaKslOm2frB2rt4hQ; expires=Thu, 30-Dec-2021 06:42:47 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrhIdFUJ0LpttognQQXibJoIslRYRk5FmSmg5sIrhMdSSscn640_UNp4kwX3eERMrFVLeIFugnxndgFUXTsJZ5O3p9ydHeX4AOI8j-J4h9BwhWGVyRv4fmT7omzVF7k5KJZ5UinzhjEZvsGlICVWoSqxePm0uRn0sEs_MUh01vGPggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:47 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '7f6f33c0-2e74-490e-8f6c-dc651fc84300', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=Ag1xhlPINvBEj6BlaZsE06U; expires=Thu, 30-Dec-2021 06:42:47 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrdQx2nU_aHxocLt7vECXgQ_35i4xJc0RuJVN4GvrBF35MHhKGpzEM4NgPJAwOCVMmAurZNiow74pZElR5-TCrGJwc68w7uybXq26XlJbtBcCmIgtHATpkN4Xpi6xpl16XUFZvWHfVKxEqxqB-AOSvMomZ5xTyPIj-JG6KuOYE-oQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:47 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=e61ceab0-c82c-44a7-9ada-e270bc4a8d06&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '072cda1b-922b-40cc-b9fc-db3c5ef24200', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=Ah4-3dtEzrJNkh_oZQdHrc8WPr5BAQAAAOe-N9kOAAAA; expires=Thu, 30-Dec-2021 06:42:47 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:47 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/virtualMachines/virtualmachinex') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e947cb6c917ff428fde8b2a8db75562eb2e9bc58e6ef3e1af1b7c50cdfdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4faac56adde67715872f0487c6fcddc1a9bd5e31c637beafedcb6a9a0171bc93674dbb365fb4d945431f321de8cfec074d3e5d65d3b7f4d947cb6a4998cea4257db92ab3f6bcaa174ddeb6c5f2a219cfaba6fdfdf32575592d17f9b21d37797d594cf3b169f9fb57ab369f15cbdf9ffef8fdebaa6aa779dda2bf8fda7a9d7f04b8bf84a17f441dade8bb823076d85c2ece98f6b359766fb6777fb6bd7f807fb2dd07db93bd6cb6fd70676792cf76ce0f3ecd3eb558ceb37a7695d5f9cbba3a2f4a5049c1d177978bd7c50ff0d147afdb6c39a396bfffd3bddfff728f3131b850bba6adeaec220aa258d017aff2f3bcce97d3e02bfa72b59e944533cf6bfadccdcd778be5acba6a5e1371e81bed03cf47d539c141dbe126cddb351aecedec7ebafd346bb329d1b9d3845e69746e89eec460c1b7f9bb6cdafea46bb2bb7fefe1bdf1fec39dfbe3bd5d7aeeedeceedc53023812d08b55f3b468c008fe08abe68db29ea21cf465046971fd935f54cd0caffb5f4feb9cf0fb924508cd9ed5d5e20cf40c5b31eb5ea0c1ab3c9b7db72edab0c1225bd23bb33e76f49dcedcf1745aad97adc1d5cef6f357af7d50f4c20f57ba411234b5e471b838ca1356b3bccc7d4a3dcd69e6e73eea1fe17570f3e74fa8c1eede03f39583f3d18cf80554824c7dcf7c9a762856aed1c38e7d0b8f9d48126d6813a37d7e7f74baf7fb3f9c66939d59beb3339dcdf67767f941b69b1fecdebb777ebe3bbb9f7dfac0c7938075a7fd74b16aafbb6db8079ef417d532986ffa76c38cd3b7ef3be7f4cacfc5ac7f4d5afa98bbb9c5730b2e4123eac6f1c9cedebdf0ebb67a92cb7b3968729e954dee1af81d066457b6d9f5bea70f37b1cdbddfffc1cefdddfbd9e43e0df2defe6c27cf260fa77bf7ef9d7ffae9deee83f39955e1f2fc886d40b538dbdc82963ee6fe2cd2287e086c637efdbefc621020f311b3a9531970fd42d907fad1a1f351365b14cbafc8b730ec05caade96fafcd9558a3936a795e5cac6be3ecd83ea809931a56f027bf38be202b4a5fc30bb130a849becc26657ebc6eab0541987eb5220dca1e49b7e12a6ba7f3d7ea07d1f75e3fe6db2faa19236ba13db9feb2c3511f654d93370d5c27d39acde1d3fc3c5b97ad378796a08692f432796a75ceded4f7beef3ecdcab2ba3a7dd7e64b0cf54b72aaa86f62536a160ce2a33aff45eba2ce3f5f133169528434af8b8b65566a5b696a7afc6899b75755fd96da9a09341f9dc1253927d7847af9de2f6629f959179217d2f5dd1e0a770bf32b39cb98742281f895bf98fe22f7adbefee81186f74b7ec9f7edd8a8991080e6933400391c3417afd7d3699ecf88c1d18aa6e0","97fc3fb4d1fb232f0c0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36a5f045-3e8a-49bf-8e53-8341980871ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11797', - 'x-ms-correlation-request-id', - 'acd50ee7-6eae-4ab2-b7e9-aea30a10cc17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064248Z:acd50ee7-6eae-4ab2-b7e9-aea30a10cc17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:47 GMT' -]); diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_list_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_list_test.js deleted file mode 100644 index 3dd2aa1653d2..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_list_test.js +++ /dev/null @@ -1,151 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "1bd53c422a517e7443264fd8c8ab8f20"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '7f6f33c0-2e74-490e-8f6c-dc6525c84300', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AnZUbpfdkvtNpVmJeo0fdJo; expires=Thu, 30-Dec-2021 06:42:48 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrCjEGAionITFma76V0YSs9Y_5xQ_sP3sd9BmZGxzUrC2GkJ2jYGep7iC4s8cRLkmQV_vWI5_C_aHvfY2DRnRE_duKobbRKPbs1RBg3bOtaG5fU2gfjQ8fYs-D6Byr9dCJdO6gZLPDry0nuoeyQTwsqZHtPtoA5nmPCkYJVbHrBGkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:48 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '2aa0e74a-1391-4187-b36e-afa958b64000', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AuG940WhMrdGp4pqJ6ZpwBM; expires=Thu, 30-Dec-2021 06:42:48 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr9_fvjmxUaXy0WG3rZgwwNFQDAu8QkG_szND5sbJexKBWT2dRH0brPAFMam26EW6n8NeksDBGOPADirUnJvlBWRvG1DNUaQ8CIwkgqG9gO3ym-SFLqO0IEJ4GVie-Uzq4qsUQPFJI9rEjqW47s7tXqCOYOgaGkTmdDt9VQr95ZCQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:48 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=c85beb77-321a-47f5-ac2b-0ad6ce0d20e7&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '072cda1b-922b-40cc-b9fc-db3c66f24200', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AnR3PdR03s5FuAkGL8wzkCgWPr5BAQAAAOe-N9kOAAAA; expires=Thu, 30-Dec-2021 06:42:48 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:48 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/virtualMachines') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9479759b9ce3f7a947e0f7fa5297f88e7a365b6c0e71f5d1675bbceca45369d17cbfcdd4723dba298e1fbbbcd7ad24ceb62d516d5b2b9fb70effce1fdd9c1f9f6bde9a70fb6f777f7f6b71fee4e1f6c1f4ccf771e4c6793f3bdfdddbb75de54eb7a9a7f5e57eb55737771fdd34d9b37eddd555d5d16b3bc6eee7e514cebaaa9cedbf149b558addbfcaee2f185e0d198bf2378b5d72bc6fc4618de3b6535cd3000bc97674dbbf6bf6cb38b86beb0b4a18fb21f34f974954ddfd2e71f2dab25613e736f50835599b5e755bd68f2b62d9617cd785e35edef9f2f09856ab9c897edb8c9ebcb629a8f4dcbdfbf5ab5f9ac58fefef4c7ef5f57553bcdeb16fd7ed4d6344506f62fb1bd7c449daea84d412309b1bb5c9cf1dccc66d9bdd9defdd9f6fe01fec9761f6c4ff6b2d9f6c39d9d493edb393ff834fb34c07a9ed5b3abacce5fd6d57951828a1e58fafe72f1baf8013efee8759b2d67d4faf77fbaf7fb5fee59ec7cfca87dd35675763108ae58d097aff2f3bcce97d3ded7d460b59e944533cf6bfacecde7778be5acba6a5e1301e91baf3f3c1f55e7040fed37376bdeaed1686f67f7d3eda7599b4d694e22cde8d546f982e68998b4d7227f974ddb9f74cd76f7ef3dbc37de7fb8737fbcb74bcfbd9ddd9d7b1e8142121180aa795a3460a4eee8abe68db2b20ea5d7b711d2c5f54f7e51353380e93699d639e1fd258b279a3eababc519e8de6fc962718146aff26cf6ddba68fb8d16d992de9dc531a6ef75c68fa7d36abd6c0dfe965b9ebf7add05492ffd703509c884a69664213ee1ec1076b3bccc7d0a3ecd895be6dd617c0450908ecf9f50a3ddbd07fed721cc8f66c46fa020e45615af79fa142dd7e875278080c74e3ea9146835a3097f7f20b2f7fb3f9c66939d59beb3339dcdf67767f941b69b1fecdebb777ebe3bbb9f7dfaa08b3f01ecb2cae962d55ec7da714fcc282faa658f47a8c50d5c422dbe0e9fd06b3f179cf235e9dbc53ee4013cb7e42c34a42e1d6fedecddeb3769ab27b9bc9f8346e759d9e461a32e02bd695156dbedb4a32f36b1dabddfffc1cefdddfbd9e43e11e1defe6c27cf260fa77bf7ef9d7ffae9deee83f3596062e4f911abdd9ed56e41df2ef6dd99a6d1fc9059cdfff3fbee0f1f31326f437ec1548852bf50b683ae0e51fd289b2d8ae557e44319d60485d7f477a7dd9558ce936a795e5cac6be3e405fd51339e1a58f09ffce2f8823c016a02af2b8045cdf2653629f3e3755b2d08d2f4ab156972f6be628d57593b9dbf56ff8fda74fa342dbea8663c000bf5c9f597118efc286b9abc69e03a9a37d88c3fcdcfb375d976782098009fea04883cd73a67cff27bdf0fbfc9cab2ba3a7dd7e64b90e24b722e091f627b6ada1be04775fe8bd6459d7fbe26c2d3440af95e1717cbacd4f6aeb98fc147cbbcbdaaeab7f48e997cf3d1195cb07372c5a8c7effd6296c09f75017c215ddfeda170b730bf52700106217288affd8be92f725debeb8f1e6198bfe4977c3f181f351562d0bc939621278ae6eaf57a3acdf319098c69a953c43f48447e","c9ff03923899d2900d0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/HighCostGet3Min;139,Microsoft.Compute/HighCostGet30Min;699', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6749d09b-56b2-4579-9264-495a698d5e5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11796', - 'x-ms-correlation-request-id', - '3ef49e71-b57c-426d-b29e-febda0341cc3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064249Z:3ef49e71-b57c-426d-b29e-febda0341cc3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:48 GMT' -]); diff --git a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_update_test.js b/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_update_test.js deleted file mode 100644 index 135e98ec5cca..000000000000 --- a/sdk/compute/arm-compute/recordings/node/compute_test/recording_virtualmachines_update_test.js +++ /dev/null @@ -1,191 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "1e437a07f67352d061334c81de1bbce8"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/common/discovery/instance') - .query(true) - .reply(200, {"tenant_discovery_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '7f6f33c0-2e74-490e-8f6c-dc652ac84300', - 'x-ms-ests-server', - '2.1.12249.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AtFUtqz2I9NApUXmm1xjGlA; expires=Thu, 30-Dec-2021 06:42:49 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrfy45UFx1D7rl7MIzzkCaiPsPLE-kB2DbcY53hlpFt0BFaz_Zu9N9s85r5JED7_Cdcb-EYgwS85G9KAmFa2YkDeTRpiwK4zph4nVv3E3z40wI8GYmddUTNMHqyZcrq2jQNnmOSHxtGTNVxpBJGeK4p45_mb6aRNWr-NY2KxG9xkcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:48 GMT', - 'Content-Length', - '980' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration') - .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [ - 'Cache-Control', - 'max-age=86400, private', - 'Content-Type', - 'application/json; charset=utf-8', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Access-Control-Allow-Origin', - '*', - 'Access-Control-Allow-Methods', - 'GET, OPTIONS', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '2aa0e74a-1391-4187-b36e-afa963b64000', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=ApJAMIC2-IVDmZYUX89J8b4; expires=Thu, 30-Dec-2021 06:42:49 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrbQlIDcw0eVATIKHNfTSpuTkxZm-EBq0C9-QsUuS8Ha8AYQK1kDYNLbNl3YbueXzIncIwcAhYcBe1mFpSYnWG2Ong8XICFUbMaPA1JuNWU5iAUkGjqzUTkC_FdaZY6FjpgLF31vvqZ-gJzgEOocI0VjQUNsYp6WqakGyULmDs_2kgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:49 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=25b60117-e364-497e-a595-e0564d1ac985&client_secret=azure_client_secret&claims=%7B%22access_token%22%3A%7B%22xms_cc%22%3A%7B%22values%22%3A%5B%22cp1%22%5D%7D%7D%7D") - .reply(200, {"token_type":"Bearer","expires_in":86399,"ext_expires_in":86399,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '072cda1b-922b-40cc-b9fc-db3c6bf24200', - 'x-ms-ests-server', - '2.1.12249.14 - KRSLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=As-hwrgkCuRFu-5lms1ACEEWPr5BAQAAAOi-N9kOAAAA; expires=Thu, 30-Dec-2021 06:42:49 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Tue, 30 Nov 2021 06:42:49 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .patch('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/virtualMachines/virtualmachinex', {"properties":{"networkProfile":{"networkInterfaces":[{"id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/networkInterfaces/interfacex","properties":{"primary":true}}]}}}) - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e947cb6c917ff428fde8b2a8db75562eb2e9bc58e6ef3e1af1b7c50cdfdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4faac56adde67715872f0487c6fcddc1a9bd5e31c637beafedcb6a9a0171bc93674dbb365fb4d945431f321de8cfec074d3e5d65d3b7f4d947cb6a4998cea4257db92ab3f6bcaa174ddeb6c5f2a219cfaba6fdfdf32575592d17f9b21d37797d594cf3b169f9fb57ab369f15cbdf9ffef8fdebaa6aa779dda2bf8fda7a9d7f04b8bf84a17f441dade8bb823076d85c2ece98f6b359766fb6777fb6bd7f807fb2dd07db93bd6cb6fd70676792cf76ce0f3ecd3eb558ceb37a7695d5f9cbba3a2f4a5049c1d177978bd7c50ff0d147afdb6c39a396bfffd3bddfff728f3131b850bba6adeaec220aa258d017aff2f3bcce97d3e02bfa72b59e944533cf6bfadccdcd778be5acba6a5e1371e81bed03cf47d539c141dbe126cddb351aecedec7ebafd346bb329d1b9d3845e69746e89eec460c1b7f9bb6cdafea46bb2bb7fefe1bdf1fec39dfbe3bd5d7aeeedeceedc53023812d08b55f3b468c008fe08abe68db29ea21cf465046971fd935f54cd0caffb5f4feb9cf0fb924508cd9ed5d5e20cf40c5b31eb5ea0c1ab3c9b7db72edab0c1225bd23bb33e76f49dcedcf1745aad97adc1d5cef6f357af7d50f4c20f57ba411234b5e471b838ca1356b3bccc7d4a3dcd69e6e73eea1fe17570f3e74fa8c1eede03f39583f3d18cf80554824c7dcf7c9a762856aed1c38e7d0b8f9d48126d6813a37d7e7f74baf7fb3f9c66939d59beb3339dcdf67767f941b69b1fecdebb777ebe3bbb9f7dfac0c7938075a7fd74b16aafbb6db8079ef417d532986ffa76c38cd3b7ef3be7f4cacfc5ac7f4d5afa98bbb9c5730b2e4123eac6f1c9cedebdf0ebb67a92cb7b3968729e954dee1af81d066457b6d9f5bea70f37b1cdbddfffc1cefdddfbd9e43e0df2defe6c27cf260fa77bf7ef9d7ffae9deee83f39955e1f2fc886d40b538dbdc82963ee6fe2cd2287e086c637efdbefc621020f311b3a9531970fd42d907fad1a1f351365b14cbafc8b730ec05caade96fafcd9558a3936a795e5cac6be3ecd83ea809931a56f027bf38be202b4a5fc30bb130a849becc26657ebc6eab0541987eb5220dca1e49b7e12a6ba7f3d7ea07d1f75e3fe6db2faa19236ba13db9feb2c3511f654d93370d5c27d39acde1d3fc3c5b97ad378796a08692f432796a75ceded4f7beef3ecdcab2ba3a7dd7e64b0cf54b72aaa86f62536a160ce2a33aff45eba2ce3f5f133169528434af8b8b65566a5b696a7afc6899b75755fd96da9a09341f9dc1253927d7847af9de2f6629f959179217d2f5dd1e0a770bf32b39cb98742281f895bf98fe22f7adbefee81186f74b7ec9f7edd8a8991080e6933400391c34173cfdf401cf03cdc0","2ff97f00bcbfe7022e0c0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/PutVM3Min;236,Microsoft.Compute/PutVM30Min;1196', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa4503b4-4b30-40e6-bd45-17284bb55f8f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1196', - 'x-ms-correlation-request-id', - 'ffa00176-63d0-4438-991e-1c6d775d9cc2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064252Z:ffa00176-63d0-4438-991e-1c6d775d9cc2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Compute/virtualMachines/virtualmachinex') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e947cb6c917ff428fde8b2a8db75562eb2e9bc58e6ef3e1af1b7c50cdfdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4faac56adde67715872f0487c6fcddc1a9bd5e31c637beafedcb6a9a0171bc93674dbb365fb4d945431f321de8cfec074d3e5d65d3b7f4d947cb6a4998cea4257db92ab3f6bcaa174ddeb6c5f2a219cfaba6fdfdf32575592d17f9b21d37797d594cf3b169f9fb57ab369f15cbdf9ffef8fdebaa6aa779dda2bf8fda7a9d7f04b8bf84a17f441dade8bb823076d85c2ece98f6b359766fb6777fb6bd7f807fb2dd07db93bd6cb6fd70676792cf76ce0f3ecd3eb558ceb37a7695d5f9cbba3a2f4a5049c1d177978bd7c50ff0d147afdb6c39a396bfffd3bddfff728f3131b850bba6adeaec220aa258d017aff2f3bcce97d3e02bfa72b59e944533cf6bfadccdcd778be5acba6a5e1371e81bed03cf47d539c141dbe126cddb351aecedec7ebafd346bb329d1b9d3845e69746e89eec460c1b7f9bb6cdafea46bb2bb7fefe1bdf1fec39dfbe3bd5d7aeeedeceedc53023812d08b55f3b468c008fe08abe68db29ea21cf465046971fd935f54cd0caffb5f4feb9cf0fb924508cd9ed5d5e20cf40c5b31eb5ea0c1ab3c9b7db72edab0c1225bd23bb33e76f49dcedcf1745aad97adc1d5cef6f357af7d50f4c20f57ba411234b5e471b838ca1356b3bccc7d4a3dcd69e6e73eea1fe17570f3e74fa8c1eede03f39583f3d18cf80554824c7dcf7c9a762856aed1c38e7d0b8f9d48126d6813a37d7e7f74baf7fb3f9c66939d59beb3339dcdf67767f941b69b1fecdebb777ebe3bbb9f7dfac0c7938075a7fd74b16aafbb6db8079ef417d532986ffa76c38cd3b7ef3be7f4cacfc5ac7f4d5afa98bbb9c5730b2e4123eac6f1c9cedebdf0ebb67a92cb7b3968729e954dee1af81d066457b6d9f5bea70f37b1cdbddfffc1cefdddfbd9e43e0df2defe6c27cf260fa77bf7ef9d7ffae9deee83f39955e1f2fc886d40b538dbdc82963ee6fe2cd2287e086c637efdbefc621020f311b3a9531970fd42d907fad1a1f351365b14cbafc8b730ec05caade96fafcd9558a3936a795e5cac6be3ecd83ea809931a56f027bf38be202b4a5fc30bb130a849becc26657ebc6eab0541987eb5220dca1e49b7e12a6ba7f3d7ea07d1f75e3fe6db2faa19236ba13db9feb2c3511f654d93370d5c27d39acde1d3fc3c5b97ad378796a08692f432796a75ceded4f7beef3ecdcab2ba3a7dd7e64b0cf54b72aaa86f62536a160ce2a33aff45eba2ce3f5f133169528434af8b8b65566a5b696a7afc6899b75755fd96da9a09341f9dc1253927d7847af9de2f6629f959179217d2f5dd1e0a770bf32b39cb98742281f895bf98fe22f7adbefee81186f74b7ec9f7edd8a8991080e6933400391c3417afd7d3699ecf88c1d18aa6e0","97fc3fb4d1fb232f0c0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-ratelimit-remaining-resource', - 'Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31993', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9bffa99f-8f91-4712-81d7-44d10890e06e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11795', - 'x-ms-correlation-request-id', - '9b2b947b-a950-4246-94e1-8a4bc3162264', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211130T064252Z:9b2b947b-a950-4246-94e1-8a4bc3162264', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Tue, 30 Nov 2021 06:42:52 GMT' -]); diff --git a/sdk/compute/arm-compute/src/computeManagementClient.ts b/sdk/compute/arm-compute/src/computeManagementClient.ts index dc81fdeaa7eb..18a53627c2c7 100644 --- a/sdk/compute/arm-compute/src/computeManagementClient.ts +++ b/sdk/compute/arm-compute/src/computeManagementClient.ts @@ -144,7 +144,7 @@ export class ComputeManagementClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-compute/17.0.0`; + const packageDetails = `azsdk-js-arm-compute/1.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/compute/arm-compute/test/compute_examples.ts b/sdk/compute/arm-compute/test/compute_examples.ts deleted file mode 100644 index a7f754103f95..000000000000 --- a/sdk/compute/arm-compute/test/compute_examples.ts +++ /dev/null @@ -1,284 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -import { - env, - record, - RecorderEnvironmentSetup, - Recorder, - delay, - isPlaybackMode -} from "@azure-tools/test-recorder"; -import * as assert from "assert"; -import { ClientSecretCredential } from "@azure/identity"; -import { ComputeManagementClient } from "../src/computeManagementClient"; -import { NetworkManagementClient,VirtualNetwork,Subnet,NetworkInterface } from "@azure/arm-network"; - -const recorderEnvSetup: RecorderEnvironmentSetup = { - replaceableVariables: { - AZURE_CLIENT_ID: "azure_client_id", - AZURE_CLIENT_SECRET: "azure_client_secret", - AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888", - SUBSCRIPTION_ID: "azure_subscription_id" - }, - customizationsOnRecordings: [ - (recording: any): any => - recording.replace( - /"access_token":"[^"]*"/g, - `"access_token":"access_token"` - ) - ], - queryParametersToSkip: [] -}; - -export const testPollingOptions = { - updateIntervalInMs: isPlaybackMode() ? 0 : undefined, -}; - -describe("Compute test", () => { - let recorder: Recorder; - let subscriptionId: string; - let client: ComputeManagementClient; - let network_client: NetworkManagementClient; - let location: string; - let resourceGroupName: string; - let availabilitySetName: string; - let network_name: string; - let subnet_name: string; - let interface_name: string; - let virtual_machine_name: string; - - beforeEach(async function() { - recorder = record(this, recorderEnvSetup); - subscriptionId = env.SUBSCRIPTION_ID; - // This is an example of how the environment variables are used - const credential = new ClientSecretCredential( - env.AZURE_TENANT_ID, - env.AZURE_CLIENT_ID, - env.AZURE_CLIENT_SECRET - ); - client = new ComputeManagementClient(credential, subscriptionId); - network_client = new NetworkManagementClient(credential,subscriptionId); - location = "eastus"; - resourceGroupName = "myjstest"; - availabilitySetName = "availabilitySets123"; - network_name = "networknamex"; - subnet_name = "subnetnamex"; - interface_name = "interfacex"; - virtual_machine_name = "virtualmachinex"; - }); - - afterEach(async function() { - await recorder.stop(); - }); - - //network_client.virtualNetworks.createOrUpdate - async function createVirtualNetwork() { - const parameter: VirtualNetwork = { - location: location, - addressSpace: { - addressPrefixes: ["10.0.0.0/16"], - }, - }; - const virtualNetworks_create_info = await network_client.virtualNetworks.beginCreateOrUpdateAndWait( - resourceGroupName, - network_name, - parameter, - testPollingOptions - ); - - const subnet_parameter: Subnet = { - addressPrefix: "10.0.0.0/24", - }; - const subnet__create_info = await network_client.subnets.beginCreateOrUpdateAndWait( - resourceGroupName, - network_name, - subnet_name, - subnet_parameter, - testPollingOptions - ); - } - - //network_client.networkInterfaces.createOrUpdate - async function createNetworkInterface( - group_name: any, - location: any, - nic_name: any - ) { - const parameter: NetworkInterface = { - location: location, - ipConfigurations: [ - { - name: "MyIpConfig", - subnet: { - id: - "/subscriptions/" + - subscriptionId + - "/resourceGroups/" + - resourceGroupName + - "/providers/Microsoft.Network/virtualNetworks/" + - network_name + - "/subnets/" + - subnet_name, - }, - }, - ], - }; - const nic_info = await network_client.networkInterfaces.beginCreateOrUpdateAndWait( - group_name, - nic_name, - parameter, - testPollingOptions - ); - } - - it("availabilitySets create test", async function() { - const res = await client.availabilitySets.createOrUpdate(resourceGroupName, availabilitySetName, { - platformFaultDomainCount: 2, - platformUpdateDomainCount: 20, - location: location, - }) - assert.equal(res.name,availabilitySetName); - }); - - it("availabilitySets update test", async function() { - const res = await client.availabilitySets.update(resourceGroupName, availabilitySetName, { - platformFaultDomainCount: 2, - platformUpdateDomainCount: 20 - }) - assert.equal(res.type,"Microsoft.Compute/availabilitySets"); - }); - - it("availabilitySets get test", async function() { - const res = await client.availabilitySets.get(resourceGroupName, availabilitySetName); - assert.equal(res.name,availabilitySetName); - }); - - it("availabilitySets list test", async function() { - const resArray = new Array(); - for await (const item of client.availabilitySets.list(resourceGroupName)) { - resArray.push(item); - } - assert.equal(resArray.length,1); - }); - - it("availabilitySets delete test", async function() { - const res = await client.availabilitySets.delete(resourceGroupName,availabilitySetName); - const resArray = new Array(); - for await (const item of client.availabilitySets.list(resourceGroupName)) { - resArray.push(item); - } - assert.equal(resArray.length,0); - }); - - it("virtualMachines create test", async function() { - await createVirtualNetwork(); - await createNetworkInterface(resourceGroupName, location, interface_name); - const res = await client.virtualMachines.beginCreateOrUpdateAndWait(resourceGroupName,virtual_machine_name,{ - location: location, - hardwareProfile: { - vmSize: "Standard_D2_v2", - }, - storageProfile: { - imageReference: { - sku: "2016-Datacenter", - publisher: "MicrosoftWindowsServer", - version: "latest", - offer: "WindowsServer", - }, - osDisk: { - caching: "ReadWrite", - managedDisk: { - storageAccountType: "Standard_LRS", - }, - name: "myVMosdisk", - createOption: "FromImage", - }, - dataDisks: [ - { - diskSizeGB: 1023, - createOption: "Empty", - lun: 0, - }, - { - diskSizeGB: 1023, - createOption: "Empty", - lun: 1, - }, - ], - }, - osProfile: { - adminUsername: "testuser", - computerName: "myVM", - adminPassword: "SecretPlaceholder", - windowsConfiguration: { - enableAutomaticUpdates: true, // need automatic update for reimage - }, - }, - networkProfile: { - networkInterfaces: [ - { - id: - "/subscriptions/" + - subscriptionId + - "/resourceGroups/" + - resourceGroupName + - "/providers/Microsoft.Network/networkInterfaces/" + - interface_name + - "", - primary: true, - }, - ], - } - }, testPollingOptions); - assert.equal(res.name,virtual_machine_name); - }); - - it("virtualMachines get test", async function() { - const res = await client.virtualMachines.get(resourceGroupName, virtual_machine_name); - assert.equal(res.name,virtual_machine_name); - }); - - it("virtualMachines list test", async function() { - const resArray = new Array(); - for await (const item of client.virtualMachines.list(resourceGroupName)) { - resArray.push(item); - } - assert.equal(resArray.length,1); - }); - - it("virtualMachines update test", async function() { - const res = await client.virtualMachines.beginUpdateAndWait(resourceGroupName, virtual_machine_name, { - networkProfile: { - networkInterfaces: [ - { - id: - "/subscriptions/" + - subscriptionId + - "/resourceGroups/" + - resourceGroupName + - "/providers/Microsoft.Network/networkInterfaces/" + - interface_name + - "", - primary: true, - }, - ], - } - }, testPollingOptions) - assert.equal(res.type,"Microsoft.Compute/virtualMachines"); - }); - - it("virtualMachines delete test", async function() { - const res = await client.virtualMachines.beginDeleteAndWait(resourceGroupName,virtual_machine_name,testPollingOptions); - const resArray = new Array(); - for await (const item of client.virtualMachines.list(resourceGroupName)) { - resArray.push(item); - } - assert.equal(resArray.length,0); - }); -}); diff --git a/sdk/compute/arm-compute/test/sampleTest.ts b/sdk/compute/arm-compute/test/sampleTest.ts new file mode 100644 index 000000000000..7ed89b043e1b --- /dev/null +++ b/sdk/compute/arm-compute/test/sampleTest.ts @@ -0,0 +1,48 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { + env, + record, + RecorderEnvironmentSetup, + Recorder +} from "@azure-tools/test-recorder"; +import * as assert from "assert"; + +const recorderEnvSetup: RecorderEnvironmentSetup = { + replaceableVariables: { + AZURE_CLIENT_ID: "azure_client_id", + AZURE_CLIENT_SECRET: "azure_client_secret", + AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888", + SUBSCRIPTION_ID: "azure_subscription_id" + }, + customizationsOnRecordings: [ + (recording: any): any => + recording.replace( + /"access_token":"[^"]*"/g, + `"access_token":"access_token"` + ) + ], + queryParametersToSkip: [] +}; + +describe("My test", () => { + let recorder: Recorder; + + beforeEach(async function() { + recorder = record(this, recorderEnvSetup); + }); + + afterEach(async function() { + await recorder.stop(); + }); + + it("sample test", async function() { + console.log("Hi, I'm a test!"); + }); +});