From 33569a3ac66da76c5d35ca1ed0aaa7887d8d565d Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 5 Jan 2022 09:50:28 +0000 Subject: [PATCH] CodeGen from PR 16715 in Azure/azure-rest-api-specs Schema resource added in REST API Spec for api-version 2021-08-01 (#16715) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adds base for updating Microsoft.ApiManagement from version preview/2021-01-01-preview to version 2021-04-01-preview * Updates readme * Updates API version in new specs and examples * Added support for GraphQL API type (#14851) * Added support for GraphQL API type * Added missing enum value for GraphQL APIs. * add schema definition fix from 2021-01-01-preview (#14883) Co-authored-by: Alan Feng * Vanguard: Get Outbound Network Dependency (#14900) * outbound dependency * fix resource * Update backup/restore API for managed identities (#14973) * Update backup/restore API for system-assigned and user-assigned identities * Fix formatting issue * Rename user-assigned-msi-client-id with client-id * SystemData implemenation on API Management Control Plane (#14899) * system-data * fix spec * remove unreferenced file * APIM - Network Watcher Connectivity Check integration specs (#15056) * Connectivity Check API Specs * Fix * Fix errors * style fixs * Fix 202 code * HTTPConnect request parameters * Fix errors Co-authored-by: Nicolás Barrera * Parameter examples added (#14836) * platformversion (#15114) * fix update service (#15478) * HttpConnect example (#15493) * HttpConnect example * Prettifier fix Co-authored-by: Nicolás Barrera * Rename from SchemaContract to ApiSchemaContract * apimschema.json added to last apim preview version * Completing specification for Schema resource. Fixing changes in SchemaContract. * Value field added to Schema resource specification. * path fixed. Renamed from ApiSchema to Schema. Adding suppression rule to readme.md Custom word added for spellcheck * Fixing PR observations. * Added properties of difference API spec format for "SchemaDocumentProperties" (#15703) * add schema definition fix from 2021-01-01-preview * added properties for SchemaDocumentProperties * updated the fix * updated fix * [APIM]Add private endpoint connection APIs (#15115) * Add private endpoint connection apis * add readme * quick fixes * fix to PE contract * Small fixes * small fixes * small fixes * Small fixes * small fixes * small fix * small fixes * small fixes * small fixes * Update readme.md * fix error * small fix * fix format * address comments * small fixes * Change to lower case * small fixes Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> * Adds base for updating Microsoft.ApiManagement from version preview/2021-04-01-preview to version 2021-08-01 * Updates readme * Updates API version in new specs and examples * Merge main * Modifications to Schema definition to add "description" field. Updating examples of Schema. * Fixing apimanagement.json * Prettier applied in files * Fixing PR comments * fixing x-ms-long-running-operation. * x-ms-long-running-operation : true in apischema. * Removing "Resource" type from apimanagement.json * Apimschema.json updated to point to types.json for ErrorResponse. * Merging from 2021-04-01-preview to 2021-08-01 stable version. * undoing change of responseBody * Updating ErrorResponse. * Fixing definitions merge. * Changing definitions to fix output of examples. * Changes in definitions * Updating response in some examples. * Rolling back ApiSchema -> Schema Schema -> GlobalSchema * Changes to undo apimapis.json and adding prefix for Global example Schemas. * Setting x-ms-long-running-operation-options to location. Co-authored-by: Samir Solanki Co-authored-by: Alexander Zaslonov Co-authored-by: DreamlessA Co-authored-by: Alan Feng Co-authored-by: Jatin Sanghvi <20547963+JatinSanghvi@users.noreply.github.com> Co-authored-by: Nicolás Barrera Co-authored-by: Nicolás Barrera Co-authored-by: VitaliyKurokhtin Co-authored-by: Christian Palomares Co-authored-by: RupengLiu Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> --- .../arm-apimanagement/CHANGELOG.md | 38 +- sdk/apimanagement/arm-apimanagement/LICENSE | 2 +- .../arm-apimanagement/_meta.json | 4 +- .../arm-apimanagement/package.json | 18 +- ...ording_apimanagementservice_create_test.js | 197727 --------------- ...ording_apimanagementservice_delete_test.js | 10245 - ...recording_apimanagementservice_get_test.js | 149 - ...agementservice_listbyresourcegroup_test.js | 147 - ...ording_apimanagementservice_update_test.js | 187 - .../review/arm-apimanagement.api.md | 99 + .../src/apiManagementClient.ts | 6 +- .../arm-apimanagement/src/models/index.ts | 132 +- .../arm-apimanagement/src/models/mappers.ts | 131 + .../src/models/parameters.ts | 25 +- .../src/operations/apiSchema.ts | 15 +- .../src/operations/globalSchema.ts | 475 + .../arm-apimanagement/src/operations/index.ts | 1 + .../src/operations/subscription.ts | 4 +- .../src/operations/tenantAccess.ts | 4 +- .../src/operations/tenantConfiguration.ts | 6 +- .../arm-apimanagement/src/operations/user.ts | 6 +- .../src/operationsInterfaces/apiSchema.ts | 15 +- .../src/operationsInterfaces/globalSchema.ts | 114 + .../src/operationsInterfaces/index.ts | 1 + .../test/apimanagement_examples.ts | 141 - .../arm-apimanagement/test/sampleTest.ts | 48 + 26 files changed, 1072 insertions(+), 208668 deletions(-) delete mode 100644 sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_create_test.js delete mode 100644 sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_delete_test.js delete mode 100644 sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_get_test.js delete mode 100644 sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_listbyresourcegroup_test.js delete mode 100644 sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_update_test.js create mode 100644 sdk/apimanagement/arm-apimanagement/src/operations/globalSchema.ts create mode 100644 sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/globalSchema.ts delete mode 100644 sdk/apimanagement/arm-apimanagement/test/apimanagement_examples.ts create mode 100644 sdk/apimanagement/arm-apimanagement/test/sampleTest.ts diff --git a/sdk/apimanagement/arm-apimanagement/CHANGELOG.md b/sdk/apimanagement/arm-apimanagement/CHANGELOG.md index 7e5ff963c489..84d90acca581 100644 --- a/sdk/apimanagement/arm-apimanagement/CHANGELOG.md +++ b/sdk/apimanagement/arm-apimanagement/CHANGELOG.md @@ -1,15 +1,31 @@ # Release History - -## 8.0.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - + +## 8.1.0 (2022-01-05) + +**Features** + + - Added operation group GlobalSchema + - Added Interface GlobalSchemaCollection + - Added Interface GlobalSchemaCreateOrUpdateHeaders + - Added Interface GlobalSchemaCreateOrUpdateOptionalParams + - Added Interface GlobalSchemaDeleteOptionalParams + - Added Interface GlobalSchemaGetEntityTagHeaders + - Added Interface GlobalSchemaGetEntityTagOptionalParams + - Added Interface GlobalSchemaGetHeaders + - Added Interface GlobalSchemaGetOptionalParams + - Added Interface GlobalSchemaListByServiceNextOptionalParams + - Added Interface GlobalSchemaListByServiceOptionalParams + - Added Type Alias GlobalSchemaContract + - Added Type Alias GlobalSchemaCreateOrUpdateResponse + - Added Type Alias GlobalSchemaGetEntityTagResponse + - Added Type Alias GlobalSchemaGetResponse + - Added Type Alias GlobalSchemaListByServiceNextResponse + - Added Type Alias GlobalSchemaListByServiceResponse + - Added Type Alias SchemaType + - Class ApiManagementClient has a new parameter globalSchema + - Added Enum KnownSchemaType + + ## 8.0.0 (2021-12-13) The package of @azure/arm-apimanagement is using our next generation design principles since version 8.0.0, which contains breaking changes. diff --git a/sdk/apimanagement/arm-apimanagement/LICENSE b/sdk/apimanagement/arm-apimanagement/LICENSE index ccb63b166732..5d1d36e0af80 100644 --- a/sdk/apimanagement/arm-apimanagement/LICENSE +++ b/sdk/apimanagement/arm-apimanagement/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 Microsoft +Copyright (c) 2022 Microsoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sdk/apimanagement/arm-apimanagement/_meta.json b/sdk/apimanagement/arm-apimanagement/_meta.json index 02193c17c62b..2f64cdcc9d2d 100644 --- a/sdk/apimanagement/arm-apimanagement/_meta.json +++ b/sdk/apimanagement/arm-apimanagement/_meta.json @@ -1,7 +1,7 @@ { - "commit": "b8cae07c799a07f2e779a9e301f639e9b85124b1", + "commit": "925e8285703ddd461588d8f5fbf14bd97c286fab", "readme": "specification/apimanagement/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/apimanagement/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/apimanagement/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/apimanagement/arm-apimanagement/package.json b/sdk/apimanagement/arm-apimanagement/package.json index 509cc4c4844b..d579d33b43d7 100644 --- a/sdk/apimanagement/arm-apimanagement/package.json +++ b/sdk/apimanagement/arm-apimanagement/package.json @@ -3,10 +3,8 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ApiManagementClient.", - "version": "8.0.1", - "engines": { - "node": ">=12.0.0" - }, + "version": "8.1.0", + "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", @@ -49,9 +41,7 @@ "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/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_create_test.js b/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_create_test.js deleted file mode 100644 index 79e1e5449196..000000000000 --- a/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_create_test.js +++ /dev/null @@ -1,197727 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "b4daee80d1394f9d55fa2e718f1ea391"; - -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', - '68d71f8e-81a4-42ac-abb0-d601f9931d00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AmUTM5FUjRBApH7eypNNk04; expires=Wed, 12-Jan-2022 03:25:15 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr8v4zLH-3zIII-ci_bvG2jqbEQbUVyX3oKBkLs7AZ_ApSgfJwjzqAnxnu8tHXu1Po3kHWnV3Wr7MEQRshhMsnhHDcqmqV3Y1Z6cmCEa1EPQoN986WULs_mCNwb7XJOLWMp-C9QHIXYxLly7G4aw6F8D2iJrfmkxIM8Adv43T2IVAgAA; 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', - 'Mon, 13 Dec 2021 03:25:14 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', - 'e64ab049-807d-4477-81d6-ab38f4c41d00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AlX_vybeoB5Isj8lV0CPAPo; expires=Wed, 12-Jan-2022 03:25:15 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrPNdPh8QgBxx2S5rNeROGLwv0RPBU1ZFt3cUyG86O4fZWIBCnQ4k1Aa6-XFPoQgSiq9TP-lPghrRd3iPBIe933Y_095cWy6_-PZplQggru_yH2KKGBoCUNXwui4yeApn8KnedHpQy-rCiOJX5MUm-I6tLNBW7yu3k-D6UeCvCHWogAA; 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', - 'Mon, 13 Dec 2021 03:25:15 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=773d7fd2-a623-4a1c-8782-d41d95a1711a&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', - '861ea296-1c2c-49dd-984c-64b17a101e00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=Ap_sbDg05pRMrsvkBGe51HEWPr5BAQAAABu0SNkOAAAA; expires=Wed, 12-Jan-2022 03:25:15 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', - 'Mon, 13 Dec 2021 03:25:15 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2', {"sku":{"name":"Standard","capacity":1},"location":"eastus","properties":{"publisherEmail":"foo@contoso.com","publisherName":"foo"}}) - .query(true) - .reply(201, {"id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2","name":"myserviceyyy2","type":"Microsoft.ApiManagement/service","tags":{},"location":"East US","etag":"AAAAAABJun8=","properties":{"publisherEmail":"foo@contoso.com","publisherName":"foo","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","provisioningState":"Created","targetProvisioningState":"Activating","createdAtUtc":"2021-12-13T03:25:22.8324933Z","gatewayUrl":"https://myserviceyyy2.azure-api.net","gatewayRegionalUrl":null,"portalUrl":null,"developerPortalUrl":null,"managementApiUrl":null,"scmUrl":null,"hostnameConfigurations":[{"type":"Proxy","hostName":"myserviceyyy2.azure-api.net","encodedCertificate":null,"keyVaultId":null,"certificatePassword":null,"negotiateClientCertificate":false,"certificate":null,"defaultSslBinding":true,"identityClientId":null,"certificateSource":"BuiltIn","certificateStatus":null}],"publicIPAddresses":null,"privateIPAddresses":null,"additionalLocations":null,"virtualNetworkConfiguration":null,"customProperties":null,"virtualNetworkType":"None","certificates":null,"disableGateway":false,"apiVersionConstraint":{"minApiVersion":null},"publicIpAddressId":null,"publicNetworkAccess":"Enabled","privateEndpointConnections":null,"platformVersion":"undetermined"},"sku":{"name":"Standard","capacity":1},"identity":null,"zones":null,"systemData":{"createdBy":"azure_client_id","createdByType":"Application","createdAt":"2021-12-13T03:25:22.0192103Z","lastModifiedBy":"azure_client_id","lastModifiedByType":"Application","lastModifiedAt":"2021-12-13T03:25:22.0192103Z"}}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '1706', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'ETag', - '"AAAAAABJun8="', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a1714a1-472f-4c2c-aa80-6c6ff981ba7b', - 'x-ms-request-id', - 'b02e8a3a-ad71-4566-8322-22685bd05c02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1199', - 'x-ms-correlation-request-id', - '572dbfde-c9ac-42aa-8af8-0c8688f451fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032525Z:572dbfde-c9ac-42aa-8af8-0c8688f451fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:24 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb0030d6-f5e0-45a2-9bdb-f44cc8054610', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11999', - 'x-ms-correlation-request-id', - '344540e6-5b25-4ef2-85e2-87e66d36bbb3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032526Z:344540e6-5b25-4ef2-85e2-87e66d36bbb3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0dbde33c-962e-4363-8f5b-a4a845c8bccf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11998', - 'x-ms-correlation-request-id', - '11dc7edc-7606-46bf-86d1-3888afbde1b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032526Z:11dc7edc-7606-46bf-86d1-3888afbde1b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55110990-464b-4525-af12-0594e0d5ebd0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11997', - 'x-ms-correlation-request-id', - '773f4429-3919-4131-a344-f93f7be4377d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032526Z:773f4429-3919-4131-a344-f93f7be4377d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72f332fe-7825-43a7-8335-8806e9f236e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11996', - 'x-ms-correlation-request-id', - 'f9647a77-cf93-418f-985e-44c2cade9882', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032527Z:f9647a77-cf93-418f-985e-44c2cade9882', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5c1e4f9-bdea-4d38-a8aa-00c827b5b50f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11995', - 'x-ms-correlation-request-id', - '6e772083-e815-4bf0-9877-f2cf14d51367', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032527Z:6e772083-e815-4bf0-9877-f2cf14d51367', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8fc80de9-0d11-4570-a62b-3e90ae6fd07c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11994', - 'x-ms-correlation-request-id', - '97eb06b9-bf4d-4109-8aec-2ed8d0e84b7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032528Z:97eb06b9-bf4d-4109-8aec-2ed8d0e84b7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c7267b2-8be4-4d7e-9060-f39fddcdde6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11993', - 'x-ms-correlation-request-id', - 'c7e23caa-854c-4dc7-955b-b5d763db23fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032528Z:c7e23caa-854c-4dc7-955b-b5d763db23fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e433e3ef-cfb5-411d-9b9b-9e7480121fad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11992', - 'x-ms-correlation-request-id', - 'd1cc121c-7d6f-49cd-ad80-6a6884b41b33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032529Z:d1cc121c-7d6f-49cd-ad80-6a6884b41b33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e247296a-406c-4af3-9dd5-555d46603311', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11991', - 'x-ms-correlation-request-id', - 'd6a95a0c-c4cd-4789-aaa8-a7b7275e8c96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032529Z:d6a95a0c-c4cd-4789-aaa8-a7b7275e8c96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ce94022-d7be-4f57-8ad1-4dc985ad28f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11990', - 'x-ms-correlation-request-id', - 'ed16c195-6b53-4b4f-aa7b-dbd13fbc2e64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032529Z:ed16c195-6b53-4b4f-aa7b-dbd13fbc2e64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ef27139-00e2-4317-a480-2184814eb1fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11989', - 'x-ms-correlation-request-id', - 'a3a5ecd8-1377-40eb-8629-a252dc7a5480', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032530Z:a3a5ecd8-1377-40eb-8629-a252dc7a5480', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97946623-b868-437a-9873-981dadd817b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11988', - 'x-ms-correlation-request-id', - '18f00356-82cf-4972-b817-697c33018f0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032530Z:18f00356-82cf-4972-b817-697c33018f0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01f79f39-8de0-4455-a4cb-5b3614f234ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11987', - 'x-ms-correlation-request-id', - '8e490022-183c-42ae-928c-9069ed02fe7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032530Z:8e490022-183c-42ae-928c-9069ed02fe7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8b9ea64-52b8-44f7-9ed8-378afc7da2f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11986', - 'x-ms-correlation-request-id', - '0079a69b-426f-4fdf-b4e9-de36f56ce50e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032531Z:0079a69b-426f-4fdf-b4e9-de36f56ce50e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c31e2a25-c461-464c-92dc-99b155439ddb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11985', - 'x-ms-correlation-request-id', - '01937f7a-059e-4136-af6f-f8726bd50566', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032531Z:01937f7a-059e-4136-af6f-f8726bd50566', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7156ae9d-26dd-4561-8904-704719e750e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11984', - 'x-ms-correlation-request-id', - '567ef240-8783-45b1-bbd0-00d8badf43b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032532Z:567ef240-8783-45b1-bbd0-00d8badf43b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1642bea-06da-459a-a385-27af0786148b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11983', - 'x-ms-correlation-request-id', - '108f7d5b-ea2e-4e11-8402-b5926c94c78b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032532Z:108f7d5b-ea2e-4e11-8402-b5926c94c78b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9448bdc6-26da-41c1-b600-5942fed0a00a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11982', - 'x-ms-correlation-request-id', - '43129730-fdda-465d-9954-49d133fc5e73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032532Z:43129730-fdda-465d-9954-49d133fc5e73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1770b8b7-807e-4cc5-bc47-9cd2298af97f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11981', - 'x-ms-correlation-request-id', - '3ffa9e41-823a-4916-bddf-647b15c4af10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032533Z:3ffa9e41-823a-4916-bddf-647b15c4af10', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7aac368-4cf2-43a9-a764-262675ccf294', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11980', - 'x-ms-correlation-request-id', - '36e098ef-d923-41c8-9ef9-d4a5bcd34be2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032533Z:36e098ef-d923-41c8-9ef9-d4a5bcd34be2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0240e632-0d69-4d68-9792-3a7a9ad10e2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11979', - 'x-ms-correlation-request-id', - '79fe270b-89d3-41ba-b633-87fb87ffc5aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032534Z:79fe270b-89d3-41ba-b633-87fb87ffc5aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab5d6deb-63af-468c-a4d1-35a2e3b653ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11978', - 'x-ms-correlation-request-id', - '1de2b668-2e5f-4f7a-999e-7ab5c093b5f9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032534Z:1de2b668-2e5f-4f7a-999e-7ab5c093b5f9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f325cca2-c492-434a-bcfa-079269f676ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11977', - 'x-ms-correlation-request-id', - 'bb43a7b6-83b7-4e87-a1a3-bf5e5668d0e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032534Z:bb43a7b6-83b7-4e87-a1a3-bf5e5668d0e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '99fbe577-5a3e-45ee-aedb-39f3cf1d8791', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11976', - 'x-ms-correlation-request-id', - '075bc5d0-18d0-49d8-8067-b088068a9e85', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032535Z:075bc5d0-18d0-49d8-8067-b088068a9e85', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db05b58b-c69a-4a03-b64a-dc8bbc089911', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11975', - 'x-ms-correlation-request-id', - '359e3e35-bb92-47b3-815a-b5b2edd9983b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032535Z:359e3e35-bb92-47b3-815a-b5b2edd9983b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b5d7fbc2-3f7c-4d41-ad96-d72b9e4bfd1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11974', - 'x-ms-correlation-request-id', - 'cdad410f-ede3-4e6e-9b97-b74eec3c6956', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032536Z:cdad410f-ede3-4e6e-9b97-b74eec3c6956', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b988baed-2827-465f-b2eb-c2c19875bfc5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11973', - 'x-ms-correlation-request-id', - '73fabba3-a8bc-4ee7-9c8c-29e253f8ed9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032536Z:73fabba3-a8bc-4ee7-9c8c-29e253f8ed9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ed14e84-c972-4b5b-9cd1-f16d7b7217a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11972', - 'x-ms-correlation-request-id', - 'b6821eda-9171-4fd0-9289-0cfbb69ed035', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032536Z:b6821eda-9171-4fd0-9289-0cfbb69ed035', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f25dd46b-2317-4a16-8988-4088cee7f177', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11971', - 'x-ms-correlation-request-id', - 'e84d91bd-12b9-43eb-a427-819d5184d30b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032537Z:e84d91bd-12b9-43eb-a427-819d5184d30b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad700b95-178b-4f93-8172-bb58596a4c6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11970', - 'x-ms-correlation-request-id', - '14b19def-6f7a-4abe-9f07-7d9f48df7785', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032537Z:14b19def-6f7a-4abe-9f07-7d9f48df7785', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe87b3e6-66b3-4242-b9b9-2f14719664ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11969', - 'x-ms-correlation-request-id', - '21f07782-a7be-4858-9bf9-1c3b95186e85', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032538Z:21f07782-a7be-4858-9bf9-1c3b95186e85', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57453d13-924c-4bf0-9100-86e0b869b8f5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11968', - 'x-ms-correlation-request-id', - '211578bc-7b84-4aee-89f3-6b30b8edae72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032538Z:211578bc-7b84-4aee-89f3-6b30b8edae72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40553ae2-876b-4440-be28-7d877b5646f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11967', - 'x-ms-correlation-request-id', - '604d316c-64c2-4a0c-af70-0e87d59f0d86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032538Z:604d316c-64c2-4a0c-af70-0e87d59f0d86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70bd0492-8f07-4fee-a19b-c6e2e4e11230', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11966', - 'x-ms-correlation-request-id', - 'd65f9e5b-7e51-4f8c-ab93-9057f8a31ecd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032539Z:d65f9e5b-7e51-4f8c-ab93-9057f8a31ecd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b15579fb-d382-44cb-8598-e9b51cf7442d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11965', - 'x-ms-correlation-request-id', - '8923d212-89c5-4d63-a58f-80291ed82369', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032539Z:8923d212-89c5-4d63-a58f-80291ed82369', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f537ea3b-f128-46a8-b28e-205c1aa88c25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11964', - 'x-ms-correlation-request-id', - '1e3e5269-e7bc-4403-9bf0-57d064e36bce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032540Z:1e3e5269-e7bc-4403-9bf0-57d064e36bce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77af2814-96d2-4009-8084-e483583a1a34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11963', - 'x-ms-correlation-request-id', - '852c47b3-f63a-4470-b44d-04ab93b3e844', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032540Z:852c47b3-f63a-4470-b44d-04ab93b3e844', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42fa753d-4e5c-45c0-ac65-bbff9ebd8ea6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11962', - 'x-ms-correlation-request-id', - '7cec6b89-90ba-4dbc-bb3d-e93cd0a81cf7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032540Z:7cec6b89-90ba-4dbc-bb3d-e93cd0a81cf7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf774eed-ddcd-4d43-b271-1c75987860dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11961', - 'x-ms-correlation-request-id', - '6000080c-7375-4619-a7c3-045cb9e875a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032541Z:6000080c-7375-4619-a7c3-045cb9e875a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0a908f6-f0fe-402c-a7a5-2ccaee011bd9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11960', - 'x-ms-correlation-request-id', - '3e36d2de-d625-4be4-a41f-812bf5d7b129', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032541Z:3e36d2de-d625-4be4-a41f-812bf5d7b129', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cca7c65-ff68-4351-b357-db625b85edb3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11959', - 'x-ms-correlation-request-id', - '7837b738-f48a-490c-8d5f-59dd0c389630', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032542Z:7837b738-f48a-490c-8d5f-59dd0c389630', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a454148c-51c1-4c7b-99ae-6db1003fdff3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11958', - 'x-ms-correlation-request-id', - 'fb4ffca9-954e-4ed7-b5f4-5233107f6e96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032542Z:fb4ffca9-954e-4ed7-b5f4-5233107f6e96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f93b5b77-ff59-4482-a919-3ee56bf10446', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11957', - 'x-ms-correlation-request-id', - 'a3a95fb4-9706-4d43-a756-120dafe0906f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032542Z:a3a95fb4-9706-4d43-a756-120dafe0906f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d308b70-3293-45b2-8140-5e0e955fa1dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11956', - 'x-ms-correlation-request-id', - '5c53c20c-a551-43e5-b27a-6f5a711c3c05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032543Z:5c53c20c-a551-43e5-b27a-6f5a711c3c05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81707b3a-b144-4b8a-b04b-bb3d12b99db6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11955', - 'x-ms-correlation-request-id', - '6bf360bd-5123-4c62-b625-8a5b801382fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032543Z:6bf360bd-5123-4c62-b625-8a5b801382fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7e55941-3d2c-4bbf-b3a1-3290f13a6968', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11954', - 'x-ms-correlation-request-id', - 'd55ddd85-8e87-4219-917f-214e0bcb52d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032544Z:d55ddd85-8e87-4219-917f-214e0bcb52d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2873d57c-b138-4cdf-a913-90e51f4168d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11953', - 'x-ms-correlation-request-id', - 'f468c83e-88bc-40f2-962e-16ce941e7ca8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032544Z:f468c83e-88bc-40f2-962e-16ce941e7ca8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c078f8b-ab67-4449-bf75-c65cc8e86e31', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11952', - 'x-ms-correlation-request-id', - 'd390f746-8a44-43c0-93a4-e70986d7d167', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032544Z:d390f746-8a44-43c0-93a4-e70986d7d167', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38093608-6dfd-4744-bb3d-96266e24f921', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11951', - 'x-ms-correlation-request-id', - '0e169b59-beb4-482c-8167-a237e6a17c1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032545Z:0e169b59-beb4-482c-8167-a237e6a17c1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87d70fc4-007c-4e28-b73e-b1e6f2ee591e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11950', - 'x-ms-correlation-request-id', - '93f257df-661a-4aa4-b3ae-d199d29e4ea0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032545Z:93f257df-661a-4aa4-b3ae-d199d29e4ea0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3b86ad9-029a-4c54-a4f0-c81e218534a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11949', - 'x-ms-correlation-request-id', - 'ad799c94-3d50-44f1-b2d0-6f3f3095f7a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032546Z:ad799c94-3d50-44f1-b2d0-6f3f3095f7a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb404355-728c-4d07-8a25-d11e65d1a518', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11948', - 'x-ms-correlation-request-id', - 'e3aa1247-c1ca-4492-82c7-2eb321d49010', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032546Z:e3aa1247-c1ca-4492-82c7-2eb321d49010', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13ad1e9c-20c6-45ef-a552-5efb1f99f1f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11947', - 'x-ms-correlation-request-id', - '20fff8a9-3b92-4594-a914-9b2b89709f13', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032546Z:20fff8a9-3b92-4594-a914-9b2b89709f13', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '930a3f66-77ce-47a5-a40f-85d01049ba2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11946', - 'x-ms-correlation-request-id', - 'e2e64fda-8431-4338-a0fb-cb82efdeba8d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032547Z:e2e64fda-8431-4338-a0fb-cb82efdeba8d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd253b3f7-4dfc-4ec4-9580-cd212f120ad3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11945', - 'x-ms-correlation-request-id', - 'e6f12aac-7e32-4132-977d-f2652a35c28c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032547Z:e6f12aac-7e32-4132-977d-f2652a35c28c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd189073-5550-4fa8-a746-a6aa0e45c6fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11944', - 'x-ms-correlation-request-id', - '8ab517ff-5456-4eed-9990-47b8a36e4cc6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032547Z:8ab517ff-5456-4eed-9990-47b8a36e4cc6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f1e14cf-0226-4aec-959e-8466ba074861', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11943', - 'x-ms-correlation-request-id', - '996a9161-f1d8-4d62-969a-813d254c28bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032548Z:996a9161-f1d8-4d62-969a-813d254c28bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9588df29-9db9-4bf7-a2b1-31ac94f3559c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11942', - 'x-ms-correlation-request-id', - 'a2ae380b-0a9a-4ace-a6a5-ae21371ca3ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032548Z:a2ae380b-0a9a-4ace-a6a5-ae21371ca3ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a844f79-dcc5-49a5-987c-bcd0360b8b68', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11941', - 'x-ms-correlation-request-id', - '4f810aeb-3cb8-4a86-9315-09868c49e80f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032549Z:4f810aeb-3cb8-4a86-9315-09868c49e80f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58347a32-acea-4285-baea-871767c1c246', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11940', - 'x-ms-correlation-request-id', - '7146b9f3-2a32-4ce9-ad81-b03b3c2b0469', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032549Z:7146b9f3-2a32-4ce9-ad81-b03b3c2b0469', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cd42a70-e054-4d82-81a9-6246f95d1945', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11939', - 'x-ms-correlation-request-id', - 'f195e363-a58d-467b-8e28-044eb2da4e53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032549Z:f195e363-a58d-467b-8e28-044eb2da4e53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c6cdbde-a804-41ae-a223-b5f2b86b1ec2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11938', - 'x-ms-correlation-request-id', - '09da134a-1b92-428d-aab4-382587b363c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032550Z:09da134a-1b92-428d-aab4-382587b363c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2f1a412-5d4d-4c49-80fd-e771c73a5b27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11937', - 'x-ms-correlation-request-id', - '068e622e-8c5e-4c7d-8f45-2054f97e3690', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032550Z:068e622e-8c5e-4c7d-8f45-2054f97e3690', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32c3fe48-9d82-4031-896c-e806c811c42b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11936', - 'x-ms-correlation-request-id', - 'd90aa988-151b-4737-9ed1-3e4ed5f223c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032551Z:d90aa988-151b-4737-9ed1-3e4ed5f223c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ac2edbb-47e0-4b04-ada0-a3307a0d2ed0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11935', - 'x-ms-correlation-request-id', - '79d52733-eaca-40cd-a8f0-a4761a44eb05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032551Z:79d52733-eaca-40cd-a8f0-a4761a44eb05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbfd7cdf-cc8b-421a-89bb-9beaaefaf5d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11934', - 'x-ms-correlation-request-id', - 'ba0617cd-37a4-4532-b58d-abd05217f14a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032551Z:ba0617cd-37a4-4532-b58d-abd05217f14a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '414e0654-d681-43e3-8d7d-e4bf70dc6a79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11933', - 'x-ms-correlation-request-id', - 'd05436d1-6eac-4cdf-9234-46bab9de6095', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032552Z:d05436d1-6eac-4cdf-9234-46bab9de6095', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '714b6b29-18df-4e48-8fde-bb0fa29b260c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11932', - 'x-ms-correlation-request-id', - '57fefdef-f8bd-4a8d-ab1b-404cc509c919', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032552Z:57fefdef-f8bd-4a8d-ab1b-404cc509c919', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87fa5d48-ba52-469e-83fb-48662048af7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11931', - 'x-ms-correlation-request-id', - 'a389951e-32c5-40e9-a6e4-4cdeaf50b612', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032553Z:a389951e-32c5-40e9-a6e4-4cdeaf50b612', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '514379c9-ae77-48a6-8038-e44719032bd9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11930', - 'x-ms-correlation-request-id', - 'd466138e-04ec-4a86-8c55-e58685b7a5c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032553Z:d466138e-04ec-4a86-8c55-e58685b7a5c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '732e5a99-811e-4889-886f-02aba638263e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11929', - 'x-ms-correlation-request-id', - 'adc4fcab-6099-4b64-981c-b95dff18023e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032554Z:adc4fcab-6099-4b64-981c-b95dff18023e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '038239da-617c-4668-9b15-f89f2e34f5b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11928', - 'x-ms-correlation-request-id', - '47f3b37d-94cd-4413-9676-2e342a7580fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032554Z:47f3b37d-94cd-4413-9676-2e342a7580fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc8d0e57-6093-4fe1-867b-9094ec0bdf07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11927', - 'x-ms-correlation-request-id', - '2d41e923-8a5a-4e95-b76b-92bd8e48e0ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032554Z:2d41e923-8a5a-4e95-b76b-92bd8e48e0ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fb63cbc-450b-4cd4-a659-e6e5be97e677', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11926', - 'x-ms-correlation-request-id', - '8e7caf78-76f4-4e9d-9d44-2fab3ece8d89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032555Z:8e7caf78-76f4-4e9d-9d44-2fab3ece8d89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be09ea23-f48f-454a-a6e7-4b4071321111', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11925', - 'x-ms-correlation-request-id', - '41271813-49b1-4152-ba00-05a59a19f595', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032555Z:41271813-49b1-4152-ba00-05a59a19f595', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '469c765e-2714-4c37-925d-7acb95de2d05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11924', - 'x-ms-correlation-request-id', - 'c7989213-5c2c-4e9c-b255-64291f2831b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032555Z:c7989213-5c2c-4e9c-b255-64291f2831b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4323a700-7eaa-4900-8235-08c62c53aa6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11923', - 'x-ms-correlation-request-id', - 'ed5c0a37-12fb-49bc-8595-58fd99a1f09e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032556Z:ed5c0a37-12fb-49bc-8595-58fd99a1f09e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc57c5f4-e0fd-4d33-80b4-f2142bf8737e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11922', - 'x-ms-correlation-request-id', - '17e901bf-1cf9-42b6-b110-e28a80f48a6e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032556Z:17e901bf-1cf9-42b6-b110-e28a80f48a6e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '683df544-a45b-4d06-bc75-c1efc29ad1cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11921', - 'x-ms-correlation-request-id', - 'e91d47dc-2f2d-4b2c-abf0-e5b76430a6fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032557Z:e91d47dc-2f2d-4b2c-abf0-e5b76430a6fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aefae82a-c64e-4c96-b7fe-d1a988e2d206', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11920', - 'x-ms-correlation-request-id', - '1f0aa048-bf50-4128-be7c-d1a04fd59e2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032557Z:1f0aa048-bf50-4128-be7c-d1a04fd59e2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9327e0a0-103d-43f6-a2ce-a7c4b98d3cae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11919', - 'x-ms-correlation-request-id', - '62f35e81-652a-4b4f-b08f-8d23af8531a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032557Z:62f35e81-652a-4b4f-b08f-8d23af8531a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b73797d-1a7b-487f-89ed-7506150e2d7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11918', - 'x-ms-correlation-request-id', - 'ee074371-1d34-43fa-bea6-6c9188eb306f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032558Z:ee074371-1d34-43fa-bea6-6c9188eb306f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5dc6362b-084f-4ad7-9e4c-a6f0ade07165', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11917', - 'x-ms-correlation-request-id', - 'b04a3d46-764e-49c0-a9b8-f7694bf43135', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032558Z:b04a3d46-764e-49c0-a9b8-f7694bf43135', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '14853adc-b68f-48b2-9484-7423c84770fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11916', - 'x-ms-correlation-request-id', - '943e8cb4-641a-4d21-8736-413602f1c56e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032559Z:943e8cb4-641a-4d21-8736-413602f1c56e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ff4ec2f-9a8a-4d71-8499-5b8001c26fa1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11915', - 'x-ms-correlation-request-id', - '9606d931-7224-4c1c-a8e7-70d463bee4a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032559Z:9606d931-7224-4c1c-a8e7-70d463bee4a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd4f2e2d-6e78-4325-a04f-b1dce04765b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11914', - 'x-ms-correlation-request-id', - '2d838f65-12be-4d84-972c-1af3c9d0fec8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032559Z:2d838f65-12be-4d84-972c-1af3c9d0fec8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:25:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'faf88bc2-1550-4949-943c-63b28d906324', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11913', - 'x-ms-correlation-request-id', - 'd815b892-485f-484f-aeab-374425cb4392', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032600Z:d815b892-485f-484f-aeab-374425cb4392', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de67b248-d038-43dc-bfb4-29b554a7d331', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11912', - 'x-ms-correlation-request-id', - 'a4e30600-5d49-4d32-9f27-c6885923f446', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032600Z:a4e30600-5d49-4d32-9f27-c6885923f446', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25bd2421-7b39-474e-b075-279df124dfcf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11911', - 'x-ms-correlation-request-id', - '44821e98-58b3-4aba-9769-5789d0db08b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032601Z:44821e98-58b3-4aba-9769-5789d0db08b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3090d468-6792-43f7-a4f5-92fabc720a2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11910', - 'x-ms-correlation-request-id', - 'db106f19-ea08-42c2-ac0a-c79b944d54cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032601Z:db106f19-ea08-42c2-ac0a-c79b944d54cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ebf7da5-20d7-4710-a37a-2dfd40154a7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11909', - 'x-ms-correlation-request-id', - 'd5a4ae5d-397e-497d-ac06-aba68871f117', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032601Z:d5a4ae5d-397e-497d-ac06-aba68871f117', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90381375-b04a-405b-ad21-6a552daf145f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11908', - 'x-ms-correlation-request-id', - '41248255-52df-4b04-b29f-6b6a5f75e79e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032602Z:41248255-52df-4b04-b29f-6b6a5f75e79e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72df2fc7-0fc6-4362-ad03-fdf4b875b90a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11907', - 'x-ms-correlation-request-id', - 'b6a86ec4-df40-45f2-bb73-eb108a50ab92', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032602Z:b6a86ec4-df40-45f2-bb73-eb108a50ab92', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f3cdc54-17e8-4a48-b969-8368edf1567f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11906', - 'x-ms-correlation-request-id', - 'aaa9a5ab-667e-4da2-89ff-901ee2234fe4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032603Z:aaa9a5ab-667e-4da2-89ff-901ee2234fe4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db8742a9-756d-413f-87f7-8c48064624bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11905', - 'x-ms-correlation-request-id', - 'e7f81d3b-a836-4316-82f5-a7098331758d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032603Z:e7f81d3b-a836-4316-82f5-a7098331758d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f469816-9bf9-45e4-a6b8-0a24cd46eb64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11904', - 'x-ms-correlation-request-id', - '0ee70d66-55de-4198-ba3c-a5c89ce818e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032604Z:0ee70d66-55de-4198-ba3c-a5c89ce818e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f50b6967-86ba-49a6-b584-d910962d392d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11903', - 'x-ms-correlation-request-id', - '63892b3c-21c4-4753-919c-5e1c83af0056', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032604Z:63892b3c-21c4-4753-919c-5e1c83af0056', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a402f8e-2226-4bc9-9875-556b99424797', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11902', - 'x-ms-correlation-request-id', - '95f0f6af-40fa-4261-b395-7e7fd09486c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032605Z:95f0f6af-40fa-4261-b395-7e7fd09486c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e57cebd0-9f8e-4377-a67a-1b4b02df21f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11901', - 'x-ms-correlation-request-id', - '7116ce95-e28e-4a7e-a535-094272d22a61', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032605Z:7116ce95-e28e-4a7e-a535-094272d22a61', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50fdc717-3640-4e57-8a11-31d01e486265', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11900', - 'x-ms-correlation-request-id', - 'c84777d7-3e07-4e19-bdbf-e0c5f93f1197', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032605Z:c84777d7-3e07-4e19-bdbf-e0c5f93f1197', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa1ee2ae-82ad-430d-ae78-b3f16a4c90bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11899', - 'x-ms-correlation-request-id', - 'cecf24da-935e-4525-8ac9-7c1b2112c97a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032606Z:cecf24da-935e-4525-8ac9-7c1b2112c97a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10b2dc66-a00b-40a9-b445-3cb51f5cc6b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11898', - 'x-ms-correlation-request-id', - '1ce9ba6a-3466-4d89-92d7-513505686f9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032606Z:1ce9ba6a-3466-4d89-92d7-513505686f9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9822761b-9e4b-406b-9199-987126c5a101', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11897', - 'x-ms-correlation-request-id', - '7cd39198-31e5-495a-bc9f-e7a2542f3d2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032607Z:7cd39198-31e5-495a-bc9f-e7a2542f3d2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '336ac4d4-5580-41bf-b004-6c04f66a2462', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11896', - 'x-ms-correlation-request-id', - 'cf9b6550-30ec-4743-b81b-bb157f2f9c84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032607Z:cf9b6550-30ec-4743-b81b-bb157f2f9c84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db7cc809-5bc0-4133-8f3a-24e1ce585d0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11895', - 'x-ms-correlation-request-id', - '329543e0-a414-435a-af59-235ecce19818', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032607Z:329543e0-a414-435a-af59-235ecce19818', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '673fbc10-42ed-4f9a-ac0a-695a0732029a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11894', - 'x-ms-correlation-request-id', - '8bcc472a-0953-431e-a164-ba790f6f8528', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032608Z:8bcc472a-0953-431e-a164-ba790f6f8528', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '305ca00e-8c72-4352-887a-2d13578717cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11893', - 'x-ms-correlation-request-id', - '5db94269-6c29-4442-8e33-e1b6274807f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032608Z:5db94269-6c29-4442-8e33-e1b6274807f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0252670-b539-49cc-ae0e-76a2b2ab1110', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11892', - 'x-ms-correlation-request-id', - '696e20ea-876a-4026-8717-4330da2f3733', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032609Z:696e20ea-876a-4026-8717-4330da2f3733', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '410ae7d6-c1bd-4f24-be18-d82b2450aa0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11891', - 'x-ms-correlation-request-id', - 'c96f99b6-ff0b-430c-b6f2-dd06889a93e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032609Z:c96f99b6-ff0b-430c-b6f2-dd06889a93e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '39e68fc5-d01a-4cb8-8e65-12a2d2049702', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11890', - 'x-ms-correlation-request-id', - '71f058fa-493a-4c17-8972-25f5db582b72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032610Z:71f058fa-493a-4c17-8972-25f5db582b72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32ca1023-a113-4be1-b37c-c4f3ac09a115', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11889', - 'x-ms-correlation-request-id', - 'fe5afa6c-3e63-4969-a331-34bd3f92c47e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032610Z:fe5afa6c-3e63-4969-a331-34bd3f92c47e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e856bc0d-f5c5-4a52-bf31-a0bf2107240e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11888', - 'x-ms-correlation-request-id', - 'fe9542cc-40ab-453c-b1e2-04bf6a93d3f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032610Z:fe9542cc-40ab-453c-b1e2-04bf6a93d3f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '496baf74-3909-45ca-b68f-04c13de9cc3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11887', - 'x-ms-correlation-request-id', - '294714ad-1f8e-4f08-8d90-f3e8abe25d83', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032611Z:294714ad-1f8e-4f08-8d90-f3e8abe25d83', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3684a31f-abd4-4d37-93d9-7c92fc031d3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11886', - 'x-ms-correlation-request-id', - '3f3f8616-4b09-42c6-93db-1d6ad08e8a85', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032611Z:3f3f8616-4b09-42c6-93db-1d6ad08e8a85', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ca7ba2f-f19f-4b64-8608-f72ea29165ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11885', - 'x-ms-correlation-request-id', - 'c9f0322a-737c-4815-91c6-60f40362d587', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032612Z:c9f0322a-737c-4815-91c6-60f40362d587', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9aa0bc42-bada-4faa-8626-47cbe1ca0bfa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11884', - 'x-ms-correlation-request-id', - 'e960e6a4-c81c-44fb-aeea-737eff23b135', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032612Z:e960e6a4-c81c-44fb-aeea-737eff23b135', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5050a653-6bda-45e6-bb64-5d16e6f5a1bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11883', - 'x-ms-correlation-request-id', - '98923913-9534-4ff2-85b4-48fad7d46249', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032612Z:98923913-9534-4ff2-85b4-48fad7d46249', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ec3fc03-d212-474f-970c-a38ff58aa89c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11882', - 'x-ms-correlation-request-id', - '357704c2-eeb9-4103-85e4-3b66541c46f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032613Z:357704c2-eeb9-4103-85e4-3b66541c46f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '548872d9-8edd-4f90-80d7-917c7a6cb57b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11881', - 'x-ms-correlation-request-id', - '10299353-c5ad-4cff-8266-78fcd2a993db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032613Z:10299353-c5ad-4cff-8266-78fcd2a993db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4d1d55e-b0cd-4030-85ec-7bed8abd26b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11880', - 'x-ms-correlation-request-id', - '7c618130-9ae4-4c28-80f8-9edd4ec7e8bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032614Z:7c618130-9ae4-4c28-80f8-9edd4ec7e8bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c72d11b-adae-4c6a-9747-3331f7cb91fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11879', - 'x-ms-correlation-request-id', - 'f5935f66-4b4b-4a5e-9e44-25be52b11ef5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032614Z:f5935f66-4b4b-4a5e-9e44-25be52b11ef5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d02495d-f7b2-44f1-9256-1caef317cc47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11878', - 'x-ms-correlation-request-id', - '3e947db3-476b-434f-ba18-78f2dd538931', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032615Z:3e947db3-476b-434f-ba18-78f2dd538931', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75ad8cea-e4ef-42a7-a9e2-f6b6567932c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11877', - 'x-ms-correlation-request-id', - 'fe32b773-1db0-43c0-a0c7-c01b92df8b00', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032615Z:fe32b773-1db0-43c0-a0c7-c01b92df8b00', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ae78fa4-7b3d-4cb5-a1a7-ecb9a4f7e624', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11876', - 'x-ms-correlation-request-id', - '82c5d9c7-4fc4-4158-b627-8b39f4f479d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032615Z:82c5d9c7-4fc4-4158-b627-8b39f4f479d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ea4a067-0055-43b4-8473-f5e9df087b11', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11875', - 'x-ms-correlation-request-id', - 'e5d9dbeb-1819-44f9-bdd5-a378ab32f616', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032616Z:e5d9dbeb-1819-44f9-bdd5-a378ab32f616', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96c9ef6a-7575-4564-8fb9-d0acaefcdcd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11874', - 'x-ms-correlation-request-id', - '61ddecf3-9ebd-4c10-b847-48f320f5f4ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032616Z:61ddecf3-9ebd-4c10-b847-48f320f5f4ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95e4df7f-570f-4a11-b8f9-f4532fddcb79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11873', - 'x-ms-correlation-request-id', - '28493f21-74d8-4c73-b9fe-169e0842ffab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032617Z:28493f21-74d8-4c73-b9fe-169e0842ffab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a3ceb08f-807a-4205-9e21-a8291c84cd4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11872', - 'x-ms-correlation-request-id', - '114ce2ec-fc03-474c-a89b-b9a38b02cb16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032617Z:114ce2ec-fc03-474c-a89b-b9a38b02cb16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60d0c38a-e61c-45cf-9a21-9d1e90c203be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11871', - 'x-ms-correlation-request-id', - '01d6beed-ea9c-4ab4-b52f-3ac86204a9c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032617Z:01d6beed-ea9c-4ab4-b52f-3ac86204a9c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9589f3f2-ccc8-46a0-be0d-9e9f12168e45', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11870', - 'x-ms-correlation-request-id', - '3bd6eb2a-8757-4a77-ab5e-0348d975fc50', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032618Z:3bd6eb2a-8757-4a77-ab5e-0348d975fc50', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f2ce04e-132d-45e3-a5b2-efb083809eb8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11869', - 'x-ms-correlation-request-id', - '52c91272-8fed-4fa4-8523-cd4fc6abb2fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032618Z:52c91272-8fed-4fa4-8523-cd4fc6abb2fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e970e3bd-4122-4da1-8eda-1b2173054a41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11868', - 'x-ms-correlation-request-id', - 'ef0d0572-35f2-48ae-b3d0-0fce08cf0885', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032619Z:ef0d0572-35f2-48ae-b3d0-0fce08cf0885', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f11d64ee-11df-468a-96cb-115a1896ae53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11867', - 'x-ms-correlation-request-id', - '3824f6e6-c643-48c7-9371-722857da988e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032619Z:3824f6e6-c643-48c7-9371-722857da988e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b526b39-157c-44e5-9a48-cb433f03acbb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11866', - 'x-ms-correlation-request-id', - '86b53447-cd57-428f-977f-e436f90a4fa6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032619Z:86b53447-cd57-428f-977f-e436f90a4fa6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9394b22a-e843-4180-bda9-baea8faddb51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11865', - 'x-ms-correlation-request-id', - '35411d24-2be5-4e0f-9378-687477fde688', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032620Z:35411d24-2be5-4e0f-9378-687477fde688', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b12a710f-76ef-4b31-8fd1-fc97a7199fe0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11864', - 'x-ms-correlation-request-id', - 'a3bdd595-2aa3-4cee-a851-ab83c9c92ccc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032620Z:a3bdd595-2aa3-4cee-a851-ab83c9c92ccc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b82b549-e10b-4984-a070-7c1c2d72aba3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11863', - 'x-ms-correlation-request-id', - '3a3ab3d1-b70b-4361-a8d2-be355727a6fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032621Z:3a3ab3d1-b70b-4361-a8d2-be355727a6fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e385507a-b5ce-4d87-969b-dc611708a8d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11862', - 'x-ms-correlation-request-id', - '5c95f7ae-518f-40be-81aa-3dc022aaa31b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032621Z:5c95f7ae-518f-40be-81aa-3dc022aaa31b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95f3e37e-6654-45ea-bf03-82d685a21403', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11861', - 'x-ms-correlation-request-id', - 'f2208fd1-3d5c-4697-b85c-4ca751bec56b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032622Z:f2208fd1-3d5c-4697-b85c-4ca751bec56b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40a21b75-5b8e-4ad3-8db0-f949bff238f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11860', - 'x-ms-correlation-request-id', - '73036892-371c-4d87-99f0-4321b842c157', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032622Z:73036892-371c-4d87-99f0-4321b842c157', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aec8c1da-a721-4505-9eec-c45694bbf6e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11859', - 'x-ms-correlation-request-id', - '554ae8ed-4993-4890-906d-b4882fd0dbf2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032622Z:554ae8ed-4993-4890-906d-b4882fd0dbf2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '335facd8-2dc2-4320-97a2-65f12c913c1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11858', - 'x-ms-correlation-request-id', - '3640fb60-b2a0-45c5-9932-e9df6291529b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032623Z:3640fb60-b2a0-45c5-9932-e9df6291529b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac8cd835-8f7e-4d94-a0e8-dc4428b10491', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11857', - 'x-ms-correlation-request-id', - '07700951-7698-44ba-8e22-2e450b11cdbb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032623Z:07700951-7698-44ba-8e22-2e450b11cdbb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b6ec234-9920-405c-bd0d-b63b6869c014', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11856', - 'x-ms-correlation-request-id', - '8d57d95b-a8f2-43c8-a2e2-c57e0b3a5de3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032624Z:8d57d95b-a8f2-43c8-a2e2-c57e0b3a5de3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6bf83b5-149d-4d39-9640-8c58bf0309eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11855', - 'x-ms-correlation-request-id', - '4a8111fb-9d51-4d3a-99cf-758b938b2117', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032624Z:4a8111fb-9d51-4d3a-99cf-758b938b2117', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34e32b55-f8b4-4ca5-9d1c-50df018fb4e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11854', - 'x-ms-correlation-request-id', - '5c292684-3cd5-4b5f-ad28-436800538fe7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032624Z:5c292684-3cd5-4b5f-ad28-436800538fe7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'af1d02e0-f5ee-4b77-8702-2a4889eb1f5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11853', - 'x-ms-correlation-request-id', - '302bef8a-3f99-4aae-8737-3ec57cdeccf8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032625Z:302bef8a-3f99-4aae-8737-3ec57cdeccf8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd118da0a-796a-4fef-873c-f8890eac83e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11852', - 'x-ms-correlation-request-id', - '5c89e5cd-9a43-40cc-9e10-4a50cd3530be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032625Z:5c89e5cd-9a43-40cc-9e10-4a50cd3530be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0170fde-9a4e-44a6-ba86-418f92b07984', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11851', - 'x-ms-correlation-request-id', - 'e42f8381-ec9a-494f-8c4a-663798af87ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032626Z:e42f8381-ec9a-494f-8c4a-663798af87ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b66b88d3-b41a-45c1-a49b-641bcffcbd4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11850', - 'x-ms-correlation-request-id', - '9702430e-9d8a-4f28-804f-d922886cd057', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032626Z:9702430e-9d8a-4f28-804f-d922886cd057', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95c8a9ab-da42-42e9-8981-b26520abce69', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11849', - 'x-ms-correlation-request-id', - 'c06ec1c2-4335-4438-87de-c38489a96f7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032627Z:c06ec1c2-4335-4438-87de-c38489a96f7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd32e42f7-9cb0-4666-840b-d2791f415697', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11848', - 'x-ms-correlation-request-id', - '01975614-af8b-40b1-94ba-ba70c6032149', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032627Z:01975614-af8b-40b1-94ba-ba70c6032149', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d6074e0-b5e6-49bd-9088-0d09d69a17c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11847', - 'x-ms-correlation-request-id', - '1b0c507a-6ffc-4fee-a2b5-2f4568387598', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032627Z:1b0c507a-6ffc-4fee-a2b5-2f4568387598', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'edcfa2de-4dbd-4e01-b6a4-b4972cac952e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11846', - 'x-ms-correlation-request-id', - '92961ace-9d4d-4d0b-b170-caab99a9f729', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032628Z:92961ace-9d4d-4d0b-b170-caab99a9f729', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdb35f22-3a88-4a45-9455-85861a4be488', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11845', - 'x-ms-correlation-request-id', - '41abe371-750d-4261-8220-d1636972c76d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032628Z:41abe371-750d-4261-8220-d1636972c76d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ebcbb4f3-a61f-444c-83cf-f05f78e78539', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11844', - 'x-ms-correlation-request-id', - '446cb5d0-2eef-488e-a852-3ce9326c969d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032629Z:446cb5d0-2eef-488e-a852-3ce9326c969d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e447b74-5619-4dfa-9a93-c8fb03f2effe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11843', - 'x-ms-correlation-request-id', - '1aa972d5-c9d4-4910-9884-23e9945672a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032629Z:1aa972d5-c9d4-4910-9884-23e9945672a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7e74851-8558-46df-b930-31babc6d9507', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11842', - 'x-ms-correlation-request-id', - 'd6509fd9-e5d8-4d53-8b36-fac3d5367a5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032629Z:d6509fd9-e5d8-4d53-8b36-fac3d5367a5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e93b7dd-512a-4535-b992-5792b799162e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11841', - 'x-ms-correlation-request-id', - '5c2b8103-e8c3-4fab-a144-82df5d670892', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032630Z:5c2b8103-e8c3-4fab-a144-82df5d670892', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a812c12-6313-4c15-a342-65bffdd94c5f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11840', - 'x-ms-correlation-request-id', - '30826be7-1bc5-431b-afe0-0f9f207a6dc5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032630Z:30826be7-1bc5-431b-afe0-0f9f207a6dc5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9fdca1a9-c26e-4adf-8015-388993abeb8d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11839', - 'x-ms-correlation-request-id', - '32474a02-5816-4a7b-b285-54556844d622', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032631Z:32474a02-5816-4a7b-b285-54556844d622', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c79035f4-d8dd-43ca-8ddd-f78cbda6f431', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11838', - 'x-ms-correlation-request-id', - 'd42a71a3-6f9b-4c8a-81c2-773d75f0103c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032631Z:d42a71a3-6f9b-4c8a-81c2-773d75f0103c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df174937-0d82-47b3-ba7d-52b7066eb2ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11837', - 'x-ms-correlation-request-id', - '00355b00-32df-43f9-a82e-a635870d50eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032631Z:00355b00-32df-43f9-a82e-a635870d50eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63fbf3f0-cb5e-4bfb-b084-de3e870f192c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11836', - 'x-ms-correlation-request-id', - '039bda89-7b2c-4b6a-9ae8-f455301d0e73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032632Z:039bda89-7b2c-4b6a-9ae8-f455301d0e73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b32b29c0-765a-400e-bab6-7070796480d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11835', - 'x-ms-correlation-request-id', - '8e420e9a-ca53-4e4e-b2a0-b7b0c0d1b149', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032632Z:8e420e9a-ca53-4e4e-b2a0-b7b0c0d1b149', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3001e8f-f405-41e3-a2a8-391b51686fef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11834', - 'x-ms-correlation-request-id', - 'c6a2ebbc-909c-4ea7-8963-df0df917d98d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032633Z:c6a2ebbc-909c-4ea7-8963-df0df917d98d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'efee1fe8-0813-42c3-b03a-da6c308b31a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11833', - 'x-ms-correlation-request-id', - 'bec8bb77-ec27-47dd-8689-9da0b4998e9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032633Z:bec8bb77-ec27-47dd-8689-9da0b4998e9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ff52be0-b8af-40e7-b014-a8b28b0673ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11832', - 'x-ms-correlation-request-id', - 'db1d6ab9-30ea-4cf1-90d1-83af1dee8656', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032634Z:db1d6ab9-30ea-4cf1-90d1-83af1dee8656', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '945a6c4d-1076-4820-b71a-26dafcba9ac9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11831', - 'x-ms-correlation-request-id', - '926f772f-bf3a-4617-8d5e-5d43382587c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032634Z:926f772f-bf3a-4617-8d5e-5d43382587c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44d56fa6-8eca-4586-ba58-825a903491ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11830', - 'x-ms-correlation-request-id', - 'c8bc6251-45a0-4dd6-9af3-d2323ad22da6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032634Z:c8bc6251-45a0-4dd6-9af3-d2323ad22da6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd99e7da2-709b-45a0-b9b9-fb02dd776e6c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11829', - 'x-ms-correlation-request-id', - 'cd868739-12b6-4891-b16d-d97a04829f1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032635Z:cd868739-12b6-4891-b16d-d97a04829f1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b17d4da6-ab70-4ae1-ba89-d7ee0c8efcc5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11828', - 'x-ms-correlation-request-id', - '38370984-44d6-4a85-b7d4-65b3ce5a84d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032635Z:38370984-44d6-4a85-b7d4-65b3ce5a84d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab0bd541-22fc-40fe-819a-c4bd80eec136', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11827', - 'x-ms-correlation-request-id', - '3caba0e2-15da-495d-a9a3-425559eae420', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032636Z:3caba0e2-15da-495d-a9a3-425559eae420', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '092ef2a9-24ee-47d4-98ef-16e7abb18e44', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11826', - 'x-ms-correlation-request-id', - '070f1306-a9cc-45a9-8391-099160c2792d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032636Z:070f1306-a9cc-45a9-8391-099160c2792d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a0bec09-0556-4cac-aafb-016795c9baf7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11825', - 'x-ms-correlation-request-id', - 'c03f7e05-a8d1-4353-84cd-b479fa473825', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032636Z:c03f7e05-a8d1-4353-84cd-b479fa473825', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6cc06a78-5243-46d5-9d08-43138d16bf1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11824', - 'x-ms-correlation-request-id', - '5a27b366-29b3-4124-bd3e-8dc1014b337b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032637Z:5a27b366-29b3-4124-bd3e-8dc1014b337b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0af1877-a1e6-4dfe-8338-8aa15d53bfd9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11823', - 'x-ms-correlation-request-id', - 'bfa5060f-cd12-4f5b-9c26-be07af24cc5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032637Z:bfa5060f-cd12-4f5b-9c26-be07af24cc5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'caaa6abe-27b6-4081-8142-c6afade6836f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11822', - 'x-ms-correlation-request-id', - '99e6c4f2-a6e0-441c-b6fd-3e7fdefc2f42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032638Z:99e6c4f2-a6e0-441c-b6fd-3e7fdefc2f42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88dcd9f1-317e-4970-8c28-effd2aa6dcc5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11821', - 'x-ms-correlation-request-id', - 'b1871a85-097d-4150-b876-2eeadd0b10c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032638Z:b1871a85-097d-4150-b876-2eeadd0b10c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd16d735e-011b-4e95-a7f4-0e8d8384713e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11820', - 'x-ms-correlation-request-id', - '32c804a4-8cb2-4c05-a3f4-fcd2f179b2a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032638Z:32c804a4-8cb2-4c05-a3f4-fcd2f179b2a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a24e769-8313-414d-9529-524077a72672', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11819', - 'x-ms-correlation-request-id', - '8e3a184b-45b5-4da7-80f4-2247853f5310', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032639Z:8e3a184b-45b5-4da7-80f4-2247853f5310', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f47a9993-4d94-4303-bed1-6cc9d93f1ae8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11818', - 'x-ms-correlation-request-id', - 'eb1187c0-c03b-44ae-9b79-68206fc66d18', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032639Z:eb1187c0-c03b-44ae-9b79-68206fc66d18', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74172f1f-8f7c-4434-8b16-1bd6c6842e4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11817', - 'x-ms-correlation-request-id', - '073ad678-32c8-4f0e-9efb-29de74985eca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032640Z:073ad678-32c8-4f0e-9efb-29de74985eca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8687c9b-f32b-4217-891b-b872f0d12a4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11816', - 'x-ms-correlation-request-id', - '746fea2d-5834-41cf-9445-532f34fda570', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032640Z:746fea2d-5834-41cf-9445-532f34fda570', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b446934c-630a-4aa4-910d-c598486a0581', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11815', - 'x-ms-correlation-request-id', - 'a07cc46c-90dc-4eeb-9450-c45c542c80eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032641Z:a07cc46c-90dc-4eeb-9450-c45c542c80eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f15d43f5-8f32-4a2c-82ca-61a1963c5d1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11814', - 'x-ms-correlation-request-id', - 'f467ced3-f2f8-4099-8a00-5ea387622ef5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032641Z:f467ced3-f2f8-4099-8a00-5ea387622ef5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44ac88d4-2bf9-4daf-868b-41e51be55e72', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11813', - 'x-ms-correlation-request-id', - '8f42b8ed-33eb-4f5e-b243-e0524f4fac3b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032641Z:8f42b8ed-33eb-4f5e-b243-e0524f4fac3b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15fe93d5-c929-4d2b-a568-7ce5c75a71ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11812', - 'x-ms-correlation-request-id', - 'bcd4aed4-c11a-4b01-819b-b19efd23141a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032642Z:bcd4aed4-c11a-4b01-819b-b19efd23141a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '787a7b3c-1bfb-4bea-b044-bdafae46d653', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11811', - 'x-ms-correlation-request-id', - '847a549a-4174-49d2-a285-090c00f53953', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032642Z:847a549a-4174-49d2-a285-090c00f53953', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89feea92-97ec-42bc-8341-e47b243eca65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11810', - 'x-ms-correlation-request-id', - '34f95100-2aa0-4935-a495-b79a4b4ef8a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032643Z:34f95100-2aa0-4935-a495-b79a4b4ef8a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12663fd3-a0b3-4283-99a3-7c98bc1d1d3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11809', - 'x-ms-correlation-request-id', - 'd8463ca9-7188-4d6c-9f58-c06c81652562', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032643Z:d8463ca9-7188-4d6c-9f58-c06c81652562', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b368452-f1d4-4526-942d-98eb677ba1b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11808', - 'x-ms-correlation-request-id', - '5df967c2-cc16-400e-8a13-51b0499b0d18', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032643Z:5df967c2-cc16-400e-8a13-51b0499b0d18', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '183a3a93-d1c6-403f-8d4c-12f28bfac0f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11807', - 'x-ms-correlation-request-id', - '7ce46f13-b9fe-44b0-bb15-97a8f9101b23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032644Z:7ce46f13-b9fe-44b0-bb15-97a8f9101b23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cff0b82b-84f8-421c-975c-210bbb8604c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11806', - 'x-ms-correlation-request-id', - 'd6b93705-b4fc-447d-9426-1889c91a65cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032644Z:d6b93705-b4fc-447d-9426-1889c91a65cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd4facac-a87c-4633-93ca-194b6a723580', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11805', - 'x-ms-correlation-request-id', - 'b00e8c2e-f342-4d87-b64f-495da8fc03fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032645Z:b00e8c2e-f342-4d87-b64f-495da8fc03fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11ad5cd3-52a3-4de1-8fd0-0fbe945bce5b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11804', - 'x-ms-correlation-request-id', - '22963f53-7f36-4354-a7c1-f180b1ac40c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032645Z:22963f53-7f36-4354-a7c1-f180b1ac40c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2169664-b54e-48ea-85bb-fd4c00e901b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11803', - 'x-ms-correlation-request-id', - 'b6147388-2512-4f6f-a62a-addeb9fc48e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032645Z:b6147388-2512-4f6f-a62a-addeb9fc48e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '78332721-b108-41db-b5e3-e233cf26da7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11802', - 'x-ms-correlation-request-id', - '47e074da-18ed-4570-bc04-f33d1cad51e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032646Z:47e074da-18ed-4570-bc04-f33d1cad51e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ace9abb9-3071-464d-9477-a4f746a25b84', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11801', - 'x-ms-correlation-request-id', - 'ea484705-cd3b-4603-b5a4-e4d4ddb82803', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032646Z:ea484705-cd3b-4603-b5a4-e4d4ddb82803', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '457b0726-b4ac-482c-b46c-c5f7d19ad03e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11800', - 'x-ms-correlation-request-id', - 'a99e84a9-e049-451e-98bb-fb782ebff385', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032646Z:a99e84a9-e049-451e-98bb-fb782ebff385', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '06f75aa0-8957-4d74-8a4d-93adb3090d92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11799', - 'x-ms-correlation-request-id', - '09aa6fcf-e8ac-4a2f-b0d7-a32634a06b96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032647Z:09aa6fcf-e8ac-4a2f-b0d7-a32634a06b96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36c0eb30-5a64-445f-bd57-3c99e24e10e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11798', - 'x-ms-correlation-request-id', - '2c7118df-66af-4f34-86ec-73fc72f4e4f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032647Z:2c7118df-66af-4f34-86ec-73fc72f4e4f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9de49226-da94-4e4d-8d92-f4a79a597920', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11797', - 'x-ms-correlation-request-id', - 'a45ace40-c671-446c-af66-436bbe509932', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032648Z:a45ace40-c671-446c-af66-436bbe509932', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa39540e-c84f-44cc-9b7c-95aa0185004a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11796', - 'x-ms-correlation-request-id', - '57b072a7-7061-4f91-b757-3e915e7b77f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032648Z:57b072a7-7061-4f91-b757-3e915e7b77f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac0ae77a-4b6e-4dce-add3-495c40bcb345', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11795', - 'x-ms-correlation-request-id', - '7e5a7192-d74e-4017-8ed7-1538d12a93ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032648Z:7e5a7192-d74e-4017-8ed7-1538d12a93ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '266d8c26-cf01-4da5-885c-502eb4ddcc58', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11794', - 'x-ms-correlation-request-id', - '3c42b7b6-854e-4657-a1d2-9887f4bfea58', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032649Z:3c42b7b6-854e-4657-a1d2-9887f4bfea58', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd732f25-c08d-4fcd-8833-c1ebd555fe93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11793', - 'x-ms-correlation-request-id', - '1ba34ef5-7dcf-4079-a8a6-bf280573ba45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032649Z:1ba34ef5-7dcf-4079-a8a6-bf280573ba45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8acbf82-0912-48b6-a9af-1fa808c4fc9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11792', - 'x-ms-correlation-request-id', - '8be1418d-9bb2-4b12-a6b6-000931753dbd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032650Z:8be1418d-9bb2-4b12-a6b6-000931753dbd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2873af5-c17a-48f6-98b0-62816c0f309e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11791', - 'x-ms-correlation-request-id', - '323fc5bd-fdc7-4e28-aeff-8d8bcd4005d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032650Z:323fc5bd-fdc7-4e28-aeff-8d8bcd4005d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56b0c23f-8753-450e-ab41-cf07be018e40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11790', - 'x-ms-correlation-request-id', - 'c4124a30-306f-4755-aa17-03acf69f0777', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032650Z:c4124a30-306f-4755-aa17-03acf69f0777', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96b73dcf-310d-42c2-a82c-aaa2acc6be12', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11789', - 'x-ms-correlation-request-id', - 'e4baa3f9-a5ce-4b2a-afcc-1a21269b4993', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032651Z:e4baa3f9-a5ce-4b2a-afcc-1a21269b4993', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '555f4a6e-27a8-4e07-94f6-20dffbc97b3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11788', - 'x-ms-correlation-request-id', - 'cbb2e561-199d-4082-b322-257ba124a436', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032651Z:cbb2e561-199d-4082-b322-257ba124a436', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4285e92a-7fda-4c3e-b841-3821824a75d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11787', - 'x-ms-correlation-request-id', - 'e8f0ed4e-bc9d-4b11-aee6-a701dd3592fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032652Z:e8f0ed4e-bc9d-4b11-aee6-a701dd3592fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd409d242-377a-4adc-8c94-3ebb19d7071c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11786', - 'x-ms-correlation-request-id', - '57703d11-41de-4c3c-8673-917d9acca978', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032652Z:57703d11-41de-4c3c-8673-917d9acca978', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '151f2115-922d-4f3f-8a21-4c45a432da4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11785', - 'x-ms-correlation-request-id', - '8deefa22-0d48-4989-8bea-26e3fb9f530f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032652Z:8deefa22-0d48-4989-8bea-26e3fb9f530f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4fabe095-d55e-4153-a71d-df923fe1761f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11784', - 'x-ms-correlation-request-id', - '4d11b2a7-ead9-4ae8-a41e-77d3b0078613', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032653Z:4d11b2a7-ead9-4ae8-a41e-77d3b0078613', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c99b6798-0df0-4c3b-b72b-b58879fa4215', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11783', - 'x-ms-correlation-request-id', - '7e84ad45-85ea-4ff2-b41e-3d0ec409a453', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032653Z:7e84ad45-85ea-4ff2-b41e-3d0ec409a453', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f112e5cd-792b-4dc9-990e-c253d97a507c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11782', - 'x-ms-correlation-request-id', - '2308bf35-66aa-489c-9181-943c33b42b07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032654Z:2308bf35-66aa-489c-9181-943c33b42b07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6618ee43-5453-488b-9cdb-c09eb6c34262', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11781', - 'x-ms-correlation-request-id', - 'f5643f3b-2cad-40bd-8b88-10e827292b18', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032654Z:f5643f3b-2cad-40bd-8b88-10e827292b18', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e843d291-51ce-489a-a1a1-58d6cd58ba0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11780', - 'x-ms-correlation-request-id', - '582b053e-07f4-4979-b46f-4247ad0028a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032654Z:582b053e-07f4-4979-b46f-4247ad0028a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fad4eabe-806a-4418-9e66-82b667dd7af2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11779', - 'x-ms-correlation-request-id', - '295c55b9-8c26-4393-a345-cbd94a5690e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032655Z:295c55b9-8c26-4393-a345-cbd94a5690e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a16ac738-9050-42a3-8306-5e14b8265d0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11778', - 'x-ms-correlation-request-id', - 'b32e9b1e-f512-42e3-af0e-32d28c1228d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032655Z:b32e9b1e-f512-42e3-af0e-32d28c1228d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7174585d-e3ab-4a93-8a41-00bb0399e839', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11777', - 'x-ms-correlation-request-id', - '4178a8af-7efc-49fb-b2ef-fc141e98679e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032656Z:4178a8af-7efc-49fb-b2ef-fc141e98679e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca33c074-efe7-451c-a53a-d82805575164', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11776', - 'x-ms-correlation-request-id', - '8053ec8e-6e43-468d-bb4f-edf91ace9eaf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032656Z:8053ec8e-6e43-468d-bb4f-edf91ace9eaf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'efa2c18a-4d5d-4222-85b2-0fe6ac8c8dc5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11775', - 'x-ms-correlation-request-id', - 'e93a8ddb-45fb-4c1d-9a88-eee8f2c9d6d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032656Z:e93a8ddb-45fb-4c1d-9a88-eee8f2c9d6d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67655d7f-6e1a-4588-b285-a5a6672ac55b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11774', - 'x-ms-correlation-request-id', - 'e8eff064-3919-4f12-8353-54ed5b749460', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032657Z:e8eff064-3919-4f12-8353-54ed5b749460', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e605392-9ee5-4691-8779-02445f8f4d62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11773', - 'x-ms-correlation-request-id', - 'fb94caee-bf5a-4256-a100-1e6d0a613988', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032657Z:fb94caee-bf5a-4256-a100-1e6d0a613988', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a3cad7d-f9ca-45fa-b18a-13370845caf4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11772', - 'x-ms-correlation-request-id', - '9ed3a3a7-26e7-4239-aaab-8a4ed8a4ae2d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032658Z:9ed3a3a7-26e7-4239-aaab-8a4ed8a4ae2d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03433d77-18be-40ee-b957-8b10b0188ccd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11771', - 'x-ms-correlation-request-id', - 'b4878be2-c446-417c-a441-e3a818dfa6c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032658Z:b4878be2-c446-417c-a441-e3a818dfa6c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8dc77376-6a29-46e0-95bf-6cc0fbbac573', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11770', - 'x-ms-correlation-request-id', - '5a8b7717-4810-4f43-ad00-5188f02db2c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032658Z:5a8b7717-4810-4f43-ad00-5188f02db2c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d4a844e-07dc-434c-b232-995e94827246', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11769', - 'x-ms-correlation-request-id', - 'aa0d3c82-2a61-47c5-903a-8b5d5172f656', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032659Z:aa0d3c82-2a61-47c5-903a-8b5d5172f656', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb45ef6e-62b0-417e-9b1a-22a7185beaee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11768', - 'x-ms-correlation-request-id', - '0bcd05ae-d45f-4381-b721-db6129072f9d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032659Z:0bcd05ae-d45f-4381-b721-db6129072f9d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ebcd0b0d-d66d-46fe-b1d9-5a5d21157500', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11767', - 'x-ms-correlation-request-id', - '463a2ece-b9a0-4bfe-a7ba-27756d26ac38', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032700Z:463a2ece-b9a0-4bfe-a7ba-27756d26ac38', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:26:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fdd8fa6e-d5a0-4f9a-aec9-6aff22eb6ff2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11766', - 'x-ms-correlation-request-id', - '4a1f5113-a8cb-4d8e-a710-1a8a29cfb9b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032700Z:4a1f5113-a8cb-4d8e-a710-1a8a29cfb9b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81778b26-2305-45e7-aa18-ef36643192b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11765', - 'x-ms-correlation-request-id', - '079af480-ab37-4f7c-8da3-1e5b8de758ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032700Z:079af480-ab37-4f7c-8da3-1e5b8de758ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a00d03ab-5244-4696-bf61-34d1c55163ab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11764', - 'x-ms-correlation-request-id', - 'ee443d9e-8ea1-4c84-a928-42df39508f75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032701Z:ee443d9e-8ea1-4c84-a928-42df39508f75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '317f2fc3-fd39-40c9-a6ae-cf2d26a49c1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11763', - 'x-ms-correlation-request-id', - '96c54781-0294-4f67-aaf1-41962cb16835', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032701Z:96c54781-0294-4f67-aaf1-41962cb16835', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d15cc33-55b3-46e3-ae11-91146a186e5f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11762', - 'x-ms-correlation-request-id', - 'e08926a2-bee5-4816-9684-d58ddd1d8e3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032702Z:e08926a2-bee5-4816-9684-d58ddd1d8e3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cff38a13-eb34-4667-9dec-8b3cbb8d981f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11761', - 'x-ms-correlation-request-id', - 'c8f2bc9e-c2ae-4bf3-b9ab-fd3ef3a191ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032702Z:c8f2bc9e-c2ae-4bf3-b9ab-fd3ef3a191ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2cc12716-1464-453d-8278-52fe5b9939fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11760', - 'x-ms-correlation-request-id', - '3375b60b-6f6e-4f59-a906-8d638197909a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032702Z:3375b60b-6f6e-4f59-a906-8d638197909a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17cdc969-e88b-414e-8528-3f9d39e8f620', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11759', - 'x-ms-correlation-request-id', - 'bf5a8479-a250-454e-a0c7-66b91f681021', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032703Z:bf5a8479-a250-454e-a0c7-66b91f681021', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0f49fed-b15b-4760-bcfc-36bdbc64d795', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11758', - 'x-ms-correlation-request-id', - '3df89a20-0521-47fd-ba04-01ee3985a302', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032703Z:3df89a20-0521-47fd-ba04-01ee3985a302', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '496fd7ae-83b8-455f-88d5-09c18434f29c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11757', - 'x-ms-correlation-request-id', - '7e69136a-d2ff-442d-a2ab-cf26d60e9e5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032704Z:7e69136a-d2ff-442d-a2ab-cf26d60e9e5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb61e4e5-9f05-412a-a961-8f585b18bbb5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11756', - 'x-ms-correlation-request-id', - 'bb4da7bd-cabc-4fc3-a966-a632fdaffa0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032704Z:bb4da7bd-cabc-4fc3-a966-a632fdaffa0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2772a182-dc0e-4dee-9ad8-63e3222f781f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11755', - 'x-ms-correlation-request-id', - 'eb4eb2ce-cf73-4cd6-bac0-1a0a384b43f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032704Z:eb4eb2ce-cf73-4cd6-bac0-1a0a384b43f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '427e9898-fcb2-4b7e-8149-0144de71572b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11754', - 'x-ms-correlation-request-id', - 'e50b127a-b9a9-42d6-9f3a-a43e1451cd19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032705Z:e50b127a-b9a9-42d6-9f3a-a43e1451cd19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc85e943-9643-47cb-9285-110aa073b8c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11753', - 'x-ms-correlation-request-id', - '0ac38ac9-7ef7-426a-8bf1-3054dd93825a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032705Z:0ac38ac9-7ef7-426a-8bf1-3054dd93825a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b6e14f6-81f7-496b-aced-82e4144d9e51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11752', - 'x-ms-correlation-request-id', - '515c8361-c8b4-4e44-815d-3e4e5256c898', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032706Z:515c8361-c8b4-4e44-815d-3e4e5256c898', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a957935b-4ad4-4b92-a4c2-fc565eb1f24b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11751', - 'x-ms-correlation-request-id', - '1e00e248-1c53-4696-9123-fb750f36ada7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032706Z:1e00e248-1c53-4696-9123-fb750f36ada7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '153823ec-efb5-4515-b691-2a1215a47158', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11750', - 'x-ms-correlation-request-id', - 'a602ced4-a5b2-4774-bec1-09d5e0e74e6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032706Z:a602ced4-a5b2-4774-bec1-09d5e0e74e6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33647055-2e21-4bdb-864a-c75b7fa70177', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11749', - 'x-ms-correlation-request-id', - 'cc21699f-1f97-444a-b960-e95c5ae8fb7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032707Z:cc21699f-1f97-444a-b960-e95c5ae8fb7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e3c31d3-3022-4153-a0b5-bf1d4afe38f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11748', - 'x-ms-correlation-request-id', - 'eb8cee35-2b30-4448-8a8c-a507271fd89d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032707Z:eb8cee35-2b30-4448-8a8c-a507271fd89d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ef4f4db-5e2f-4dcc-9d91-bbc62eea5455', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11747', - 'x-ms-correlation-request-id', - 'ca62fad0-36aa-47b0-927d-5d9bceb4eef9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032708Z:ca62fad0-36aa-47b0-927d-5d9bceb4eef9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f9875435-4048-4e9b-b049-e7fce8601b97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11746', - 'x-ms-correlation-request-id', - '81625ccf-8f7e-43cc-b2b7-5a8c60ca6eb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032708Z:81625ccf-8f7e-43cc-b2b7-5a8c60ca6eb4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eecde03b-7fc5-47a4-9f65-873d85848915', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11745', - 'x-ms-correlation-request-id', - 'db9c4814-acbe-422f-bf77-e4288d376446', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032708Z:db9c4814-acbe-422f-bf77-e4288d376446', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09a6b324-3c28-4673-941c-390974a40105', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11744', - 'x-ms-correlation-request-id', - '77b07a41-251e-4417-93c8-13b662ecfa72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032709Z:77b07a41-251e-4417-93c8-13b662ecfa72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6408b27d-0955-449f-833e-d6a410131b40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11743', - 'x-ms-correlation-request-id', - '418dab65-000b-434e-a8d5-102a6dccae9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032709Z:418dab65-000b-434e-a8d5-102a6dccae9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '291535d6-9426-48ce-bc5d-5e4ddba5b26e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11742', - 'x-ms-correlation-request-id', - 'a5aa3ea4-d8b6-4627-b44a-a402c2aab813', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032710Z:a5aa3ea4-d8b6-4627-b44a-a402c2aab813', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b174e82-435f-4bbc-a2c5-16d74ba7ad5c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11741', - 'x-ms-correlation-request-id', - '512bb36c-ab0b-4738-8a9e-9165fa32723d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032710Z:512bb36c-ab0b-4738-8a9e-9165fa32723d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19af51e9-466d-4155-88b3-be92ecf70096', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11740', - 'x-ms-correlation-request-id', - 'ede45417-c61e-4b0c-9296-d838be66a127', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032710Z:ede45417-c61e-4b0c-9296-d838be66a127', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c08ff17f-d9da-47f8-8551-604dcf3409e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11739', - 'x-ms-correlation-request-id', - 'ae669d64-b57b-44b1-bace-62ca7e0153f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032711Z:ae669d64-b57b-44b1-bace-62ca7e0153f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '85cc9a0e-a2c9-479e-ac7c-8838ee0dc4f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11738', - 'x-ms-correlation-request-id', - 'a9b6eb3d-d351-4456-a7d2-8a4e70548578', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032711Z:a9b6eb3d-d351-4456-a7d2-8a4e70548578', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76e3e1c9-33bc-4b53-9eae-2b15215ed8ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11737', - 'x-ms-correlation-request-id', - '61071bde-51c8-4ba9-8175-f9c8692e8b83', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032711Z:61071bde-51c8-4ba9-8175-f9c8692e8b83', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87980954-6ef4-449c-8ff1-a4a3f18a8d14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11736', - 'x-ms-correlation-request-id', - '2aa7c687-573c-4156-b74f-ad95421e6849', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032712Z:2aa7c687-573c-4156-b74f-ad95421e6849', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c83664de-9581-4eb9-babc-59af6fadf154', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11735', - 'x-ms-correlation-request-id', - '6ade3915-c2cc-4dcf-97be-03a4db552979', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032712Z:6ade3915-c2cc-4dcf-97be-03a4db552979', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e60f8c37-df06-45a1-ae07-78d00310e049', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11734', - 'x-ms-correlation-request-id', - '5f7dfaf6-470c-415c-bb6d-592f25671bb1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032713Z:5f7dfaf6-470c-415c-bb6d-592f25671bb1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5dd7cb6-0432-42ff-82f2-9bac33345720', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11733', - 'x-ms-correlation-request-id', - '11de74bc-26d7-40bb-baf0-877db3bfdba3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032713Z:11de74bc-26d7-40bb-baf0-877db3bfdba3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1d47266-63df-4d53-b75b-54f17814e694', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11732', - 'x-ms-correlation-request-id', - 'b4957e1f-d6a4-4dca-82e8-8c490b43b10d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032713Z:b4957e1f-d6a4-4dca-82e8-8c490b43b10d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3004e48-0936-421d-9770-068ea2eddf23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11731', - 'x-ms-correlation-request-id', - '424782c1-1fb4-4c60-a238-ae2c14008b1b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032714Z:424782c1-1fb4-4c60-a238-ae2c14008b1b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '543ca98a-a41e-4212-af9c-eb67deeddf2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11730', - 'x-ms-correlation-request-id', - '14bccbe7-4dfa-4ede-92c8-bf48c29d1049', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032714Z:14bccbe7-4dfa-4ede-92c8-bf48c29d1049', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e651506-8d49-4be5-b528-a4d16727fd55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11729', - 'x-ms-correlation-request-id', - '91b48ec2-57b6-4746-89b3-4db7f69f0fae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032715Z:91b48ec2-57b6-4746-89b3-4db7f69f0fae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3d3487b-464f-4b8c-b26e-25d81966fe93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11728', - 'x-ms-correlation-request-id', - '95c2b8ff-d2b4-47fa-b6fe-1c8c9ed7aaf7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032715Z:95c2b8ff-d2b4-47fa-b6fe-1c8c9ed7aaf7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04bd3a65-d285-4b34-8715-60ae0ac701f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11727', - 'x-ms-correlation-request-id', - '416ae856-51be-46f0-ad29-3b6eb3ecc311', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032715Z:416ae856-51be-46f0-ad29-3b6eb3ecc311', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b6ee964-bff1-4507-87f1-1354e321da81', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11726', - 'x-ms-correlation-request-id', - '03c90494-c240-42ae-9ad2-45ae7b58bdaf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032716Z:03c90494-c240-42ae-9ad2-45ae7b58bdaf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32c58d18-0541-4171-84ff-bb4d505fc705', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11725', - 'x-ms-correlation-request-id', - 'eee6bf29-20e2-4471-be5a-e66555cc7245', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032716Z:eee6bf29-20e2-4471-be5a-e66555cc7245', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87edd0c7-7c82-43b8-9384-2f7e58f0ee8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11724', - 'x-ms-correlation-request-id', - '5ab5ef7f-2dff-4a33-bd55-b7a4ba0b1bf6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032717Z:5ab5ef7f-2dff-4a33-bd55-b7a4ba0b1bf6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d95d9c3-f5cc-484f-8877-4287900d0c1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11723', - 'x-ms-correlation-request-id', - '57383e2f-54dc-44d1-b4aa-d609ffbd3477', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032717Z:57383e2f-54dc-44d1-b4aa-d609ffbd3477', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '805268a1-ee56-4a5d-a689-a19657954598', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11722', - 'x-ms-correlation-request-id', - '8487df6c-e896-4ff5-a14e-aef1cd830e41', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032718Z:8487df6c-e896-4ff5-a14e-aef1cd830e41', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ffdaf313-816d-432a-9992-e002c5012669', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11721', - 'x-ms-correlation-request-id', - '2bbe143f-4481-4583-a0b1-950e64ebdc6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032718Z:2bbe143f-4481-4583-a0b1-950e64ebdc6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '429c8399-5b75-424c-afa3-b7374bdfda4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11720', - 'x-ms-correlation-request-id', - 'db57c14a-4e8a-427f-80ca-0ed829e75595', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032718Z:db57c14a-4e8a-427f-80ca-0ed829e75595', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5399c6c8-03a3-4ec3-adf0-4f7fe056d61b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11719', - 'x-ms-correlation-request-id', - 'ce7143c2-977e-4d65-bd15-e074f9f0bfc5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032719Z:ce7143c2-977e-4d65-bd15-e074f9f0bfc5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4e6c913-3702-4405-939a-eded4407bd65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11718', - 'x-ms-correlation-request-id', - '94f36fb4-97b8-438c-88ab-a9ddb3d0b55a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032719Z:94f36fb4-97b8-438c-88ab-a9ddb3d0b55a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1aafa07c-199d-46ce-a35e-4a44fe796fa7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11717', - 'x-ms-correlation-request-id', - '26b9166f-aa0b-490e-b0b8-b6017f4991eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032720Z:26b9166f-aa0b-490e-b0b8-b6017f4991eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5fc4e7c1-bca2-448e-b4e6-1aa2a66fe27a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11716', - 'x-ms-correlation-request-id', - '123c8421-a5ca-49ef-91da-7c3b0f9ff756', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032720Z:123c8421-a5ca-49ef-91da-7c3b0f9ff756', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdea4f4c-315a-420e-ab6c-fb1f2a4cef84', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11715', - 'x-ms-correlation-request-id', - '28685b44-7f80-4540-b7db-06e2f7cf6f06', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032720Z:28685b44-7f80-4540-b7db-06e2f7cf6f06', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fad44759-3527-44ed-9181-51f74c525f53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11714', - 'x-ms-correlation-request-id', - 'a27ed055-fc07-45ba-8abd-b97eab1be37b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032721Z:a27ed055-fc07-45ba-8abd-b97eab1be37b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd407c38f-0278-4c12-971e-6a8d50da5fdb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11713', - 'x-ms-correlation-request-id', - '04d162ee-766b-408f-b001-3eb7031e5b8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032721Z:04d162ee-766b-408f-b001-3eb7031e5b8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4777e18a-ae8a-491f-974f-6b279f66f11a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11712', - 'x-ms-correlation-request-id', - '5ed80563-1e8a-4627-b7d8-570bb22a739b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032722Z:5ed80563-1e8a-4627-b7d8-570bb22a739b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad4ace0a-e854-41b2-b40d-27c0c70d5620', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11711', - 'x-ms-correlation-request-id', - '31a50672-b5ba-4605-a502-a6e40755c83d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032722Z:31a50672-b5ba-4605-a502-a6e40755c83d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e207ba6-e1cf-495c-8e22-4fb8c1b31a4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11710', - 'x-ms-correlation-request-id', - 'ab441659-3bd0-4c05-b5c5-58ecd0e7d191', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032722Z:ab441659-3bd0-4c05-b5c5-58ecd0e7d191', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41f487d2-f123-437f-8ad9-044a3258c4f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11709', - 'x-ms-correlation-request-id', - '0c8d63eb-401e-4145-b635-a5c6ec8f5be3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032723Z:0c8d63eb-401e-4145-b635-a5c6ec8f5be3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0bf0d40-ad3c-41c8-b361-7686aab468e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11708', - 'x-ms-correlation-request-id', - '4c5181d5-b3d5-480a-8474-a6469af569a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032723Z:4c5181d5-b3d5-480a-8474-a6469af569a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a556b37-8b0f-445b-b1a3-1f2609ffbc2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11707', - 'x-ms-correlation-request-id', - 'd0c58c86-f2d7-49fb-81eb-d72127a6234e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032723Z:d0c58c86-f2d7-49fb-81eb-d72127a6234e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b6cab66-89da-40ad-b367-cefc915350b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11706', - 'x-ms-correlation-request-id', - '8b745349-5827-4566-8859-b6488c7ea2c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032724Z:8b745349-5827-4566-8859-b6488c7ea2c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dfffb976-daef-4536-af4e-6f66632fbb78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11705', - 'x-ms-correlation-request-id', - '672566fa-0e3a-4d37-b58f-624ae29d2b43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032724Z:672566fa-0e3a-4d37-b58f-624ae29d2b43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1b40e87-511a-49f6-b66a-770bc5cc4db7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11704', - 'x-ms-correlation-request-id', - 'a68ed3b7-9a90-48e6-b865-0374f74c6cb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032725Z:a68ed3b7-9a90-48e6-b865-0374f74c6cb4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d15bbd6-fb0e-436c-8457-c17f808d3700', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11703', - 'x-ms-correlation-request-id', - '908686b8-744c-4a6b-a62c-8c146a29a46c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032725Z:908686b8-744c-4a6b-a62c-8c146a29a46c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26e09518-92d2-4a0e-9b6a-e230dae02016', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11702', - 'x-ms-correlation-request-id', - 'ccd1836a-1473-47aa-8aa9-632c9c24d244', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032726Z:ccd1836a-1473-47aa-8aa9-632c9c24d244', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35d7023f-85e6-4e00-8d26-35dbf41c957a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11701', - 'x-ms-correlation-request-id', - 'f7549efe-3be3-4bc2-b787-5be2b68cf9eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032726Z:f7549efe-3be3-4bc2-b787-5be2b68cf9eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd0205d8-6319-47b7-96f4-7a0295ebb714', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11700', - 'x-ms-correlation-request-id', - 'acb0f80e-10f0-41e7-b211-3d6211bb6184', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032726Z:acb0f80e-10f0-41e7-b211-3d6211bb6184', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4559ff80-068c-4c2f-9708-2c071ac2ab31', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11699', - 'x-ms-correlation-request-id', - 'be7faff0-623a-4469-a98b-26f1f753986b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032727Z:be7faff0-623a-4469-a98b-26f1f753986b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3132d930-b0fc-4efc-a129-1d48a5cc1a2a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11698', - 'x-ms-correlation-request-id', - '180ea63c-daf9-438e-81c8-82a551bc8a56', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032727Z:180ea63c-daf9-438e-81c8-82a551bc8a56', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d34e060-ce01-470f-aba2-4bced95d25e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11697', - 'x-ms-correlation-request-id', - '5de0628e-f8df-4815-8642-3c7a68e7df89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032727Z:5de0628e-f8df-4815-8642-3c7a68e7df89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9281df8a-0df6-4a43-a2cd-b570a6909ff6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11696', - 'x-ms-correlation-request-id', - '1a1e6e91-8eb3-4d08-8fcc-3a2ae51038b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032728Z:1a1e6e91-8eb3-4d08-8fcc-3a2ae51038b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4716669d-afa4-4fa3-b1d5-8f45ac5ff452', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11695', - 'x-ms-correlation-request-id', - '8cbe0a16-d425-4cce-b5c4-3923d925e687', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032728Z:8cbe0a16-d425-4cce-b5c4-3923d925e687', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7eda4f84-73b7-4d42-9066-5e5ffeb7cc9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11694', - 'x-ms-correlation-request-id', - '746a8831-6a96-43b9-9af5-da265933c68a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032729Z:746a8831-6a96-43b9-9af5-da265933c68a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae482f62-5e71-4275-a08f-390c3fb7cc6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11693', - 'x-ms-correlation-request-id', - 'd58591ef-d415-4c2e-9177-bef104f3001e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032729Z:d58591ef-d415-4c2e-9177-bef104f3001e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2dd8a01-81f0-4a7b-b51f-ef68351f2a43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11692', - 'x-ms-correlation-request-id', - '073c3f7c-969a-4e08-9b4e-983dbb140995', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032729Z:073c3f7c-969a-4e08-9b4e-983dbb140995', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be577204-7f8a-4e20-b05d-fcfc36273b36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11691', - 'x-ms-correlation-request-id', - '87825d26-a420-40c7-8a2d-61889e543757', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032730Z:87825d26-a420-40c7-8a2d-61889e543757', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '907711fa-3cba-486f-a9e5-d696f5ed08ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11690', - 'x-ms-correlation-request-id', - 'dd9dc456-b0b3-4a0f-9a71-df9221181296', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032730Z:dd9dc456-b0b3-4a0f-9a71-df9221181296', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b978082-0957-4e4c-b011-1bba70a1827e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11689', - 'x-ms-correlation-request-id', - 'ca2c060f-014f-4a16-9019-53ea6672989d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032731Z:ca2c060f-014f-4a16-9019-53ea6672989d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55c8f7ea-bf9c-4c86-a72e-41d350ba6a61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11688', - 'x-ms-correlation-request-id', - '2c811a2a-7d4d-4494-8ec5-121eeab02b06', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032731Z:2c811a2a-7d4d-4494-8ec5-121eeab02b06', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4b5e847-b9f7-43d9-9407-b76bc191af76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11687', - 'x-ms-correlation-request-id', - '122435f2-5098-472b-8eb8-89456b14de53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032731Z:122435f2-5098-472b-8eb8-89456b14de53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a3adca7-f4ce-4ff0-8b31-1c23af851861', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11686', - 'x-ms-correlation-request-id', - '82dfe75f-1e0f-4906-ad11-a1b22f22795f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032732Z:82dfe75f-1e0f-4906-ad11-a1b22f22795f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5e4fa57-2a3b-4834-9906-e9b9d70cbce6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11685', - 'x-ms-correlation-request-id', - 'e035ce6a-d7c3-43f0-8e7c-1c5295bfa1f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032732Z:e035ce6a-d7c3-43f0-8e7c-1c5295bfa1f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d9048cb-1a43-42a9-b696-42d06a219a76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11684', - 'x-ms-correlation-request-id', - '5a846470-08eb-4c24-a74a-0b0e77d979d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032733Z:5a846470-08eb-4c24-a74a-0b0e77d979d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc5a2c8b-f8ad-423f-8138-f69098bc6687', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11683', - 'x-ms-correlation-request-id', - '5861a053-725e-44fd-a8dd-a00afd314914', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032733Z:5861a053-725e-44fd-a8dd-a00afd314914', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8981924c-3d8b-4a2d-bed2-c92affa49c12', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11682', - 'x-ms-correlation-request-id', - 'e57e740f-ba68-41c9-bf63-05955ab8b37d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032733Z:e57e740f-ba68-41c9-bf63-05955ab8b37d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b39a1c95-bb38-4c84-b855-e450e209148a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11681', - 'x-ms-correlation-request-id', - '036872b7-2ccd-495e-a02e-9a2f3d389845', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032734Z:036872b7-2ccd-495e-a02e-9a2f3d389845', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8fca3d07-a9dd-4a25-850e-bf24d10cc5a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11680', - 'x-ms-correlation-request-id', - 'f136089f-7ed5-47a9-a4aa-d9fba011e615', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032734Z:f136089f-7ed5-47a9-a4aa-d9fba011e615', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f02cabb-65f0-42cd-818d-39a178c9af1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11679', - 'x-ms-correlation-request-id', - 'a4ad8c06-1df6-4f68-8177-513c2cc5e059', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032735Z:a4ad8c06-1df6-4f68-8177-513c2cc5e059', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '219d608f-495b-4f7e-8476-a67743e3e0a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11678', - 'x-ms-correlation-request-id', - 'a358b20b-5a02-4cc0-b112-0ab85a8448d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032735Z:a358b20b-5a02-4cc0-b112-0ab85a8448d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f9b18fd-32a8-4032-9f65-fb1ed78d3894', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11677', - 'x-ms-correlation-request-id', - '283b225d-0f4b-4e32-ae24-f5a937bd9ee2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032735Z:283b225d-0f4b-4e32-ae24-f5a937bd9ee2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c3c39ca-3864-4ed0-8cec-a4f716898469', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11676', - 'x-ms-correlation-request-id', - '72764a77-415c-4cd9-a5bb-77bf826152ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032736Z:72764a77-415c-4cd9-a5bb-77bf826152ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00d7cf6d-8273-46c7-a4c9-b722a74eb416', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11675', - 'x-ms-correlation-request-id', - '20d5f35a-39a5-4031-b7aa-03463ed91c4e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032736Z:20d5f35a-39a5-4031-b7aa-03463ed91c4e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd79fc008-9446-4c7c-8565-59599b9ad8d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11674', - 'x-ms-correlation-request-id', - 'e2bf6fe8-8c03-4824-9188-114c8f7bdf6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032737Z:e2bf6fe8-8c03-4824-9188-114c8f7bdf6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6044638-f131-4b4f-aa8d-b1df39dc126e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11673', - 'x-ms-correlation-request-id', - '70b3d24f-fe46-4b08-a78e-617b77b07d72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032737Z:70b3d24f-fe46-4b08-a78e-617b77b07d72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eaab1458-d428-4fbd-903f-e263c8885b36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11672', - 'x-ms-correlation-request-id', - 'bbff8c3d-0cb6-4184-8b4c-d43922955b8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032738Z:bbff8c3d-0cb6-4184-8b4c-d43922955b8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90fdec29-9b78-45b7-8ae5-106bce4c3d91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11671', - 'x-ms-correlation-request-id', - '65a289a5-fc97-46c0-9064-b81cf6639a57', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032738Z:65a289a5-fc97-46c0-9064-b81cf6639a57', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '598fdc0b-5599-4ef4-a200-e855828d0f9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11670', - 'x-ms-correlation-request-id', - 'a003a4a3-c9b5-47da-a4d9-9e0d69c0304b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032738Z:a003a4a3-c9b5-47da-a4d9-9e0d69c0304b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7fcd697-c57a-49df-8472-d4090d206b9b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11669', - 'x-ms-correlation-request-id', - '874fb006-ca26-4c83-a07e-5351bd58332f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032739Z:874fb006-ca26-4c83-a07e-5351bd58332f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1ffb553-ffd6-427f-b72b-5832e724c627', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11668', - 'x-ms-correlation-request-id', - 'dba34392-b91f-4df4-ac98-bfb2ec17da41', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032739Z:dba34392-b91f-4df4-ac98-bfb2ec17da41', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab97c95e-4ea9-4a22-998c-805317211ca4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11667', - 'x-ms-correlation-request-id', - 'b7ba95e7-fd7b-475c-8335-14c4c4b557a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032740Z:b7ba95e7-fd7b-475c-8335-14c4c4b557a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7519b3d7-3e38-4a1b-acd8-322642047cdb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11666', - 'x-ms-correlation-request-id', - 'd837f973-4a46-49c3-b54a-8976b32cda15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032740Z:d837f973-4a46-49c3-b54a-8976b32cda15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed14ac88-1715-4f29-b501-840052902dd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11665', - 'x-ms-correlation-request-id', - '90ebb9a5-a97f-497a-954e-39cfd1944070', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032741Z:90ebb9a5-a97f-497a-954e-39cfd1944070', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '343f6f41-be6f-4cc3-a718-c05324556c88', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11664', - 'x-ms-correlation-request-id', - '5fa7f538-1595-4602-9a68-5b01950d7040', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032741Z:5fa7f538-1595-4602-9a68-5b01950d7040', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ee65691-4a39-406c-96d7-e2909c182529', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11663', - 'x-ms-correlation-request-id', - 'cffa7f39-5cee-4151-9571-b40ee5190b43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032741Z:cffa7f39-5cee-4151-9571-b40ee5190b43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aafcfb3f-ae25-414d-b608-467dde194069', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11662', - 'x-ms-correlation-request-id', - '285ef5d0-7056-46ab-890b-ceadaf9996cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032742Z:285ef5d0-7056-46ab-890b-ceadaf9996cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d8cfef0-1ec3-4b36-bb77-0b71835a649e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11661', - 'x-ms-correlation-request-id', - 'c5ff755c-148b-4e05-b2a8-0d7eae7fb0fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032742Z:c5ff755c-148b-4e05-b2a8-0d7eae7fb0fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a9124be-a936-4e02-b18d-c592e9905254', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11660', - 'x-ms-correlation-request-id', - 'a0bb453b-0268-4dba-b03f-8b5151274096', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032743Z:a0bb453b-0268-4dba-b03f-8b5151274096', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4287e102-0c95-4dd8-8932-6247c6b79460', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11659', - 'x-ms-correlation-request-id', - 'b62095ef-395f-442b-814a-b6435e14ddd0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032743Z:b62095ef-395f-442b-814a-b6435e14ddd0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c1ec71d-5a89-4723-a12a-e8df02495b36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11658', - 'x-ms-correlation-request-id', - '64e761d6-97d6-4eda-97c3-438ddf39cc15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032743Z:64e761d6-97d6-4eda-97c3-438ddf39cc15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '534079f1-5790-4880-90ea-4f5b8952e9f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11657', - 'x-ms-correlation-request-id', - '720e6148-5052-4a16-974c-c38bac8eb06c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032744Z:720e6148-5052-4a16-974c-c38bac8eb06c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b514e2af-7911-4d03-9d95-d5a9b98e40af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11656', - 'x-ms-correlation-request-id', - '1659320c-35aa-463d-bc9e-7543abd54799', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032744Z:1659320c-35aa-463d-bc9e-7543abd54799', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f19255dd-f5bb-4570-96a8-9ce10a8862bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11655', - 'x-ms-correlation-request-id', - '37ede8af-3f1d-427c-a1d4-69bd3aff91cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032745Z:37ede8af-3f1d-427c-a1d4-69bd3aff91cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '301de559-b3d4-4460-9e2a-846efcf221f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11654', - 'x-ms-correlation-request-id', - '2478f19e-904c-4cd0-b3eb-503da757e886', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032745Z:2478f19e-904c-4cd0-b3eb-503da757e886', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58312052-4b74-4594-881a-8b6adde54ac6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11653', - 'x-ms-correlation-request-id', - 'cbb149ea-ccee-4c9d-bca1-e92fa7733a0b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032746Z:cbb149ea-ccee-4c9d-bca1-e92fa7733a0b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cff6bc5-ad03-449f-88c0-2d900ce0c522', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11652', - 'x-ms-correlation-request-id', - 'c603f976-b281-4943-9a27-ddcd128cd799', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032746Z:c603f976-b281-4943-9a27-ddcd128cd799', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6fc6be24-78be-4c0f-b983-a58ce7802e3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11651', - 'x-ms-correlation-request-id', - '7cee08fe-300b-4344-bb24-cc33daf626c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032746Z:7cee08fe-300b-4344-bb24-cc33daf626c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '06b888de-67d8-4d68-b7b6-695840e818ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11650', - 'x-ms-correlation-request-id', - '7886a922-8a40-4647-adfa-7d4356e0c667', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032747Z:7886a922-8a40-4647-adfa-7d4356e0c667', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0123bd23-ae77-45b7-b8a9-0fded5b5f5dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11649', - 'x-ms-correlation-request-id', - 'f360f3de-dde0-4897-a3dc-2b1b1315d7f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032747Z:f360f3de-dde0-4897-a3dc-2b1b1315d7f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4dd0e849-861e-49ab-b5c6-8b7c7dec1402', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11648', - 'x-ms-correlation-request-id', - 'f201dbba-12cc-44d6-be15-f2d3d91354f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032748Z:f201dbba-12cc-44d6-be15-f2d3d91354f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '71ac4809-9341-41db-afef-468635771bac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11647', - 'x-ms-correlation-request-id', - '7ae53f78-558d-40ea-8b7d-f6e5967a5398', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032748Z:7ae53f78-558d-40ea-8b7d-f6e5967a5398', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5cb0ca3b-07cc-482c-92f4-e19bfc59894f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11646', - 'x-ms-correlation-request-id', - 'a3af0fc9-4046-4310-bda4-cd4f05bf42e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032748Z:a3af0fc9-4046-4310-bda4-cd4f05bf42e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b167207-6239-4e0d-9b5b-38788d29ee52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11645', - 'x-ms-correlation-request-id', - 'ed78139c-5aff-4631-9178-1edebcc8070d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032749Z:ed78139c-5aff-4631-9178-1edebcc8070d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e66fd3a5-b0e7-4cab-b0fb-4a0d0521ca0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11644', - 'x-ms-correlation-request-id', - 'c1469fb9-ea0a-414a-a218-9eeb70ea65bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032749Z:c1469fb9-ea0a-414a-a218-9eeb70ea65bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9bc472c8-54ed-4d47-96c5-ac19753a34a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11643', - 'x-ms-correlation-request-id', - '249ad9ed-9754-4e34-a4b6-5263f898511b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032750Z:249ad9ed-9754-4e34-a4b6-5263f898511b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b199ce4-1932-40ab-9df9-8622f07d1f49', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11642', - 'x-ms-correlation-request-id', - 'c119b344-84f4-4611-8c5b-751c66ef5eb9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032750Z:c119b344-84f4-4611-8c5b-751c66ef5eb9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e25109b-4ff0-4156-886b-8b60ff1979d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11641', - 'x-ms-correlation-request-id', - '1ace2e73-191d-42ec-9155-8ca7e578df73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032751Z:1ace2e73-191d-42ec-9155-8ca7e578df73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1c35ae4-1243-479a-803c-ac9cee857ab2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11640', - 'x-ms-correlation-request-id', - '5127dc7a-8051-4300-bbe8-0b0173d5e18c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032751Z:5127dc7a-8051-4300-bbe8-0b0173d5e18c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0d6b8cb-840d-4d21-af05-0ffe30dc58d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11639', - 'x-ms-correlation-request-id', - '7600be40-1e8e-44c0-840a-09a11615a3a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032751Z:7600be40-1e8e-44c0-840a-09a11615a3a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13df6034-9da2-49f1-89a7-dead0f3d9762', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11638', - 'x-ms-correlation-request-id', - '0469fe00-9f08-46f4-aad5-058de86e0edc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032752Z:0469fe00-9f08-46f4-aad5-058de86e0edc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e7a14ec-bcc0-421e-974d-0dd681d1fe62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11637', - 'x-ms-correlation-request-id', - '2f7c3d4a-eed2-4600-a68e-b53fbd911283', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032752Z:2f7c3d4a-eed2-4600-a68e-b53fbd911283', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '670bbd1d-60eb-4a36-9aab-d61417c1fa60', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11636', - 'x-ms-correlation-request-id', - 'edb10b69-d9a4-4dbe-ac3e-60d991b3eb99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032753Z:edb10b69-d9a4-4dbe-ac3e-60d991b3eb99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8a6ee2c-931a-40ab-87c7-cb2f2202c231', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11635', - 'x-ms-correlation-request-id', - '4e5cd966-c62a-43a6-8eec-03990f2f36e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032753Z:4e5cd966-c62a-43a6-8eec-03990f2f36e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '408a279a-70eb-4491-aa15-f59d20db0bfd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11634', - 'x-ms-correlation-request-id', - '73f0bd86-6d84-4c59-b0e2-af8936bdd390', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032753Z:73f0bd86-6d84-4c59-b0e2-af8936bdd390', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6cd3912-7e33-4968-973b-783bf71b26b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11633', - 'x-ms-correlation-request-id', - 'f0b29bf9-5779-497e-a353-23cd65cef343', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032754Z:f0b29bf9-5779-497e-a353-23cd65cef343', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69d316c7-2030-4d19-902e-e37c7c631d9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11632', - 'x-ms-correlation-request-id', - '32bcce1d-7e2c-4b93-b42f-a9e36d34d083', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032754Z:32bcce1d-7e2c-4b93-b42f-a9e36d34d083', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c78e17f-08e7-4b36-8b3f-25b1a74e9a8c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11631', - 'x-ms-correlation-request-id', - 'fb46ac79-3051-4418-a625-26775877d348', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032755Z:fb46ac79-3051-4418-a625-26775877d348', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd60e6d35-88c4-48a3-b3d1-da6563035612', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11630', - 'x-ms-correlation-request-id', - '28381619-b019-400d-8b9a-87b99c10eadf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032755Z:28381619-b019-400d-8b9a-87b99c10eadf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2aa31840-8ed5-48d7-96c0-069e946cfccf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11629', - 'x-ms-correlation-request-id', - '911ff444-c595-4550-96bc-d789cc6c8e5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032756Z:911ff444-c595-4550-96bc-d789cc6c8e5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63e50721-94d5-47fb-a90c-c64a059c5644', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11628', - 'x-ms-correlation-request-id', - '91e9541b-25b7-4ad7-a37d-6f26284726aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032756Z:91e9541b-25b7-4ad7-a37d-6f26284726aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f8fcca1-ee5a-4149-9ebe-21eaf8735eee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11627', - 'x-ms-correlation-request-id', - 'fa169593-f04e-403e-93ec-065f8b13ba11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032756Z:fa169593-f04e-403e-93ec-065f8b13ba11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d1a08ba-6f26-4d8b-9bcb-a06b0d835929', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11626', - 'x-ms-correlation-request-id', - '6b96255d-189b-4c06-8473-226cc5fe737e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032757Z:6b96255d-189b-4c06-8473-226cc5fe737e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8929d887-2a07-429e-b855-4b2b17a48f54', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11625', - 'x-ms-correlation-request-id', - 'fbfa3f2e-90f9-48ad-b22e-1673f37e94c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032757Z:fbfa3f2e-90f9-48ad-b22e-1673f37e94c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b5fdab42-4e00-4ab1-9b26-10669c46d609', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11624', - 'x-ms-correlation-request-id', - '152bad75-60c8-4164-bbc2-de1173662340', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032758Z:152bad75-60c8-4164-bbc2-de1173662340', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'add935cd-7ac3-442b-b7ec-03cd96089767', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11623', - 'x-ms-correlation-request-id', - '8b669ca1-0162-4a04-9a4c-6a2e6d5d7daf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032758Z:8b669ca1-0162-4a04-9a4c-6a2e6d5d7daf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f5c5c4e-6651-4c85-9210-7c6d38784d26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11622', - 'x-ms-correlation-request-id', - '8960bab8-387e-4985-a613-1104cc2e479c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032758Z:8960bab8-387e-4985-a613-1104cc2e479c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28affbef-cc29-4907-a13c-c194c34e256c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11621', - 'x-ms-correlation-request-id', - '7e4c3955-f71d-455c-8d5d-3a38fd3bd28f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032759Z:7e4c3955-f71d-455c-8d5d-3a38fd3bd28f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dca010c3-0aee-469e-9c54-21f97730523a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11620', - 'x-ms-correlation-request-id', - 'fe0916d2-6fb8-49a0-a709-2249d1e500c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032759Z:fe0916d2-6fb8-49a0-a709-2249d1e500c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8370085b-090c-4ade-aabb-997adf9a8fcc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11619', - 'x-ms-correlation-request-id', - '5b143c84-34b5-4733-b1cf-0e6afa50223c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032800Z:5b143c84-34b5-4733-b1cf-0e6afa50223c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97a202a7-948b-4499-8a56-944524460e71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11618', - 'x-ms-correlation-request-id', - 'b4fb8628-e859-4964-a2ac-5935eae1fb8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032800Z:b4fb8628-e859-4964-a2ac-5935eae1fb8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:27:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea53081f-49c6-4929-8f14-64774b96db30', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11617', - 'x-ms-correlation-request-id', - '174ba510-d8e6-45e5-a6cf-a8bcc51705c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032801Z:174ba510-d8e6-45e5-a6cf-a8bcc51705c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '18989170-320a-49ec-9447-1c353e37e45c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11616', - 'x-ms-correlation-request-id', - 'b91fb13d-9897-43f4-9c3a-140b027a259e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032801Z:b91fb13d-9897-43f4-9c3a-140b027a259e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87a7ffd9-070e-496e-8e48-65f1f26bca74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11615', - 'x-ms-correlation-request-id', - '81354de0-19d4-4a9f-9d21-d10dce65a2c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032801Z:81354de0-19d4-4a9f-9d21-d10dce65a2c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '788bf089-3f9c-4e3b-bb8c-a9ffc7fb1ace', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11614', - 'x-ms-correlation-request-id', - '17caf192-6968-4c19-988c-988f79251935', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032802Z:17caf192-6968-4c19-988c-988f79251935', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4db461de-b291-4560-aa60-9eac591d65e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11613', - 'x-ms-correlation-request-id', - '1cd477ec-f377-4caa-961e-02614922aa74', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032802Z:1cd477ec-f377-4caa-961e-02614922aa74', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34436f3a-8665-40cd-b565-df9e1a417962', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11612', - 'x-ms-correlation-request-id', - 'b73ed62a-0a87-4a00-a3e8-4dcf1e4b20a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032803Z:b73ed62a-0a87-4a00-a3e8-4dcf1e4b20a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ad7b259-7d85-4bd4-b41a-f42b084eaf3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11611', - 'x-ms-correlation-request-id', - 'b789c016-433b-4bb7-bfba-44d1ca61fd41', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032803Z:b789c016-433b-4bb7-bfba-44d1ca61fd41', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a2f9d62-10c1-4c2a-8025-1ac218e19065', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11610', - 'x-ms-correlation-request-id', - '3354f73a-dd15-48f1-b384-71020e91afa4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032804Z:3354f73a-dd15-48f1-b384-71020e91afa4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c25a3fe6-25cc-4b07-9553-174d297a607c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11609', - 'x-ms-correlation-request-id', - '981ec110-bf93-4b37-a5cf-42d872c34f80', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032804Z:981ec110-bf93-4b37-a5cf-42d872c34f80', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '250c57e9-0004-40b2-9d36-b2a11ae5fd0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11608', - 'x-ms-correlation-request-id', - '50001ed9-9104-4b53-9db4-ac77056b47d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032804Z:50001ed9-9104-4b53-9db4-ac77056b47d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '688bb55e-2b4e-402e-8e18-ebc37d0deec7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11607', - 'x-ms-correlation-request-id', - 'ffb24117-0b3e-43ec-adc7-23e138b9f062', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032805Z:ffb24117-0b3e-43ec-adc7-23e138b9f062', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b776965-b0c7-44e7-801c-16d07136bfcb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11606', - 'x-ms-correlation-request-id', - 'c1b24d8c-49b2-4720-8c2f-eb303b31a5a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032805Z:c1b24d8c-49b2-4720-8c2f-eb303b31a5a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be92a578-c404-4eef-b9fe-bb59494a7938', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11605', - 'x-ms-correlation-request-id', - 'c2e96dd7-024a-4e8a-a944-6ea3cd06fbcb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032806Z:c2e96dd7-024a-4e8a-a944-6ea3cd06fbcb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ba3822d-7d6b-406b-aa07-080be22dd219', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11604', - 'x-ms-correlation-request-id', - 'dacf2611-7dab-4045-af50-6e29c14a0d23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032806Z:dacf2611-7dab-4045-af50-6e29c14a0d23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a739917d-ce3c-4e1f-9393-2ab88b3ece2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11603', - 'x-ms-correlation-request-id', - '570809a4-933a-4801-927d-d846cb93e38c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032806Z:570809a4-933a-4801-927d-d846cb93e38c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed3e566d-9153-450a-9ab7-f20b96bc23ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11602', - 'x-ms-correlation-request-id', - 'bb03d838-cfe0-433d-ab60-9ff3ab006018', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032807Z:bb03d838-cfe0-433d-ab60-9ff3ab006018', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0512bb39-16fc-4ae7-bcd7-f3d79312671d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11601', - 'x-ms-correlation-request-id', - '1d094b26-278d-4189-89d4-445b08f5bf76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032807Z:1d094b26-278d-4189-89d4-445b08f5bf76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df14b7c1-8463-462c-b06a-84bdb64f19dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11600', - 'x-ms-correlation-request-id', - '6ae99131-0fc4-4abe-ae27-a148e5d7e92a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032808Z:6ae99131-0fc4-4abe-ae27-a148e5d7e92a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ccd2b3b5-6f00-45f3-97f6-9d85e0b37b14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11599', - 'x-ms-correlation-request-id', - '2eb81fa8-6b52-4fad-a4ae-de66a25b2c0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032808Z:2eb81fa8-6b52-4fad-a4ae-de66a25b2c0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8323bda2-bf1a-4512-8d2e-0c55c7a73edd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11598', - 'x-ms-correlation-request-id', - '9cf882a9-8952-484f-b41e-9a6db0e8106e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032809Z:9cf882a9-8952-484f-b41e-9a6db0e8106e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c208a6c-b8f4-4357-88bf-d6b318a0794b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11597', - 'x-ms-correlation-request-id', - '6196f42a-80d8-4a48-9507-099f565f10ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032809Z:6196f42a-80d8-4a48-9507-099f565f10ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8886b172-46cd-4efb-adfd-c6206f2f7299', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11596', - 'x-ms-correlation-request-id', - '38109421-928d-4653-b474-21b214bfee86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032809Z:38109421-928d-4653-b474-21b214bfee86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e74a0fef-7b5f-4046-a4dc-7d42c96552e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11595', - 'x-ms-correlation-request-id', - '933a9a94-168c-49be-adea-3d2091bd4f9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032810Z:933a9a94-168c-49be-adea-3d2091bd4f9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69e64bcc-7d7f-4972-8073-86ea5556c040', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11594', - 'x-ms-correlation-request-id', - '0d773483-b9d7-4c17-b4cb-efd445248aaa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032810Z:0d773483-b9d7-4c17-b4cb-efd445248aaa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03b93c11-0f29-4912-b2e3-16043c6ce422', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11593', - 'x-ms-correlation-request-id', - '31cce47c-f197-4430-84e6-5ef4f80ae994', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032811Z:31cce47c-f197-4430-84e6-5ef4f80ae994', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '78ea91b0-8e50-4b64-812c-f3324cdeb492', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11592', - 'x-ms-correlation-request-id', - '52b75810-87ee-4f56-9cca-00d07cad51ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032811Z:52b75810-87ee-4f56-9cca-00d07cad51ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f511837c-a9b0-431a-b954-011e99bd2d38', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11591', - 'x-ms-correlation-request-id', - '67277a8d-f6a5-436b-be73-5f298e47b720', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032811Z:67277a8d-f6a5-436b-be73-5f298e47b720', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3034be17-6f75-4f1d-a337-2a5fb4344ac5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11590', - 'x-ms-correlation-request-id', - 'd4aad413-a157-4d18-a9ab-d595b230c9c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032812Z:d4aad413-a157-4d18-a9ab-d595b230c9c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c5429fc-53af-4dda-8675-71c80cdbd919', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11589', - 'x-ms-correlation-request-id', - 'fa022076-54c6-4f2e-a210-9a21dec9d011', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032812Z:fa022076-54c6-4f2e-a210-9a21dec9d011', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf8253ae-1168-4a27-9779-738adeb75bb2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11588', - 'x-ms-correlation-request-id', - '8e0ed4b6-ecd0-47dd-8b89-796b9862f3af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032813Z:8e0ed4b6-ecd0-47dd-8b89-796b9862f3af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bf9273c-0d4c-4a10-a9db-9ff15afa31be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11587', - 'x-ms-correlation-request-id', - '72d33739-4b5d-44dd-9feb-6de86172e046', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032813Z:72d33739-4b5d-44dd-9feb-6de86172e046', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1bf77921-881b-463c-8b09-b502343113aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11586', - 'x-ms-correlation-request-id', - 'a8b6586d-aad3-4e0c-b717-e08d9e33c18f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032814Z:a8b6586d-aad3-4e0c-b717-e08d9e33c18f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9332fc91-cbc2-4071-970d-602a5de36d69', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11585', - 'x-ms-correlation-request-id', - 'd38fa8fc-4dbe-4709-8b31-841fd7827c0f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032814Z:d38fa8fc-4dbe-4709-8b31-841fd7827c0f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eca029bd-d130-41cc-bac5-5cabac553fb8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11584', - 'x-ms-correlation-request-id', - '2f89b27b-8a2a-41ed-9282-c6b07dbd7b7c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032814Z:2f89b27b-8a2a-41ed-9282-c6b07dbd7b7c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be90bbb5-d6fd-4807-90c6-366a91ceda95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11583', - 'x-ms-correlation-request-id', - '4e0e8b7e-66e9-42ea-aed1-9c058a44edaf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032815Z:4e0e8b7e-66e9-42ea-aed1-9c058a44edaf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a61cd61-d5c8-43f3-a5d5-b68337bbeb71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11582', - 'x-ms-correlation-request-id', - '894bfa9f-7146-4cd6-a362-044d35bf247e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032815Z:894bfa9f-7146-4cd6-a362-044d35bf247e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59004315-c814-45b6-8434-079221459c61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11581', - 'x-ms-correlation-request-id', - 'd2f1c8d2-6953-4c06-a09f-2e4673f6ee5c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032816Z:d2f1c8d2-6953-4c06-a09f-2e4673f6ee5c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5269dd51-2589-44a5-aeec-76e74d9f40ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11580', - 'x-ms-correlation-request-id', - 'be83d648-f123-41f7-9bcd-d6445f24a6d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032816Z:be83d648-f123-41f7-9bcd-d6445f24a6d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba55846c-a2e3-40d5-8156-4f420d6d81ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11579', - 'x-ms-correlation-request-id', - '09d47de7-db75-4ae0-adb2-c77819ddf109', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032817Z:09d47de7-db75-4ae0-adb2-c77819ddf109', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0116a5a2-8346-4099-9a10-e0b2b1635b2a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11578', - 'x-ms-correlation-request-id', - '6b8dddcf-197c-4f48-8ad2-42b410675d9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032817Z:6b8dddcf-197c-4f48-8ad2-42b410675d9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5bada0fd-70c9-4401-bd7d-e4a9250e721f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11577', - 'x-ms-correlation-request-id', - '5b350396-25e5-4bb3-8c3e-6738ef0faa79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032817Z:5b350396-25e5-4bb3-8c3e-6738ef0faa79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ba52d50-68fc-48ca-b77f-38ff602f8d9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11576', - 'x-ms-correlation-request-id', - 'f3b80224-5767-450c-993b-5a3615ac023a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032818Z:f3b80224-5767-450c-993b-5a3615ac023a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64654b0f-11cc-4dad-9600-4dc5ae4214fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11575', - 'x-ms-correlation-request-id', - '708440b0-3d31-414d-92df-63d9696d2031', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032818Z:708440b0-3d31-414d-92df-63d9696d2031', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '901e3724-9838-4fc8-8898-132378e25b52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11574', - 'x-ms-correlation-request-id', - '8546b87a-879c-4b11-80cf-600f8648f2ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032819Z:8546b87a-879c-4b11-80cf-600f8648f2ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fceed7b4-c679-4436-8149-1c5a8bfb45a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11573', - 'x-ms-correlation-request-id', - '270f4e8e-6bb8-46b0-8907-481e518ba22c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032819Z:270f4e8e-6bb8-46b0-8907-481e518ba22c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e252d0dd-4888-450b-b928-2a84dc176174', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11572', - 'x-ms-correlation-request-id', - '03581975-c06b-414b-8d31-fba30ecd16d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032819Z:03581975-c06b-414b-8d31-fba30ecd16d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '453e2ef5-4d27-432a-9f58-e6986b7c7f08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11571', - 'x-ms-correlation-request-id', - '4a8e022b-4e8d-4b7d-b6f7-e70ad2112c01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032820Z:4a8e022b-4e8d-4b7d-b6f7-e70ad2112c01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e52676c4-534f-46d8-982b-a2b7c2f3fff3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11570', - 'x-ms-correlation-request-id', - 'b2933b26-18f5-4989-bc29-368fd54e0a82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032820Z:b2933b26-18f5-4989-bc29-368fd54e0a82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad0e6397-0460-4fe2-88ac-8d72ae043fc2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11569', - 'x-ms-correlation-request-id', - '6511c4ca-67ac-4496-ab82-a038787e631e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032821Z:6511c4ca-67ac-4496-ab82-a038787e631e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb819fd4-1058-48b6-bfea-d3f3dda7454b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11568', - 'x-ms-correlation-request-id', - '4be5d849-006d-4f03-8c13-8b4a6a3f99a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032821Z:4be5d849-006d-4f03-8c13-8b4a6a3f99a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e90de05-6040-485d-ac8b-46819d4b467d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11567', - 'x-ms-correlation-request-id', - '8b5dca6b-a0f2-4e66-b42b-60104b14a5a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032822Z:8b5dca6b-a0f2-4e66-b42b-60104b14a5a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd95c574e-aea6-421e-a894-0878d3f9723e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11566', - 'x-ms-correlation-request-id', - '1d5629f6-dd67-42c2-a829-691b2682c87e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032822Z:1d5629f6-dd67-42c2-a829-691b2682c87e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c5e523c-6749-4b21-9efb-4461c1014aa6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11565', - 'x-ms-correlation-request-id', - 'b5b94110-b64a-45ff-9d80-0ea613adeac2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032822Z:b5b94110-b64a-45ff-9d80-0ea613adeac2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23e2d364-c547-40c0-901d-55e292007a62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11564', - 'x-ms-correlation-request-id', - '41a724da-2a76-4b5e-be2c-9a612d79e9ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032823Z:41a724da-2a76-4b5e-be2c-9a612d79e9ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e98637c-371e-4da3-a05d-ac7170f4a80a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11563', - 'x-ms-correlation-request-id', - '9b8518b5-850c-4822-a990-ac7a928ddd97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032823Z:9b8518b5-850c-4822-a990-ac7a928ddd97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63d78b00-a3ff-43d8-8d90-b79f3abdecaa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11562', - 'x-ms-correlation-request-id', - '4814227b-bc5e-4935-87f9-c2bc1414f52e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032824Z:4814227b-bc5e-4935-87f9-c2bc1414f52e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '576d3c54-bd5c-4559-a5f9-af862ab072da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11561', - 'x-ms-correlation-request-id', - '176a712f-f1c1-4d60-9c74-42d7a692bb07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032824Z:176a712f-f1c1-4d60-9c74-42d7a692bb07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d83376d-933b-4fb4-908f-735ca8ec2e63', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11560', - 'x-ms-correlation-request-id', - '12bfaca8-d78f-4c2b-bee9-a38e1f7a4a43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032825Z:12bfaca8-d78f-4c2b-bee9-a38e1f7a4a43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a20fb223-565a-4915-ade0-35759ff79d00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11559', - 'x-ms-correlation-request-id', - '036495f8-5110-4e5a-a4c5-b315185baed6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032825Z:036495f8-5110-4e5a-a4c5-b315185baed6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3253b359-2daf-4ade-ba1b-91fe86191265', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11558', - 'x-ms-correlation-request-id', - '1c231beb-93d7-4078-ae27-50525f3ec215', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032826Z:1c231beb-93d7-4078-ae27-50525f3ec215', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '512a47d7-ab15-48fb-bbd7-0cc10ffa074a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11557', - 'x-ms-correlation-request-id', - 'f8b37b50-4e45-41b2-b674-e4e0580e40bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032826Z:f8b37b50-4e45-41b2-b674-e4e0580e40bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bf5cb10-f37e-4aca-9644-c505d3fee871', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11556', - 'x-ms-correlation-request-id', - '2708df5b-263a-4353-b24d-3cc0f61f6a69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032827Z:2708df5b-263a-4353-b24d-3cc0f61f6a69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0428ed40-9df2-4d59-847c-c3ab56519de3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11555', - 'x-ms-correlation-request-id', - 'afb801c4-c4c5-4e0e-a2c3-cef8895624cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032827Z:afb801c4-c4c5-4e0e-a2c3-cef8895624cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86bb349b-16a8-4c32-a2bf-a53f6ca7cb82', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11554', - 'x-ms-correlation-request-id', - 'b4052bab-1a99-46a0-9347-651c2cd3f118', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032827Z:b4052bab-1a99-46a0-9347-651c2cd3f118', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88c5a2d6-4c6f-4f5d-b643-f80c6660a2b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11553', - 'x-ms-correlation-request-id', - '91042f8b-5810-494c-b70b-1c36af26c53d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032828Z:91042f8b-5810-494c-b70b-1c36af26c53d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f25d5b0-c48c-4ef3-817a-5048475d3364', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11552', - 'x-ms-correlation-request-id', - '72a8debf-4718-4ae9-a089-87f5f2e8c8aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032828Z:72a8debf-4718-4ae9-a089-87f5f2e8c8aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eaab0731-17f3-4fb2-841d-044862b164d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11551', - 'x-ms-correlation-request-id', - 'c4fb02b3-4707-4c7f-b131-c50e382fb9d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032829Z:c4fb02b3-4707-4c7f-b131-c50e382fb9d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a05b5a66-de60-44b8-9468-65d51b43f774', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11550', - 'x-ms-correlation-request-id', - 'f3ceedb5-e60d-4c5b-8904-e59c844b460e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032829Z:f3ceedb5-e60d-4c5b-8904-e59c844b460e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53b64a3e-ac55-464c-807d-75b6c1107c5f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11549', - 'x-ms-correlation-request-id', - 'b32bc19e-db3d-4ae3-8a60-52a532fbeb3b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032829Z:b32bc19e-db3d-4ae3-8a60-52a532fbeb3b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49e4d1c7-ebc7-4c1e-95cc-0451420a2445', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11548', - 'x-ms-correlation-request-id', - '2f06fff7-cc9e-41e7-b01e-be11584d649d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032830Z:2f06fff7-cc9e-41e7-b01e-be11584d649d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df8b38ec-07a0-49c0-9145-c46a82f9d2e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11547', - 'x-ms-correlation-request-id', - '191fe7c4-a839-44b0-a77c-286762029494', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032830Z:191fe7c4-a839-44b0-a77c-286762029494', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db854b9f-f9d9-41d0-8e44-02f07b77a230', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11546', - 'x-ms-correlation-request-id', - '6e3d6b4a-a9a6-45d2-b5ec-c57f58a061de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032831Z:6e3d6b4a-a9a6-45d2-b5ec-c57f58a061de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d99663a-1489-4081-b4fa-c0a87a6cf6fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11545', - 'x-ms-correlation-request-id', - '03f735d7-e62f-41ce-a0b9-bec3f624cd2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032831Z:03f735d7-e62f-41ce-a0b9-bec3f624cd2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd24dfa8-88c8-477c-bcd3-cb61729bc230', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11544', - 'x-ms-correlation-request-id', - '4a3ff7e7-d81b-4c4c-9b2f-51ef9ee8d91a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032832Z:4a3ff7e7-d81b-4c4c-9b2f-51ef9ee8d91a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '579fcfd6-505b-45a1-a48b-5b573982cb64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11543', - 'x-ms-correlation-request-id', - '23ffa300-5976-43da-8dac-0d17e29f5bb5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032832Z:23ffa300-5976-43da-8dac-0d17e29f5bb5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0120f1bf-d5b9-4116-89b1-4f357fdd2b42', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11542', - 'x-ms-correlation-request-id', - 'd1dd4984-f85e-4761-a187-2898b3d57beb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032832Z:d1dd4984-f85e-4761-a187-2898b3d57beb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7786bf4d-3b32-479c-aac1-277bbcb0791c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11541', - 'x-ms-correlation-request-id', - '0a763c53-e3f3-479f-9025-ce40b7dd47ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032833Z:0a763c53-e3f3-479f-9025-ce40b7dd47ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62b73d43-dc64-42d6-9b36-b91e4a8a0831', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11540', - 'x-ms-correlation-request-id', - '3df613cf-147b-41f5-abc8-291e03c07a2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032833Z:3df613cf-147b-41f5-abc8-291e03c07a2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a096911-737f-49cb-99a6-327e8d48b0d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11539', - 'x-ms-correlation-request-id', - '3eb0cc79-2cf2-4863-a5b3-db06f321d037', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032834Z:3eb0cc79-2cf2-4863-a5b3-db06f321d037', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0bd58b6d-e735-4064-a466-951cc06bfb20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11538', - 'x-ms-correlation-request-id', - 'd0f8f318-abf2-406d-bcdc-23863b0956aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032834Z:d0f8f318-abf2-406d-bcdc-23863b0956aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f7135b5-bfc7-488b-bc4c-c113cfae7531', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11537', - 'x-ms-correlation-request-id', - '8f1412df-03d8-40c3-8f7c-1bbaf0dc07c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032834Z:8f1412df-03d8-40c3-8f7c-1bbaf0dc07c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be7f4024-0ae2-45c3-8bb0-08064ec72536', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11536', - 'x-ms-correlation-request-id', - '1e2c672b-d2a9-45a5-a2f5-c64f229e6953', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032835Z:1e2c672b-d2a9-45a5-a2f5-c64f229e6953', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f98a3cd0-1bb3-4ae6-b750-a190cb971e45', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11535', - 'x-ms-correlation-request-id', - '510511fe-a62b-459b-842f-4da9c6707181', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032835Z:510511fe-a62b-459b-842f-4da9c6707181', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8e93d4a-ebc9-492c-bd08-fb99304c1bfd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11534', - 'x-ms-correlation-request-id', - '9b44cb4f-9c44-422d-b916-b7c968654f4f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032836Z:9b44cb4f-9c44-422d-b916-b7c968654f4f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87e5e068-fc25-4362-979c-d9ba86722878', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11533', - 'x-ms-correlation-request-id', - 'aaf50094-1fb3-47a8-9157-aff6eab87407', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032836Z:aaf50094-1fb3-47a8-9157-aff6eab87407', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21fe4df7-01e7-47c0-908f-fbccb9ba4147', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11532', - 'x-ms-correlation-request-id', - '270d887c-a8f0-4930-9f3f-d030f99e83d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032836Z:270d887c-a8f0-4930-9f3f-d030f99e83d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f8b4978-2f8b-41e2-8d70-9cf18d871b67', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11531', - 'x-ms-correlation-request-id', - '2b6a5338-40ab-44b9-bd27-130fc6f67c2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032837Z:2b6a5338-40ab-44b9-bd27-130fc6f67c2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53e08305-144d-462d-8ca6-46ccfc230e6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11530', - 'x-ms-correlation-request-id', - '27acdf11-b5cd-43e9-bf33-e08d0b9a2a64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032837Z:27acdf11-b5cd-43e9-bf33-e08d0b9a2a64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b292246d-08ab-4cb1-9f74-aca262bf9c0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11529', - 'x-ms-correlation-request-id', - 'e301842a-2595-4e80-9d68-266e77598475', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032838Z:e301842a-2595-4e80-9d68-266e77598475', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '498e0697-a4f0-48ae-9865-c942b76ca488', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11528', - 'x-ms-correlation-request-id', - '813aa420-f836-4c77-88aa-6b0b6d13be5c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032838Z:813aa420-f836-4c77-88aa-6b0b6d13be5c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12469f2a-889d-4653-b9f8-b2c3fc25e26d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11527', - 'x-ms-correlation-request-id', - 'b07a6787-6e7c-4035-b6b8-773f19baf782', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032839Z:b07a6787-6e7c-4035-b6b8-773f19baf782', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7384b574-1731-4f63-acd0-723c721dcd40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11526', - 'x-ms-correlation-request-id', - '97814d14-9191-48c4-8323-286457ead70d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032839Z:97814d14-9191-48c4-8323-286457ead70d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ccc208f-f965-4bd9-b04f-fa5fbbdca13d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11525', - 'x-ms-correlation-request-id', - '632c9ff4-5fbf-437f-83b7-9fa8e7dd7e12', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032839Z:632c9ff4-5fbf-437f-83b7-9fa8e7dd7e12', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '273fd237-7a24-4fd5-81cd-ae0d5e66f9ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11524', - 'x-ms-correlation-request-id', - 'ca454ecf-5ade-4a71-bc77-c5a7a0aad199', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032840Z:ca454ecf-5ade-4a71-bc77-c5a7a0aad199', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6f42596-2a29-48d4-aedb-5ed70c9bfa1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11523', - 'x-ms-correlation-request-id', - '1365389c-f386-46a5-982c-24a6442ad4d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032840Z:1365389c-f386-46a5-982c-24a6442ad4d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd651fc63-a92a-4cb5-9681-377aa9cb5fb7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11522', - 'x-ms-correlation-request-id', - '4767b548-6b8a-4c20-8fe5-991877f1e93a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032841Z:4767b548-6b8a-4c20-8fe5-991877f1e93a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c543886e-2c90-4740-9fd0-6e3f895f4cff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11521', - 'x-ms-correlation-request-id', - '8203311f-6fe7-4f4f-aa62-93f155564505', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032841Z:8203311f-6fe7-4f4f-aa62-93f155564505', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bbbe1ad-dea7-4532-ab2a-efd5ccd3bfda', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11520', - 'x-ms-correlation-request-id', - '228431a3-a8c5-46f3-b08b-f6c532e32968', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032841Z:228431a3-a8c5-46f3-b08b-f6c532e32968', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf5c134b-fa40-440c-8d0d-3236e1fdc565', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11519', - 'x-ms-correlation-request-id', - '4de9cbc5-0c54-49a7-9b70-80fb030d5d42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032842Z:4de9cbc5-0c54-49a7-9b70-80fb030d5d42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '678c42e7-0574-40bd-8677-56330e323a85', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11518', - 'x-ms-correlation-request-id', - 'b3d33461-d0c5-485d-a887-6f0390d406e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032842Z:b3d33461-d0c5-485d-a887-6f0390d406e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '378b86df-eb88-4276-9b67-6033e9906316', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11517', - 'x-ms-correlation-request-id', - '83c04779-1a37-4a9c-87b9-280f78474305', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032843Z:83c04779-1a37-4a9c-87b9-280f78474305', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c77152b7-3691-4dcf-9b76-d5cd409f9008', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11516', - 'x-ms-correlation-request-id', - 'b57d7275-1b64-4d7f-b061-7feaff814c68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032843Z:b57d7275-1b64-4d7f-b061-7feaff814c68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ca0269b-4725-4be3-abb7-0b932e4eb3cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11515', - 'x-ms-correlation-request-id', - '6eb7437b-513f-4d9b-8320-1d026b05ffa9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032843Z:6eb7437b-513f-4d9b-8320-1d026b05ffa9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91bb01d0-5836-438c-a10c-b110b4d2fc73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11514', - 'x-ms-correlation-request-id', - 'ab0c6e2f-eaad-4513-8728-4817f7570ed4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032844Z:ab0c6e2f-eaad-4513-8728-4817f7570ed4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de11b66a-e90a-4a42-9743-79cb8f85be2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11513', - 'x-ms-correlation-request-id', - '4b29eec0-940c-498f-877d-caef3a8855d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032844Z:4b29eec0-940c-498f-877d-caef3a8855d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73d8ba6b-f094-449b-9f33-9795867767a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11512', - 'x-ms-correlation-request-id', - '1eb2e396-eb60-4f03-893d-6afdce086d51', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032845Z:1eb2e396-eb60-4f03-893d-6afdce086d51', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f4c13f4-dd54-41d0-b1dc-1c77bc9e87b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11511', - 'x-ms-correlation-request-id', - 'fca50989-887e-445e-ad88-deafd2ee0dd7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032845Z:fca50989-887e-445e-ad88-deafd2ee0dd7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f411907b-335a-4ee0-b124-0c1f3ea45f6c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11510', - 'x-ms-correlation-request-id', - '649b4ceb-3657-42b8-a305-dca24b02a2d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032846Z:649b4ceb-3657-42b8-a305-dca24b02a2d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42ecb3af-c231-4686-a635-27b24574710e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11509', - 'x-ms-correlation-request-id', - 'eefc6b5a-cb3f-40fd-b240-14bda1f7feab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032846Z:eefc6b5a-cb3f-40fd-b240-14bda1f7feab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a6ea5fe-3129-4bb3-b521-74b21d2592e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11508', - 'x-ms-correlation-request-id', - 'e7073900-966e-481b-88a1-e0fdf7295348', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032846Z:e7073900-966e-481b-88a1-e0fdf7295348', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '293f3233-6758-47b8-89dc-429a6d38f3fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11507', - 'x-ms-correlation-request-id', - '8c8fbb38-81f5-4e14-baf3-96c5101a0c26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032847Z:8c8fbb38-81f5-4e14-baf3-96c5101a0c26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83e3b05c-eea5-4086-a36e-f606bcb6b5f5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11506', - 'x-ms-correlation-request-id', - '8e3c2457-3e77-40bc-81dc-f2a6f37288ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032847Z:8e3c2457-3e77-40bc-81dc-f2a6f37288ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d1ce407-8db6-489a-a05c-2b1d6d4af48e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11505', - 'x-ms-correlation-request-id', - '6911054e-c450-4657-b698-09061ac3f42e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032848Z:6911054e-c450-4657-b698-09061ac3f42e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f219215d-76e7-4278-a268-747fdaf7c6e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11504', - 'x-ms-correlation-request-id', - 'd9cb0ceb-9349-486e-b340-796d009b835a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032848Z:d9cb0ceb-9349-486e-b340-796d009b835a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '85f92c5b-199f-4f6e-8d92-1ffaae556afd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11503', - 'x-ms-correlation-request-id', - '8afd815f-20a9-4897-bfef-9acce0683a2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032849Z:8afd815f-20a9-4897-bfef-9acce0683a2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b817fb95-07f4-44e6-93e9-2e659363844c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11502', - 'x-ms-correlation-request-id', - '3c67c150-af93-4528-abaa-efd866fe9468', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032849Z:3c67c150-af93-4528-abaa-efd866fe9468', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6534848-42d7-4bf5-8196-320f8ffe721c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11501', - 'x-ms-correlation-request-id', - '045972d0-993f-47e4-a20e-50e8fadc91fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032849Z:045972d0-993f-47e4-a20e-50e8fadc91fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca14b96e-ddea-47af-9fbf-8d07e8061a4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11500', - 'x-ms-correlation-request-id', - '0d5a90fe-2c35-4e60-b9ee-c600b3a743c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032850Z:0d5a90fe-2c35-4e60-b9ee-c600b3a743c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '592fdca1-8a8e-42f1-8ea4-2997873e0135', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11499', - 'x-ms-correlation-request-id', - '34c6d323-4aaf-4f6c-adf5-72ea9a923773', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032850Z:34c6d323-4aaf-4f6c-adf5-72ea9a923773', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e34d562-5e2e-43a5-9cc6-8123d1125385', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11498', - 'x-ms-correlation-request-id', - 'aec3818b-4402-4c96-800d-d56d52ad2ad1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032851Z:aec3818b-4402-4c96-800d-d56d52ad2ad1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6bb8c714-102a-439d-ae6c-bcf500f04b2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11497', - 'x-ms-correlation-request-id', - '6649b826-1d19-47fe-88eb-db5fae6be815', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032851Z:6649b826-1d19-47fe-88eb-db5fae6be815', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd07cf7af-7011-4a37-a338-705aa2dd9611', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11496', - 'x-ms-correlation-request-id', - '53a046fd-f0df-46a0-8d2f-2e04fc085442', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032851Z:53a046fd-f0df-46a0-8d2f-2e04fc085442', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '958c0af8-137a-4f45-b3b2-29f20f5364a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11495', - 'x-ms-correlation-request-id', - 'ca11cf18-aa17-4f2a-821b-6e1e6b835b22', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032852Z:ca11cf18-aa17-4f2a-821b-6e1e6b835b22', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ec6a69c-e700-4cc1-a4f6-57b466b23877', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11494', - 'x-ms-correlation-request-id', - '44503321-0e8d-4740-b4d2-46aac61e8b86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032852Z:44503321-0e8d-4740-b4d2-46aac61e8b86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f621880-2b78-420b-beda-afdec2e55612', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11493', - 'x-ms-correlation-request-id', - '1db24eac-f324-424e-8d5c-968f9d5fcf94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032853Z:1db24eac-f324-424e-8d5c-968f9d5fcf94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '61972b0e-8447-41a1-897d-a20ff8747149', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11492', - 'x-ms-correlation-request-id', - '54673406-a241-4902-8684-f509f98c92a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032853Z:54673406-a241-4902-8684-f509f98c92a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d2b7ced-ab2f-4514-b13e-6984ff5cf588', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11491', - 'x-ms-correlation-request-id', - '33987f72-a7fd-434c-85c7-72035ba03825', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032853Z:33987f72-a7fd-434c-85c7-72035ba03825', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8e7c3c0-16d7-4402-b917-6d046c6c15f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11490', - 'x-ms-correlation-request-id', - 'b3cdb19c-674f-4b47-b772-f9efb03c1838', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032854Z:b3cdb19c-674f-4b47-b772-f9efb03c1838', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46dead9b-86c8-4404-a9d8-d8d21784fc3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11489', - 'x-ms-correlation-request-id', - 'f7510b4d-1c1f-42ad-a221-b6d535eca5d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032854Z:f7510b4d-1c1f-42ad-a221-b6d535eca5d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd349be6b-8c9e-47a9-9614-1586ab151bc0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11488', - 'x-ms-correlation-request-id', - '41e4066d-1ce8-45c0-8631-c9611233f240', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032855Z:41e4066d-1ce8-45c0-8631-c9611233f240', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f8627c3-ae8c-4f31-945a-37241aaa2750', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11487', - 'x-ms-correlation-request-id', - '6c03742c-9842-4ec5-931b-1070ac0cbba3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032855Z:6c03742c-9842-4ec5-931b-1070ac0cbba3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19f5b299-6603-409a-a54d-8e0ec5391f8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11486', - 'x-ms-correlation-request-id', - 'fda2ec0b-51eb-4439-b57d-7de2ecf84397', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032856Z:fda2ec0b-51eb-4439-b57d-7de2ecf84397', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e929679-ce4e-41a9-b864-fe23fbda4c39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11485', - 'x-ms-correlation-request-id', - 'bdb946f0-ffda-4442-9fd7-ba856c62965d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032856Z:bdb946f0-ffda-4442-9fd7-ba856c62965d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a28d8358-337d-419a-80e4-388d44b08c56', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11484', - 'x-ms-correlation-request-id', - '78a436b7-3b97-486f-99ba-b748f7444f43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032856Z:78a436b7-3b97-486f-99ba-b748f7444f43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25e48910-ea40-4961-bb78-285c1c3d182c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11483', - 'x-ms-correlation-request-id', - '75d55dac-fff7-47fe-8e9b-1c0d9ed93b32', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032857Z:75d55dac-fff7-47fe-8e9b-1c0d9ed93b32', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c67f334-b63d-431a-a97c-ecabc8ec80c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11482', - 'x-ms-correlation-request-id', - '4edae11e-d131-484c-8ec5-b640f61ac96a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032857Z:4edae11e-d131-484c-8ec5-b640f61ac96a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a43dc6eb-19ad-44dc-807c-ee3f15ba07d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11481', - 'x-ms-correlation-request-id', - '43c05c05-dec5-45d2-a2bc-3e5b7912d1de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032858Z:43c05c05-dec5-45d2-a2bc-3e5b7912d1de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b01d7968-371e-4367-aa7e-06a5365ef77f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11480', - 'x-ms-correlation-request-id', - 'f44e3586-7efd-4d37-9995-a4ac59c02a81', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032858Z:f44e3586-7efd-4d37-9995-a4ac59c02a81', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd96f3116-6001-40cf-9c8c-37b28e4a5405', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11479', - 'x-ms-correlation-request-id', - '29134e0f-e4bf-46d2-b754-c1bf627a157f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032859Z:29134e0f-e4bf-46d2-b754-c1bf627a157f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8133f6fe-356b-4b13-af7f-03b71165df7d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11478', - 'x-ms-correlation-request-id', - '9d88d09d-5cfc-4472-946b-3b0ff4835004', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032859Z:9d88d09d-5cfc-4472-946b-3b0ff4835004', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4c918a2-1b57-4b31-b03d-016f67c3c809', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11477', - 'x-ms-correlation-request-id', - '05877d21-be0d-41ca-b986-ae19502aeae2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032859Z:05877d21-be0d-41ca-b986-ae19502aeae2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:28:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eacc3282-1807-4237-9eee-eb9368cde753', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11476', - 'x-ms-correlation-request-id', - '8a188854-0eee-4ecd-952c-b6e9516e6039', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032900Z:8a188854-0eee-4ecd-952c-b6e9516e6039', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf866533-364d-4585-b9b5-9cf9fe03e479', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11475', - 'x-ms-correlation-request-id', - '171a9553-a21c-4338-9644-24e063336bdd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032900Z:171a9553-a21c-4338-9644-24e063336bdd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45a9d444-5b2b-48e3-87a5-b880c5f321c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11474', - 'x-ms-correlation-request-id', - '1f3c751f-6c39-43f4-94e7-4cebc350e16d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032901Z:1f3c751f-6c39-43f4-94e7-4cebc350e16d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '92306f97-d3f0-415b-a9b6-bb8b136e97c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11473', - 'x-ms-correlation-request-id', - '1e7e87d0-bc27-480b-85f9-35be39a428a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032901Z:1e7e87d0-bc27-480b-85f9-35be39a428a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d8ee16c-f4fb-433a-a13c-742c5eb1a9a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11472', - 'x-ms-correlation-request-id', - 'c7eec4cf-4c68-472d-9443-a6e65a2b545a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032901Z:c7eec4cf-4c68-472d-9443-a6e65a2b545a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '660dda5e-1fee-4b54-bf93-d82714e0a719', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11471', - 'x-ms-correlation-request-id', - '9619127d-ef4b-47ec-9a26-f1b2aeaf6619', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032902Z:9619127d-ef4b-47ec-9a26-f1b2aeaf6619', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c51722da-da5e-4bf2-9b07-bdba774d49b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11470', - 'x-ms-correlation-request-id', - 'e74a4679-5227-40f1-b2e8-e2434cf32a17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032902Z:e74a4679-5227-40f1-b2e8-e2434cf32a17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2773280-93c9-461d-b4a7-27fe9f26b897', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11469', - 'x-ms-correlation-request-id', - 'd19f7035-37e6-4c3c-87c8-8d2795eb953e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032903Z:d19f7035-37e6-4c3c-87c8-8d2795eb953e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca2ce0ce-f010-4a63-80da-0ec0dbaac5ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11468', - 'x-ms-correlation-request-id', - '7fb57234-bbe8-4869-b35d-657b5d5b4e88', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032903Z:7fb57234-bbe8-4869-b35d-657b5d5b4e88', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b4c2990-ac75-4504-bebd-7682d6453778', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11467', - 'x-ms-correlation-request-id', - '071241cf-0d2f-41c3-97eb-5e88b4dd52c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032904Z:071241cf-0d2f-41c3-97eb-5e88b4dd52c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08ba2acf-08ef-4d90-8f50-f58b5b438317', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11466', - 'x-ms-correlation-request-id', - '9eefc008-fa5f-4273-b1cf-1f5e5bc27868', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032904Z:9eefc008-fa5f-4273-b1cf-1f5e5bc27868', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '369c9886-c9fa-49de-9f23-4be91d8603f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11465', - 'x-ms-correlation-request-id', - '027bf13d-86a3-42a8-b2ea-25d659f1f747', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032905Z:027bf13d-86a3-42a8-b2ea-25d659f1f747', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4cf9b6cb-7aa2-40b1-8124-5c39d77d89c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11464', - 'x-ms-correlation-request-id', - '1703aaab-e43a-41e6-9293-551cea586f94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032905Z:1703aaab-e43a-41e6-9293-551cea586f94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '247a6fe9-7b76-4b56-ad05-651bd1c17083', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11463', - 'x-ms-correlation-request-id', - '43fbd108-3c6c-4486-a17f-9d02f74c44e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032905Z:43fbd108-3c6c-4486-a17f-9d02f74c44e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6c7672cf-46e9-41b7-a2fa-aeeafbeaa5e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11462', - 'x-ms-correlation-request-id', - '605d87d9-7c2b-47f0-8caf-b6116f81d260', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032906Z:605d87d9-7c2b-47f0-8caf-b6116f81d260', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cd38109-d1fa-4786-a8e5-9365adf96114', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11461', - 'x-ms-correlation-request-id', - '27605e1b-0c7d-4b19-9ec9-7f422e778ca1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032906Z:27605e1b-0c7d-4b19-9ec9-7f422e778ca1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '790ab2c9-1f9b-4410-8f7d-6756864b2240', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11460', - 'x-ms-correlation-request-id', - 'b957b804-1297-4fe5-8153-02320fe70b13', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032907Z:b957b804-1297-4fe5-8153-02320fe70b13', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75594082-acbf-491c-9c73-cb77f96c570d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11459', - 'x-ms-correlation-request-id', - '23a75686-613e-483b-8811-e5f7c755b7d1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032907Z:23a75686-613e-483b-8811-e5f7c755b7d1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11a5ae01-1920-4255-91b6-1cd43a3fc9c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11458', - 'x-ms-correlation-request-id', - 'a4cd6770-7c09-4ed2-92d9-df9803fb25f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032907Z:a4cd6770-7c09-4ed2-92d9-df9803fb25f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cad4eb36-459e-48a0-b2ed-29de29309af8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11457', - 'x-ms-correlation-request-id', - 'dda16b70-399d-42cb-846a-3db1f3c4538d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032908Z:dda16b70-399d-42cb-846a-3db1f3c4538d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90af473a-d967-46cb-be40-32e6b1dca925', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11456', - 'x-ms-correlation-request-id', - '0c9e007f-66b1-41eb-a874-4337d10f7352', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032908Z:0c9e007f-66b1-41eb-a874-4337d10f7352', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '395fd9c9-d23d-4ada-8471-68a9d32ea410', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11455', - 'x-ms-correlation-request-id', - 'b594819c-8c2c-4e6d-aca6-703077c9f476', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032909Z:b594819c-8c2c-4e6d-aca6-703077c9f476', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f2e7e78-3f87-4988-937a-dd711ef055d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11454', - 'x-ms-correlation-request-id', - 'a14354ac-6c14-41e7-a5e5-f35f6f0c8801', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032909Z:a14354ac-6c14-41e7-a5e5-f35f6f0c8801', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a2ceb4e-b6a0-4078-98f7-d47cd4e1ec20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11453', - 'x-ms-correlation-request-id', - '614be7a7-e621-4f03-abda-16b3aa2194ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032910Z:614be7a7-e621-4f03-abda-16b3aa2194ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ac5db93-7984-483f-9d09-8cb4f17b082a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11452', - 'x-ms-correlation-request-id', - '258ee821-69f3-4250-bf94-891fc63f2036', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032910Z:258ee821-69f3-4250-bf94-891fc63f2036', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68732d17-31b4-4db4-b140-deb6cdba5799', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11451', - 'x-ms-correlation-request-id', - 'c63af34d-07f1-47cb-a606-fc52d867414f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032910Z:c63af34d-07f1-47cb-a606-fc52d867414f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '481b1557-f81b-4d02-a3d8-d9a241df953c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11450', - 'x-ms-correlation-request-id', - '8de59488-d5b8-43d2-8332-94ed6767b130', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032911Z:8de59488-d5b8-43d2-8332-94ed6767b130', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15e624a1-e1fe-4989-bcb6-e2bc197e3d77', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11449', - 'x-ms-correlation-request-id', - 'd85022b1-41c7-49d1-93db-4c85dd923bfa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032911Z:d85022b1-41c7-49d1-93db-4c85dd923bfa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c252c698-1b70-4fe0-ad87-6370ce0dd9cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11448', - 'x-ms-correlation-request-id', - 'c37f7b24-119c-40f2-8030-24aab77f89a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032912Z:c37f7b24-119c-40f2-8030-24aab77f89a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '47811e3e-49ee-4bc0-bb10-fbce43e5b662', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11447', - 'x-ms-correlation-request-id', - '8929ad01-c7a4-431e-b50b-bd159870dd76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032912Z:8929ad01-c7a4-431e-b50b-bd159870dd76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c641a509-38c9-4d61-a751-e6d72f239c8b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11446', - 'x-ms-correlation-request-id', - 'ed9a80cf-0027-4ada-9204-431e316e3901', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032913Z:ed9a80cf-0027-4ada-9204-431e316e3901', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '763daadc-1fb3-4aeb-a691-4b4fd0b6c4b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11445', - 'x-ms-correlation-request-id', - '6f3bc43e-1c9c-4dd4-adcb-80c26a16eeca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032913Z:6f3bc43e-1c9c-4dd4-adcb-80c26a16eeca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '116b4a97-437e-49ed-9d22-b62d9d100957', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11444', - 'x-ms-correlation-request-id', - '5da5729f-018b-4eb2-b3e2-4195713e3553', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032913Z:5da5729f-018b-4eb2-b3e2-4195713e3553', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67fd7247-66af-44b5-a2ec-216b0e54064d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11443', - 'x-ms-correlation-request-id', - '761e66f8-eae7-4887-abc2-188cd966c8b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032914Z:761e66f8-eae7-4887-abc2-188cd966c8b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2cba0aa3-59fa-4d5f-b98a-3d4438ae4456', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11442', - 'x-ms-correlation-request-id', - 'c23913c4-7bb6-477b-ae4d-a23259f7ae65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032914Z:c23913c4-7bb6-477b-ae4d-a23259f7ae65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '99dd9f57-a88a-4909-ba4d-d7780b65c803', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11441', - 'x-ms-correlation-request-id', - '80e65eaa-aa78-4b80-a5eb-4352cf36439f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032915Z:80e65eaa-aa78-4b80-a5eb-4352cf36439f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4263c9a-53f0-490d-b466-af87d9c20628', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11440', - 'x-ms-correlation-request-id', - '5b91a96a-336a-460a-85ed-e753096c0da5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032915Z:5b91a96a-336a-460a-85ed-e753096c0da5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf885dbe-e3de-403c-8ce8-6dce328bace9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11439', - 'x-ms-correlation-request-id', - 'c32d4a5e-da1b-4bb2-b144-ee24a170d6b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032915Z:c32d4a5e-da1b-4bb2-b144-ee24a170d6b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28272062-4299-453b-ac48-02ebf25365ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11438', - 'x-ms-correlation-request-id', - '20d532f7-f882-48cc-8ff8-dfbc777b6e7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032916Z:20d532f7-f882-48cc-8ff8-dfbc777b6e7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20f04aaa-8490-4ff3-a709-a148c616674c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11437', - 'x-ms-correlation-request-id', - '3b1b4bce-dee2-488e-8a10-1af9851d86e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032916Z:3b1b4bce-dee2-488e-8a10-1af9851d86e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26443013-36dd-4198-bb66-88feed01b2f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11436', - 'x-ms-correlation-request-id', - '47b63df5-537e-4ff2-a965-c65fc085dcce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032917Z:47b63df5-537e-4ff2-a965-c65fc085dcce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6c4ab018-ef89-4160-afaf-562fe87d2feb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11435', - 'x-ms-correlation-request-id', - 'e703307e-8ea0-438f-9368-3134ee4deaf2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032917Z:e703307e-8ea0-438f-9368-3134ee4deaf2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a44b710-3036-40a6-983b-2d217bafe51d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11434', - 'x-ms-correlation-request-id', - 'e4646302-dcd4-45d3-9db6-6bdf44e6e40f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032918Z:e4646302-dcd4-45d3-9db6-6bdf44e6e40f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2802573-2ddf-4127-8942-daaf469aa3de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11433', - 'x-ms-correlation-request-id', - '89696093-a2ca-4f32-9ce9-a21b16aab6d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032918Z:89696093-a2ca-4f32-9ce9-a21b16aab6d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68296a24-2ab8-4271-a6a1-25ee2ae64ecb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11432', - 'x-ms-correlation-request-id', - '63674264-b36c-4fc2-b55d-548680d02fbb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032918Z:63674264-b36c-4fc2-b55d-548680d02fbb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ac4bb56-2f0e-467a-a764-b69ea9799c52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11431', - 'x-ms-correlation-request-id', - '23e2aea1-0fd4-4419-8fcb-5579032db189', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032919Z:23e2aea1-0fd4-4419-8fcb-5579032db189', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdd6ba77-9c47-4917-b7c9-adb337b26dad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11430', - 'x-ms-correlation-request-id', - 'e0d170ff-d1df-44a8-98ce-659fbfe0fe01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032919Z:e0d170ff-d1df-44a8-98ce-659fbfe0fe01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '165ec9f3-e56b-4c86-abd1-e9243376654f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11429', - 'x-ms-correlation-request-id', - 'e6e50d3a-0426-45d1-8bdc-7638278025b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032920Z:e6e50d3a-0426-45d1-8bdc-7638278025b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '696236cf-1e68-479b-bdac-f53d943bed74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11428', - 'x-ms-correlation-request-id', - 'a7e65b96-94f2-4dda-9bba-a06a8073e567', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032920Z:a7e65b96-94f2-4dda-9bba-a06a8073e567', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57dfc2a9-8d73-481c-b28d-39519d7d2295', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11427', - 'x-ms-correlation-request-id', - 'b471f515-677b-4b4d-b886-ba6402fa2440', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032920Z:b471f515-677b-4b4d-b886-ba6402fa2440', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6424f9d7-b6e4-4514-8c13-49309eabc5ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11426', - 'x-ms-correlation-request-id', - 'e5680c4e-b20c-4ffa-9ab8-1a559ed8499b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032921Z:e5680c4e-b20c-4ffa-9ab8-1a559ed8499b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '428c467c-ee9e-4780-82e8-5d44f749956f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11425', - 'x-ms-correlation-request-id', - 'c4e17d0a-1892-44c3-9637-4c66e284dbdf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032921Z:c4e17d0a-1892-44c3-9637-4c66e284dbdf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5cf98d1-a3f6-4292-b847-d5f35915dad3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11424', - 'x-ms-correlation-request-id', - 'e18dd058-53bb-4876-9b60-48dae0dc9d04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032922Z:e18dd058-53bb-4876-9b60-48dae0dc9d04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42b76fa7-7f4e-41f5-9483-6ae2fdb0bf2c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11423', - 'x-ms-correlation-request-id', - '87eb25f5-424d-496e-9de9-0dcfcdbfe05e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032922Z:87eb25f5-424d-496e-9de9-0dcfcdbfe05e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '265d1303-5de4-4d28-97b9-6394373867e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11422', - 'x-ms-correlation-request-id', - '995ccbd4-3d71-4f5f-90ff-4b769a417f65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032923Z:995ccbd4-3d71-4f5f-90ff-4b769a417f65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd9f7cce-639c-4655-8b55-41d893c76904', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11421', - 'x-ms-correlation-request-id', - 'f914f515-7b7f-4aa8-a6d9-3254178cf32f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032923Z:f914f515-7b7f-4aa8-a6d9-3254178cf32f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77591e42-b96b-4610-9b73-ca048346af92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11420', - 'x-ms-correlation-request-id', - '4fb28749-8095-4b9b-b5a0-34ae491d0665', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032923Z:4fb28749-8095-4b9b-b5a0-34ae491d0665', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2c72c0b-6c1e-496d-ba30-9f3295186a1f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11419', - 'x-ms-correlation-request-id', - 'd817dc93-f5c3-48bd-b74a-8acec16eba68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032924Z:d817dc93-f5c3-48bd-b74a-8acec16eba68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea66320b-4956-4ed9-8de1-74c42441c4ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11418', - 'x-ms-correlation-request-id', - '412fc656-22d4-45aa-9fa8-109ef51f0dd6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032924Z:412fc656-22d4-45aa-9fa8-109ef51f0dd6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66155b3b-dfc7-4d57-af1f-b040a883523d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11417', - 'x-ms-correlation-request-id', - '610721fe-6359-4208-9598-e60349293e9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032925Z:610721fe-6359-4208-9598-e60349293e9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9aa69fa2-60ad-4c2d-a092-dba164362cb3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11416', - 'x-ms-correlation-request-id', - 'f93abcb4-1210-4bb4-8c80-80d6a2da9a87', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032925Z:f93abcb4-1210-4bb4-8c80-80d6a2da9a87', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '776cd1be-0a4f-48ee-9c7b-eb7295c55696', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11415', - 'x-ms-correlation-request-id', - '632c0edb-2f8d-42dc-bdd7-e932147238ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032925Z:632c0edb-2f8d-42dc-bdd7-e932147238ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bffc5f16-fe34-4c14-9811-39a1b5f14751', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11414', - 'x-ms-correlation-request-id', - '9340eea1-f484-40f3-b3f6-e4e46ee29da8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032926Z:9340eea1-f484-40f3-b3f6-e4e46ee29da8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a13ac47e-d932-40c6-bf4e-d2aaad861a42', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11413', - 'x-ms-correlation-request-id', - 'e22be6f5-3e7a-46d6-ad9e-c8f14c657e24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032927Z:e22be6f5-3e7a-46d6-ad9e-c8f14c657e24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd2f3b37-f12f-4c04-8463-077e294232d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11412', - 'x-ms-correlation-request-id', - '3732ece4-6797-4c0c-8055-baa12cc808ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032927Z:3732ece4-6797-4c0c-8055-baa12cc808ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7cdeb27e-9bc8-499a-828b-8ec09a220cbb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11411', - 'x-ms-correlation-request-id', - '79d9a11c-32f6-4b7d-bbf2-0b11a327f90b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032928Z:79d9a11c-32f6-4b7d-bbf2-0b11a327f90b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cfad3d64-5b08-40c4-9194-988ffd1620d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11410', - 'x-ms-correlation-request-id', - 'a8945d17-d0cd-4fff-8fbe-afdd922da671', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032928Z:a8945d17-d0cd-4fff-8fbe-afdd922da671', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86bd1958-2a34-49c8-a429-b1c2589137f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11409', - 'x-ms-correlation-request-id', - '3636cc27-999c-4dc5-a490-6b0b4716c6e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032928Z:3636cc27-999c-4dc5-a490-6b0b4716c6e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7237bc0-c754-418e-a073-49af17433e02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11408', - 'x-ms-correlation-request-id', - '3a475d23-ad3f-4a1a-ac24-bb5c19df0021', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032929Z:3a475d23-ad3f-4a1a-ac24-bb5c19df0021', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f83d620-4f99-4f7d-b540-8a67b5c54655', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11407', - 'x-ms-correlation-request-id', - '88047f0d-8b98-4cd4-b521-ddbd56fc3b7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032929Z:88047f0d-8b98-4cd4-b521-ddbd56fc3b7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b94e0dd9-e7f8-4e9a-9cf4-eff52640ea1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11406', - 'x-ms-correlation-request-id', - 'c34ff414-0b8c-408d-8e50-cee12eadf0e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032930Z:c34ff414-0b8c-408d-8e50-cee12eadf0e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc81bbcd-9ec7-4b2c-8d62-d4b526c530e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11405', - 'x-ms-correlation-request-id', - 'a1fabb49-cdf5-46bf-b6e2-36a98f1bcba7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032930Z:a1fabb49-cdf5-46bf-b6e2-36a98f1bcba7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '939f101d-8992-492b-868c-9816b370e144', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11404', - 'x-ms-correlation-request-id', - '4e19c573-4518-49e2-9ed0-9d3ee20f1d00', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032930Z:4e19c573-4518-49e2-9ed0-9d3ee20f1d00', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ca0fc81-a99f-4e65-88b9-fd169d8bcc05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11403', - 'x-ms-correlation-request-id', - '928d320b-c96b-4946-971c-806a2d0601dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032931Z:928d320b-c96b-4946-971c-806a2d0601dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c40306f-8952-4977-8d8d-877047dd24b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11402', - 'x-ms-correlation-request-id', - '46b7a7e1-fad3-469d-80db-9347c21c23bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032931Z:46b7a7e1-fad3-469d-80db-9347c21c23bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b33c391c-fd78-4e2d-8018-764ecfaa4532', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11401', - 'x-ms-correlation-request-id', - '9ad04a0a-186f-4a03-bd01-fbd50be767a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032932Z:9ad04a0a-186f-4a03-bd01-fbd50be767a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b62b1817-565f-496a-bc54-8022e07cfe38', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11400', - 'x-ms-correlation-request-id', - '9a1b14a7-626f-4fd0-985c-3c5e2a19ba8d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032932Z:9a1b14a7-626f-4fd0-985c-3c5e2a19ba8d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed8a4009-fc43-4299-8812-1df91b266ccc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11399', - 'x-ms-correlation-request-id', - 'f203d7bc-3d97-4490-95b8-a21163b61dd0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032933Z:f203d7bc-3d97-4490-95b8-a21163b61dd0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '578b2bb7-6d56-4119-9a08-1625eb83b2ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11398', - 'x-ms-correlation-request-id', - 'c619f837-1f50-4331-9ae8-5469cb926680', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032933Z:c619f837-1f50-4331-9ae8-5469cb926680', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a75847f-1747-46b1-b554-b979dec26594', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11397', - 'x-ms-correlation-request-id', - 'd621bf20-7c68-406c-bfd4-9c8b3c06d075', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032933Z:d621bf20-7c68-406c-bfd4-9c8b3c06d075', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1e9aa8d-703a-41f5-9237-dd8175abc78e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11396', - 'x-ms-correlation-request-id', - 'b52db4b4-e7e5-4e39-829c-65f8370640bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032934Z:b52db4b4-e7e5-4e39-829c-65f8370640bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b908f3fa-52ea-4de6-8d92-c9f57f66f92d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11395', - 'x-ms-correlation-request-id', - '71942b8d-9296-45e7-acb7-b6db9e10dfee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032934Z:71942b8d-9296-45e7-acb7-b6db9e10dfee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '020027ba-65a3-45b5-b9cb-cee90a6e4864', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11394', - 'x-ms-correlation-request-id', - 'dac815b1-0385-4613-b073-bfb5292a6f5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032935Z:dac815b1-0385-4613-b073-bfb5292a6f5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8bc13ed3-703a-435f-a4c5-7a7605b53c9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11393', - 'x-ms-correlation-request-id', - 'e6788bf7-f909-48a6-9255-4c5679cce474', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032935Z:e6788bf7-f909-48a6-9255-4c5679cce474', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea888249-52fc-45a3-b56f-7c0d1cdc4a23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11392', - 'x-ms-correlation-request-id', - '40a93dda-8f6b-4efc-b40a-a3561208236f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032935Z:40a93dda-8f6b-4efc-b40a-a3561208236f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '922770e4-fc05-44bb-8e22-b50a78f702b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11391', - 'x-ms-correlation-request-id', - '96df919d-c325-48d6-b5aa-f04ee982b946', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032936Z:96df919d-c325-48d6-b5aa-f04ee982b946', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed1e3451-e5a1-4f06-ab85-8c8c543df057', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11390', - 'x-ms-correlation-request-id', - 'f9ffbd2c-2584-4fa4-a700-4ae85680dbee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032936Z:f9ffbd2c-2584-4fa4-a700-4ae85680dbee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bbd5c32f-d182-4966-94f2-233e64518c00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11389', - 'x-ms-correlation-request-id', - '6588d267-a3fd-47b4-bd7b-9e3c48195ee2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032937Z:6588d267-a3fd-47b4-bd7b-9e3c48195ee2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '968c09b8-0d79-42e3-b9b4-ef2b7f616cd3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11388', - 'x-ms-correlation-request-id', - 'b9c9cfe3-64c5-453f-a58b-d931e65a74bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032937Z:b9c9cfe3-64c5-453f-a58b-d931e65a74bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc98bbd9-3f89-402d-bef2-4608ab826cff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11387', - 'x-ms-correlation-request-id', - 'd4adede9-e11a-47b7-a020-60a8dfb8afde', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032938Z:d4adede9-e11a-47b7-a020-60a8dfb8afde', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56e6b826-dc9e-484c-9aa3-23610d2abfeb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11386', - 'x-ms-correlation-request-id', - '732f565f-7111-42f8-b1dc-65b295513f9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032938Z:732f565f-7111-42f8-b1dc-65b295513f9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8dda0685-dddc-4101-891d-917a41577ee4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11385', - 'x-ms-correlation-request-id', - '8b5b73b0-2195-4452-a1ac-220f1db53a0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032938Z:8b5b73b0-2195-4452-a1ac-220f1db53a0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a750985-a739-420c-84d4-de8f8ee78030', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11384', - 'x-ms-correlation-request-id', - 'e1cdd023-dcaa-4767-a3e0-16201ff3b4e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032939Z:e1cdd023-dcaa-4767-a3e0-16201ff3b4e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74050535-4147-4436-b332-8da017845bc4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11383', - 'x-ms-correlation-request-id', - 'e508d0d8-2f0f-4a99-a8fd-1c86619c4dd6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032939Z:e508d0d8-2f0f-4a99-a8fd-1c86619c4dd6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b916fcbd-5454-4f57-bd1b-be490acd077f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11382', - 'x-ms-correlation-request-id', - 'bb814db4-1c55-4a1e-9141-fabf875511e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032940Z:bb814db4-1c55-4a1e-9141-fabf875511e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1465a83-c4b3-4d65-8399-a343892a2e94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11381', - 'x-ms-correlation-request-id', - 'c17494a5-c6a7-480e-8acb-d55ab2358566', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032940Z:c17494a5-c6a7-480e-8acb-d55ab2358566', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2db102c-f48a-452c-b4a3-9e77e623a823', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11380', - 'x-ms-correlation-request-id', - '4d69a54e-1a3c-4c7a-b391-670f39f569ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032940Z:4d69a54e-1a3c-4c7a-b391-670f39f569ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7fd27cd-b14e-45c2-9228-41020a658e9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11379', - 'x-ms-correlation-request-id', - '63621abe-e01c-4cee-98d0-ec1ddd17f9ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032941Z:63621abe-e01c-4cee-98d0-ec1ddd17f9ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c44b2f52-6304-491d-8bc6-44d076d65edd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11378', - 'x-ms-correlation-request-id', - 'ece9ebef-d289-4059-8a5a-2818eb1934aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032941Z:ece9ebef-d289-4059-8a5a-2818eb1934aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '52485c90-beae-474d-88b2-fffec875d3e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11377', - 'x-ms-correlation-request-id', - 'b89609c7-6f45-4200-a2f6-6b3f7dabe1a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032942Z:b89609c7-6f45-4200-a2f6-6b3f7dabe1a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '558af6cc-e0ae-43f4-b7b8-0f9f4e749ef9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11376', - 'x-ms-correlation-request-id', - 'c08dbf61-39a6-4cce-892e-b4ebb8232543', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032942Z:c08dbf61-39a6-4cce-892e-b4ebb8232543', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec0aff94-fca7-4fd2-b58d-2243b136b7f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11375', - 'x-ms-correlation-request-id', - '1e0bacc4-05d7-4bc4-b98c-d3816c50776e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032942Z:1e0bacc4-05d7-4bc4-b98c-d3816c50776e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d99247f-e9a5-46ac-8afc-73220d5265bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11374', - 'x-ms-correlation-request-id', - '78d6557c-7bf3-4385-a718-211b3eb2718e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032943Z:78d6557c-7bf3-4385-a718-211b3eb2718e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b67e4291-9d7f-4d8c-9960-a19b8ec3ca91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11373', - 'x-ms-correlation-request-id', - '7d61b72f-c6f1-48d8-9094-3d7e2859a5f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032943Z:7d61b72f-c6f1-48d8-9094-3d7e2859a5f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2bb757a5-2d30-46f1-b504-c039e839522b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11372', - 'x-ms-correlation-request-id', - 'e8df41ed-5398-4e9a-bc2f-d087de1a1dd2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032944Z:e8df41ed-5398-4e9a-bc2f-d087de1a1dd2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a10f50a-a900-4f9a-8197-ca30ac0522c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11371', - 'x-ms-correlation-request-id', - 'af164b6e-3e3e-4f64-80cf-af8c650a124d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032944Z:af164b6e-3e3e-4f64-80cf-af8c650a124d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc642652-9c5b-4455-8696-7a68ca36b1e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11370', - 'x-ms-correlation-request-id', - '8785b41d-7150-4f30-b03e-29ba2d65fe49', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032945Z:8785b41d-7150-4f30-b03e-29ba2d65fe49', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3433c4e-30ed-4cd1-ae5e-191436126545', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11369', - 'x-ms-correlation-request-id', - 'f1bd61b5-94af-41a8-9799-250e4c85c83b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032945Z:f1bd61b5-94af-41a8-9799-250e4c85c83b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43630ad9-7a9b-4170-af85-7ad055d2156d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11368', - 'x-ms-correlation-request-id', - '601420a6-f2f3-411f-806f-e2d606cc6636', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032945Z:601420a6-f2f3-411f-806f-e2d606cc6636', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '258cc05a-8283-4341-a54b-b3c055597a76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11367', - 'x-ms-correlation-request-id', - 'a8651de6-9a12-4667-8e13-80ffb59a6f6e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032946Z:a8651de6-9a12-4667-8e13-80ffb59a6f6e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62e25367-b70a-4bfb-be30-49e290b20744', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11366', - 'x-ms-correlation-request-id', - '4f7a93d3-2deb-40f8-9360-2a700ac4d28a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032946Z:4f7a93d3-2deb-40f8-9360-2a700ac4d28a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1eb87a05-e847-4c0b-9425-b1ae1394f974', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11365', - 'x-ms-correlation-request-id', - '50bc2817-f14d-48cb-91d8-e3bf99d7e348', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032947Z:50bc2817-f14d-48cb-91d8-e3bf99d7e348', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1da3b66b-d28a-4e4e-82c3-8d42e91ce770', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11364', - 'x-ms-correlation-request-id', - 'd4968bc4-6982-4c6a-8e55-fd542f349144', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032947Z:d4968bc4-6982-4c6a-8e55-fd542f349144', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '096a308f-39dc-443f-a2ec-998965378f40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11363', - 'x-ms-correlation-request-id', - '21c07062-3a8b-4140-8de6-2447ab6a239a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032948Z:21c07062-3a8b-4140-8de6-2447ab6a239a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '37af9003-4ead-428d-becf-14bf66932a56', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11362', - 'x-ms-correlation-request-id', - '937a35f1-c026-44fc-9f3d-235ac6312fe9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032948Z:937a35f1-c026-44fc-9f3d-235ac6312fe9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f9b7c7d2-b01e-436b-a6f0-fc3352d56854', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11361', - 'x-ms-correlation-request-id', - 'e7f77bd2-b6af-4864-832a-68740dfa7e1b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032948Z:e7f77bd2-b6af-4864-832a-68740dfa7e1b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c618c91f-67ab-4acb-979c-b26b65c5c1ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11360', - 'x-ms-correlation-request-id', - '951e394c-aa3b-4a53-b3bd-940ee84e58e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032949Z:951e394c-aa3b-4a53-b3bd-940ee84e58e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2079276-c010-4362-a917-bd5a4c3668a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11359', - 'x-ms-correlation-request-id', - '8f7bf38e-3146-42c2-9bf9-cc512bf015e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032949Z:8f7bf38e-3146-42c2-9bf9-cc512bf015e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c5852f2-fe8b-44d8-8155-85e9293c39a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11358', - 'x-ms-correlation-request-id', - '7c00084c-01a0-478b-9eb5-23d82015f0d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032950Z:7c00084c-01a0-478b-9eb5-23d82015f0d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7dfd3e12-01b3-45a7-9469-7fd6703d3f4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11357', - 'x-ms-correlation-request-id', - '255fbf63-a23b-4d7e-8cb0-6b3fc7f2630a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032950Z:255fbf63-a23b-4d7e-8cb0-6b3fc7f2630a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84b0ad2e-f47a-4bb2-a95e-7290f8191c8f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11356', - 'x-ms-correlation-request-id', - '0df6197f-c46c-4aff-b218-a8d4f57ea44e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032951Z:0df6197f-c46c-4aff-b218-a8d4f57ea44e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf1c4c3b-6021-4f55-a95c-4fa9310ed6dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11355', - 'x-ms-correlation-request-id', - '33373ed0-74c5-4a91-816b-a8f9a13387b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032951Z:33373ed0-74c5-4a91-816b-a8f9a13387b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98b735f7-ab80-4ff6-9a11-d82c56a912a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11354', - 'x-ms-correlation-request-id', - 'cd4c6376-50d7-4847-b864-ab887d17ac23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032951Z:cd4c6376-50d7-4847-b864-ab887d17ac23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29913633-1680-4ab9-ad0f-959e4eff598e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11353', - 'x-ms-correlation-request-id', - '003a4e76-9113-4b36-bd1d-364d4e456f7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032952Z:003a4e76-9113-4b36-bd1d-364d4e456f7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd8c7741-9544-40f1-aca5-214ad27af11d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11352', - 'x-ms-correlation-request-id', - '369219e3-0aed-4ebb-8c57-f4507310ef12', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032952Z:369219e3-0aed-4ebb-8c57-f4507310ef12', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04eead0a-6e47-4ff5-890e-d68f582c3496', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11351', - 'x-ms-correlation-request-id', - 'c44b1c0d-8706-4e8b-ae96-7e1fb55b68de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032953Z:c44b1c0d-8706-4e8b-ae96-7e1fb55b68de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5aa3ff0-e24c-4275-86af-004e1f882952', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11350', - 'x-ms-correlation-request-id', - 'c6ef74d0-c5bf-4d2f-b13f-ffe3414218f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032953Z:c6ef74d0-c5bf-4d2f-b13f-ffe3414218f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91cd044b-c588-4651-a403-c19f71d52496', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11349', - 'x-ms-correlation-request-id', - 'c16b0971-d42b-4fe6-aeeb-48608de1275e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032953Z:c16b0971-d42b-4fe6-aeeb-48608de1275e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62a59846-c2d3-47a4-853a-9561c4bba91e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11348', - 'x-ms-correlation-request-id', - '5d778fb5-0767-4bb8-854f-5fc083c60682', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032954Z:5d778fb5-0767-4bb8-854f-5fc083c60682', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c62215bd-826e-477d-aac5-f4efcced1b29', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11347', - 'x-ms-correlation-request-id', - '469d1a34-5962-4b70-8803-8c0c16e5f814', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032954Z:469d1a34-5962-4b70-8803-8c0c16e5f814', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c15bcec-28cf-4ac5-8577-0ae4683eb0b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11346', - 'x-ms-correlation-request-id', - 'e36e7191-cdbe-4016-8f86-9497541bf31f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032955Z:e36e7191-cdbe-4016-8f86-9497541bf31f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de7a3da6-87d1-479f-99c4-be3c55c1320d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11345', - 'x-ms-correlation-request-id', - '3efaadac-287d-4b40-a99e-97136dc1fdb2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032955Z:3efaadac-287d-4b40-a99e-97136dc1fdb2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e89d9903-163e-4e46-bab5-d89e64c6a690', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11344', - 'x-ms-correlation-request-id', - '80521d34-c319-4f67-874e-be50f17e4c55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032956Z:80521d34-c319-4f67-874e-be50f17e4c55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f19d877f-0c97-47bb-a04a-531ce3ee2741', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11343', - 'x-ms-correlation-request-id', - '02d19dda-c2ef-4f78-81e1-00f459405f85', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032956Z:02d19dda-c2ef-4f78-81e1-00f459405f85', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16f04258-2274-440e-a61e-584279d47d2b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11342', - 'x-ms-correlation-request-id', - '316cea90-b9e7-4ed4-a434-8099c6554843', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032956Z:316cea90-b9e7-4ed4-a434-8099c6554843', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c33aa8f5-9b01-4ef8-883e-6b55617a58fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11341', - 'x-ms-correlation-request-id', - 'afac5c0e-1b3c-48e3-bf6e-9c1e731a9eb2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032957Z:afac5c0e-1b3c-48e3-bf6e-9c1e731a9eb2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1c5d529-6e70-4302-ad78-5c399d0ce1f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11340', - 'x-ms-correlation-request-id', - '35b0098e-fa23-49d0-9fcf-6630b55c3155', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032957Z:35b0098e-fa23-49d0-9fcf-6630b55c3155', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6e9f1ec-1c89-42c3-8157-4b7fcf27b603', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11339', - 'x-ms-correlation-request-id', - '20b422f8-0ef5-4143-9544-6d8d7394e795', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032958Z:20b422f8-0ef5-4143-9544-6d8d7394e795', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80740847-c389-4892-869f-89c0ce43ef2a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11338', - 'x-ms-correlation-request-id', - '45faab9b-1208-473d-aaae-89106925146a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032958Z:45faab9b-1208-473d-aaae-89106925146a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc16d70f-34b2-4c77-9c85-50ad7b68b363', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11337', - 'x-ms-correlation-request-id', - '991db76b-b3d0-4c6e-a0f4-f74e3715c566', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032958Z:991db76b-b3d0-4c6e-a0f4-f74e3715c566', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f49f208-63e0-4aa5-a761-9a6f9814ad63', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11336', - 'x-ms-correlation-request-id', - 'fe5147da-f972-4b6b-ba09-959ccc7d63d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032959Z:fe5147da-f972-4b6b-ba09-959ccc7d63d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '904ebe56-680b-4b33-98bd-915f31d09560', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11335', - 'x-ms-correlation-request-id', - 'a59f06e2-6a93-4566-a059-4d103317ceaa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T032959Z:a59f06e2-6a93-4566-a059-4d103317ceaa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf847775-cd0a-4b25-939a-de45157ae7af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11334', - 'x-ms-correlation-request-id', - '83867502-7399-4634-ba41-64cbe8d131db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033000Z:83867502-7399-4634-ba41-64cbe8d131db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8d34dcb-1b24-41cb-a648-f626039e737e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11333', - 'x-ms-correlation-request-id', - '9d3e0fe9-a340-4544-b6a9-db10ca1b7f07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033000Z:9d3e0fe9-a340-4544-b6a9-db10ca1b7f07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:29:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b5509b8-d1ee-45a3-9db8-903ba0199a9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11332', - 'x-ms-correlation-request-id', - 'fb38a076-e7ea-4008-a32e-3d7b311c5463', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033000Z:fb38a076-e7ea-4008-a32e-3d7b311c5463', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a5cbba5-c386-4c36-a925-bee6e27be0a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11331', - 'x-ms-correlation-request-id', - '67f220b9-c0b1-499d-883f-6379b56e321e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033001Z:67f220b9-c0b1-499d-883f-6379b56e321e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1348126-fffa-481b-b416-58a2450cdb36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11330', - 'x-ms-correlation-request-id', - '980ee8d8-9f00-48fa-b1a3-018f688488f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033001Z:980ee8d8-9f00-48fa-b1a3-018f688488f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5be3a5a7-802d-4f61-b041-33aafb8f112c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11329', - 'x-ms-correlation-request-id', - 'f00096c5-2b66-4935-8f9e-19129ee09c26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033002Z:f00096c5-2b66-4935-8f9e-19129ee09c26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1fe7ba3f-07e7-4150-890c-84c8b0d43224', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11328', - 'x-ms-correlation-request-id', - 'a3944bf1-dcc9-4d8d-b7d8-db8f45802756', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033002Z:a3944bf1-dcc9-4d8d-b7d8-db8f45802756', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb00fe0d-ea59-4b54-9580-7ff232d1b690', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11327', - 'x-ms-correlation-request-id', - 'f9190a2c-6374-4d19-8f35-851f686a1e04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033003Z:f9190a2c-6374-4d19-8f35-851f686a1e04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f97eee2-9f0e-4d4e-8e83-7ad31da37c08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11326', - 'x-ms-correlation-request-id', - '9d878108-330a-4909-be76-4aba11060e18', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033003Z:9d878108-330a-4909-be76-4aba11060e18', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cca63654-6727-451f-8839-455388cd3fe0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11325', - 'x-ms-correlation-request-id', - '82967cd9-ed13-4e75-b9bd-4acdaf80bfce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033003Z:82967cd9-ed13-4e75-b9bd-4acdaf80bfce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '724f2f55-a57a-4961-87ae-6ab7754f0369', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11324', - 'x-ms-correlation-request-id', - 'eee709c0-b909-4af4-9c33-abba8c5ad8cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033004Z:eee709c0-b909-4af4-9c33-abba8c5ad8cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53397ae3-6330-41fe-a8ea-81000905b8a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11323', - 'x-ms-correlation-request-id', - 'af651220-4123-4cf6-9088-13a1790f1278', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033004Z:af651220-4123-4cf6-9088-13a1790f1278', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77ccbedd-34a2-462a-92dc-e3419e3896ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11322', - 'x-ms-correlation-request-id', - 'bd3afba1-7bd3-4d12-877d-f0e61f9d18a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033005Z:bd3afba1-7bd3-4d12-877d-f0e61f9d18a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27ce031c-f11c-4c64-96df-e7a22b085bd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11321', - 'x-ms-correlation-request-id', - 'd3ac3d7b-9bc3-40a5-8c68-9305f3300829', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033005Z:d3ac3d7b-9bc3-40a5-8c68-9305f3300829', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7602a992-1c51-4c44-bc20-991096355053', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11320', - 'x-ms-correlation-request-id', - '3e07ff0a-9f98-4c26-ad24-217441e8580f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033006Z:3e07ff0a-9f98-4c26-ad24-217441e8580f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e694855-ab92-4714-83e7-ccbbd13d3111', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11319', - 'x-ms-correlation-request-id', - '02e2cc8b-548e-4481-b19d-021686836fa0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033006Z:02e2cc8b-548e-4481-b19d-021686836fa0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fa4ec88-999c-473e-8163-b52a6c27519f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11318', - 'x-ms-correlation-request-id', - 'de820bc2-5f55-48d4-926a-8e1a8cb4b1b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033006Z:de820bc2-5f55-48d4-926a-8e1a8cb4b1b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf67a12f-b6ba-475f-b6d0-b14843ca3b1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11317', - 'x-ms-correlation-request-id', - 'e648a74d-f9b9-443f-b29f-819af4d95a04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033007Z:e648a74d-f9b9-443f-b29f-819af4d95a04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4f084fb-0d08-42c3-95f3-42bfe7f9c958', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11316', - 'x-ms-correlation-request-id', - '855cbb7c-447c-4c9f-83f9-a53577962671', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033007Z:855cbb7c-447c-4c9f-83f9-a53577962671', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ebcda22c-efe8-43e3-a248-a2a6f0263d80', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11315', - 'x-ms-correlation-request-id', - '0eaf78cc-6f0d-4fd9-8c10-71e750a186ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033008Z:0eaf78cc-6f0d-4fd9-8c10-71e750a186ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '842c9a56-9093-4260-88c6-ef741fc8cf25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11314', - 'x-ms-correlation-request-id', - '0776b33b-1afe-4f9a-8dd9-2fb6941e720c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033008Z:0776b33b-1afe-4f9a-8dd9-2fb6941e720c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08534ef6-bf26-4395-a369-9b3a390fa834', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11313', - 'x-ms-correlation-request-id', - 'f16edde1-8c4b-4547-9747-1586b77dd60a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033008Z:f16edde1-8c4b-4547-9747-1586b77dd60a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83056960-e3ce-42e5-9d83-e68c722ee770', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11312', - 'x-ms-correlation-request-id', - '96b8f872-919d-4e7a-9fa8-a8d766e756ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033009Z:96b8f872-919d-4e7a-9fa8-a8d766e756ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32333b3a-e61a-4c6c-bda3-a142db570acd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11311', - 'x-ms-correlation-request-id', - 'e30ceb15-d6e4-45ab-90a0-1c115ce71157', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033009Z:e30ceb15-d6e4-45ab-90a0-1c115ce71157', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03ab49d3-2e8b-4731-bcf8-923fc4b25ebb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11310', - 'x-ms-correlation-request-id', - 'db7c0e0d-d188-4103-9240-cbfe0e35b3d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033010Z:db7c0e0d-d188-4103-9240-cbfe0e35b3d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a50e41f-24c5-45e2-ac8e-7ccbd660c207', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11309', - 'x-ms-correlation-request-id', - 'ec3bc671-07fa-4ff5-b59b-9c858bdd1223', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033010Z:ec3bc671-07fa-4ff5-b59b-9c858bdd1223', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c2396b4-3107-476f-af1a-6ff33bdde3e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11308', - 'x-ms-correlation-request-id', - '504e2d53-deb9-477e-8e94-079adf33fe53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033011Z:504e2d53-deb9-477e-8e94-079adf33fe53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dffb720e-755d-4ce8-8902-24982e5493a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11307', - 'x-ms-correlation-request-id', - '7fc237bc-4272-48dc-a62a-5c226657907c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033011Z:7fc237bc-4272-48dc-a62a-5c226657907c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8a8bacf-0ede-40df-a7d6-384fbf041722', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11306', - 'x-ms-correlation-request-id', - '68f6bc89-07ea-450e-aa79-bae051b8a7b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033011Z:68f6bc89-07ea-450e-aa79-bae051b8a7b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9481fad2-cbdf-455a-bcba-0c0f19020035', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11305', - 'x-ms-correlation-request-id', - 'c1a1fd65-b553-44b0-8fe0-ffc192be8fe3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033012Z:c1a1fd65-b553-44b0-8fe0-ffc192be8fe3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a5ad85d-3d46-4187-b09d-b00fb848d71a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11304', - 'x-ms-correlation-request-id', - '2736c9a3-2b26-4892-9dbc-712dca06af47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033013Z:2736c9a3-2b26-4892-9dbc-712dca06af47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c70cddbe-0051-4260-b326-486d09c5bace', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11303', - 'x-ms-correlation-request-id', - '51fdb145-c993-4e57-9882-2fc0314c38c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033013Z:51fdb145-c993-4e57-9882-2fc0314c38c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b9f4c95-44a8-4a9d-bff4-03562ddb921a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11302', - 'x-ms-correlation-request-id', - '84d0cacc-dedd-4f18-968d-cb490825f5f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033014Z:84d0cacc-dedd-4f18-968d-cb490825f5f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97344bfc-3475-424e-b918-0c69b354ddae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11301', - 'x-ms-correlation-request-id', - '2bf1058d-82af-4537-8ba4-3acd16c3d818', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033014Z:2bf1058d-82af-4537-8ba4-3acd16c3d818', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4848ea7-7077-492f-9323-ae58cc13eebc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11300', - 'x-ms-correlation-request-id', - '1d909dc5-1cc1-4218-bc43-d18f9130b209', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033015Z:1d909dc5-1cc1-4218-bc43-d18f9130b209', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2c1ddca-b74b-40fa-b64d-b5a54b399876', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11299', - 'x-ms-correlation-request-id', - '9a885ff0-e39f-4d74-8f97-7de8ea6972ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033015Z:9a885ff0-e39f-4d74-8f97-7de8ea6972ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e1052ae-a8a9-40c3-bd02-b9d58581f447', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11298', - 'x-ms-correlation-request-id', - 'a7b635df-a235-44e4-91a7-81338453dfd5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033015Z:a7b635df-a235-44e4-91a7-81338453dfd5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbfc2fa9-db02-4de6-8929-65d1c61e59eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11297', - 'x-ms-correlation-request-id', - '848a236e-93d1-4209-82b7-f2814a1703d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033016Z:848a236e-93d1-4209-82b7-f2814a1703d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a29f9a6-a9a0-4341-b421-6246ffec189a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11296', - 'x-ms-correlation-request-id', - 'eb660095-3c4d-4d88-91f1-c60ddb856157', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033016Z:eb660095-3c4d-4d88-91f1-c60ddb856157', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2f071d1-33a1-44d9-a385-e72ff0046a6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11295', - 'x-ms-correlation-request-id', - 'de78f95a-c777-45d1-ba6b-c1888451eeef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033017Z:de78f95a-c777-45d1-ba6b-c1888451eeef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b9d6bc5-1528-411f-b42f-c6fa7afe2a18', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11294', - 'x-ms-correlation-request-id', - '58420123-d864-4195-996f-9bcb343c5366', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033017Z:58420123-d864-4195-996f-9bcb343c5366', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55c1dfb8-b149-4d0e-80a3-ce130ec8c973', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11293', - 'x-ms-correlation-request-id', - '3fd8e18a-525d-42ff-8f91-066efd89208c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033018Z:3fd8e18a-525d-42ff-8f91-066efd89208c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e73e0869-8795-4895-bd94-cea08898ecff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11292', - 'x-ms-correlation-request-id', - '496bf837-a8fc-4f3d-b7f9-90b2cf962155', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033018Z:496bf837-a8fc-4f3d-b7f9-90b2cf962155', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8225b40f-ed09-4fec-b89d-1c7304bce5cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11291', - 'x-ms-correlation-request-id', - 'ac6b7d0b-5d95-46d4-9af8-1816aab86ad5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033018Z:ac6b7d0b-5d95-46d4-9af8-1816aab86ad5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ef9d305-a01b-4d3c-91ba-3ea1db4cf20a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11290', - 'x-ms-correlation-request-id', - '11e6f665-d307-46d5-87d2-a72fefec4485', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033019Z:11e6f665-d307-46d5-87d2-a72fefec4485', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9f617c12-c175-4e5a-828d-bd6059de0a43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11289', - 'x-ms-correlation-request-id', - 'f125add7-f579-4ae4-bb3c-db9381339493', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033019Z:f125add7-f579-4ae4-bb3c-db9381339493', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8399c826-5c09-4ee7-85a1-58dba1144185', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11288', - 'x-ms-correlation-request-id', - '2beeeea6-9ba0-4279-93b9-31d56cc6300e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033020Z:2beeeea6-9ba0-4279-93b9-31d56cc6300e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f84c57d-7e63-4316-8574-de881da9dc36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11287', - 'x-ms-correlation-request-id', - '58f61102-c7c6-49ad-98f1-77fe408f0431', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033020Z:58f61102-c7c6-49ad-98f1-77fe408f0431', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42a79d97-bcc0-4ef0-b787-6be351f82858', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11286', - 'x-ms-correlation-request-id', - 'dce07b5c-a0a2-4e64-8e54-7edfb9887fa1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033020Z:dce07b5c-a0a2-4e64-8e54-7edfb9887fa1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0faa298-01ee-4c09-8ea8-0782c5650d41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11285', - 'x-ms-correlation-request-id', - 'd37fb24f-8b13-490a-96e3-ab458ad5c9e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033021Z:d37fb24f-8b13-490a-96e3-ab458ad5c9e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1fe4a0f7-7d61-4186-9b2a-3747598923ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11284', - 'x-ms-correlation-request-id', - '7504ded7-7133-4d31-9e5a-679f96846c3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033021Z:7504ded7-7133-4d31-9e5a-679f96846c3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1215830c-22b8-41b9-9b36-6012af422d6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11283', - 'x-ms-correlation-request-id', - 'f2714505-9bc3-4159-bf0c-892cc0a763df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033021Z:f2714505-9bc3-4159-bf0c-892cc0a763df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf328cc7-58c0-444d-baf1-4fe9d9dd0e23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11282', - 'x-ms-correlation-request-id', - '644e138b-de4d-419e-9691-fb658635bc09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033022Z:644e138b-de4d-419e-9691-fb658635bc09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ebb432b-17b2-4e49-92a7-2ffc2eefbe51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11281', - 'x-ms-correlation-request-id', - '2f7e01f2-79cd-42ce-a6a6-c0982f594e89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033022Z:2f7e01f2-79cd-42ce-a6a6-c0982f594e89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7a4b860-05ec-4047-9cc9-88538bbeea0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11280', - 'x-ms-correlation-request-id', - '2e013168-0940-4c83-b722-b31c4f9204f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033023Z:2e013168-0940-4c83-b722-b31c4f9204f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '487d8249-4cca-4f69-a865-95de379f335c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11279', - 'x-ms-correlation-request-id', - '3f3d307f-88d9-43c3-8cd5-2f21227cf781', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033023Z:3f3d307f-88d9-43c3-8cd5-2f21227cf781', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6a0a1db9-1411-44aa-b328-62c0d45ff67f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11278', - 'x-ms-correlation-request-id', - 'f98b50d3-1125-4f27-a936-1268cc85bf67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033024Z:f98b50d3-1125-4f27-a936-1268cc85bf67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb6a2f2f-f188-41f6-8f78-63908edeacbc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11277', - 'x-ms-correlation-request-id', - 'fb64ffe1-e7b1-45c9-a874-9751bd4dbc07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033024Z:fb64ffe1-e7b1-45c9-a874-9751bd4dbc07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '327cf1d8-657a-4130-9825-e5c195a13d20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11276', - 'x-ms-correlation-request-id', - '9c6b6e27-95b2-460f-a81b-e2db73fcfc48', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033024Z:9c6b6e27-95b2-460f-a81b-e2db73fcfc48', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d62b4cf-5a8c-417a-8fb8-6987a8d26c9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11275', - 'x-ms-correlation-request-id', - '126d0cd2-7d4a-459b-87a7-9a871eab5805', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033025Z:126d0cd2-7d4a-459b-87a7-9a871eab5805', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd0acada-c783-4227-94bb-376deeac09db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11274', - 'x-ms-correlation-request-id', - 'b36c1970-5165-4ee0-82bb-a0a4a8d2aff5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033025Z:b36c1970-5165-4ee0-82bb-a0a4a8d2aff5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de8c2d2b-55fb-48bf-95fe-4d8984a03603', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11273', - 'x-ms-correlation-request-id', - '33eec75e-4dc6-4a09-9480-01fc17b2dabc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033026Z:33eec75e-4dc6-4a09-9480-01fc17b2dabc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3d0a381-34e2-4e62-9225-f4fa36025ef1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11272', - 'x-ms-correlation-request-id', - '49d3613d-33b5-43da-ae52-a0f34992021d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033026Z:49d3613d-33b5-43da-ae52-a0f34992021d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6b60ffc-e57b-4000-86d4-de98f092997a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11271', - 'x-ms-correlation-request-id', - '697969ba-491e-44ba-841e-0b4eee536350', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033026Z:697969ba-491e-44ba-841e-0b4eee536350', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '135b1ad1-e008-4453-a11c-5cb14ea4bda0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11270', - 'x-ms-correlation-request-id', - '24014064-29ae-4479-8aaf-acb876622016', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033027Z:24014064-29ae-4479-8aaf-acb876622016', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4541a75e-417b-4cd2-b215-9e2119d031b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11269', - 'x-ms-correlation-request-id', - '6eb32ab9-9f98-4a96-8325-cbc7e400e727', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033027Z:6eb32ab9-9f98-4a96-8325-cbc7e400e727', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbc4b32b-a00d-4878-9218-e1015f0685c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11268', - 'x-ms-correlation-request-id', - 'c6a140e1-56cd-4023-ab8b-efba5800c808', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033028Z:c6a140e1-56cd-4023-ab8b-efba5800c808', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f443fff-8bc7-4244-8dcd-5f691469f1a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11267', - 'x-ms-correlation-request-id', - '4c327790-375e-4b79-95c7-4df0dd6db33e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033028Z:4c327790-375e-4b79-95c7-4df0dd6db33e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5f610a7-1753-4d65-842b-38914fdd823e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11266', - 'x-ms-correlation-request-id', - 'a40fed00-7ed4-468a-9f53-40a48c77551c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033028Z:a40fed00-7ed4-468a-9f53-40a48c77551c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4fd1200e-bd03-4232-a91c-7664d6d9c472', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11265', - 'x-ms-correlation-request-id', - '1990552c-8ca3-4264-bce5-88dc927af129', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033029Z:1990552c-8ca3-4264-bce5-88dc927af129', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ba027e0-be19-4939-aa70-5ce48a8b893f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11264', - 'x-ms-correlation-request-id', - '13535bad-9362-4d89-912e-d803e1347b74', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033029Z:13535bad-9362-4d89-912e-d803e1347b74', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae0d8bb2-a87e-45b3-bac0-9c5a48f141ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11263', - 'x-ms-correlation-request-id', - '9269ff1f-16a1-42fd-b1f1-cb86e945bba7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033030Z:9269ff1f-16a1-42fd-b1f1-cb86e945bba7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19b49ad3-b5a0-46ee-99f8-5b7891c94b30', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11262', - 'x-ms-correlation-request-id', - '32fc88ec-c166-4905-800e-6dddc87ec407', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033030Z:32fc88ec-c166-4905-800e-6dddc87ec407', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9bdda70-f3c0-4906-b734-c490f98f8905', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11261', - 'x-ms-correlation-request-id', - '25d33ea7-d093-4f15-83a8-fb58c776ee83', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033030Z:25d33ea7-d093-4f15-83a8-fb58c776ee83', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'badff2e8-84c8-46df-9151-83137bb9c7ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11260', - 'x-ms-correlation-request-id', - '238b55b9-e3f2-450d-b6ef-09e67b234222', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033031Z:238b55b9-e3f2-450d-b6ef-09e67b234222', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6aadcbc-5100-451f-bd84-1a03454591b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11259', - 'x-ms-correlation-request-id', - '740e69c8-9285-4139-91d8-04fbeb0ba30e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033031Z:740e69c8-9285-4139-91d8-04fbeb0ba30e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7519d597-ce46-465f-abe7-a961fbe5c4d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11258', - 'x-ms-correlation-request-id', - '80cd5f5a-2b3e-446c-b70d-75ea065872b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033032Z:80cd5f5a-2b3e-446c-b70d-75ea065872b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f925d6c2-f8c6-4c25-8eb3-a16e057b2b0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11257', - 'x-ms-correlation-request-id', - '357038ab-abb1-4939-9d9a-4f62087a9a2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033032Z:357038ab-abb1-4939-9d9a-4f62087a9a2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a4536bf-29a3-45d4-a3a3-00dbacf3cdb6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11256', - 'x-ms-correlation-request-id', - 'e5e4eefd-881a-486d-b912-074911cc2d1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033032Z:e5e4eefd-881a-486d-b912-074911cc2d1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '881f600d-dd6a-4403-ae1f-4dc006dcb981', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11255', - 'x-ms-correlation-request-id', - '993cdad8-972f-4225-b418-8545975412e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033033Z:993cdad8-972f-4225-b418-8545975412e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8314ef96-5f16-44e6-b4b0-94a165d6cdba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11254', - 'x-ms-correlation-request-id', - '0b5d6a3d-7d56-42b2-b9d8-f10c18981e8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033033Z:0b5d6a3d-7d56-42b2-b9d8-f10c18981e8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23f4f168-cafc-4e92-aeee-a5037c8110e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11253', - 'x-ms-correlation-request-id', - 'afa92f96-4b8e-4e1b-851a-ae4e8993eeb5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033034Z:afa92f96-4b8e-4e1b-851a-ae4e8993eeb5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a9159cb-400c-4822-8913-f30b7a2c6e74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11252', - 'x-ms-correlation-request-id', - '68de960e-a9bf-46f7-9b41-8e6e65108057', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033034Z:68de960e-a9bf-46f7-9b41-8e6e65108057', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba1136c5-526f-4862-8637-d677a1fc32c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11251', - 'x-ms-correlation-request-id', - '1d56215b-3326-4246-adbc-b8ce96d5e095', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033034Z:1d56215b-3326-4246-adbc-b8ce96d5e095', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24419a36-953d-455a-b1c1-e85e69875075', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11250', - 'x-ms-correlation-request-id', - 'd83222f7-f987-49e2-8ec5-4e2437afe30c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033035Z:d83222f7-f987-49e2-8ec5-4e2437afe30c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd63f0a85-8d54-44a3-a90c-4bf3b1ae95c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11249', - 'x-ms-correlation-request-id', - 'acd68175-ae67-4024-9bf5-0b6116867141', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033035Z:acd68175-ae67-4024-9bf5-0b6116867141', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '22c0c7c7-2ce8-45f1-9b6f-a57e5b31cd1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11248', - 'x-ms-correlation-request-id', - 'c2458b35-e0af-4082-82f6-ff55b09af8d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033036Z:c2458b35-e0af-4082-82f6-ff55b09af8d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4891460-eee3-43e6-921c-6fdf892a02a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11247', - 'x-ms-correlation-request-id', - '0d1a0f27-7669-4627-a483-669f2afcfe1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033036Z:0d1a0f27-7669-4627-a483-669f2afcfe1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '727aae0f-0e1c-4025-a190-94c465674179', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11246', - 'x-ms-correlation-request-id', - '6bd1c1c6-5413-46f2-a495-bc6ff1ee2d9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033037Z:6bd1c1c6-5413-46f2-a495-bc6ff1ee2d9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd6476c2-e761-4dd2-a14b-eceedbfd8560', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11245', - 'x-ms-correlation-request-id', - '9d04fbb5-9f7a-4ac9-b0ec-79000cb8ff6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033037Z:9d04fbb5-9f7a-4ac9-b0ec-79000cb8ff6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '852c45d3-fc77-468c-8efa-55706b43513a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11244', - 'x-ms-correlation-request-id', - '79c9642e-d831-4fcb-aa4f-0053b908128b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033037Z:79c9642e-d831-4fcb-aa4f-0053b908128b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff0cd1a7-76c3-4c0c-8571-ef7123b782f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11243', - 'x-ms-correlation-request-id', - '5b984d96-2edb-4325-a034-33a9a7cff17f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033038Z:5b984d96-2edb-4325-a034-33a9a7cff17f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4425d67c-c2ca-404c-9a2f-d759a732a17c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11242', - 'x-ms-correlation-request-id', - 'b7fdb83e-ab0d-457a-afc0-ecf8fb29642f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033038Z:b7fdb83e-ab0d-457a-afc0-ecf8fb29642f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70392324-aee3-4052-a237-33aa531bcfdf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11241', - 'x-ms-correlation-request-id', - '0f687af6-e2db-457a-be76-3c054f1071f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033039Z:0f687af6-e2db-457a-be76-3c054f1071f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67ce6029-2980-44e4-864c-ce2862e0dc23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11240', - 'x-ms-correlation-request-id', - 'a2dc85bd-baac-42f9-b3bc-5e2c9489f226', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033039Z:a2dc85bd-baac-42f9-b3bc-5e2c9489f226', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e82bdcd6-9b5a-4082-b841-ec2ab6f805a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11239', - 'x-ms-correlation-request-id', - '7a569eed-6d89-4f66-856e-220067ca0f66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033040Z:7a569eed-6d89-4f66-856e-220067ca0f66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b108136f-9dd4-4fcc-ab3a-842b368b68e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11238', - 'x-ms-correlation-request-id', - 'c1a9da12-402f-4b13-9740-fe9dbf93809a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033040Z:c1a9da12-402f-4b13-9740-fe9dbf93809a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa739ab5-91d0-4c2f-ad95-cc83dfbd972c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11237', - 'x-ms-correlation-request-id', - '7e33e09b-9c09-4ecb-aea5-5dcf05c30fae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033040Z:7e33e09b-9c09-4ecb-aea5-5dcf05c30fae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f40a3629-0857-4123-8939-cbd1d2fb5cc5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11236', - 'x-ms-correlation-request-id', - 'cee72597-7898-42d5-bf47-745dcf8f2bcb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033041Z:cee72597-7898-42d5-bf47-745dcf8f2bcb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f009aba5-8e29-4be2-b693-2f914f7de269', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11235', - 'x-ms-correlation-request-id', - 'a9559969-a952-470a-bea8-39bccaf4337e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033041Z:a9559969-a952-470a-bea8-39bccaf4337e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0957941-3337-4a19-89f5-b5642a680eee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11234', - 'x-ms-correlation-request-id', - 'a2e5741c-80a1-496b-b62d-6cc98ed68cd5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033042Z:a2e5741c-80a1-496b-b62d-6cc98ed68cd5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16e95bf6-2c69-4195-8cc8-4cc78852fade', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11233', - 'x-ms-correlation-request-id', - 'e14a57f3-f12b-49cf-9ef9-4eefbc0df4b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033042Z:e14a57f3-f12b-49cf-9ef9-4eefbc0df4b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '819e27fe-1282-4b6c-8c46-4d8c3a18fb14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11232', - 'x-ms-correlation-request-id', - '9a268c8f-7f5d-4052-877c-95b446ff9468', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033042Z:9a268c8f-7f5d-4052-877c-95b446ff9468', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e171e5d-22de-4ac7-8afc-409bbec8ec03', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11231', - 'x-ms-correlation-request-id', - '80a848ee-305a-479b-956c-38eba847bf16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033043Z:80a848ee-305a-479b-956c-38eba847bf16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11bc0511-893d-4d69-9aa8-66352fa65468', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11230', - 'x-ms-correlation-request-id', - '42e5d464-d06f-440f-a674-b3298d10971c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033043Z:42e5d464-d06f-440f-a674-b3298d10971c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5cd74b76-5e30-4a9f-bf88-cd3d9d1954e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11229', - 'x-ms-correlation-request-id', - '927866f9-2c1c-4389-95ba-fca211f79984', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033044Z:927866f9-2c1c-4389-95ba-fca211f79984', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8880247-3d8b-4d02-8541-eaa092b39ee8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11228', - 'x-ms-correlation-request-id', - '1313f0eb-a48e-429d-8589-f6601dc0328b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033044Z:1313f0eb-a48e-429d-8589-f6601dc0328b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d0a58d5-19a4-415e-87c4-b35ec25eee86', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11227', - 'x-ms-correlation-request-id', - 'df9e6449-bac9-4495-b561-789837da8acc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033044Z:df9e6449-bac9-4495-b561-789837da8acc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1355bec1-7dd9-48cb-a23e-30752a75ba6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11226', - 'x-ms-correlation-request-id', - '3a4a065a-ef87-4e8b-ae64-4dff94acd654', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033045Z:3a4a065a-ef87-4e8b-ae64-4dff94acd654', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2cb2cc02-3466-43bb-acf2-2e25718ec5cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11225', - 'x-ms-correlation-request-id', - '9ef6e4cc-e95a-4fde-be92-ec9b864c00c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033045Z:9ef6e4cc-e95a-4fde-be92-ec9b864c00c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ec2d47e-6397-4c55-b731-5024f0e0f9d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11224', - 'x-ms-correlation-request-id', - '9898b2cf-ed75-4335-aaf5-d8a39b262b62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033046Z:9898b2cf-ed75-4335-aaf5-d8a39b262b62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5da15797-e1e6-41a2-b9dc-be344ddac133', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11223', - 'x-ms-correlation-request-id', - '213a939f-be4f-483f-ac82-d6b38f7c5d8a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033046Z:213a939f-be4f-483f-ac82-d6b38f7c5d8a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a26e563b-1bba-45f5-99e4-8807692255fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11222', - 'x-ms-correlation-request-id', - 'dee3c924-fc8b-455a-896c-6d9d0760c513', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033046Z:dee3c924-fc8b-455a-896c-6d9d0760c513', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ecc350e-5236-45ae-987c-f503d36317d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11221', - 'x-ms-correlation-request-id', - 'af12d97f-c3da-460b-985f-c7f21b2d2505', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033047Z:af12d97f-c3da-460b-985f-c7f21b2d2505', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4608ced9-4d2f-42fe-bdbf-45daa3186e7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11220', - 'x-ms-correlation-request-id', - '70bf9a98-0451-4cf3-9785-b59b15b30cc5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033047Z:70bf9a98-0451-4cf3-9785-b59b15b30cc5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d0a1807-b02a-4b9f-a749-2b6b33f15697', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11219', - 'x-ms-correlation-request-id', - '07831ee5-83de-4423-9962-587bb7c7f6d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033047Z:07831ee5-83de-4423-9962-587bb7c7f6d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bcd55267-38af-41b6-8c12-71778a1ab5da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11218', - 'x-ms-correlation-request-id', - 'af19fdc0-58c7-4dee-9f7a-2c00cf3cd1d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033048Z:af19fdc0-58c7-4dee-9f7a-2c00cf3cd1d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e7c648e-b6df-4d4a-a8e4-590be687137a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11217', - 'x-ms-correlation-request-id', - '1340a1a5-0acd-4d1e-b85e-aa67a21e720c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033048Z:1340a1a5-0acd-4d1e-b85e-aa67a21e720c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1da81e4f-4426-4e04-8018-0cad172ebe46', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11216', - 'x-ms-correlation-request-id', - '45b78022-04c3-4bf8-ad38-1889c956a805', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033049Z:45b78022-04c3-4bf8-ad38-1889c956a805', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fab61d48-250a-4f89-b7e1-9e7d3cfeb071', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11215', - 'x-ms-correlation-request-id', - '1168eade-c562-452a-8e0a-61f99101c92e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033049Z:1168eade-c562-452a-8e0a-61f99101c92e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5dc65319-d1cc-4d6e-80a3-664a14a84937', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11214', - 'x-ms-correlation-request-id', - '63b730a7-c2d5-4c6e-be60-41a93e4c2a2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033049Z:63b730a7-c2d5-4c6e-be60-41a93e4c2a2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4bcbd5e-6eea-437e-b926-302134e37dee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11213', - 'x-ms-correlation-request-id', - '1629799b-35c9-46f0-9c8e-c58c14a4ad7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033050Z:1629799b-35c9-46f0-9c8e-c58c14a4ad7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25acf375-c91b-4f17-8ede-97a9bdfa89e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11212', - 'x-ms-correlation-request-id', - 'a2a92a11-9bb8-45d7-bb07-8f1f437990cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033050Z:a2a92a11-9bb8-45d7-bb07-8f1f437990cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c64d788f-da34-4039-9311-17a5ddb60b6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11211', - 'x-ms-correlation-request-id', - '0d792afa-6126-4cd8-a54a-96d85a68fcf7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033051Z:0d792afa-6126-4cd8-a54a-96d85a68fcf7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bcd510fe-c5e7-4488-a75d-cc0e347c03a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11210', - 'x-ms-correlation-request-id', - '41d53535-2ead-4fd2-be40-6d7f5e71c038', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033051Z:41d53535-2ead-4fd2-be40-6d7f5e71c038', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a798ea9c-0bb6-4d39-94e8-59a09432c333', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11209', - 'x-ms-correlation-request-id', - '0ecdecbc-7ec6-4d4f-ae6c-90181c2c3fb6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033051Z:0ecdecbc-7ec6-4d4f-ae6c-90181c2c3fb6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09f9038d-6f89-4c44-95a9-d58144bd51e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11208', - 'x-ms-correlation-request-id', - '1f99a74d-2123-4448-a095-dc98cbe8f8cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033052Z:1f99a74d-2123-4448-a095-dc98cbe8f8cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87a81e63-510f-4f55-ab9d-ba4ca05b2805', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11207', - 'x-ms-correlation-request-id', - '1e351aac-92da-461a-afe2-8de9dedd481a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033052Z:1e351aac-92da-461a-afe2-8de9dedd481a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40310130-7f2e-4240-85d4-57034b665850', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11206', - 'x-ms-correlation-request-id', - 'e51b908f-bda3-4009-ac3c-3895df79dd97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033053Z:e51b908f-bda3-4009-ac3c-3895df79dd97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec4984cf-320d-479f-83f9-e9fbd954d200', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11205', - 'x-ms-correlation-request-id', - '2ad4a6bf-5e85-41a3-b4a2-625f19a98d9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033053Z:2ad4a6bf-5e85-41a3-b4a2-625f19a98d9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d269c1a-4f1f-4d02-bd7d-b465e1231953', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11204', - 'x-ms-correlation-request-id', - '7b2d2ba8-30fe-49c7-8f07-c12b4de16103', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033053Z:7b2d2ba8-30fe-49c7-8f07-c12b4de16103', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a6fdc21-aff3-4ce9-ab78-e7aab99e9fba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11203', - 'x-ms-correlation-request-id', - '0844860f-6cfe-4d31-813b-8aee29c0d5ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033054Z:0844860f-6cfe-4d31-813b-8aee29c0d5ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f21741d2-a0d5-4fcb-a533-05e344004e24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11202', - 'x-ms-correlation-request-id', - '52e2e62d-337b-4fb3-84eb-0e0464c26774', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033054Z:52e2e62d-337b-4fb3-84eb-0e0464c26774', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a94fc429-9591-41de-9d32-40c3f175d3aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11201', - 'x-ms-correlation-request-id', - '7435fdd9-381c-4ec7-a91b-62544ebe60ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033055Z:7435fdd9-381c-4ec7-a91b-62544ebe60ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7309ed3-86f8-43bd-bee3-0f32fcebe567', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11200', - 'x-ms-correlation-request-id', - '1fb4087b-2105-438f-ab98-6fa76e29472e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033055Z:1fb4087b-2105-438f-ab98-6fa76e29472e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e9765de9-d830-418f-94d3-3368e6dd849c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11199', - 'x-ms-correlation-request-id', - '4311d36e-e5e8-406d-93a2-60980ade8a32', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033055Z:4311d36e-e5e8-406d-93a2-60980ade8a32', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '928b0a06-620d-4789-9c96-f0ca0200ebd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11198', - 'x-ms-correlation-request-id', - 'e0bc7a91-2569-403b-85f7-ec4bdaa2d615', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033056Z:e0bc7a91-2569-403b-85f7-ec4bdaa2d615', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4eb4afa-866c-47f3-a39a-a516300e930e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11197', - 'x-ms-correlation-request-id', - '233f537e-4f96-4b2c-9fec-b8df2cc48d66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033056Z:233f537e-4f96-4b2c-9fec-b8df2cc48d66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c0fd28b-e661-4f85-b851-27194be907e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11196', - 'x-ms-correlation-request-id', - '2546ba80-78b3-483b-897b-ebe7b8ef4430', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033057Z:2546ba80-78b3-483b-897b-ebe7b8ef4430', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8051e11e-31ae-43f6-a84b-c42868e45eda', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11195', - 'x-ms-correlation-request-id', - '43ff0b3a-9520-41a3-ad55-a84895a7a545', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033057Z:43ff0b3a-9520-41a3-ad55-a84895a7a545', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '602661b5-d15f-422e-9e7f-9cc8ee8fc085', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11194', - 'x-ms-correlation-request-id', - '48774afa-d82c-4f22-ba51-e80b0ea2c474', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033057Z:48774afa-d82c-4f22-ba51-e80b0ea2c474', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b7e36a9-3ba0-47d7-90f5-95d015cbb3d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11193', - 'x-ms-correlation-request-id', - 'a85fb63a-001c-4b56-94cd-0af439802972', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033058Z:a85fb63a-001c-4b56-94cd-0af439802972', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5dbaacbb-3f81-493b-af43-4fdef41b9cc4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11192', - 'x-ms-correlation-request-id', - 'da75073a-fa56-4dfa-8c88-027ba0655c45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033058Z:da75073a-fa56-4dfa-8c88-027ba0655c45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1a4df58-fb13-420f-a1e2-9198fdf2bdca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11191', - 'x-ms-correlation-request-id', - '821c18a9-46c5-4eba-8164-fa4f781d8e98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033059Z:821c18a9-46c5-4eba-8164-fa4f781d8e98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a46b5666-cb16-4a8d-9496-8d1a59abe1d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11190', - 'x-ms-correlation-request-id', - 'ac3decfb-2e45-4140-90aa-ebe492080fb5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033059Z:ac3decfb-2e45-4140-90aa-ebe492080fb5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff96619b-96af-4cf6-8d0a-01401f6557b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11189', - 'x-ms-correlation-request-id', - '37f989af-3e75-4735-a338-6485f71846ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033059Z:37f989af-3e75-4735-a338-6485f71846ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:30:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d0e463f-6273-46c3-a7eb-c9843c5ef520', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11188', - 'x-ms-correlation-request-id', - '27e901e7-a9ef-4c72-b89f-ef5e402dfb15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033100Z:27e901e7-a9ef-4c72-b89f-ef5e402dfb15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7666f5c1-7982-4965-8247-000955e8f8d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11187', - 'x-ms-correlation-request-id', - '912b2e3f-5d16-4975-857e-0c56fb3ec1d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033100Z:912b2e3f-5d16-4975-857e-0c56fb3ec1d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4f04d4d-581c-45f2-ab38-a4130b7d0a73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11186', - 'x-ms-correlation-request-id', - 'c70636e8-a73e-4236-a56f-90b60aaaa78b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033101Z:c70636e8-a73e-4236-a56f-90b60aaaa78b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e67fcca-329f-4a99-a4ca-742aef29f292', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11185', - 'x-ms-correlation-request-id', - '2ba37cb5-9b70-4987-b86c-10b7403ef2a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033101Z:2ba37cb5-9b70-4987-b86c-10b7403ef2a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e92686b-5025-4d73-9d95-40237c847222', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11184', - 'x-ms-correlation-request-id', - 'd39925e4-dd00-4c7f-b64b-e06f59cdc7f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033101Z:d39925e4-dd00-4c7f-b64b-e06f59cdc7f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e80ba088-0932-4fd9-aff3-f204c6968b92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11183', - 'x-ms-correlation-request-id', - '56f23e8a-4814-4d90-900e-1e1c75fee13c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033102Z:56f23e8a-4814-4d90-900e-1e1c75fee13c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bae6b5d1-66e7-4377-b023-0caf4880ac31', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11182', - 'x-ms-correlation-request-id', - '8ba81c3d-d881-4b33-a254-b7b398ed09f2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033102Z:8ba81c3d-d881-4b33-a254-b7b398ed09f2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c49ab9ae-fe32-4619-b140-964da2e8d170', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11181', - 'x-ms-correlation-request-id', - '79962e19-8518-4fe0-87ca-80dec0808aba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033103Z:79962e19-8518-4fe0-87ca-80dec0808aba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2087ee17-e75c-4b0b-9f52-45d4923fa896', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11180', - 'x-ms-correlation-request-id', - 'c0d74b27-7943-435e-b1a6-625610c0b938', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033103Z:c0d74b27-7943-435e-b1a6-625610c0b938', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd79e8dda-8dc1-4390-9b38-03635c46e454', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11179', - 'x-ms-correlation-request-id', - '6af7c6f8-3f33-47c4-9c4c-77ec051db43d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033103Z:6af7c6f8-3f33-47c4-9c4c-77ec051db43d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ed4d15d-c02f-46cd-8f14-f02cc87500cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11178', - 'x-ms-correlation-request-id', - '3708c6e0-835d-4d94-b99d-25ca943afa84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033104Z:3708c6e0-835d-4d94-b99d-25ca943afa84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20c2ca78-fac7-4c03-bd7f-8ac84c74596d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11177', - 'x-ms-correlation-request-id', - 'c66a4d17-af87-4823-a539-0b13d2f260e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033104Z:c66a4d17-af87-4823-a539-0b13d2f260e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'afd37ebc-7d07-4520-9bda-e4f7637a0c3e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11176', - 'x-ms-correlation-request-id', - '83c1ba04-d99a-4ce0-8de8-20b0b806f4c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033105Z:83c1ba04-d99a-4ce0-8de8-20b0b806f4c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc2af089-25c9-45fe-88d8-29059666c5d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11175', - 'x-ms-correlation-request-id', - '3231f1c3-4314-458a-844d-325dbe5c0350', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033105Z:3231f1c3-4314-458a-844d-325dbe5c0350', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19ae94a7-f63a-40e3-9d40-c7134b3ee04f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11174', - 'x-ms-correlation-request-id', - '737381d9-30c4-4271-8724-d7a373712001', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033105Z:737381d9-30c4-4271-8724-d7a373712001', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26d30dde-e268-4264-971c-ed8c6a502f7d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11173', - 'x-ms-correlation-request-id', - 'a3a6a540-0917-443e-b32c-f207fc1a41ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033106Z:a3a6a540-0917-443e-b32c-f207fc1a41ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a7bb618-de1e-42d6-b52c-f34ecc516016', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11172', - 'x-ms-correlation-request-id', - 'b9cf3160-290a-4c95-ad85-b077a4546370', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033106Z:b9cf3160-290a-4c95-ad85-b077a4546370', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ecbe20f-6e13-4c46-9814-2d5c97658c18', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11171', - 'x-ms-correlation-request-id', - 'e8cc1433-f2c4-475c-a8e2-75df3517d826', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033107Z:e8cc1433-f2c4-475c-a8e2-75df3517d826', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8800aac1-be64-46ac-916b-f80445427062', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11170', - 'x-ms-correlation-request-id', - '3a4da4d6-b93e-4e74-908b-f04f752874d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033107Z:3a4da4d6-b93e-4e74-908b-f04f752874d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '274b0460-0a18-4c37-814c-f83847246715', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11169', - 'x-ms-correlation-request-id', - '7f634dea-3670-4ac3-9b59-4cd48a406711', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033107Z:7f634dea-3670-4ac3-9b59-4cd48a406711', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe713932-2085-4898-8f3b-e6bcff9c3013', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11168', - 'x-ms-correlation-request-id', - '921c6eaa-682c-46d9-a8e9-a28970bd4480', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033108Z:921c6eaa-682c-46d9-a8e9-a28970bd4480', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e0f8182-def1-4b35-acb5-0b19764cb60c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11167', - 'x-ms-correlation-request-id', - '6c537e49-671b-4514-a52a-71b546228162', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033108Z:6c537e49-671b-4514-a52a-71b546228162', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7fc560bd-dcf6-4988-a2ae-20ffc39e9af9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11166', - 'x-ms-correlation-request-id', - 'de80d88d-a703-441f-86a8-f912406cdd0f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033109Z:de80d88d-a703-441f-86a8-f912406cdd0f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7485289e-95b3-4406-bcae-fce8dd663e97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11165', - 'x-ms-correlation-request-id', - '8e44e43a-b7e1-40e7-95db-98c1d7bced94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033109Z:8e44e43a-b7e1-40e7-95db-98c1d7bced94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e9a72290-fc64-4d40-bcdd-34b02796d65f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11164', - 'x-ms-correlation-request-id', - 'c44e62a4-9c20-4609-b12f-f691e9443970', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033109Z:c44e62a4-9c20-4609-b12f-f691e9443970', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c92dfe27-4380-4112-854b-584631a1dbdb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11163', - 'x-ms-correlation-request-id', - '56f33391-c0bc-4626-b048-7e4c52c81728', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033110Z:56f33391-c0bc-4626-b048-7e4c52c81728', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e6c0f5e-159b-4a3a-a6bf-a2402ca61305', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11162', - 'x-ms-correlation-request-id', - '2c443241-125b-4141-99a0-7277698f044d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033110Z:2c443241-125b-4141-99a0-7277698f044d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2d9b269-555a-4053-9907-096802ab5160', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11161', - 'x-ms-correlation-request-id', - '1c5991f5-9914-4de0-8db0-ea811894cfff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033111Z:1c5991f5-9914-4de0-8db0-ea811894cfff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '396d4ffe-4980-4d27-8761-1cd668a7f7bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11160', - 'x-ms-correlation-request-id', - 'b3dc4ff4-924e-44b2-8d12-7c3961f2d940', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033111Z:b3dc4ff4-924e-44b2-8d12-7c3961f2d940', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a3a07702-f5bd-48c6-bb6c-1aa24f2fe774', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11159', - 'x-ms-correlation-request-id', - '1c89b82a-7070-4a35-ad1a-db844d7655bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033111Z:1c89b82a-7070-4a35-ad1a-db844d7655bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e9a3bb1f-604a-4719-9f5e-299d28b9ea16', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11158', - 'x-ms-correlation-request-id', - '4e58b52b-f8b5-4f7b-9014-e370d1a939d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033112Z:4e58b52b-f8b5-4f7b-9014-e370d1a939d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ddf142e-7356-4787-ac16-f9e077e6394c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11157', - 'x-ms-correlation-request-id', - '0167c326-9158-4315-9f95-fced09f1a13c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033112Z:0167c326-9158-4315-9f95-fced09f1a13c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4186b490-fd1b-407b-97b6-e77497e76a1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11156', - 'x-ms-correlation-request-id', - '39fcc0ec-3fb6-4645-bea4-ba5d2c55f689', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033113Z:39fcc0ec-3fb6-4645-bea4-ba5d2c55f689', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4a8bee6-a22f-4ea5-900e-ce78a4da34ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11155', - 'x-ms-correlation-request-id', - 'ed4645e9-0c2b-4f97-b67a-e467c67291b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033113Z:ed4645e9-0c2b-4f97-b67a-e467c67291b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5beeaec-9b54-4894-bdd2-2f2fdfddc581', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11154', - 'x-ms-correlation-request-id', - '928c83a9-0474-49ac-bc6d-be8b6e9ce1d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033113Z:928c83a9-0474-49ac-bc6d-be8b6e9ce1d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6732cb9f-b11e-45db-bfbf-73e21ef61979', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11153', - 'x-ms-correlation-request-id', - '9965d253-dd7d-4f67-a20f-8d089a61e0f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033114Z:9965d253-dd7d-4f67-a20f-8d089a61e0f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee382a1b-67f7-48c5-959f-fca54d3ee574', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11152', - 'x-ms-correlation-request-id', - '05c0d736-4149-41c9-b590-ff07c815e061', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033114Z:05c0d736-4149-41c9-b590-ff07c815e061', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e08533e2-6e84-4e29-99e8-8e01f515e6da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11151', - 'x-ms-correlation-request-id', - '18243136-f4e4-4546-840d-d102ab3d5e8d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033115Z:18243136-f4e4-4546-840d-d102ab3d5e8d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58bc717e-e15a-40a7-9698-885df1fd2f13', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11150', - 'x-ms-correlation-request-id', - 'b08976a9-af8c-456a-b9a4-0e77c191b4a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033115Z:b08976a9-af8c-456a-b9a4-0e77c191b4a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '479ebbac-b9e8-4018-9ab0-acc283f55336', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11149', - 'x-ms-correlation-request-id', - '41194aed-a127-4875-8b64-9321f0512f91', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033115Z:41194aed-a127-4875-8b64-9321f0512f91', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '068be6ce-c60a-41b9-bb1b-4cf935aebe97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11148', - 'x-ms-correlation-request-id', - '70a5422d-9797-45b6-841e-14a0624f3a39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033116Z:70a5422d-9797-45b6-841e-14a0624f3a39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64be3020-3e38-4095-a0bb-6536e90bb7eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11147', - 'x-ms-correlation-request-id', - '815c725e-65fe-471c-b652-21763c0340c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033116Z:815c725e-65fe-471c-b652-21763c0340c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ea77f76-e8e5-41b3-80df-f9a6eb7e32c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11146', - 'x-ms-correlation-request-id', - '1f27e19f-0854-4b2b-8acd-e87a317f7f79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033116Z:1f27e19f-0854-4b2b-8acd-e87a317f7f79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e75c69da-5fd3-46b9-aaba-2a51273869ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11145', - 'x-ms-correlation-request-id', - '0d3cd554-f650-4d36-894d-f90654f18e54', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033117Z:0d3cd554-f650-4d36-894d-f90654f18e54', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4bab58d4-34d8-4e8a-9cef-b0ed618f6f39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11144', - 'x-ms-correlation-request-id', - '18f51f17-cfd4-45e0-94f8-e98c2238ca59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033117Z:18f51f17-cfd4-45e0-94f8-e98c2238ca59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd59e15b3-0ffd-4e93-ae31-991f24fb5fcf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11143', - 'x-ms-correlation-request-id', - '79ea0552-0111-4c9b-8bcc-76842bd62625', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033118Z:79ea0552-0111-4c9b-8bcc-76842bd62625', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1dd18c8-1644-4942-ab6f-f25182990d93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11142', - 'x-ms-correlation-request-id', - '18362997-a360-425f-b2e6-097db7a088eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033118Z:18362997-a360-425f-b2e6-097db7a088eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94cc9f5e-a61d-406a-8ac0-e75901872116', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11141', - 'x-ms-correlation-request-id', - 'cde2574f-2948-4651-b622-32f94819ed0f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033118Z:cde2574f-2948-4651-b622-32f94819ed0f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '831c54f5-b9cf-464f-ae64-b32d63ae8012', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11140', - 'x-ms-correlation-request-id', - '3719fcaa-6505-40fb-97ab-8c074fe5118a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033119Z:3719fcaa-6505-40fb-97ab-8c074fe5118a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '584849c7-5e54-417a-85f6-0ecf18bd1e2d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11139', - 'x-ms-correlation-request-id', - 'c96f308d-8ab6-4cf2-a2fa-934416208211', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033119Z:c96f308d-8ab6-4cf2-a2fa-934416208211', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a38a5496-7469-43dd-800a-c7e02ce1c3e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11138', - 'x-ms-correlation-request-id', - 'c3a7214a-096c-453f-99a4-44cb1136bbef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033120Z:c3a7214a-096c-453f-99a4-44cb1136bbef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5988762-d098-4c1e-ad3b-60b84b9dcca7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11137', - 'x-ms-correlation-request-id', - '27c009ce-5a72-4186-a6b7-04190d51c95e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033120Z:27c009ce-5a72-4186-a6b7-04190d51c95e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e41695a3-287c-429c-9fb6-9d2413edff4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11136', - 'x-ms-correlation-request-id', - 'a6e4adc1-1efd-4930-a1bc-f39278e7259d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033120Z:a6e4adc1-1efd-4930-a1bc-f39278e7259d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6f0f401-7e21-43f5-b25a-ba865ab225e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11135', - 'x-ms-correlation-request-id', - '886ecdeb-7279-42da-804b-a685fd4f2e90', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033121Z:886ecdeb-7279-42da-804b-a685fd4f2e90', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3c5d118-114f-4b75-b575-366a77395095', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11134', - 'x-ms-correlation-request-id', - 'd7ac3eed-c400-4dd3-a0e8-8d7adb2c8dd2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033121Z:d7ac3eed-c400-4dd3-a0e8-8d7adb2c8dd2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98111b4d-fc7d-487e-a673-6c558772c8b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11133', - 'x-ms-correlation-request-id', - '5bbfa3be-7adb-4a96-9cac-95ebdc2c360c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033122Z:5bbfa3be-7adb-4a96-9cac-95ebdc2c360c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '235d5992-bc38-4eee-b037-43747591aa0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11132', - 'x-ms-correlation-request-id', - '646a1445-be40-4f74-9369-d7e333b739ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033122Z:646a1445-be40-4f74-9369-d7e333b739ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50e907b4-3837-45b4-8da2-b0b91893b829', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11131', - 'x-ms-correlation-request-id', - '646cba22-6ce5-4678-b348-ed14258a3154', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033122Z:646cba22-6ce5-4678-b348-ed14258a3154', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e027f75-1352-4ce1-bd28-b68a4afef379', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11130', - 'x-ms-correlation-request-id', - '55db0088-e5de-4153-8ec1-5d1782b51607', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033123Z:55db0088-e5de-4153-8ec1-5d1782b51607', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20e6977d-fdaf-4e8f-8c34-b26f97ab61bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11129', - 'x-ms-correlation-request-id', - 'a321991d-92c9-40b1-aa65-625bf170b3d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033123Z:a321991d-92c9-40b1-aa65-625bf170b3d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da4a48ab-1053-45c7-8ebc-dd65c22451d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11128', - 'x-ms-correlation-request-id', - 'e1e2f28c-6e55-408b-904e-07022a1da066', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033124Z:e1e2f28c-6e55-408b-904e-07022a1da066', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1e7cfea-4397-49dd-8432-edf30c5e3463', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11127', - 'x-ms-correlation-request-id', - '4fb39e7d-3462-4edb-9902-7778af783d62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033124Z:4fb39e7d-3462-4edb-9902-7778af783d62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a1dbcea-8015-42e0-8598-92cf008d4614', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11126', - 'x-ms-correlation-request-id', - 'c40670e6-9ecf-4419-afe6-af872239a947', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033124Z:c40670e6-9ecf-4419-afe6-af872239a947', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8124d2d7-16f4-4137-a65c-e16d1a8445aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11125', - 'x-ms-correlation-request-id', - '3acd9d1f-6224-46f9-bbaf-b9bfd4c69c62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033125Z:3acd9d1f-6224-46f9-bbaf-b9bfd4c69c62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25887d08-ae75-47a5-b67f-207141286676', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11124', - 'x-ms-correlation-request-id', - 'ea74288d-b314-448a-9400-9b64cb52e78b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033125Z:ea74288d-b314-448a-9400-9b64cb52e78b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef4329e8-5e79-49c7-8999-798893ecce79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11123', - 'x-ms-correlation-request-id', - '47fd68ae-dfda-4bcc-ae7d-3dcb45e30047', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033126Z:47fd68ae-dfda-4bcc-ae7d-3dcb45e30047', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41e4cd50-02df-4054-8d04-d0e5261f11d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11122', - 'x-ms-correlation-request-id', - '6a3907eb-b72f-4c5f-b896-69be03d6c077', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033126Z:6a3907eb-b72f-4c5f-b896-69be03d6c077', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c802d6f0-de28-49ce-9bf3-969d38881997', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11121', - 'x-ms-correlation-request-id', - '42cfc3fc-a837-408b-b793-b90d9da3ffd4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033126Z:42cfc3fc-a837-408b-b793-b90d9da3ffd4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86955b46-b958-436b-95d3-a34d9e1bd7a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11120', - 'x-ms-correlation-request-id', - '46d3db6f-34b0-4182-a26d-93ec91b5554a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033127Z:46d3db6f-34b0-4182-a26d-93ec91b5554a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea97c16c-aa80-4478-8d00-ac39631d970e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11119', - 'x-ms-correlation-request-id', - '36cdf960-24a5-43c2-88e2-28992799c200', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033127Z:36cdf960-24a5-43c2-88e2-28992799c200', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3bd3808-c94e-476d-afbf-b5177fd67c2b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11118', - 'x-ms-correlation-request-id', - 'a91ea7bf-dcdc-4108-aad6-c57ad824816c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033128Z:a91ea7bf-dcdc-4108-aad6-c57ad824816c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2c86de4-c7e9-4ba9-9e9d-8dbab4e9b5fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11117', - 'x-ms-correlation-request-id', - 'e154a82b-1f8b-42b5-98ab-fd3f88ea005c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033128Z:e154a82b-1f8b-42b5-98ab-fd3f88ea005c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2020542b-123b-40b6-a30e-729e6328bfe6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11116', - 'x-ms-correlation-request-id', - 'b53bbae1-b93c-4334-b168-47567dc84bd2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033128Z:b53bbae1-b93c-4334-b168-47567dc84bd2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e01cbac-2139-4ba9-8c3f-d2aaf2b43226', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11115', - 'x-ms-correlation-request-id', - '1dae1759-c685-4e57-a4a0-70aacb5df482', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033129Z:1dae1759-c685-4e57-a4a0-70aacb5df482', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ffde2c98-e16b-4d83-bc34-8ac0073346dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11114', - 'x-ms-correlation-request-id', - '39fba508-11d7-419a-bfca-ca7897bb04cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033129Z:39fba508-11d7-419a-bfca-ca7897bb04cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1d00c2f-5520-4840-aef3-3d28729c3aa7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11113', - 'x-ms-correlation-request-id', - '6f227b6e-6cba-4e79-a36e-ecc3ae35066b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033130Z:6f227b6e-6cba-4e79-a36e-ecc3ae35066b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '967c718f-c729-4193-9fe8-be00634ab791', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11112', - 'x-ms-correlation-request-id', - '30ce9b55-d0ac-4da9-b183-6b46e9c69551', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033130Z:30ce9b55-d0ac-4da9-b183-6b46e9c69551', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e806a4a1-41fc-4253-be8e-eecae14774fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11111', - 'x-ms-correlation-request-id', - '1a236723-d318-49b7-b1ae-572ad50a07f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033130Z:1a236723-d318-49b7-b1ae-572ad50a07f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08bf4792-7735-4fea-af2b-4e9d2ec66051', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11110', - 'x-ms-correlation-request-id', - '057cbf11-ebe7-4719-92a6-e55e1923de66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033131Z:057cbf11-ebe7-4719-92a6-e55e1923de66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d6de3f7-5251-4410-a98e-4c181af58393', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11109', - 'x-ms-correlation-request-id', - '4d949e2b-ea6b-4daa-8322-39420e94b3be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033131Z:4d949e2b-ea6b-4daa-8322-39420e94b3be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '440109a3-ff6d-4d75-9a7b-ae96025f3765', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11108', - 'x-ms-correlation-request-id', - 'e181f9a4-9d22-4ceb-bf6e-facfbd233a01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033131Z:e181f9a4-9d22-4ceb-bf6e-facfbd233a01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '948a2103-739e-4863-941e-15ca5c854982', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11107', - 'x-ms-correlation-request-id', - '0aabd42a-0fe1-42f7-b3a0-cebbf6c71251', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033132Z:0aabd42a-0fe1-42f7-b3a0-cebbf6c71251', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '06eb5b12-88bd-45ab-ad4d-68274d208e24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11106', - 'x-ms-correlation-request-id', - '666b79c6-2b48-4b6c-b47b-32fef2c2d711', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033132Z:666b79c6-2b48-4b6c-b47b-32fef2c2d711', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b11c60e8-5e5d-4649-b6dd-ab75072a4829', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11105', - 'x-ms-correlation-request-id', - '284ad194-5508-4d6c-ac2e-7bf778fc6e0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033133Z:284ad194-5508-4d6c-ac2e-7bf778fc6e0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '817f90b2-5a4b-42b4-966a-9da43d444dd7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11104', - 'x-ms-correlation-request-id', - '57b0126c-cbbf-4560-b072-6eba2d13c63f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033133Z:57b0126c-cbbf-4560-b072-6eba2d13c63f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a700ceda-8bc1-4d25-ba37-ef4398da5cbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11103', - 'x-ms-correlation-request-id', - '4c5869e2-0cd5-48ee-8a15-97d1ae6f0114', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033133Z:4c5869e2-0cd5-48ee-8a15-97d1ae6f0114', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab4bd6dc-75fe-48fd-bc4c-e020ea6de43c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11102', - 'x-ms-correlation-request-id', - '0f6ca196-3edf-4b49-acb3-3a8a6ab59a2b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033134Z:0f6ca196-3edf-4b49-acb3-3a8a6ab59a2b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbdb505f-bed2-4ddd-8353-cc708b6561d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11101', - 'x-ms-correlation-request-id', - 'e35ecdc3-9c37-4504-b720-bea9a7dfda12', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033134Z:e35ecdc3-9c37-4504-b720-bea9a7dfda12', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '52db7696-6cae-4312-b587-4107c72c859c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11100', - 'x-ms-correlation-request-id', - 'a3573f43-329f-4e4c-94f5-f06a79c2deec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033135Z:a3573f43-329f-4e4c-94f5-f06a79c2deec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b092d5e6-14b9-4a46-94fd-dc29b5b7bc39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11099', - 'x-ms-correlation-request-id', - '9497bb21-5d9b-420c-bb60-bc6432f99fe4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033135Z:9497bb21-5d9b-420c-bb60-bc6432f99fe4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73018485-bd75-4828-92a2-a6562d0e5e28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11098', - 'x-ms-correlation-request-id', - '2e9defff-d331-4763-849e-e13b8bac0fb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033135Z:2e9defff-d331-4763-849e-e13b8bac0fb4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b82fdeb1-4d9f-45eb-9092-4806109ce27d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11097', - 'x-ms-correlation-request-id', - '91a1f67a-79eb-4d32-a2d9-ab04abadda64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033136Z:91a1f67a-79eb-4d32-a2d9-ab04abadda64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ad53121-a4d0-4089-b899-703382dedf64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11096', - 'x-ms-correlation-request-id', - '07c7b4bf-cdb1-40a9-a022-a609e3dc5ac4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033136Z:07c7b4bf-cdb1-40a9-a022-a609e3dc5ac4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b2533df-9b06-47bd-a196-34e39fc9433e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11095', - 'x-ms-correlation-request-id', - '78e99368-682b-4d99-8526-028a4fe110b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033137Z:78e99368-682b-4d99-8526-028a4fe110b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '745ea209-7ee2-4d86-9200-79029e7eb71b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11094', - 'x-ms-correlation-request-id', - '877f7c03-849d-49be-a693-8ace6e33fd6e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033137Z:877f7c03-849d-49be-a693-8ace6e33fd6e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '001b1d8c-b8ab-4de7-aae3-77e01984ccac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11093', - 'x-ms-correlation-request-id', - '6243f6ee-1589-4da2-955c-c683430f07e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033138Z:6243f6ee-1589-4da2-955c-c683430f07e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d1ff013-8080-4493-b29c-b9ae18d00084', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11092', - 'x-ms-correlation-request-id', - '4366af7f-ac0a-4009-a082-f3a869ce5a50', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033138Z:4366af7f-ac0a-4009-a082-f3a869ce5a50', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4ac8870-1397-4120-aa81-4fec9d7d0e8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11091', - 'x-ms-correlation-request-id', - '86504fdd-07c5-4905-8f9a-be9d350a5172', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033138Z:86504fdd-07c5-4905-8f9a-be9d350a5172', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '351dad58-2256-4215-8119-3e65f03d4b76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11090', - 'x-ms-correlation-request-id', - '8f716e3d-a4b9-4b50-ace7-13183cfc4401', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033139Z:8f716e3d-a4b9-4b50-ace7-13183cfc4401', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76b7c6ce-f8c1-4fe6-81a2-09f4a872d8d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11089', - 'x-ms-correlation-request-id', - '5e432fcc-60aa-4112-a917-74b84a777696', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033139Z:5e432fcc-60aa-4112-a917-74b84a777696', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0086d72a-01ff-4cf7-9dc4-2100087b7a83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11088', - 'x-ms-correlation-request-id', - '4dc45197-08bb-4a0e-9775-f13c4019ae54', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033140Z:4dc45197-08bb-4a0e-9775-f13c4019ae54', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64b79937-1b56-4d22-bb32-4bc883dfcc93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11087', - 'x-ms-correlation-request-id', - '141bfe9b-d3b3-492b-9b69-5e7cf0242386', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033140Z:141bfe9b-d3b3-492b-9b69-5e7cf0242386', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb2f4d62-dfff-4081-b12c-359100c2d044', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11086', - 'x-ms-correlation-request-id', - '1cebbdcd-8aa6-4a89-bb83-078d0323af5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033140Z:1cebbdcd-8aa6-4a89-bb83-078d0323af5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b7b461c-91b9-4acc-8c0e-e2e5f801b0cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11085', - 'x-ms-correlation-request-id', - '191752f3-69c8-4838-b1c5-a05a895b9442', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033141Z:191752f3-69c8-4838-b1c5-a05a895b9442', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72a8f98e-f0f5-4458-8bb4-b5bb95d7bf91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11084', - 'x-ms-correlation-request-id', - '7b730d10-ac1f-413e-99c8-7c26c1fd5501', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033141Z:7b730d10-ac1f-413e-99c8-7c26c1fd5501', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54888228-3bd4-486e-9165-5076cbf26cd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11083', - 'x-ms-correlation-request-id', - '82052a8f-851a-43d1-a0ae-1a77c71e22a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033142Z:82052a8f-851a-43d1-a0ae-1a77c71e22a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b57c0be3-7e67-49ad-9325-4376998dc73a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11082', - 'x-ms-correlation-request-id', - 'f8fbd8ae-913b-4cbd-8e3b-0c42632cf7de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033142Z:f8fbd8ae-913b-4cbd-8e3b-0c42632cf7de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2eb2233b-dff4-4036-a2e4-54dc143aa4f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11081', - 'x-ms-correlation-request-id', - '4a44f3ef-18e5-480d-ad65-9afc12676ddb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033142Z:4a44f3ef-18e5-480d-ad65-9afc12676ddb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c2b9c1c-8675-4f82-a7f6-b94b38c20cc6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11080', - 'x-ms-correlation-request-id', - 'c3e8fe92-7b7b-4e7d-97b8-e2a89cb9e354', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033143Z:c3e8fe92-7b7b-4e7d-97b8-e2a89cb9e354', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eacf6091-53ec-48be-9b2f-7411cd149a9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11079', - 'x-ms-correlation-request-id', - '11a7780d-c6ef-47ee-ac8d-f9334b994567', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033143Z:11a7780d-c6ef-47ee-ac8d-f9334b994567', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'acdf37b6-8176-4919-8dd2-3fb6d16a9ca1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11078', - 'x-ms-correlation-request-id', - 'a7d97816-7d4a-4bcb-ba7e-81369560b72f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033144Z:a7d97816-7d4a-4bcb-ba7e-81369560b72f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dcc0d77c-7fed-4075-b002-cbb79ea7eb2d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11077', - 'x-ms-correlation-request-id', - 'e8bd2c55-3b62-44e2-8083-b389c1ed1183', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033144Z:e8bd2c55-3b62-44e2-8083-b389c1ed1183', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae3d2c22-3e7d-4339-a0e3-1d3ca44dd320', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11076', - 'x-ms-correlation-request-id', - '0c9f195c-e6b4-4cdb-951b-a3c8d03e1c02', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033145Z:0c9f195c-e6b4-4cdb-951b-a3c8d03e1c02', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f7b4aff-139a-4e51-b2e2-56ac86c5a467', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11075', - 'x-ms-correlation-request-id', - '623cc8e9-9930-43ca-9d8c-d4130be4393b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033145Z:623cc8e9-9930-43ca-9d8c-d4130be4393b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8675b22e-1929-41fd-9519-ab10646c70e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11074', - 'x-ms-correlation-request-id', - '9aa654ee-014a-4288-9926-9cc98ba8230c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033145Z:9aa654ee-014a-4288-9926-9cc98ba8230c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e70de8eb-bd74-4053-8902-22565080969a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11073', - 'x-ms-correlation-request-id', - '49a082b0-8f30-4eab-a49e-731532a3806b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033146Z:49a082b0-8f30-4eab-a49e-731532a3806b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c26eab80-9bed-439b-a1b2-a9c53145d07c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11072', - 'x-ms-correlation-request-id', - '5b24f7e7-9efc-4c51-867f-e11b73a01dff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033146Z:5b24f7e7-9efc-4c51-867f-e11b73a01dff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e847189-9456-4c78-9d5e-f99e407d264b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11071', - 'x-ms-correlation-request-id', - '03767fd0-7d7a-4be7-96d9-c62e063da506', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033147Z:03767fd0-7d7a-4be7-96d9-c62e063da506', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8c931bc-bda3-4865-b552-a6f9cd606e20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11070', - 'x-ms-correlation-request-id', - '23645bc7-48e0-482b-b21c-86631620068f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033148Z:23645bc7-48e0-482b-b21c-86631620068f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce1b1af5-43fb-4009-95ce-f0668c3a84ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11069', - 'x-ms-correlation-request-id', - 'f677b90d-97d1-4bd7-9e66-32f10eed8f6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033148Z:f677b90d-97d1-4bd7-9e66-32f10eed8f6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cdfa66b-86f8-4030-bb61-bcaf590e5dfd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11068', - 'x-ms-correlation-request-id', - 'bc456d4e-b677-413e-8dbb-a42205c622a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033149Z:bc456d4e-b677-413e-8dbb-a42205c622a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16bf1652-fc37-42d9-a87d-6998d0cd1a30', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11067', - 'x-ms-correlation-request-id', - '76351789-6926-4e85-86c1-ceabb93521d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033149Z:76351789-6926-4e85-86c1-ceabb93521d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e93dd64-10ea-4d26-81d0-ff9ad90a12ab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11066', - 'x-ms-correlation-request-id', - 'c3857f51-15ec-4cab-8599-620cfc3e4baa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033149Z:c3857f51-15ec-4cab-8599-620cfc3e4baa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8e5656d-42e1-442c-9956-9662a26c4c76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11065', - 'x-ms-correlation-request-id', - '8bc1e031-2bd4-4bf4-9365-144ef018ef3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033150Z:8bc1e031-2bd4-4bf4-9365-144ef018ef3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4a63bb3-fb67-483d-aea0-47df51972d26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11064', - 'x-ms-correlation-request-id', - '7aa1b11e-9b98-49d4-9890-2593ca09b0e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033150Z:7aa1b11e-9b98-49d4-9890-2593ca09b0e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10e18425-8e90-41d8-8f28-f7bdf45fc011', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11063', - 'x-ms-correlation-request-id', - '66903e3d-da44-44ce-8891-fb10dd228976', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033151Z:66903e3d-da44-44ce-8891-fb10dd228976', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6851d14-2c71-4e21-8548-1f44386ded05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11062', - 'x-ms-correlation-request-id', - '30bdec51-82b1-4d78-af55-b21d9175ecc8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033151Z:30bdec51-82b1-4d78-af55-b21d9175ecc8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb2dd854-e1b5-45f2-a65c-9fc75fb98ad5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11061', - 'x-ms-correlation-request-id', - 'e5abb047-7f76-4102-9b98-2894e0613d6d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033151Z:e5abb047-7f76-4102-9b98-2894e0613d6d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b87ce138-82bb-449b-b6ca-bca7ab2451e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11060', - 'x-ms-correlation-request-id', - '01d6799e-0c06-4f02-807e-ca7fdc175d2b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033152Z:01d6799e-0c06-4f02-807e-ca7fdc175d2b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11345429-463c-4eeb-842b-b78223f7ae78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11059', - 'x-ms-correlation-request-id', - '4c934469-977d-45ff-8a6c-51f5c3ec7da1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033152Z:4c934469-977d-45ff-8a6c-51f5c3ec7da1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2d32355-4ac0-4abe-a717-59cb71430eae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11058', - 'x-ms-correlation-request-id', - '75912de8-8888-46a7-b973-782a8cb9a0ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033153Z:75912de8-8888-46a7-b973-782a8cb9a0ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b0b5aa0-f8c2-4f2a-a56d-db31fb1b3b6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11057', - 'x-ms-correlation-request-id', - 'ebb3329c-e573-473a-9e40-84731c4dcb39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033153Z:ebb3329c-e573-473a-9e40-84731c4dcb39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6d7f563-48e1-4386-ab4c-e865873fc347', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11056', - 'x-ms-correlation-request-id', - '14aa7f0c-0f85-4f52-b206-a08980d3e2b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033153Z:14aa7f0c-0f85-4f52-b206-a08980d3e2b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3ed7f86-33e6-44f3-bf5a-7ddbd66362c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11055', - 'x-ms-correlation-request-id', - 'e5628ed2-63a7-45c2-9612-0ebe4fcccca7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033154Z:e5628ed2-63a7-45c2-9612-0ebe4fcccca7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0d58447-28b7-45f8-9c43-bb497bd55cf9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11054', - 'x-ms-correlation-request-id', - '109601cb-ac53-46eb-9165-fb3d46070995', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033154Z:109601cb-ac53-46eb-9165-fb3d46070995', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2049485e-6702-4bb2-90ed-51eb97dd8f86', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11053', - 'x-ms-correlation-request-id', - '656ff5e7-4d77-4c6d-9551-0350ec5305cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033155Z:656ff5e7-4d77-4c6d-9551-0350ec5305cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6869f58-d15f-44fb-b5c8-4460d0a1c9ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11052', - 'x-ms-correlation-request-id', - 'a87718b5-f615-4702-a1fb-108f9e1ba700', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033155Z:a87718b5-f615-4702-a1fb-108f9e1ba700', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ffd57ac5-0467-406a-9ab5-309d12358822', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11051', - 'x-ms-correlation-request-id', - '87740ae7-fa62-4eab-adae-40abe92aff4f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033155Z:87740ae7-fa62-4eab-adae-40abe92aff4f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19344f6c-cbf8-474a-ad8a-e1945d5206be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11050', - 'x-ms-correlation-request-id', - '6610fcc5-9020-466a-ad2f-6eb95aeeead0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033156Z:6610fcc5-9020-466a-ad2f-6eb95aeeead0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4f75ace-0498-4a54-a2e5-74fc518f3111', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11049', - 'x-ms-correlation-request-id', - '85e63721-6aa0-4745-a50c-e82c17f216eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033156Z:85e63721-6aa0-4745-a50c-e82c17f216eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8cbb507-9405-4303-8a39-cf768987db2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11048', - 'x-ms-correlation-request-id', - '1a5d785f-30df-46d2-a421-035ff5117d43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033157Z:1a5d785f-30df-46d2-a421-035ff5117d43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed55567a-1fae-48a2-a799-e71eb940906e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11047', - 'x-ms-correlation-request-id', - '5394876b-7607-4637-8386-2f90349071f9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033157Z:5394876b-7607-4637-8386-2f90349071f9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a170188-bff9-48b9-b3b5-a184a0e6f8ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11046', - 'x-ms-correlation-request-id', - '806ffbc8-7117-4f38-9aa5-eb8f9c109ae2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033157Z:806ffbc8-7117-4f38-9aa5-eb8f9c109ae2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4efd051-8253-4a1e-b5ba-211aa373020b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11045', - 'x-ms-correlation-request-id', - 'c5f46dfc-5002-4ca5-92d8-ae403fe6ff5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033158Z:c5f46dfc-5002-4ca5-92d8-ae403fe6ff5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4aff0d5-1cdb-4546-ba73-7462ee3907e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11044', - 'x-ms-correlation-request-id', - 'e54c8eec-22e4-4577-a31d-c1787bb6e321', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033158Z:e54c8eec-22e4-4577-a31d-c1787bb6e321', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '016cf3e6-4fad-458d-9f9b-ec2bafbd4d8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11043', - 'x-ms-correlation-request-id', - 'f814b940-ff3a-420e-a64b-305e489efffc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033159Z:f814b940-ff3a-420e-a64b-305e489efffc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1a62707-14d2-45fa-be37-ea2470decb90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11042', - 'x-ms-correlation-request-id', - '89ac9fd8-d42a-4958-a299-fabe3a17b05b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033159Z:89ac9fd8-d42a-4958-a299-fabe3a17b05b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87a2e180-15b1-4d1d-bb5a-ffd9607bf484', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11041', - 'x-ms-correlation-request-id', - 'a76e9112-499b-4b61-80f1-9476ca64d70a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033159Z:a76e9112-499b-4b61-80f1-9476ca64d70a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9be5de81-be22-40e8-a396-61183048e607', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11040', - 'x-ms-correlation-request-id', - 'ed5f5c86-14d9-48c5-839d-0f81957f0e1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033200Z:ed5f5c86-14d9-48c5-839d-0f81957f0e1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:31:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4207289a-b2df-495d-9e25-4ffd9d9f57f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11039', - 'x-ms-correlation-request-id', - '3627d982-d546-4ad0-b7bb-a3f5e2946c8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033200Z:3627d982-d546-4ad0-b7bb-a3f5e2946c8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dcabdc74-5d18-463b-bae1-520b54ef33bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11038', - 'x-ms-correlation-request-id', - '34a458e3-1e00-4c49-8c1b-5fd2d8141fad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033201Z:34a458e3-1e00-4c49-8c1b-5fd2d8141fad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a34e0d5b-0f90-47ee-bddb-704df9d4995a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11037', - 'x-ms-correlation-request-id', - '588aa0a5-8677-48af-85d6-3806e657e4e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033201Z:588aa0a5-8677-48af-85d6-3806e657e4e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57e1c257-9971-413f-ac7c-63c287e68773', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11036', - 'x-ms-correlation-request-id', - 'aed7484f-88c6-442a-8bcd-bbe333dada9a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033201Z:aed7484f-88c6-442a-8bcd-bbe333dada9a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ca5c759-3dbf-434e-b0cd-d5e6dc33970c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11035', - 'x-ms-correlation-request-id', - '1c933931-a004-448e-b381-0172e3f5814a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033202Z:1c933931-a004-448e-b381-0172e3f5814a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e86a5b11-dfaf-4469-83a9-66e438cc0942', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11034', - 'x-ms-correlation-request-id', - 'f3381fec-bfeb-445e-8da5-cb0959880d15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033202Z:f3381fec-bfeb-445e-8da5-cb0959880d15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e7e5177-d645-4e97-98d9-79ed5ea4cb76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11033', - 'x-ms-correlation-request-id', - '8e16dfba-6210-480c-8f57-1d9704d7352a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033203Z:8e16dfba-6210-480c-8f57-1d9704d7352a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b837cc6-a2aa-4b71-887a-d5e1b22869f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11032', - 'x-ms-correlation-request-id', - 'cce6fe41-7c8e-4fc7-9fcf-41960a088aad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033203Z:cce6fe41-7c8e-4fc7-9fcf-41960a088aad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef73516f-40d4-4de8-9200-64b2753c820e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11031', - 'x-ms-correlation-request-id', - '06fe7826-cf1d-48b4-835a-0cd279e07212', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033203Z:06fe7826-cf1d-48b4-835a-0cd279e07212', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f0ec6bbc-c893-49c4-bfeb-afe2f6f19323', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11030', - 'x-ms-correlation-request-id', - 'b8e76390-a9d8-47df-8eed-d2479f4417cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033204Z:b8e76390-a9d8-47df-8eed-d2479f4417cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d35be06-ab25-49ac-9446-ea4f6bd2ab51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11029', - 'x-ms-correlation-request-id', - '7a0ab18b-c1ed-438c-b6f5-3af29635ed11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033204Z:7a0ab18b-c1ed-438c-b6f5-3af29635ed11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '05abcc41-27ad-485b-8601-8259af305d8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11028', - 'x-ms-correlation-request-id', - '82ad0a6c-451c-4a0b-873c-213b6e381953', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033205Z:82ad0a6c-451c-4a0b-873c-213b6e381953', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2db7ed11-516f-46b1-8089-d22ff6ca2b3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11027', - 'x-ms-correlation-request-id', - '5c1e8b3c-7a61-403b-b8d8-fde86f132311', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033205Z:5c1e8b3c-7a61-403b-b8d8-fde86f132311', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '763557fb-1366-4063-8d41-02dd89383965', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11026', - 'x-ms-correlation-request-id', - '9f77051f-74fd-4ce0-81cb-a77733633404', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033205Z:9f77051f-74fd-4ce0-81cb-a77733633404', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87ebbd9e-f9d6-413e-9b43-b51eb4b819ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11025', - 'x-ms-correlation-request-id', - 'a213d60b-4729-406d-918f-0b7a9f8072cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033206Z:a213d60b-4729-406d-918f-0b7a9f8072cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca95195a-13a6-420a-9f6e-a5cb7642b7bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11024', - 'x-ms-correlation-request-id', - 'a7b2a400-6610-4d11-84d4-4d70c02ba8d1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033206Z:a7b2a400-6610-4d11-84d4-4d70c02ba8d1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31f3f678-a00c-41e1-a0d7-8b7fc26e7bc2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11023', - 'x-ms-correlation-request-id', - '93f6894b-eb6e-4401-acbf-e9149d245861', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033207Z:93f6894b-eb6e-4401-acbf-e9149d245861', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab4cddde-c7e9-4eba-af26-c0b14a7657a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11022', - 'x-ms-correlation-request-id', - 'dc6a6932-b160-44d6-a2d7-077cdb60746d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033207Z:dc6a6932-b160-44d6-a2d7-077cdb60746d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8fe1dd0-7548-4abc-8f5d-e844b698acc6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11021', - 'x-ms-correlation-request-id', - '6ad9f9b7-3b93-44d1-9547-d165006a4210', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033208Z:6ad9f9b7-3b93-44d1-9547-d165006a4210', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79e4e9fe-5368-45e6-8e7b-1499568b8b92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11020', - 'x-ms-correlation-request-id', - 'b93620b5-7281-4f92-9d91-15dbd28b17f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033208Z:b93620b5-7281-4f92-9d91-15dbd28b17f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c238a14-03f6-4ffc-a5e8-50fbc1106185', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11019', - 'x-ms-correlation-request-id', - 'f1d253dd-130c-475b-b881-ae3a8ee026f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033208Z:f1d253dd-130c-475b-b881-ae3a8ee026f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0967c4a4-10b3-42e5-8a34-87f1f508792e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11018', - 'x-ms-correlation-request-id', - 'd9f6ce01-edd6-4def-99e8-c5d63181daf3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033209Z:d9f6ce01-edd6-4def-99e8-c5d63181daf3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '300729d5-cb18-4ed5-b0a2-e9ea48e1b9c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11017', - 'x-ms-correlation-request-id', - '938223c0-9ba4-42c2-a382-cdb64a008608', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033209Z:938223c0-9ba4-42c2-a382-cdb64a008608', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '411806fe-65ed-4248-a692-97e95802b48b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11016', - 'x-ms-correlation-request-id', - '0397113f-255c-4d62-9091-f771cade0cd0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033209Z:0397113f-255c-4d62-9091-f771cade0cd0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60352d0b-1f45-4a99-ac02-3d396540dec9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11015', - 'x-ms-correlation-request-id', - '9e57f8c6-b49c-4ca6-abb9-82ea5a3b5756', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033210Z:9e57f8c6-b49c-4ca6-abb9-82ea5a3b5756', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1671e24c-f3b8-42ba-b562-ee4fb3fba0a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11014', - 'x-ms-correlation-request-id', - '823fb0ba-b9b3-4101-bca0-17b0e8f0bdcc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033210Z:823fb0ba-b9b3-4101-bca0-17b0e8f0bdcc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa46c0dc-95ea-4860-9e23-7a6aaff1b2e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11013', - 'x-ms-correlation-request-id', - 'da4ee066-581f-41fd-800f-bd177d657eec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033211Z:da4ee066-581f-41fd-800f-bd177d657eec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db494b70-510a-4c7e-8736-7d50005e65fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11012', - 'x-ms-correlation-request-id', - '7b7f4a77-3f3e-4f15-950f-ce0fb3fae7de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033211Z:7b7f4a77-3f3e-4f15-950f-ce0fb3fae7de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e9b6dea5-3cb1-4a3b-82dd-88bfb9255b68', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11011', - 'x-ms-correlation-request-id', - 'cb158d61-116b-43e0-b98d-a28bace19cd2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033211Z:cb158d61-116b-43e0-b98d-a28bace19cd2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed923598-a17f-471a-abe9-5a5acab340b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11010', - 'x-ms-correlation-request-id', - 'cf326ab8-8b39-454d-a01c-92ec60714418', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033212Z:cf326ab8-8b39-454d-a01c-92ec60714418', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72b3216a-c3a4-4b6f-b433-8d6134d00ed7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11009', - 'x-ms-correlation-request-id', - '6282b1cd-c4d2-4703-a1e2-c0e30ba48a7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033212Z:6282b1cd-c4d2-4703-a1e2-c0e30ba48a7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66cf3452-08a9-4760-803b-23b9de686ec3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11008', - 'x-ms-correlation-request-id', - '7819ed92-8d9b-41b0-bec1-efef71173da9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033213Z:7819ed92-8d9b-41b0-bec1-efef71173da9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96607dfb-473d-4b5f-8953-d0109fc4997c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11007', - 'x-ms-correlation-request-id', - 'd62588e9-2437-4689-aecd-de1188e8158a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033213Z:d62588e9-2437-4689-aecd-de1188e8158a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e96b58c7-643e-4699-92ff-71db3cbbb686', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11006', - 'x-ms-correlation-request-id', - 'f27f61b0-55a3-4249-abb7-09f009f7ba8a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033214Z:f27f61b0-55a3-4249-abb7-09f009f7ba8a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d315305-c90c-44f3-a0cb-1364a320f34a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11005', - 'x-ms-correlation-request-id', - '2237fbb1-021a-4327-9f72-62152513c58b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033214Z:2237fbb1-021a-4327-9f72-62152513c58b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd59d317b-1cdf-405b-8128-93aacdea8925', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11004', - 'x-ms-correlation-request-id', - 'b99df3a5-d45e-4bc5-b145-7e99196ab1f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033214Z:b99df3a5-d45e-4bc5-b145-7e99196ab1f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31782603-86c9-4fa9-90c1-fe468136a5f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11003', - 'x-ms-correlation-request-id', - '9fbe81e2-a517-400f-aa7a-a2773fee8135', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033215Z:9fbe81e2-a517-400f-aa7a-a2773fee8135', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db96c899-26b5-43f2-bcf3-d3d044c76d89', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11002', - 'x-ms-correlation-request-id', - '76a134bf-f1e3-4d06-a231-0aaaf8cfa6bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033215Z:76a134bf-f1e3-4d06-a231-0aaaf8cfa6bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98b55e81-5f33-4ac9-b03a-86d6c134775b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11001', - 'x-ms-correlation-request-id', - 'da308e98-bf9c-45b5-bb22-7f478796c5f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033216Z:da308e98-bf9c-45b5-bb22-7f478796c5f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d355015-6127-46ca-806c-e958a5bc01dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11000', - 'x-ms-correlation-request-id', - 'c3c8394a-bf19-488b-bf1d-b47bf720cb14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033216Z:c3c8394a-bf19-488b-bf1d-b47bf720cb14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1416ff3c-cc68-4727-942c-e931b01092b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10999', - 'x-ms-correlation-request-id', - '9e8a4a39-d3d2-478e-a053-c89ed933747c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033216Z:9e8a4a39-d3d2-478e-a053-c89ed933747c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd8e4662-8d9a-4acd-96be-8ff4fb13b31a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10998', - 'x-ms-correlation-request-id', - '5ace6c49-5a4e-45b4-85a9-417094b85f51', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033217Z:5ace6c49-5a4e-45b4-85a9-417094b85f51', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d55e535-69a0-423b-aeaa-ce9bd76324f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10997', - 'x-ms-correlation-request-id', - '6dca636d-555b-4cf0-bee9-7b6a37b1b041', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033217Z:6dca636d-555b-4cf0-bee9-7b6a37b1b041', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0350c489-8943-4c2a-a15c-7b3d5b9d213d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10996', - 'x-ms-correlation-request-id', - '96a6c1d1-5a70-4904-9873-4f3781b2b7c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033218Z:96a6c1d1-5a70-4904-9873-4f3781b2b7c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '14a4ad7c-12ee-42e6-b869-705159b103dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10995', - 'x-ms-correlation-request-id', - '34db7007-e481-4a8e-85cf-b836aea48a04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033218Z:34db7007-e481-4a8e-85cf-b836aea48a04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '796269e3-315f-4b85-9e58-4de4e30d7360', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10994', - 'x-ms-correlation-request-id', - 'a4ce1258-82fd-44fc-ada9-444c1ff69dfb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033218Z:a4ce1258-82fd-44fc-ada9-444c1ff69dfb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6336c32-5987-48b2-9432-9c17b075a8fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10993', - 'x-ms-correlation-request-id', - 'fc4d3208-42cf-4be2-862b-809c113e80e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033219Z:fc4d3208-42cf-4be2-862b-809c113e80e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '615ed1f4-4e21-436f-9456-89e5540c969f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10992', - 'x-ms-correlation-request-id', - '595a72e8-e640-481a-8cb9-4b27d801f60f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033219Z:595a72e8-e640-481a-8cb9-4b27d801f60f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f190684-ec10-4f50-b37f-df72b35c5a7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10991', - 'x-ms-correlation-request-id', - 'd6756d58-14fb-4d9b-a121-0b088ab4cfdf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033220Z:d6756d58-14fb-4d9b-a121-0b088ab4cfdf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6dc74c89-9f0c-4778-8494-b0f6ef607e95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10990', - 'x-ms-correlation-request-id', - '19b594f1-cb5a-46f7-b8c7-f1f9f95710cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033220Z:19b594f1-cb5a-46f7-b8c7-f1f9f95710cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c2e1e6d-0f2e-4ce8-9c1b-eab1bf9bd215', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10989', - 'x-ms-correlation-request-id', - 'e1fe026f-4a32-439e-8efb-818d14eb8278', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033220Z:e1fe026f-4a32-439e-8efb-818d14eb8278', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13581c31-bad9-4862-ae7c-29eaeca42ead', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10988', - 'x-ms-correlation-request-id', - 'ba5a13b2-36c5-4bf2-bb16-04ce7e59aa26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033221Z:ba5a13b2-36c5-4bf2-bb16-04ce7e59aa26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a7c42eca-203c-4b71-99a3-da680ca75e13', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10987', - 'x-ms-correlation-request-id', - '7e96839a-6add-429e-be95-708b4574a20d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033221Z:7e96839a-6add-429e-be95-708b4574a20d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb529bea-4f8c-4a0e-b957-829f3efa0ab0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10986', - 'x-ms-correlation-request-id', - '3f6e2809-6071-4de7-817d-ed223b5420a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033222Z:3f6e2809-6071-4de7-817d-ed223b5420a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '39d4cd37-eb49-45a4-9ee3-aabc0bc9ec9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10985', - 'x-ms-correlation-request-id', - '8960493e-6f30-4759-82dc-bcc006ef0acb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033222Z:8960493e-6f30-4759-82dc-bcc006ef0acb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8ab1d27-6e23-4958-b3cb-a3be1ac20b95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10984', - 'x-ms-correlation-request-id', - 'bf92d910-4bf8-4a58-b0b4-19fd6db6c029', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033222Z:bf92d910-4bf8-4a58-b0b4-19fd6db6c029', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32b20ded-85a8-4d51-836a-24b952f547ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10983', - 'x-ms-correlation-request-id', - '9337044d-4440-4086-8304-bf40ee0491f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033223Z:9337044d-4440-4086-8304-bf40ee0491f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd98b559e-4e1a-4c59-8b5a-90e3853a41eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10982', - 'x-ms-correlation-request-id', - '6d3d0408-ff50-4c59-a72c-d6618305a4ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033223Z:6d3d0408-ff50-4c59-a72c-d6618305a4ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '487ccdf8-d01b-45f4-a813-0e7c29a04e01', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10981', - 'x-ms-correlation-request-id', - 'b1d3318e-39f7-4817-99d6-6f8f484209d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033224Z:b1d3318e-39f7-4817-99d6-6f8f484209d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4eb58966-6e88-4a5c-999a-11f1680cd195', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10980', - 'x-ms-correlation-request-id', - '39d50e1c-77c3-408c-bb79-812be86294ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033224Z:39d50e1c-77c3-408c-bb79-812be86294ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43dee29a-39c0-4eb3-8419-0180f092eee2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10979', - 'x-ms-correlation-request-id', - '2b16dad9-3fac-41cf-ae1c-5b2400eca6d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033224Z:2b16dad9-3fac-41cf-ae1c-5b2400eca6d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e37837cb-8857-4d8d-ae6b-0acf3937f244', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10978', - 'x-ms-correlation-request-id', - 'c2b71c86-ac68-4afc-a735-3956a4fd53ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033225Z:c2b71c86-ac68-4afc-a735-3956a4fd53ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '078c8ecc-3a3e-46ae-8229-0312357d2cf6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10977', - 'x-ms-correlation-request-id', - '0eaef148-cb38-47aa-89d6-2af069aec776', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033225Z:0eaef148-cb38-47aa-89d6-2af069aec776', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d826e05-96e3-4ce6-a669-bec2d2554138', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10976', - 'x-ms-correlation-request-id', - 'f96809cc-23de-437b-a988-fc5a601dc464', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033226Z:f96809cc-23de-437b-a988-fc5a601dc464', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ceedceeb-a630-4c40-a523-d911b1785394', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10975', - 'x-ms-correlation-request-id', - 'f9b1325b-ddd4-47e9-ba8a-575e4e9cd384', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033226Z:f9b1325b-ddd4-47e9-ba8a-575e4e9cd384', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5967a960-0b40-4110-b7bb-2a13ba2b3e23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10974', - 'x-ms-correlation-request-id', - '6066c56c-aede-4f6e-9110-8e005a416092', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033226Z:6066c56c-aede-4f6e-9110-8e005a416092', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc369b84-afc5-445d-ae72-5403fce43809', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10973', - 'x-ms-correlation-request-id', - 'e9232c27-c20e-4521-8217-017a8196fed4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033227Z:e9232c27-c20e-4521-8217-017a8196fed4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fda18858-4660-4632-b12f-69de26679233', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10972', - 'x-ms-correlation-request-id', - '80923011-bf7d-44e0-9c1c-8519e82ea41c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033227Z:80923011-bf7d-44e0-9c1c-8519e82ea41c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '593439bf-ca0e-4b4d-8483-c7cfce652044', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10971', - 'x-ms-correlation-request-id', - '7920bae0-6a9f-4708-9790-dac4ee5b0aa2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033228Z:7920bae0-6a9f-4708-9790-dac4ee5b0aa2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c2fa9b7c-eb77-4f53-b37e-2c301cad1db1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10970', - 'x-ms-correlation-request-id', - '8872dadd-40b8-405f-b3cc-53c3fa45a05b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033228Z:8872dadd-40b8-405f-b3cc-53c3fa45a05b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '808897eb-a475-42e7-beeb-35bd17ecb38a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10969', - 'x-ms-correlation-request-id', - '5b1bd7b9-031c-4138-923e-db2756175953', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033228Z:5b1bd7b9-031c-4138-923e-db2756175953', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28104d07-7e26-463c-81c6-6b4366b67e04', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10968', - 'x-ms-correlation-request-id', - '12bf4181-fb1c-4792-b87f-aa8fc5b2dd42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033229Z:12bf4181-fb1c-4792-b87f-aa8fc5b2dd42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '192f83e6-148e-45e8-bcb4-1af446de7229', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10967', - 'x-ms-correlation-request-id', - 'ad501328-13d3-4e88-aa52-49458b3adb60', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033229Z:ad501328-13d3-4e88-aa52-49458b3adb60', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a97ceb20-9e67-4da6-a03c-1d154557497f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10966', - 'x-ms-correlation-request-id', - 'df8e28b7-b52b-4b44-a4bc-1b0d68af5d8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033230Z:df8e28b7-b52b-4b44-a4bc-1b0d68af5d8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e36be860-0876-40c9-80d9-61465f447b26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10965', - 'x-ms-correlation-request-id', - '983daf6a-79bf-4bab-9a5c-c04d9336fa66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033230Z:983daf6a-79bf-4bab-9a5c-c04d9336fa66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd638171-aaab-43c8-a9a7-59f17f86ed70', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10964', - 'x-ms-correlation-request-id', - 'f0a42575-ab72-445a-908a-803248334a3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033231Z:f0a42575-ab72-445a-908a-803248334a3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '777c4e5a-d2e2-42ed-b509-9a083b167579', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10963', - 'x-ms-correlation-request-id', - 'cbac6257-b2b2-4a7e-9a76-ec03bbb61baa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033231Z:cbac6257-b2b2-4a7e-9a76-ec03bbb61baa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a41ae45-29e8-4040-9006-42e362d06e1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10962', - 'x-ms-correlation-request-id', - '3c93e460-ab08-49a4-8db6-2a4c6230ce13', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033231Z:3c93e460-ab08-49a4-8db6-2a4c6230ce13', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d65b3c2-551e-475c-b6e0-6ba8a3bd194a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10961', - 'x-ms-correlation-request-id', - 'ae14aa43-cd47-4251-b416-18bb2ca074d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033232Z:ae14aa43-cd47-4251-b416-18bb2ca074d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd74f08f-ab64-4506-aeb9-866011259a67', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10960', - 'x-ms-correlation-request-id', - 'd5f05d6a-f85c-48ef-b324-39356ebf6092', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033232Z:d5f05d6a-f85c-48ef-b324-39356ebf6092', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '259f54ff-0639-47be-b34e-abc938de4259', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10959', - 'x-ms-correlation-request-id', - '465d3741-2098-4402-8c14-1c597e7a44bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033233Z:465d3741-2098-4402-8c14-1c597e7a44bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '352d68cd-d468-4967-904d-a27d32f56e1f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10958', - 'x-ms-correlation-request-id', - 'c72ef8e2-639b-47fd-afaa-92525456b93c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033233Z:c72ef8e2-639b-47fd-afaa-92525456b93c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b5dcac13-c74c-47ec-abc0-bf712cef0eea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10957', - 'x-ms-correlation-request-id', - 'e7b38cc4-d369-424d-8851-e919d14e4116', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033233Z:e7b38cc4-d369-424d-8851-e919d14e4116', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ef916ca-b106-40e2-80b2-e959c7d82c11', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10956', - 'x-ms-correlation-request-id', - '2347b11d-d667-4c2d-8e99-00dbbf59380f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033234Z:2347b11d-d667-4c2d-8e99-00dbbf59380f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0590852b-df4f-4af6-9503-2607bbcf5c25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10955', - 'x-ms-correlation-request-id', - 'd1be5750-8238-447f-9522-fdb2362412ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033234Z:d1be5750-8238-447f-9522-fdb2362412ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c012a61-4f67-4ec4-bdf1-5b92acf426a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10954', - 'x-ms-correlation-request-id', - '9bf1eb0c-d54f-47ed-a508-dffcd987a692', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033234Z:9bf1eb0c-d54f-47ed-a508-dffcd987a692', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80c18774-2477-4d5c-a018-d1c2aedf32b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10953', - 'x-ms-correlation-request-id', - '7b7a7593-08f9-4e61-8fc8-3825a3762483', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033235Z:7b7a7593-08f9-4e61-8fc8-3825a3762483', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '48570ecc-6f73-4dd3-81ad-e48a534857f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10952', - 'x-ms-correlation-request-id', - 'e6da2f7d-78bd-4f52-ae94-fe01daf4bd9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033235Z:e6da2f7d-78bd-4f52-ae94-fe01daf4bd9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8a897ff-e038-423c-80b7-b0d5d2b04c36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10951', - 'x-ms-correlation-request-id', - '6671a829-0fe8-4d2d-85a6-09f98e1a62cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033236Z:6671a829-0fe8-4d2d-85a6-09f98e1a62cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd80ef70-baf3-4791-b38f-9323f272932a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10950', - 'x-ms-correlation-request-id', - 'bd5cf05e-00e7-41c1-930e-46765aadd211', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033236Z:bd5cf05e-00e7-41c1-930e-46765aadd211', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5245a189-c976-4e73-b8b3-99f086037ce1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10949', - 'x-ms-correlation-request-id', - 'f12ce54b-f378-45ec-b252-fc364e5e512d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033236Z:f12ce54b-f378-45ec-b252-fc364e5e512d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5820d0c9-b3b7-4a60-8550-ef6d0d2f42d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10948', - 'x-ms-correlation-request-id', - '2e2a2348-62c4-44ca-8f55-fcef366f5a76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033237Z:2e2a2348-62c4-44ca-8f55-fcef366f5a76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a919a320-c384-4447-af01-820b64008b39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10947', - 'x-ms-correlation-request-id', - '613e0a46-d95e-4501-a35c-a3514e39a9ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033237Z:613e0a46-d95e-4501-a35c-a3514e39a9ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b279e874-363b-4cb0-a39a-64a2d3f75862', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10946', - 'x-ms-correlation-request-id', - '4f829e72-258d-48cc-aea5-9b56cbe7ec4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033238Z:4f829e72-258d-48cc-aea5-9b56cbe7ec4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '138fb2bd-e999-48ad-9d39-083ae1a08e47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10945', - 'x-ms-correlation-request-id', - '412d8ff2-f2fe-4736-afc2-13cec732df02', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033238Z:412d8ff2-f2fe-4736-afc2-13cec732df02', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11292ada-c643-4580-979a-cf07ae5239fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10944', - 'x-ms-correlation-request-id', - 'da61b4fb-5479-41d1-9e96-de0a60476a8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033239Z:da61b4fb-5479-41d1-9e96-de0a60476a8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e99366b5-9f1c-42a0-95f8-d737115254c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10943', - 'x-ms-correlation-request-id', - '0158e79c-e426-4363-9697-51e2385671b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033239Z:0158e79c-e426-4363-9697-51e2385671b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c637acf6-792c-4ffd-9a58-54815973dd29', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10942', - 'x-ms-correlation-request-id', - '37e23126-f1b3-497f-9b20-9ce9f32c6099', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033239Z:37e23126-f1b3-497f-9b20-9ce9f32c6099', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70d27e24-f205-491d-aa4e-88512c17cb06', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10941', - 'x-ms-correlation-request-id', - '0a61bfdb-9487-49e1-a5f3-288a4285af47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033240Z:0a61bfdb-9487-49e1-a5f3-288a4285af47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cb70d43-bb35-4c31-8792-c6a846f63675', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10940', - 'x-ms-correlation-request-id', - '08f4b3b0-98a6-48b5-88d4-e93b7cac570b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033240Z:08f4b3b0-98a6-48b5-88d4-e93b7cac570b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76d31b0d-d95e-4c16-9a57-32ceb771d793', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10939', - 'x-ms-correlation-request-id', - 'cffb811e-6988-4b0a-a220-267849e5b535', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033241Z:cffb811e-6988-4b0a-a220-267849e5b535', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d04b57e-97e4-42f0-bf96-9d1d9543e636', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10938', - 'x-ms-correlation-request-id', - '86c5bf03-c86a-4426-8dd7-e50d2212a7f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033241Z:86c5bf03-c86a-4426-8dd7-e50d2212a7f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '374abba5-3ae1-45c8-b07d-dd0757b232a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10937', - 'x-ms-correlation-request-id', - '74576646-3639-4b18-991c-c938440fce09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033241Z:74576646-3639-4b18-991c-c938440fce09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b43d4083-7650-424f-81c3-a12c8526732b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10936', - 'x-ms-correlation-request-id', - '72f2e36a-84ac-468d-9e08-6b088ed81bf1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033242Z:72f2e36a-84ac-468d-9e08-6b088ed81bf1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dfe3321e-7215-43b7-9e8b-aad891efc256', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10935', - 'x-ms-correlation-request-id', - '025bad32-7bb3-4f75-8617-dcdb65246e11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033242Z:025bad32-7bb3-4f75-8617-dcdb65246e11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de87aec4-1c12-4109-a485-0cadfe882e82', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10934', - 'x-ms-correlation-request-id', - '564b38d7-4372-48dd-8cde-00c7c663b7f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033243Z:564b38d7-4372-48dd-8cde-00c7c663b7f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a949195-509e-4a39-96c9-900312728cd9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10933', - 'x-ms-correlation-request-id', - '5e722258-c710-440c-95ea-09bd62467fe5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033243Z:5e722258-c710-440c-95ea-09bd62467fe5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a414758-0d4d-4096-992f-2b8588c251a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10932', - 'x-ms-correlation-request-id', - '0d35f00d-b0dd-45b3-85bf-24f18c5cec9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033244Z:0d35f00d-b0dd-45b3-85bf-24f18c5cec9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7113beca-34de-4e73-aea7-c7967a950610', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10931', - 'x-ms-correlation-request-id', - 'e60be9b1-2a9f-4ccf-b9a1-80951f23b4e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033244Z:e60be9b1-2a9f-4ccf-b9a1-80951f23b4e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '914435f2-a329-4f88-87cd-de2ef85edc51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10930', - 'x-ms-correlation-request-id', - '32fdf1bc-cc48-495b-9cf6-df196a3fab73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033244Z:32fdf1bc-cc48-495b-9cf6-df196a3fab73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '37c193c7-24aa-446c-801b-8ec09180b5b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10929', - 'x-ms-correlation-request-id', - 'e6b8e2e7-dd90-4cb2-adbf-fe14874050f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033245Z:e6b8e2e7-dd90-4cb2-adbf-fe14874050f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a883301-8e4a-4354-a850-a827aa57615e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10928', - 'x-ms-correlation-request-id', - '4ce25b3e-f01a-4a4b-bc76-7dabe26d0216', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033245Z:4ce25b3e-f01a-4a4b-bc76-7dabe26d0216', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '744b391e-a558-4742-b3fa-54a652e5d00a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10927', - 'x-ms-correlation-request-id', - '686a8531-f09b-4da4-8812-c0a9412cda51', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033246Z:686a8531-f09b-4da4-8812-c0a9412cda51', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '962ed25e-7e78-47ac-b3c4-01f132dfe0dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10926', - 'x-ms-correlation-request-id', - '81b0e5d2-c021-48df-b374-a6c8d3c477c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033246Z:81b0e5d2-c021-48df-b374-a6c8d3c477c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02d2833f-faf6-47de-befa-edd294de43ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10925', - 'x-ms-correlation-request-id', - '06e6f180-6755-4d6b-b6c7-cf82676db62c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033246Z:06e6f180-6755-4d6b-b6c7-cf82676db62c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1cfe1575-e6a0-44cb-81e3-d6ceecd500aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10924', - 'x-ms-correlation-request-id', - '71cc2990-1115-4b1b-bdd7-86ed36b05763', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033247Z:71cc2990-1115-4b1b-bdd7-86ed36b05763', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef3272ae-95b0-43e2-b244-fc20ff24f8a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10923', - 'x-ms-correlation-request-id', - '1de9e09f-8946-4ad1-b27a-a993f450f99a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033247Z:1de9e09f-8946-4ad1-b27a-a993f450f99a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0dce16d9-5344-4c20-80b3-9d0b5bd4ca19', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10922', - 'x-ms-correlation-request-id', - 'ee616e95-e484-486a-9f6f-1fa76c842eba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033248Z:ee616e95-e484-486a-9f6f-1fa76c842eba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3e97425-cf95-481f-859b-12fdda2cc9d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10921', - 'x-ms-correlation-request-id', - '69564f8c-3373-401e-9c7f-3a02c6970065', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033248Z:69564f8c-3373-401e-9c7f-3a02c6970065', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '480e4c51-65f9-4999-b8ab-a29052880e3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10920', - 'x-ms-correlation-request-id', - 'c66d0341-21b9-4c14-a443-6a63417b3688', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033248Z:c66d0341-21b9-4c14-a443-6a63417b3688', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb92e740-7a01-46a0-95c0-88f49a497258', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10919', - 'x-ms-correlation-request-id', - '4b9afca5-7a61-4b83-a246-860695a1caef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033249Z:4b9afca5-7a61-4b83-a246-860695a1caef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29baf65b-28a8-41c5-87b8-287b00d4612d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10918', - 'x-ms-correlation-request-id', - 'a26b2725-7cb4-44cd-8575-444db74d4288', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033249Z:a26b2725-7cb4-44cd-8575-444db74d4288', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8181997-8eb4-4183-b288-57a41a732578', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10917', - 'x-ms-correlation-request-id', - '4f7e730f-1220-4a11-a86f-b680de170b7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033250Z:4f7e730f-1220-4a11-a86f-b680de170b7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad02f5ae-d8bc-4810-a536-e56b9ff92498', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10916', - 'x-ms-correlation-request-id', - 'a4540fb4-5aa9-4ad8-913b-de0d3128c3f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033250Z:a4540fb4-5aa9-4ad8-913b-de0d3128c3f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65ee0bb1-b1a2-4f5b-b5ad-ce9b70fd695b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10915', - 'x-ms-correlation-request-id', - 'fa497a66-2535-46c4-8d3d-31bd92ef7da7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033250Z:fa497a66-2535-46c4-8d3d-31bd92ef7da7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36fb6622-2a3c-4e03-8eda-dbf539bdee17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10914', - 'x-ms-correlation-request-id', - 'fa58efe5-051b-4f59-bcfc-74d0dcb27cb6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033251Z:fa58efe5-051b-4f59-bcfc-74d0dcb27cb6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c4e63af-e710-4ce4-978f-7a5f0bdb36d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10913', - 'x-ms-correlation-request-id', - '93a88cb3-4d28-4ccb-8777-2ec406cffe1f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033251Z:93a88cb3-4d28-4ccb-8777-2ec406cffe1f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '99182873-daca-4c4b-961a-6448a44b8632', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10912', - 'x-ms-correlation-request-id', - '3760d579-dc37-4b5c-afe6-fb987f55d737', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033252Z:3760d579-dc37-4b5c-afe6-fb987f55d737', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0cdca592-863b-42db-b025-9c99d4382d75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10911', - 'x-ms-correlation-request-id', - 'c273b331-2769-4ae1-af91-aeb6f99833b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033252Z:c273b331-2769-4ae1-af91-aeb6f99833b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1f39ad2-e2c6-4ff7-b4d1-1cf0079a6d28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10910', - 'x-ms-correlation-request-id', - 'b3c476e8-27c8-4e1a-b7ec-73b7bc504524', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033252Z:b3c476e8-27c8-4e1a-b7ec-73b7bc504524', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2efa6d6-b1ab-4256-b313-32ea993034ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10909', - 'x-ms-correlation-request-id', - 'd84ff06e-7313-42f5-9bc9-fa293a18f785', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033253Z:d84ff06e-7313-42f5-9bc9-fa293a18f785', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6be18f73-88c0-4f6c-908f-a23b06124c00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10908', - 'x-ms-correlation-request-id', - 'bdab2db7-79c7-4f2f-b77f-72b997c13d59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033253Z:bdab2db7-79c7-4f2f-b77f-72b997c13d59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f3ab32d-93c9-47ff-8e62-139b234c3224', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10907', - 'x-ms-correlation-request-id', - '1ca532ce-3c46-4474-b324-01b329668514', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033254Z:1ca532ce-3c46-4474-b324-01b329668514', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74bca4c3-407b-4a1a-a2db-a991596b55cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10906', - 'x-ms-correlation-request-id', - 'b3a8b58a-bad2-4393-9334-1804419c178e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033254Z:b3a8b58a-bad2-4393-9334-1804419c178e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '723d65ae-e456-430d-b19f-2f9c3c6a22ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10905', - 'x-ms-correlation-request-id', - '1fcd2d18-9691-4190-b8dc-a1decfafabef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033254Z:1fcd2d18-9691-4190-b8dc-a1decfafabef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7efa2347-5769-445a-b932-369807602a25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10904', - 'x-ms-correlation-request-id', - '81d19aa4-26b5-4006-95fe-a9f743e7c7c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033255Z:81d19aa4-26b5-4006-95fe-a9f743e7c7c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f9f9840-70ff-42cd-9b73-3cb45a72099c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10903', - 'x-ms-correlation-request-id', - 'd5516713-78cd-446e-897f-bb4d51f8b114', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033255Z:d5516713-78cd-446e-897f-bb4d51f8b114', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2037ebf-76de-4a44-b3f6-fe09f1256947', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10902', - 'x-ms-correlation-request-id', - 'a33d668a-6428-43b7-9f86-e21a0bdb9b7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033256Z:a33d668a-6428-43b7-9f86-e21a0bdb9b7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ee91cd6-04b5-4f20-8065-5ebd861d94e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10901', - 'x-ms-correlation-request-id', - '0f2af103-b376-43df-900f-c0dd7a76b946', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033256Z:0f2af103-b376-43df-900f-c0dd7a76b946', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35ecd1e3-7b16-4c88-a061-42de8c71aec9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10900', - 'x-ms-correlation-request-id', - '703ddf3d-b9c4-497e-8771-3d5963280084', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033256Z:703ddf3d-b9c4-497e-8771-3d5963280084', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '415358ed-3498-4531-9887-051c008a7ff4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10899', - 'x-ms-correlation-request-id', - 'f9892047-54fa-43fa-865e-6fb0f6804c73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033257Z:f9892047-54fa-43fa-865e-6fb0f6804c73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7124f446-d07d-4fad-bbf4-da1478425069', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10898', - 'x-ms-correlation-request-id', - '6e956caf-4f41-4b43-aad0-8296e9639f19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033257Z:6e956caf-4f41-4b43-aad0-8296e9639f19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c4ed4f3-9cf3-4e0d-b1c0-c1bc76f5da7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10897', - 'x-ms-correlation-request-id', - '4899c15b-9a9c-423d-8eba-debdb5c8cb33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033258Z:4899c15b-9a9c-423d-8eba-debdb5c8cb33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '188e932e-7049-4a55-a9bb-3f39b5f5bc4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10896', - 'x-ms-correlation-request-id', - 'f0e382b0-731f-4171-a907-58ccb82ef7e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033258Z:f0e382b0-731f-4171-a907-58ccb82ef7e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '588eecf8-7046-4f18-b1be-c3e50edfb0e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10895', - 'x-ms-correlation-request-id', - '1d7fb9da-25ca-4228-b700-d110b4760854', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033259Z:1d7fb9da-25ca-4228-b700-d110b4760854', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8a1da77-2df0-46bb-a5fa-366a3f386fda', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10894', - 'x-ms-correlation-request-id', - '4c293dd3-cae8-45f2-8d58-97c0679cc8a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033259Z:4c293dd3-cae8-45f2-8d58-97c0679cc8a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '130b2384-af5d-4177-976a-2158a7785dcb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10893', - 'x-ms-correlation-request-id', - 'd3b124b4-0e94-40fc-aa77-a17f07f89dc4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033259Z:d3b124b4-0e94-40fc-aa77-a17f07f89dc4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3539cc50-d8e4-4580-bbbd-87222d817ee0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10892', - 'x-ms-correlation-request-id', - '021c95b2-812c-41be-b849-64322484fbe2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033300Z:021c95b2-812c-41be-b849-64322484fbe2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d2f3fd0-bed3-491e-bc2b-22e338291164', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10891', - 'x-ms-correlation-request-id', - '0525b02c-bc32-414b-a27d-96f84bc10908', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033300Z:0525b02c-bc32-414b-a27d-96f84bc10908', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:32:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35b292e0-c697-4079-9aa4-f10df58a8302', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10890', - 'x-ms-correlation-request-id', - '88c363b6-81de-4185-9d9d-d40d9efc29b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033301Z:88c363b6-81de-4185-9d9d-d40d9efc29b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '312ade75-cb59-4795-8ff0-c44b6cde7d57', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10889', - 'x-ms-correlation-request-id', - '9163f03d-94ec-4cbb-9a1a-913cbe454414', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033301Z:9163f03d-94ec-4cbb-9a1a-913cbe454414', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0fe7057-b261-4b3f-8ded-9acbdd607878', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10888', - 'x-ms-correlation-request-id', - 'caac4476-c907-479e-be16-d1332eb64020', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033301Z:caac4476-c907-479e-be16-d1332eb64020', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d358ffb-5e24-4701-a8e5-002e915c58c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10887', - 'x-ms-correlation-request-id', - '2263f36b-7202-481c-8a05-a7524a2298ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033302Z:2263f36b-7202-481c-8a05-a7524a2298ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46494c8e-4864-4709-afb0-c90118302981', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10886', - 'x-ms-correlation-request-id', - '7db91cff-2c55-408e-920a-8eff044437af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033302Z:7db91cff-2c55-408e-920a-8eff044437af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74d4d65a-93c4-4d3c-9da2-83225c845a1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10885', - 'x-ms-correlation-request-id', - '27ba3942-6b92-4811-b28a-d4507f4b5901', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033303Z:27ba3942-6b92-4811-b28a-d4507f4b5901', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '066e37d9-dc27-424f-b1c6-53015400dbaf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10884', - 'x-ms-correlation-request-id', - '34d6c2cc-edbe-4a85-a765-1c589a56d484', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033303Z:34d6c2cc-edbe-4a85-a765-1c589a56d484', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a03701b6-20c2-4661-9722-13d82bd405be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10883', - 'x-ms-correlation-request-id', - '5c3a4dd9-67b3-4474-a3d2-fa40e449f904', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033303Z:5c3a4dd9-67b3-4474-a3d2-fa40e449f904', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b81b724d-1800-460d-8a23-1d30fd8d5a68', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10882', - 'x-ms-correlation-request-id', - 'fbdfb382-bbc2-44f2-b4c3-0283a40229c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033304Z:fbdfb382-bbc2-44f2-b4c3-0283a40229c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2298bb4-5248-4838-b484-59c7039df497', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10881', - 'x-ms-correlation-request-id', - 'f5f9654f-9e83-408f-a10c-1e381514b077', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033304Z:f5f9654f-9e83-408f-a10c-1e381514b077', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5b766cb-b927-42ad-9807-13e670e7ce69', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10880', - 'x-ms-correlation-request-id', - '9ab5c133-a30a-4e16-a417-26ab4cde5424', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033305Z:9ab5c133-a30a-4e16-a417-26ab4cde5424', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6dc63648-e9ff-4fba-ae52-1791d8f33188', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10879', - 'x-ms-correlation-request-id', - 'cae5bb9d-f96f-4a9b-b2f2-c476cfb1eb0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033305Z:cae5bb9d-f96f-4a9b-b2f2-c476cfb1eb0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c2bb72ad-529f-4644-b628-cd25083bd6fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10878', - 'x-ms-correlation-request-id', - '780a0b09-4b39-467a-8ecc-354d00f61a8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033305Z:780a0b09-4b39-467a-8ecc-354d00f61a8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6cb4381d-fb03-4f58-9aeb-710c9a9a09d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10877', - 'x-ms-correlation-request-id', - '3616f4d1-7709-4e3d-8ecb-097c22b8ffc3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033306Z:3616f4d1-7709-4e3d-8ecb-097c22b8ffc3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed266074-235f-4bb7-981a-cb09db0ffaf6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10876', - 'x-ms-correlation-request-id', - 'd70e45ac-b50a-47e5-b5e0-d04199a966ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033306Z:d70e45ac-b50a-47e5-b5e0-d04199a966ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5004bb1-3f09-4be5-8c34-8abf49bdce00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10875', - 'x-ms-correlation-request-id', - 'c2f37bd0-fd49-42a1-a8d9-3199d2d64b0f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033307Z:c2f37bd0-fd49-42a1-a8d9-3199d2d64b0f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6b38cc5-c393-4d88-8f32-b174fd8dd068', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10874', - 'x-ms-correlation-request-id', - '195877bd-b44f-4c32-a97f-f4eeb35e7005', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033307Z:195877bd-b44f-4c32-a97f-f4eeb35e7005', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1997b727-3537-44a5-95ba-cf22622705d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10873', - 'x-ms-correlation-request-id', - 'f5412e9b-c4df-4d3f-9749-359fc844c7f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033307Z:f5412e9b-c4df-4d3f-9749-359fc844c7f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca2dc0ab-2dae-4f05-8c1f-d0387199c59d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10872', - 'x-ms-correlation-request-id', - '810fc0f6-dd79-4ca0-9925-e42eba4e7ee5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033308Z:810fc0f6-dd79-4ca0-9925-e42eba4e7ee5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33c8f4db-aee4-4da7-a1fd-9d837f288814', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10871', - 'x-ms-correlation-request-id', - '3260f8bd-08c2-4f9d-b907-8025b30b32c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033308Z:3260f8bd-08c2-4f9d-b907-8025b30b32c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9109fc61-1d71-4bbb-ba6e-d6292032c0a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10870', - 'x-ms-correlation-request-id', - '3824d421-4d14-4841-b0cf-c329883bca94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033309Z:3824d421-4d14-4841-b0cf-c329883bca94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b344408-817e-4f1f-89d9-2f65a319e3ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10869', - 'x-ms-correlation-request-id', - 'ae6a7f73-457c-4b69-8942-d23290b0501f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033309Z:ae6a7f73-457c-4b69-8942-d23290b0501f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2133ad0-069e-4e64-9a43-37ba43b3163c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10868', - 'x-ms-correlation-request-id', - '4a90a772-b299-4c70-ba27-ca9b2d573f79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033309Z:4a90a772-b299-4c70-ba27-ca9b2d573f79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79de5429-dd06-4e6d-a6e7-81a82fa1393d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10867', - 'x-ms-correlation-request-id', - '861515bc-e860-4928-9e09-8da78da13f00', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033310Z:861515bc-e860-4928-9e09-8da78da13f00', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd471ae5b-4af1-4d44-bbbe-cec3cf8a5d71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10866', - 'x-ms-correlation-request-id', - '1fb8bbf7-0e02-4bbb-92ae-33b5b89c0562', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033310Z:1fb8bbf7-0e02-4bbb-92ae-33b5b89c0562', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95720b37-f6c7-478a-b52f-7d5c031f49b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10865', - 'x-ms-correlation-request-id', - '18c986f9-1a3d-452e-9688-72ed23db52e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033311Z:18c986f9-1a3d-452e-9688-72ed23db52e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dca122da-c80e-45f1-a0e0-d9557a3a90fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10864', - 'x-ms-correlation-request-id', - '12a38566-2890-4aae-9eda-4b046f87490c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033311Z:12a38566-2890-4aae-9eda-4b046f87490c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d4d5c01-37cd-4a0c-8b86-73bfac7b7ba4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10863', - 'x-ms-correlation-request-id', - '290a925c-9712-4de8-888f-981b8b1a753c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033311Z:290a925c-9712-4de8-888f-981b8b1a753c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd57c9d5e-48c4-42ac-ac27-5691e2b38484', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10862', - 'x-ms-correlation-request-id', - '16009a94-a425-48c7-9d9f-4753a11326dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033312Z:16009a94-a425-48c7-9d9f-4753a11326dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e90c05f-0554-453f-9460-1eb32862755e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10861', - 'x-ms-correlation-request-id', - '87b5a231-0990-4212-957b-4711e349d43c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033312Z:87b5a231-0990-4212-957b-4711e349d43c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9f316ef-91b4-4ecc-941a-18ef4d069cd6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10860', - 'x-ms-correlation-request-id', - 'fed6cf20-41e4-489f-8c7c-cc57b222f44c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033313Z:fed6cf20-41e4-489f-8c7c-cc57b222f44c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c5c5243-2ad7-4c6f-91df-576e6c1434f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10859', - 'x-ms-correlation-request-id', - '792b1c97-c205-457e-b5d1-6cfd0c6c3971', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033313Z:792b1c97-c205-457e-b5d1-6cfd0c6c3971', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c9c3319-8742-42de-b2df-d68e695a7395', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10858', - 'x-ms-correlation-request-id', - 'dac602f0-2600-47ef-a72d-1610e164d570', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033314Z:dac602f0-2600-47ef-a72d-1610e164d570', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25eaea33-9655-4908-9b5a-501b3a40fd14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10857', - 'x-ms-correlation-request-id', - '6c71848d-15a6-42e5-8941-69518801683b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033314Z:6c71848d-15a6-42e5-8941-69518801683b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36f970df-a3ca-4038-827f-ef46da78c0a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10856', - 'x-ms-correlation-request-id', - '3e7d40e5-b718-4561-9c2e-c0f590fc3201', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033314Z:3e7d40e5-b718-4561-9c2e-c0f590fc3201', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '18baa0d5-4288-45b4-b19c-bab88fd3680f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10855', - 'x-ms-correlation-request-id', - '914f1416-cb3a-4f42-90a4-dcde061ecd6b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033315Z:914f1416-cb3a-4f42-90a4-dcde061ecd6b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae924557-eecc-4ea4-aafc-d3b78e6659f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10854', - 'x-ms-correlation-request-id', - '5d9c542c-f356-4bac-924b-478436663574', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033315Z:5d9c542c-f356-4bac-924b-478436663574', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e15927c9-32ea-4c4a-be42-efebc47ad885', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10853', - 'x-ms-correlation-request-id', - 'c1695eaa-03b4-485a-bf86-fdf764d5e242', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033316Z:c1695eaa-03b4-485a-bf86-fdf764d5e242', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '611bfdcf-eaa8-4bb9-92c4-26495e915496', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10852', - 'x-ms-correlation-request-id', - '48a0c563-bda7-44cf-a3c0-9aca05947701', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033316Z:48a0c563-bda7-44cf-a3c0-9aca05947701', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08bb0d84-98d2-4605-9544-c903ee38d871', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10851', - 'x-ms-correlation-request-id', - 'ad80a96f-f10d-4df3-a28f-5d99065ef724', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033316Z:ad80a96f-f10d-4df3-a28f-5d99065ef724', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80cc870e-44ab-4e45-bf95-ba5f68a7be3d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10850', - 'x-ms-correlation-request-id', - '6d4ee512-e685-4e82-ba75-99e2da759b5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033317Z:6d4ee512-e685-4e82-ba75-99e2da759b5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ec1ceea-27a9-43a6-9294-79c38572a28a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10849', - 'x-ms-correlation-request-id', - '02695c4b-6baa-4d12-a054-32fad6a32b79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033317Z:02695c4b-6baa-4d12-a054-32fad6a32b79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0ccd2ec-e5b2-4ccf-99d0-29e02ad75c75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10848', - 'x-ms-correlation-request-id', - 'b4d5218b-c88b-4f95-88de-2dc76ad93de4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033318Z:b4d5218b-c88b-4f95-88de-2dc76ad93de4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c19f93b6-e229-4712-936e-122be4ba5a94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10847', - 'x-ms-correlation-request-id', - 'ede7e355-aa5a-4944-b2d2-3ec7c9aaecd9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033318Z:ede7e355-aa5a-4944-b2d2-3ec7c9aaecd9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4801af0c-c71d-4ab2-80d4-c2a50a4de628', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10846', - 'x-ms-correlation-request-id', - '5ce0f9bf-f374-4990-b743-e03d30e0066c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033318Z:5ce0f9bf-f374-4990-b743-e03d30e0066c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7259b9b2-afc0-40cd-a95e-9c603a203c64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10845', - 'x-ms-correlation-request-id', - '98bb9252-a0ad-45af-9098-1043cb2c7eae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033319Z:98bb9252-a0ad-45af-9098-1043cb2c7eae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bfaa3eb6-1612-4cea-afad-6b3ba3d4b10c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10844', - 'x-ms-correlation-request-id', - '1d9b9680-00a4-432c-aa3b-09a8b6f6db99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033319Z:1d9b9680-00a4-432c-aa3b-09a8b6f6db99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '121a5e51-97ce-4e21-bc65-b6a11f96a714', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10843', - 'x-ms-correlation-request-id', - '292b05e0-d671-4b39-9035-4630839e59dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033320Z:292b05e0-d671-4b39-9035-4630839e59dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c8b5fa0-8194-48a2-ba56-7c12a0a9bcdf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10842', - 'x-ms-correlation-request-id', - 'd46055c7-a0ef-4b32-8b8c-331143d2c37d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033320Z:d46055c7-a0ef-4b32-8b8c-331143d2c37d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9035bde9-da8b-4d44-a51b-c71c95413d72', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10841', - 'x-ms-correlation-request-id', - 'b56db074-2447-4e8a-a4a2-3348c07c8ed3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033320Z:b56db074-2447-4e8a-a4a2-3348c07c8ed3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57acca03-7cb4-4323-aaad-401cd12519f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10840', - 'x-ms-correlation-request-id', - '85e48c1a-78b9-420b-8116-b15a65d13f72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033321Z:85e48c1a-78b9-420b-8116-b15a65d13f72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17fcdce2-461a-48bf-8210-5b1733d45859', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10839', - 'x-ms-correlation-request-id', - 'c7d0e790-30f4-48a6-91e6-46c19b07f434', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033321Z:c7d0e790-30f4-48a6-91e6-46c19b07f434', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e94584c8-1c27-45c5-aba6-30600f616524', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10838', - 'x-ms-correlation-request-id', - 'c2617cba-a9bd-40f6-9c6c-c33b4b4bea35', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033322Z:c2617cba-a9bd-40f6-9c6c-c33b4b4bea35', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '671d63eb-1e8f-4a7c-ab87-2e1e8b260a0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10837', - 'x-ms-correlation-request-id', - 'd711d302-47cf-414a-9b8b-a07137c58bac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033322Z:d711d302-47cf-414a-9b8b-a07137c58bac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5cbd3397-24cd-4c62-bd31-f502e02c91a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10836', - 'x-ms-correlation-request-id', - 'd71e5c03-b876-4694-b812-085e2b50f5eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033322Z:d71e5c03-b876-4694-b812-085e2b50f5eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f9f4080-1db6-45bf-b9b4-ace54257a199', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10835', - 'x-ms-correlation-request-id', - 'd7eb0ddb-4027-45e6-9f65-32ba88782fab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033323Z:d7eb0ddb-4027-45e6-9f65-32ba88782fab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6a6bf646-ba9c-4999-891e-54057e0249c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10834', - 'x-ms-correlation-request-id', - 'e82140f4-70df-4d07-88bb-a6589cd25dfb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033323Z:e82140f4-70df-4d07-88bb-a6589cd25dfb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '972b989a-8e72-4d94-9849-c0c4d3766032', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10833', - 'x-ms-correlation-request-id', - 'ecc8dbb2-5403-4061-af53-a3a46de795de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033324Z:ecc8dbb2-5403-4061-af53-a3a46de795de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '742860b0-19f9-4850-b318-a67255edbc79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10832', - 'x-ms-correlation-request-id', - '6783c51a-6dd1-440f-a07c-6dc6272d9596', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033324Z:6783c51a-6dd1-440f-a07c-6dc6272d9596', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7fc1c49d-cbc9-411f-9fb0-c970c2b42b62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10831', - 'x-ms-correlation-request-id', - '5bc4ccfc-67fe-4c9b-9329-d6c01fc28494', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033324Z:5bc4ccfc-67fe-4c9b-9329-d6c01fc28494', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eda36fe7-d659-4f30-8d04-fb15c4677256', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10830', - 'x-ms-correlation-request-id', - 'dbbd3f43-8278-42f0-8150-cc67d3be4c12', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033325Z:dbbd3f43-8278-42f0-8150-cc67d3be4c12', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '781ae455-4145-470f-9908-5a2655ebf553', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10829', - 'x-ms-correlation-request-id', - '062c5e14-4e1c-4731-8b89-f07ea646cc00', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033325Z:062c5e14-4e1c-4731-8b89-f07ea646cc00', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4595964e-0672-4488-b604-7b4832bb7f8f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10828', - 'x-ms-correlation-request-id', - 'fd6e69b4-a02f-4ab3-8133-a4ed6cdb2810', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033326Z:fd6e69b4-a02f-4ab3-8133-a4ed6cdb2810', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee5ead14-5987-4220-830a-ce2435e32773', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10827', - 'x-ms-correlation-request-id', - '5e09f113-cdf4-4c01-80a2-a7ea2f243a7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033326Z:5e09f113-cdf4-4c01-80a2-a7ea2f243a7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'adf05530-a588-4122-a3e9-34ab670529d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10826', - 'x-ms-correlation-request-id', - '1bb8d69f-def4-4aa4-9320-f15a39808fe0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033326Z:1bb8d69f-def4-4aa4-9320-f15a39808fe0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25f1877f-c696-48d6-bc8d-d23c3dfb0792', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10825', - 'x-ms-correlation-request-id', - '4bd9f78b-3fe3-4393-ba47-2ca802ac1023', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033327Z:4bd9f78b-3fe3-4393-ba47-2ca802ac1023', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf1f6875-3fe4-4e4d-b5fd-cd5c7f298dac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10824', - 'x-ms-correlation-request-id', - '3ef22f0e-ccb0-400e-b0b8-6e251b7b1773', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033327Z:3ef22f0e-ccb0-400e-b0b8-6e251b7b1773', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7ae3b68-bc11-4f1b-9d30-8e444f49dd5f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10823', - 'x-ms-correlation-request-id', - 'f3d69fed-6b6a-4f83-a4a1-4316b241dd16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033328Z:f3d69fed-6b6a-4f83-a4a1-4316b241dd16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95e18ca4-399c-42c0-98e3-8ca87f537415', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10822', - 'x-ms-correlation-request-id', - 'cbbe06ef-5d7e-4b52-8699-ab82556d2b60', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033328Z:cbbe06ef-5d7e-4b52-8699-ab82556d2b60', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04b7f33f-04c5-4748-9977-4359464e7130', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10821', - 'x-ms-correlation-request-id', - '1d12a4f1-16a1-4a5c-971f-5ae3bb9e0582', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033328Z:1d12a4f1-16a1-4a5c-971f-5ae3bb9e0582', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96ad6fbb-1fcd-4809-bad1-8d844555ee23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10820', - 'x-ms-correlation-request-id', - '0c368d2d-495a-4d7e-95af-ae2209c13f5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033329Z:0c368d2d-495a-4d7e-95af-ae2209c13f5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'af07a256-2315-496d-b66c-d495ef3beac1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10819', - 'x-ms-correlation-request-id', - '7d7be532-4d1e-43ef-9f58-8aa3ac56a77b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033329Z:7d7be532-4d1e-43ef-9f58-8aa3ac56a77b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cee848e3-fe84-40ff-a658-d2532a0be959', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10818', - 'x-ms-correlation-request-id', - 'a79be791-1690-4b5a-9a7f-0bd46a2623bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033330Z:a79be791-1690-4b5a-9a7f-0bd46a2623bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a14a2467-7701-42cd-95ac-6896dcae6086', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10817', - 'x-ms-correlation-request-id', - '72563bca-f31b-4f2f-89d1-f33940085b33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033330Z:72563bca-f31b-4f2f-89d1-f33940085b33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f45163f0-58c6-41c4-aed6-fc1fa6d3e62f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10816', - 'x-ms-correlation-request-id', - 'ce5f86c5-9aeb-49a1-8cf5-a2ba72849ddf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033330Z:ce5f86c5-9aeb-49a1-8cf5-a2ba72849ddf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db79eb77-c243-47a5-a04b-3eeff44a6a24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10815', - 'x-ms-correlation-request-id', - 'd073e8ce-9703-4205-87d6-2fb7c6ad956f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033331Z:d073e8ce-9703-4205-87d6-2fb7c6ad956f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2a0424f-330b-4f18-ab02-18d37a0fe975', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10814', - 'x-ms-correlation-request-id', - '8080d29b-cabf-4e23-a1bf-e811c93fdd1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033331Z:8080d29b-cabf-4e23-a1bf-e811c93fdd1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34b49c7f-3cfb-4636-83db-692820b616e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10813', - 'x-ms-correlation-request-id', - '8e686667-ee8f-48ce-8c32-7432729915e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033332Z:8e686667-ee8f-48ce-8c32-7432729915e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '213f59b6-3def-4c23-a16a-fd930939ba0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10812', - 'x-ms-correlation-request-id', - '88f3c17f-3bc7-4913-a705-af28eb587b65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033332Z:88f3c17f-3bc7-4913-a705-af28eb587b65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd90f8c52-5981-4d4b-b27b-e0ad43a997e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10811', - 'x-ms-correlation-request-id', - '35029861-c709-4e5d-adf7-72abf0664954', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033332Z:35029861-c709-4e5d-adf7-72abf0664954', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c0998dd-43a0-498e-aa87-3e4c2be18167', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10810', - 'x-ms-correlation-request-id', - '3deb87ac-af9f-47dc-ba8f-a8d3907bdb9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033333Z:3deb87ac-af9f-47dc-ba8f-a8d3907bdb9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dbfe30a4-70d1-48f1-845c-666ab0bcef28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10809', - 'x-ms-correlation-request-id', - '06713110-2445-40c5-9713-13133f04a40c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033333Z:06713110-2445-40c5-9713-13133f04a40c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be1176aa-9867-4081-9e11-f301e3f9c750', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10808', - 'x-ms-correlation-request-id', - '03d48226-8af5-4032-af26-2d997e6c3322', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033334Z:03d48226-8af5-4032-af26-2d997e6c3322', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '972b997a-ebc7-49e1-9ff8-de485660cdc0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10807', - 'x-ms-correlation-request-id', - '90194013-372c-4106-a791-eaf7e98785da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033334Z:90194013-372c-4106-a791-eaf7e98785da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65ebfc92-5dd8-4ab4-8458-e09678f5bbde', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10806', - 'x-ms-correlation-request-id', - '2a4fecff-492c-493f-84aa-b361a75c66d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033334Z:2a4fecff-492c-493f-84aa-b361a75c66d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cabae64-98e5-42b1-9839-43f9fe3d06ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10805', - 'x-ms-correlation-request-id', - '1275c57e-493d-4a94-926d-df99315e2ccb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033335Z:1275c57e-493d-4a94-926d-df99315e2ccb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b02b6342-7c8c-4c7a-9a17-ec66f78894bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10804', - 'x-ms-correlation-request-id', - 'dc00d952-6ca1-46da-9ae3-7449558cd0cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033335Z:dc00d952-6ca1-46da-9ae3-7449558cd0cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2038d561-0956-4678-a4ec-25ae04c7f7f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10803', - 'x-ms-correlation-request-id', - 'dd373e20-c82b-4283-868b-b30060ec7237', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033336Z:dd373e20-c82b-4283-868b-b30060ec7237', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0db19db7-ced6-46a7-890d-a8dfbdc44446', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10802', - 'x-ms-correlation-request-id', - '901e892a-21cd-4c27-a11e-dd8b18fc8ea5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033336Z:901e892a-21cd-4c27-a11e-dd8b18fc8ea5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f965c1b4-fee3-4b02-a933-f43194a84c6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10801', - 'x-ms-correlation-request-id', - 'e832b80e-fa6c-411b-9876-ec6e383cc3bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033336Z:e832b80e-fa6c-411b-9876-ec6e383cc3bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9fef68f2-f915-4e5b-8ed9-f61f35924fcc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10800', - 'x-ms-correlation-request-id', - 'f3aaffc9-f942-4220-bc9d-e8360cbb7437', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033337Z:f3aaffc9-f942-4220-bc9d-e8360cbb7437', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c715555d-97f8-44fd-8d6d-55585e72a218', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10799', - 'x-ms-correlation-request-id', - '6342ac0e-f86b-456c-9eab-39cde560519b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033337Z:6342ac0e-f86b-456c-9eab-39cde560519b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26bf1b9f-cec6-4300-9f5e-14c736210c51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10798', - 'x-ms-correlation-request-id', - 'f474b79a-81e7-4f62-8611-02fed5a9acfa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033338Z:f474b79a-81e7-4f62-8611-02fed5a9acfa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc468371-bb88-467d-bf93-18889c5e2321', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10797', - 'x-ms-correlation-request-id', - '6c5fa9cb-4a08-4799-a5f8-3c33641d6f47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033338Z:6c5fa9cb-4a08-4799-a5f8-3c33641d6f47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1afa11fd-e0a4-4b73-bdff-349543a93c77', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10796', - 'x-ms-correlation-request-id', - 'b4744418-37bc-47fb-9ca4-816877309fc0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033338Z:b4744418-37bc-47fb-9ca4-816877309fc0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0909bfe-9ab2-414a-9a7c-e97f768b338b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10795', - 'x-ms-correlation-request-id', - '55f70d7d-bab5-499b-8061-1a8f3f21e087', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033339Z:55f70d7d-bab5-499b-8061-1a8f3f21e087', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '85d98e6f-7ad0-494b-9eb5-0712295d2f96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10794', - 'x-ms-correlation-request-id', - '80b8b119-c7e0-4317-8e33-252f998df506', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033339Z:80b8b119-c7e0-4317-8e33-252f998df506', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc6b7613-b0cf-47a7-8cfc-06daa9761aa3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10793', - 'x-ms-correlation-request-id', - 'd631e4dc-5c7b-441e-8ea6-5879a35bf353', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033340Z:d631e4dc-5c7b-441e-8ea6-5879a35bf353', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb1be53e-2d87-4df3-91c9-10669e8f3abd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10792', - 'x-ms-correlation-request-id', - '90471636-149f-4f4f-8f36-e628632c87c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033340Z:90471636-149f-4f4f-8f36-e628632c87c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0abab5e-6bc3-4af9-8c4a-d744259b2810', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10791', - 'x-ms-correlation-request-id', - '8f50a2f3-84cd-4d1b-b12f-2eccc311e991', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033340Z:8f50a2f3-84cd-4d1b-b12f-2eccc311e991', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33b4f32c-2432-4fe9-91b7-5afa84ed4bb0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10790', - 'x-ms-correlation-request-id', - 'f9c20142-d704-4da2-ae58-58f5725ed097', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033341Z:f9c20142-d704-4da2-ae58-58f5725ed097', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb958809-e493-40fa-97cb-732e98755362', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10789', - 'x-ms-correlation-request-id', - 'fd550b22-4753-4b60-bd68-556935dc4291', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033341Z:fd550b22-4753-4b60-bd68-556935dc4291', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2473b028-e84d-46f1-9d9f-cccfae1c9a1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10788', - 'x-ms-correlation-request-id', - '7c74596e-58ff-463f-ad1d-78d68f5699a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033342Z:7c74596e-58ff-463f-ad1d-78d68f5699a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27a67581-de6e-4f2b-8776-0d44a44011e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10787', - 'x-ms-correlation-request-id', - 'a6515c84-1fb1-470c-870e-cfc817a7da9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033342Z:a6515c84-1fb1-470c-870e-cfc817a7da9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e97b9c93-568b-4166-8fea-759159d67b36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10786', - 'x-ms-correlation-request-id', - 'c003dee1-9218-416b-a755-aa899ece657f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033342Z:c003dee1-9218-416b-a755-aa899ece657f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c94bee69-6eb3-4335-8fcb-544aa64e424e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10785', - 'x-ms-correlation-request-id', - '82a6a144-1261-4fba-a3a3-35677325b2e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033343Z:82a6a144-1261-4fba-a3a3-35677325b2e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '579eb1ce-ab7e-44a5-8075-c72e733a270a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10784', - 'x-ms-correlation-request-id', - '775e8092-cb2e-45c3-bfb7-25ebed1f38f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033343Z:775e8092-cb2e-45c3-bfb7-25ebed1f38f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '480b3698-9c95-4f22-b172-90ff05a0e57d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10783', - 'x-ms-correlation-request-id', - '58c6b8e3-cfd1-4228-8f5c-c9ccdc6ccf37', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033344Z:58c6b8e3-cfd1-4228-8f5c-c9ccdc6ccf37', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c636316-4e06-4871-be89-77eb8ea8d5e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10782', - 'x-ms-correlation-request-id', - '2ee68a7d-06a8-4433-87f6-0469126e093c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033344Z:2ee68a7d-06a8-4433-87f6-0469126e093c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12264a74-dfa3-4f55-ac3c-9c942c6051af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10781', - 'x-ms-correlation-request-id', - '840c8675-f218-4ae5-aff8-6d091da35b91', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033344Z:840c8675-f218-4ae5-aff8-6d091da35b91', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27d9d371-cda7-48af-ae68-e514fd2573dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10780', - 'x-ms-correlation-request-id', - 'd807d9ce-c5b6-4db1-8ec1-6606f3265589', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033345Z:d807d9ce-c5b6-4db1-8ec1-6606f3265589', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f9a681e-abb6-4d26-ab7a-d8bbdd593325', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10779', - 'x-ms-correlation-request-id', - '70546537-dfde-4494-ac41-f1e7f2ddd6be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033345Z:70546537-dfde-4494-ac41-f1e7f2ddd6be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '988c42aa-8a01-44a6-986a-b8f468acec47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10778', - 'x-ms-correlation-request-id', - '73a79f2e-78e2-41e9-b672-59dc589617c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033346Z:73a79f2e-78e2-41e9-b672-59dc589617c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94079eb5-6619-4124-85cf-9ffd68b82714', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10777', - 'x-ms-correlation-request-id', - 'b75a32ca-e0c0-484e-9b55-46abc81ff0e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033346Z:b75a32ca-e0c0-484e-9b55-46abc81ff0e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8255b1f8-b93c-4334-b83d-674d3c6f686b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10776', - 'x-ms-correlation-request-id', - '8cd61958-45ce-4ebe-804c-c7215258b9f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033346Z:8cd61958-45ce-4ebe-804c-c7215258b9f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '234c0f54-b2d8-4fc8-b3ea-0f6bbae7379e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10775', - 'x-ms-correlation-request-id', - 'fc3e3c0c-c1bb-4a6c-aea4-cb13689d43b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033347Z:fc3e3c0c-c1bb-4a6c-aea4-cb13689d43b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c054804b-70ab-4083-8623-84aafcabbecf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10774', - 'x-ms-correlation-request-id', - 'a1fab78c-a870-437a-99da-c8c66461e200', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033347Z:a1fab78c-a870-437a-99da-c8c66461e200', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f499a190-756d-48af-a756-de28911af52a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10773', - 'x-ms-correlation-request-id', - 'fae64170-6a1c-4e6b-91e7-4a470003c595', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033348Z:fae64170-6a1c-4e6b-91e7-4a470003c595', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23ac9257-d3d5-441b-8da5-489a38bea8ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10772', - 'x-ms-correlation-request-id', - 'dc4b7f6a-4941-4300-9cc4-709906484d35', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033348Z:dc4b7f6a-4941-4300-9cc4-709906484d35', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1440f60-4022-4bb5-a7ab-0450d32e31f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10771', - 'x-ms-correlation-request-id', - 'db5e3f6a-1b7d-4245-8b4d-96f4db6a61e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033348Z:db5e3f6a-1b7d-4245-8b4d-96f4db6a61e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4960507e-05ad-43e0-b00a-c37a33144382', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10770', - 'x-ms-correlation-request-id', - '1d302558-09ef-47e3-acd1-d33eba625a4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033349Z:1d302558-09ef-47e3-acd1-d33eba625a4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4535f8f-1773-4d44-b693-ce7c73530d17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10769', - 'x-ms-correlation-request-id', - '976988e6-5785-48ef-86f3-3c9546aa6355', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033349Z:976988e6-5785-48ef-86f3-3c9546aa6355', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e4eb39a-f99e-42c7-a63e-2e7a21d87f9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10768', - 'x-ms-correlation-request-id', - 'f6fb1f45-e140-40ac-b2f9-003e3a64107f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033350Z:f6fb1f45-e140-40ac-b2f9-003e3a64107f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5fe6e1b5-0e64-47d6-8a8a-e9145d844983', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10767', - 'x-ms-correlation-request-id', - '66a51bba-cbd0-48fb-b1ba-a3018fb8561d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033350Z:66a51bba-cbd0-48fb-b1ba-a3018fb8561d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6ff401c-c3ea-41c9-a4f2-b672621f53fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10766', - 'x-ms-correlation-request-id', - '60255adf-cc58-417e-9386-878cf4192909', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033350Z:60255adf-cc58-417e-9386-878cf4192909', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bfaee335-3324-4f65-80ee-f416ac6e0446', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10765', - 'x-ms-correlation-request-id', - '8f9f7a7a-298d-462a-8836-cf2339e426ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033351Z:8f9f7a7a-298d-462a-8836-cf2339e426ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f8b9969-1d4c-433d-b7fe-f0f6e41f0b76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10764', - 'x-ms-correlation-request-id', - '4592e2f5-efce-4d3b-9dd2-96438896468a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033351Z:4592e2f5-efce-4d3b-9dd2-96438896468a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3e6c086-4969-4a46-bb86-4c369f3e19a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10763', - 'x-ms-correlation-request-id', - '1590741d-2eed-43cb-b73b-3490ef18e909', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033352Z:1590741d-2eed-43cb-b73b-3490ef18e909', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c9ab5a6-0bf6-4376-b093-01442cc15555', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10762', - 'x-ms-correlation-request-id', - 'fcfb5976-632e-4502-a88f-384952f04ff4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033352Z:fcfb5976-632e-4502-a88f-384952f04ff4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c453094a-ee50-45b6-80b3-9a411d40bcb7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10761', - 'x-ms-correlation-request-id', - '5d8d3bb1-7376-43d1-ae90-9764c2f844c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033352Z:5d8d3bb1-7376-43d1-ae90-9764c2f844c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1e1a2ac-aacd-4eaa-8db2-fde383d4b545', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10760', - 'x-ms-correlation-request-id', - 'd4f797ee-37bd-4f7d-a64d-f99319370d75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033353Z:d4f797ee-37bd-4f7d-a64d-f99319370d75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8a6d39e-20f0-49dd-bb3b-df079d857b16', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10759', - 'x-ms-correlation-request-id', - 'ffdefd0d-4c77-44da-9673-ff121f8790d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033353Z:ffdefd0d-4c77-44da-9673-ff121f8790d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d4324cb-02e8-4754-acab-9344a74010bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10758', - 'x-ms-correlation-request-id', - 'b8b9261d-ae34-4f93-8211-670cc7503306', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033354Z:b8b9261d-ae34-4f93-8211-670cc7503306', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0bcc395a-0979-488e-81f3-1c8f25759301', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10757', - 'x-ms-correlation-request-id', - '6d6a541d-d2a2-4def-8df2-4df40eb39334', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033354Z:6d6a541d-d2a2-4def-8df2-4df40eb39334', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6fbe8092-e6d0-402b-82cc-1510d4b7fd08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10756', - 'x-ms-correlation-request-id', - '5e730df8-9b52-4332-a909-ce1603997943', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033354Z:5e730df8-9b52-4332-a909-ce1603997943', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d15bf44-8923-4c4a-aa34-a0bb26717831', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10755', - 'x-ms-correlation-request-id', - '139c067b-6b76-4437-810d-6a7d29d4e06e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033355Z:139c067b-6b76-4437-810d-6a7d29d4e06e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c987911b-486e-471e-8e72-75cf56acd410', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10754', - 'x-ms-correlation-request-id', - '715624c7-df68-4d7e-9157-d53ad5bc8e49', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033355Z:715624c7-df68-4d7e-9157-d53ad5bc8e49', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc2d0994-6dc3-42fd-a85b-d6f8863c1930', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10753', - 'x-ms-correlation-request-id', - '88a425d4-1c1a-43fa-806f-95990fbf54c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033356Z:88a425d4-1c1a-43fa-806f-95990fbf54c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '78f324ff-2ff2-452e-8447-3a79b4893f71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10752', - 'x-ms-correlation-request-id', - 'cd3dcee9-def0-459b-b849-a8aff78f585f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033356Z:cd3dcee9-def0-459b-b849-a8aff78f585f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '287ee582-d5cd-4cfa-ba15-822e74b47edc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10751', - 'x-ms-correlation-request-id', - 'e96826fe-b925-4238-be60-5168a9f8cdab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033356Z:e96826fe-b925-4238-be60-5168a9f8cdab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4d26528-356a-4946-bf5f-1eab0c1de8d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10750', - 'x-ms-correlation-request-id', - 'f6e8c3ce-2d91-446e-90c7-b03210dbea25', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033357Z:f6e8c3ce-2d91-446e-90c7-b03210dbea25', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb0da4c2-f751-4a01-bc29-7d1067bf3957', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10749', - 'x-ms-correlation-request-id', - '2cd788e3-90cd-4cbd-a0e5-1f2c82b211f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033357Z:2cd788e3-90cd-4cbd-a0e5-1f2c82b211f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b266eac0-116e-4375-b19f-e27a3a031a3e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10748', - 'x-ms-correlation-request-id', - '5eed66fe-c7fd-4aed-b55c-37ad1ec7d720', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033358Z:5eed66fe-c7fd-4aed-b55c-37ad1ec7d720', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed1afcad-b91e-4e4c-9cda-19704900ee85', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10747', - 'x-ms-correlation-request-id', - '607385b8-150e-40ee-a853-25a7982ee67c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033358Z:607385b8-150e-40ee-a853-25a7982ee67c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd21fbd12-395b-4927-a785-2023cf0de20a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10746', - 'x-ms-correlation-request-id', - 'e59e2d90-092c-456e-9d00-d5fb2ba8c318', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033358Z:e59e2d90-092c-456e-9d00-d5fb2ba8c318', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b62166a-7a52-4ac2-bbe1-a211d5987fe5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10745', - 'x-ms-correlation-request-id', - 'b33f826a-f8b7-4ba7-a1ea-ff1abc93c5ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033359Z:b33f826a-f8b7-4ba7-a1ea-ff1abc93c5ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa462b01-58be-4894-96f8-71f83ca4dc64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10744', - 'x-ms-correlation-request-id', - 'ab6c90d5-ac48-461e-98d2-668c3de5a5b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033359Z:ab6c90d5-ac48-461e-98d2-668c3de5a5b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bcb3c66c-da10-4dd9-8314-c4a34c011a41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10743', - 'x-ms-correlation-request-id', - '95c9d2c8-1d96-4fd9-992b-b27d2d249348', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033400Z:95c9d2c8-1d96-4fd9-992b-b27d2d249348', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:33:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7db458f-2776-4263-b8c8-40a8938e7e57', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10742', - 'x-ms-correlation-request-id', - 'd5ba4855-f718-48eb-9dbc-55358c63c811', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033400Z:d5ba4855-f718-48eb-9dbc-55358c63c811', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ef2e781-0d94-411b-9872-61191fa8ea09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10741', - 'x-ms-correlation-request-id', - '8dc01403-bf71-42d2-b5c1-c877e875d2dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033400Z:8dc01403-bf71-42d2-b5c1-c877e875d2dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '39b22fde-4d59-48c9-be24-f90f904ea065', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10740', - 'x-ms-correlation-request-id', - '2d1092ad-bed8-4096-86fd-87816b3fbca7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033401Z:2d1092ad-bed8-4096-86fd-87816b3fbca7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5270b1d9-667a-4a50-8e32-f97a82dfc68f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10739', - 'x-ms-correlation-request-id', - 'b7941f2f-1731-4fbd-8691-70a8b5a1a951', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033401Z:b7941f2f-1731-4fbd-8691-70a8b5a1a951', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4419703-c261-4eca-b6cd-5ed15f44c568', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10738', - 'x-ms-correlation-request-id', - '2960a731-abfd-4f36-a4eb-323e847fd241', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033402Z:2960a731-abfd-4f36-a4eb-323e847fd241', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97fa90db-02ac-47c1-a6d6-f1a33be1c07f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10737', - 'x-ms-correlation-request-id', - '92c04ec8-e31b-405e-bc07-3691e7e95dbb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033402Z:92c04ec8-e31b-405e-bc07-3691e7e95dbb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81819690-a34f-4164-ad56-682f56f0ee6a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10736', - 'x-ms-correlation-request-id', - 'd2839f0c-43fe-4f66-91b9-bd22a1f2ebc9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033402Z:d2839f0c-43fe-4f66-91b9-bd22a1f2ebc9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1198f972-587f-4f0d-b7d9-c8e2d977dead', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10735', - 'x-ms-correlation-request-id', - 'f102a8f9-4991-4828-8f02-09a30f466066', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033403Z:f102a8f9-4991-4828-8f02-09a30f466066', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '197bed63-ed06-44de-a01b-9ad990f05792', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10734', - 'x-ms-correlation-request-id', - '89a65113-c29b-4588-83e2-720c40a62a6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033403Z:89a65113-c29b-4588-83e2-720c40a62a6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0410772c-98a5-4ef1-b0a6-33462f72cdea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10733', - 'x-ms-correlation-request-id', - 'c9ace627-14c5-4c46-85d8-54f7b02060a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033404Z:c9ace627-14c5-4c46-85d8-54f7b02060a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43dc6e05-0cf1-49dc-9f77-71d189d25e60', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10732', - 'x-ms-correlation-request-id', - '04fcce9b-70af-41ed-a615-407336b7fbe0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033404Z:04fcce9b-70af-41ed-a615-407336b7fbe0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43f4af04-83c7-40ea-a174-d54d034ddf14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10731', - 'x-ms-correlation-request-id', - '3fcb08e0-4340-459e-80ac-4fd82e2e6934', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033404Z:3fcb08e0-4340-459e-80ac-4fd82e2e6934', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c7d1160-ea37-46a1-84cb-6921775852e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10730', - 'x-ms-correlation-request-id', - 'e7e01f87-acdd-4aaa-97c8-08d723e5682b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033405Z:e7e01f87-acdd-4aaa-97c8-08d723e5682b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f28caab7-4c81-4647-b624-b4637ad63210', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10729', - 'x-ms-correlation-request-id', - '655ae60c-7eca-4abf-9f12-970c1a5b939d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033405Z:655ae60c-7eca-4abf-9f12-970c1a5b939d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56a978ea-8600-4f2b-bfea-f9555e09f9cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10728', - 'x-ms-correlation-request-id', - 'ee7084ac-2e81-4035-9025-927f0305e7ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033406Z:ee7084ac-2e81-4035-9025-927f0305e7ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09216999-2dc9-40de-9b85-372481905a5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10727', - 'x-ms-correlation-request-id', - '44d4034c-a7af-49ce-856e-a4a0a489bf85', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033406Z:44d4034c-a7af-49ce-856e-a4a0a489bf85', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c116e31f-aa77-4f9c-affd-04a19ce969e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10726', - 'x-ms-correlation-request-id', - '6d2497bf-c870-4982-9744-f7c8d2c51026', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033406Z:6d2497bf-c870-4982-9744-f7c8d2c51026', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1e7ddf4-8ac5-4cd7-bc4b-5f54b1fb4a3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10725', - 'x-ms-correlation-request-id', - '46485fe5-3565-4e2c-a966-525b73c48938', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033407Z:46485fe5-3565-4e2c-a966-525b73c48938', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '713becf7-f696-4f75-a069-8f6e77867b0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10724', - 'x-ms-correlation-request-id', - 'b78dca1f-8d1c-4ca4-bfa8-8274c04f759d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033407Z:b78dca1f-8d1c-4ca4-bfa8-8274c04f759d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26a3a89d-1b0d-4ed1-8686-6fdd5c8ddc28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10723', - 'x-ms-correlation-request-id', - '18e5ae52-a30f-4752-bc1d-7061f3c2140e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033408Z:18e5ae52-a30f-4752-bc1d-7061f3c2140e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46fae70c-88ec-4cc0-8bde-94ed62277c44', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10722', - 'x-ms-correlation-request-id', - '3cce0611-f74c-426c-841c-3672d823a096', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033408Z:3cce0611-f74c-426c-841c-3672d823a096', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '424c7426-efea-4c3c-b9e8-ae26393656f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10721', - 'x-ms-correlation-request-id', - 'f2d0b70f-776f-4d65-8be7-a0c82e605612', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033408Z:f2d0b70f-776f-4d65-8be7-a0c82e605612', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26124307-2406-47b7-8b09-5ee9b2b2f460', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10720', - 'x-ms-correlation-request-id', - '2b6adcd2-8c38-4310-96fa-c4fb68b43316', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033409Z:2b6adcd2-8c38-4310-96fa-c4fb68b43316', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdedffe4-1ffb-47f3-9127-efb905c0d6c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10719', - 'x-ms-correlation-request-id', - '35b84d2d-ade2-4c01-9dd4-b38a10c8839d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033409Z:35b84d2d-ade2-4c01-9dd4-b38a10c8839d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01e3c5b4-ff61-4378-b92f-6f1ee11daaf3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10718', - 'x-ms-correlation-request-id', - '94f314ea-fcc0-435a-9222-ef90850d7b81', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033410Z:94f314ea-fcc0-435a-9222-ef90850d7b81', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '315a4ffe-19b7-488a-a4a7-5d3f48aa25a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10717', - 'x-ms-correlation-request-id', - '22b17f57-c780-4ddd-a5b1-17711a9be16a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033410Z:22b17f57-c780-4ddd-a5b1-17711a9be16a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3a76ef4-138d-4ba8-a4ee-e20c7185081a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10716', - 'x-ms-correlation-request-id', - '9f2edc46-48fe-429a-969f-c8f84e1033c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033410Z:9f2edc46-48fe-429a-969f-c8f84e1033c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8afe128-9d07-43b4-98f2-eb955060284b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10715', - 'x-ms-correlation-request-id', - 'b382734e-52f4-49c8-85cf-f5e789e273ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033411Z:b382734e-52f4-49c8-85cf-f5e789e273ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed2dbbef-8a54-428b-9b0f-70ac63e88230', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10714', - 'x-ms-correlation-request-id', - '107e8abd-6a84-4bf5-bf4c-4f901c74e1fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033411Z:107e8abd-6a84-4bf5-bf4c-4f901c74e1fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ccdb5cb-90af-45c1-a66b-7f683180dbb1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10713', - 'x-ms-correlation-request-id', - '9c263b80-2d9f-4daa-8987-70e48f954f1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033412Z:9c263b80-2d9f-4daa-8987-70e48f954f1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e531f39-4e09-44c4-87ed-0642bade0d71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10712', - 'x-ms-correlation-request-id', - '2deb8b32-458c-4127-92f9-6708fdb617c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033412Z:2deb8b32-458c-4127-92f9-6708fdb617c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98d273bc-4fcc-4119-90be-814b4c3e8c08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10711', - 'x-ms-correlation-request-id', - '1aec6769-748b-4858-9f30-a8d832fff55d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033412Z:1aec6769-748b-4858-9f30-a8d832fff55d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca118181-defa-4cb6-bc84-5c1aef5467c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10710', - 'x-ms-correlation-request-id', - 'e09fa656-93e8-43e5-af75-1d0600a450c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033413Z:e09fa656-93e8-43e5-af75-1d0600a450c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07bab2df-480a-4012-8863-784c6f6cbb68', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10709', - 'x-ms-correlation-request-id', - '19815eae-5f43-40ad-86a1-f6b17c1ba0b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033413Z:19815eae-5f43-40ad-86a1-f6b17c1ba0b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17b54283-11e1-4d9a-a08f-eae4247a7b08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10708', - 'x-ms-correlation-request-id', - 'd621a313-4dd1-4d54-b828-0e795ed231ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033414Z:d621a313-4dd1-4d54-b828-0e795ed231ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c2a711e-58fc-4bd4-935d-71a6ff194d6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10707', - 'x-ms-correlation-request-id', - 'feca3bc5-585c-4f20-82fc-93d1ba4df531', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033414Z:feca3bc5-585c-4f20-82fc-93d1ba4df531', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f14d9b5-cf37-4da7-aaab-9c03eab69ba5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10706', - 'x-ms-correlation-request-id', - '870c9634-ff87-45b0-9323-80796361ca22', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033415Z:870c9634-ff87-45b0-9323-80796361ca22', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca191211-109e-4a74-94ab-aef4899f17d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10705', - 'x-ms-correlation-request-id', - '085a3a90-533b-4b2f-ab12-996da00de371', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033415Z:085a3a90-533b-4b2f-ab12-996da00de371', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07ec6e60-12ee-4274-ba15-ac5c81e3ec5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10704', - 'x-ms-correlation-request-id', - 'ce54da28-5d10-4ee1-ac2b-d72ffc326f39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033416Z:ce54da28-5d10-4ee1-ac2b-d72ffc326f39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6434b1af-89ec-4b40-b41e-a116816bddff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10703', - 'x-ms-correlation-request-id', - '054b93a8-ad2d-4bb6-a42d-7325ba38c315', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033416Z:054b93a8-ad2d-4bb6-a42d-7325ba38c315', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b089fd49-7a98-43c0-bef3-ee64a72a0812', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10702', - 'x-ms-correlation-request-id', - 'f0e42d0a-0f6c-470c-ae07-fe0283d514de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033416Z:f0e42d0a-0f6c-470c-ae07-fe0283d514de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6406f6ce-5378-4cf6-b1b7-a17d5a8ed0a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10701', - 'x-ms-correlation-request-id', - 'd55d2dde-5096-4bb9-8a1f-e26f1722528c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033417Z:d55d2dde-5096-4bb9-8a1f-e26f1722528c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8afdce6-d109-4406-b18e-f11fc5812216', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10700', - 'x-ms-correlation-request-id', - '8886cb3e-fc35-4ab4-aa3d-bf83b69569cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033417Z:8886cb3e-fc35-4ab4-aa3d-bf83b69569cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'abd40238-865b-45c6-90bd-3bafa54f86b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10699', - 'x-ms-correlation-request-id', - '822247da-85dc-4221-ad2f-4e19b6da0e37', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033418Z:822247da-85dc-4221-ad2f-4e19b6da0e37', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8740ac04-01b4-4afc-97df-d2dcacdffcdd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10698', - 'x-ms-correlation-request-id', - '166a82f0-8991-4b08-a4d1-4c2925364759', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033418Z:166a82f0-8991-4b08-a4d1-4c2925364759', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d94ef67-d2ac-40f2-8903-ba0c7094e51b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10697', - 'x-ms-correlation-request-id', - '963b1280-48ec-4fd6-8d04-9bae2a957173', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033419Z:963b1280-48ec-4fd6-8d04-9bae2a957173', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2bd40b5-51e6-4975-8706-c967c640322e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10696', - 'x-ms-correlation-request-id', - 'bc949ed0-686f-4640-884b-b12e47087fb0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033419Z:bc949ed0-686f-4640-884b-b12e47087fb0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f8c1c2f-24c2-4398-ae27-211110084f97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10695', - 'x-ms-correlation-request-id', - '0b71a53f-3370-4dc7-9c4e-ce1722b00036', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033419Z:0b71a53f-3370-4dc7-9c4e-ce1722b00036', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8128b52-7115-4a9c-a8ad-7d1db1d583d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10694', - 'x-ms-correlation-request-id', - '5072beec-7f4c-4296-a644-f125198ef49c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033420Z:5072beec-7f4c-4296-a644-f125198ef49c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd464e0bf-909f-4c9b-88d2-154780cf9e6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10693', - 'x-ms-correlation-request-id', - '388aa0c7-18bd-48fc-a460-b854aba8b8e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033420Z:388aa0c7-18bd-48fc-a460-b854aba8b8e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '692fae22-ef81-4125-8df6-9c5986e5d99b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10692', - 'x-ms-correlation-request-id', - 'dc24920a-04e6-4a39-91ec-cba5f37acf4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033421Z:dc24920a-04e6-4a39-91ec-cba5f37acf4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1846d307-fabb-4ac7-85af-73002c4b1536', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10691', - 'x-ms-correlation-request-id', - '577cec11-7109-4eac-86c2-d12c1a7595e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033421Z:577cec11-7109-4eac-86c2-d12c1a7595e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7af1cb55-2d81-4c5d-af11-01c290a98c62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10690', - 'x-ms-correlation-request-id', - '8b3d923b-c9fc-457b-8974-b489901874d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033421Z:8b3d923b-c9fc-457b-8974-b489901874d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0860fae-e142-4495-8ad8-f1ca40a1436e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10689', - 'x-ms-correlation-request-id', - '4e4ce93f-d510-4633-a0be-32a7e34db1ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033422Z:4e4ce93f-d510-4633-a0be-32a7e34db1ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd72a0db4-d686-4c46-84d3-3d4bf30910f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10688', - 'x-ms-correlation-request-id', - '7cb031a0-0342-48d3-b8f6-eb8dfe13996a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033422Z:7cb031a0-0342-48d3-b8f6-eb8dfe13996a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '889b4aa0-29e3-4e0f-9a81-21fe5bc4e45d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10687', - 'x-ms-correlation-request-id', - '61edacf6-c572-4ca5-951f-0f963eee8066', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033423Z:61edacf6-c572-4ca5-951f-0f963eee8066', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '277bcfb6-2157-43e2-827e-9883213e0d1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10686', - 'x-ms-correlation-request-id', - '723ab61a-ad43-4d0c-8a29-d94850864181', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033423Z:723ab61a-ad43-4d0c-8a29-d94850864181', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3645b0bf-1cfc-47c5-ba7f-8b55eaf118b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10685', - 'x-ms-correlation-request-id', - '5fd65ae2-81d9-42fb-9d1f-be59de6005fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033423Z:5fd65ae2-81d9-42fb-9d1f-be59de6005fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '358f94db-a2b1-4f95-8aac-dd5a5f815c22', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10684', - 'x-ms-correlation-request-id', - 'ca4d906e-8c52-4526-9df7-af4db5f151a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033424Z:ca4d906e-8c52-4526-9df7-af4db5f151a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '61ec3ace-13ec-4ec3-b414-067f8c343aa0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10683', - 'x-ms-correlation-request-id', - '9093e9fa-ed97-48b1-85c9-cd5f2085fe18', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033424Z:9093e9fa-ed97-48b1-85c9-cd5f2085fe18', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c788d6b6-1b05-4d92-9485-ddc6c0133f35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10682', - 'x-ms-correlation-request-id', - 'c1fa7095-e222-45c4-8173-789ad68eb5a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033425Z:c1fa7095-e222-45c4-8173-789ad68eb5a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '071dc0ca-2ed9-43a1-9b41-3d5bc19ee50e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10681', - 'x-ms-correlation-request-id', - 'd6c34bcb-984d-4aec-8de8-0249d115e135', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033425Z:d6c34bcb-984d-4aec-8de8-0249d115e135', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2c59adc-392d-442c-b59c-55807a050138', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10680', - 'x-ms-correlation-request-id', - 'c7e194d6-c4af-42b3-9d4f-e209f9ab1de6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033425Z:c7e194d6-c4af-42b3-9d4f-e209f9ab1de6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1429382e-337e-4531-8678-c74da319eee5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10679', - 'x-ms-correlation-request-id', - 'a8376e74-4462-403b-8b34-9f8bd990ae7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033426Z:a8376e74-4462-403b-8b34-9f8bd990ae7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dba1523d-4244-4b56-826c-810926d3ee13', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10678', - 'x-ms-correlation-request-id', - '2ceb86ae-e918-4583-b058-e7f3f86bfd6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033426Z:2ceb86ae-e918-4583-b058-e7f3f86bfd6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59ff2727-f773-4d6f-9adf-3d1c2776d00f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10677', - 'x-ms-correlation-request-id', - '8e030422-98cc-4ec9-949d-a47ebd26fcd9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033427Z:8e030422-98cc-4ec9-949d-a47ebd26fcd9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd925dca6-a884-4447-8b88-c9e172ae6e35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10676', - 'x-ms-correlation-request-id', - '5c3d6a04-7ea5-430a-8dc2-faa2a6121e86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033427Z:5c3d6a04-7ea5-430a-8dc2-faa2a6121e86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9347250c-4381-497b-83d9-ea84d38a9d83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10675', - 'x-ms-correlation-request-id', - 'b754c6f7-978a-4415-be23-0a969f0b6dee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033427Z:b754c6f7-978a-4415-be23-0a969f0b6dee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b804191-1037-4421-905a-37029fc8c687', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10674', - 'x-ms-correlation-request-id', - '98ea6d8b-970a-46d1-a16d-5b8aaace250d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033428Z:98ea6d8b-970a-46d1-a16d-5b8aaace250d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5d5fc39-8322-4dcd-9bb0-909a06fef33a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10673', - 'x-ms-correlation-request-id', - '7c206d2b-8780-4d7d-b3f0-6fab2e21f0c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033428Z:7c206d2b-8780-4d7d-b3f0-6fab2e21f0c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41ed8ea8-cc07-45a5-8697-f962bfbc210d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10672', - 'x-ms-correlation-request-id', - '8ba4a045-9751-4c53-a20d-cbcf191447a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033429Z:8ba4a045-9751-4c53-a20d-cbcf191447a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f826a313-9dab-4d12-8847-091aa70c44f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10671', - 'x-ms-correlation-request-id', - '517837b9-cc99-477d-8677-686430893d92', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033429Z:517837b9-cc99-477d-8677-686430893d92', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dbd631f0-2a7d-459b-8e48-a4f085d08541', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10670', - 'x-ms-correlation-request-id', - 'a43b56c1-d12c-4039-aa98-9cb7c590c596', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033429Z:a43b56c1-d12c-4039-aa98-9cb7c590c596', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be71c742-e474-47ce-a7c4-0aa7a0f58dd6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10669', - 'x-ms-correlation-request-id', - '14fcc4eb-bbaa-4081-a7f7-734d9d914b05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033430Z:14fcc4eb-bbaa-4081-a7f7-734d9d914b05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4008cce-521d-45a4-ae15-fb3439e72cb5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10668', - 'x-ms-correlation-request-id', - 'cf30f7f2-bfae-4eb0-bcd9-2d4036198cde', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033430Z:cf30f7f2-bfae-4eb0-bcd9-2d4036198cde', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83777c66-eb4a-4ede-ae3e-4a1407f792eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10667', - 'x-ms-correlation-request-id', - 'a89acbd2-5365-4611-a5e1-27eb75417197', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033431Z:a89acbd2-5365-4611-a5e1-27eb75417197', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4af933b5-7651-405b-bac8-9c9923a97c39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10666', - 'x-ms-correlation-request-id', - 'e8295556-310d-47ce-a546-f0c21190d4b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033431Z:e8295556-310d-47ce-a546-f0c21190d4b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34712137-2545-4791-b234-acc3e5107e21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10665', - 'x-ms-correlation-request-id', - '17a03f27-9dff-4650-a027-09ab4d14787a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033432Z:17a03f27-9dff-4650-a027-09ab4d14787a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f14c5f75-9aad-440c-999d-134d149db22a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10664', - 'x-ms-correlation-request-id', - 'bfcaa42b-31dd-4e1b-9def-a72224a63bf9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033432Z:bfcaa42b-31dd-4e1b-9def-a72224a63bf9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '14c29753-ed95-4e2b-ac56-344b4d25d2d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10663', - 'x-ms-correlation-request-id', - 'df32340d-fc0e-4131-975d-45ba8e350cf5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033432Z:df32340d-fc0e-4131-975d-45ba8e350cf5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5875b784-1971-4aac-965f-98c002f61c2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10662', - 'x-ms-correlation-request-id', - '8aad256f-b8a7-4d86-931c-006af7fb3114', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033433Z:8aad256f-b8a7-4d86-931c-006af7fb3114', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87619f86-d3cf-424e-b158-5c403fcb4c36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10661', - 'x-ms-correlation-request-id', - '9fe42393-0b7a-4b91-92f0-75359701efe4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033433Z:9fe42393-0b7a-4b91-92f0-75359701efe4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7533a22-0f84-4c3a-b2f4-af3eee29a21d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10660', - 'x-ms-correlation-request-id', - '40079741-0140-4dc1-843b-d37acb3dc501', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033434Z:40079741-0140-4dc1-843b-d37acb3dc501', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '481dc95d-0d2e-4d25-a1b5-612a6001e2ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10659', - 'x-ms-correlation-request-id', - 'a5cfcfe5-f04f-4dde-b345-f8b5a79199c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033434Z:a5cfcfe5-f04f-4dde-b345-f8b5a79199c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a600d93-bfaf-4d57-92cd-6801b8d202fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10658', - 'x-ms-correlation-request-id', - '5d3ad4fc-763b-4e8d-a9b6-127c2491d988', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033434Z:5d3ad4fc-763b-4e8d-a9b6-127c2491d988', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97948615-6cf8-419e-bcdf-182c0000ef7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10657', - 'x-ms-correlation-request-id', - '42246840-3408-4d7e-b5dc-d0710039d49c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033435Z:42246840-3408-4d7e-b5dc-d0710039d49c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6437216c-fa2f-482e-9d18-32f562d28228', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10656', - 'x-ms-correlation-request-id', - '5d3667e2-e98a-445e-847d-f3b6b64690cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033435Z:5d3667e2-e98a-445e-847d-f3b6b64690cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57f987c9-2d7d-4cf2-b6a9-8d7da58be9a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10655', - 'x-ms-correlation-request-id', - 'bed4bdc2-b6db-4585-84a1-26ed100b9af6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033436Z:bed4bdc2-b6db-4585-84a1-26ed100b9af6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a4360cf-f82b-4280-a092-167d2e6d3a84', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10654', - 'x-ms-correlation-request-id', - '67d0b42e-a3d6-488a-96d1-0a1e4749dda6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033436Z:67d0b42e-a3d6-488a-96d1-0a1e4749dda6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '415497ed-ff71-4b51-8928-305d4360224f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10653', - 'x-ms-correlation-request-id', - '1817f8aa-b6c6-45cd-9502-07c483cbb4f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033436Z:1817f8aa-b6c6-45cd-9502-07c483cbb4f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cab6175-1b41-4190-b1c8-ba58d44b12af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10652', - 'x-ms-correlation-request-id', - '946aacc5-e492-4814-90ee-5ef84cf24e61', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033437Z:946aacc5-e492-4814-90ee-5ef84cf24e61', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15892bb6-edc9-4538-ba83-f8903863a23f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10651', - 'x-ms-correlation-request-id', - 'dca96578-e366-4d67-afc0-1b753af96f5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033437Z:dca96578-e366-4d67-afc0-1b753af96f5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c041d30-e5f8-4ea3-95f9-b2a1f71cddd5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10650', - 'x-ms-correlation-request-id', - 'd7100e8c-7806-43df-a892-afe19c799688', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033438Z:d7100e8c-7806-43df-a892-afe19c799688', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0d6c4fe-2f9e-4b6b-a8b6-10908db2790d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10649', - 'x-ms-correlation-request-id', - '9614b0d1-03f3-4794-b848-40f5d527e32b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033438Z:9614b0d1-03f3-4794-b848-40f5d527e32b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d1e7c3d-a1d7-48cc-8d54-b799bf9df9b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10648', - 'x-ms-correlation-request-id', - 'f973c43e-3a54-4a46-b8c9-1732a8ac8d3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033438Z:f973c43e-3a54-4a46-b8c9-1732a8ac8d3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d782386-8bc0-4dca-ab0f-ef93873fd18b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10647', - 'x-ms-correlation-request-id', - 'b90826d5-3c3a-4944-90b9-945719d2f0ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033439Z:b90826d5-3c3a-4944-90b9-945719d2f0ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e105cb4-a97e-4349-b447-396fa0025bba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10646', - 'x-ms-correlation-request-id', - '3eeee188-3118-4711-8577-83a56940dbeb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033439Z:3eeee188-3118-4711-8577-83a56940dbeb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '405dcc22-9f68-48fd-b88b-db45aa85647e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10645', - 'x-ms-correlation-request-id', - '10c1944c-c974-4567-93da-170ac5b866b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033440Z:10c1944c-c974-4567-93da-170ac5b866b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8598a0e-e8fd-4c26-8397-feeb99478564', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10644', - 'x-ms-correlation-request-id', - '4179fadb-10ac-4340-8cca-fa75791bc18c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033440Z:4179fadb-10ac-4340-8cca-fa75791bc18c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1261e183-8c0a-4229-b1b9-6a4756979397', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10643', - 'x-ms-correlation-request-id', - '05d3eca1-6fd9-446b-bcc9-e4f2bec13bb3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033440Z:05d3eca1-6fd9-446b-bcc9-e4f2bec13bb3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c491637c-50b9-4911-970a-3634931d7cbc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10642', - 'x-ms-correlation-request-id', - '812501c4-1f92-41dc-b013-68dd623c5685', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033441Z:812501c4-1f92-41dc-b013-68dd623c5685', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '001087e6-9b64-44eb-908b-bb078a9f9f2a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10641', - 'x-ms-correlation-request-id', - 'ada436bb-fe43-48af-a034-1e187a4933dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033441Z:ada436bb-fe43-48af-a034-1e187a4933dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2aa1b40-76c8-4ff7-b601-88e7147b1b9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10640', - 'x-ms-correlation-request-id', - '964731f6-c3fd-4978-a64e-6925595f72b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033442Z:964731f6-c3fd-4978-a64e-6925595f72b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c1f72de-c1d4-4169-8584-f8c67dc4a100', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10639', - 'x-ms-correlation-request-id', - 'f0bded02-9bfa-4930-bbb2-5aa3d2db1717', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033442Z:f0bded02-9bfa-4930-bbb2-5aa3d2db1717', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '325298c7-07ad-4a7b-ba85-01a0e2b7b6e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10638', - 'x-ms-correlation-request-id', - '34337f2b-b0b0-40f8-a9f9-54da0136d888', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033442Z:34337f2b-b0b0-40f8-a9f9-54da0136d888', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c2a33d29-0e17-457e-900e-3e19a230c699', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10637', - 'x-ms-correlation-request-id', - '11902a35-ee2e-4830-b274-c4bb44b4d122', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033443Z:11902a35-ee2e-4830-b274-c4bb44b4d122', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51cb66bd-8395-4b28-aa2c-9575680bd0ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10636', - 'x-ms-correlation-request-id', - '1669c9c4-c2ce-4c98-83ad-243c5d01001f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033443Z:1669c9c4-c2ce-4c98-83ad-243c5d01001f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a50a2e68-fdf2-42ef-b896-73bb2178b2d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10635', - 'x-ms-correlation-request-id', - 'dc56087f-099d-41ab-aa2d-e9235cfae37d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033444Z:dc56087f-099d-41ab-aa2d-e9235cfae37d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64884403-7f2b-4ad6-96db-dd27930e4478', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10634', - 'x-ms-correlation-request-id', - '58163db5-2d70-4390-8eee-45b2eb973673', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033444Z:58163db5-2d70-4390-8eee-45b2eb973673', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6a6b461-bb39-4f4e-ba4c-f12151680a96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10633', - 'x-ms-correlation-request-id', - '8e512574-9db2-47b4-8c1a-404e80a52059', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033444Z:8e512574-9db2-47b4-8c1a-404e80a52059', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35e0c18c-79b4-458c-ba02-b5c3e43c717e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10632', - 'x-ms-correlation-request-id', - '3e04b386-dcd5-46f1-b4b2-34aa5cda5ca7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033445Z:3e04b386-dcd5-46f1-b4b2-34aa5cda5ca7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec549749-e01b-4c4e-af96-cb081fe148c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10631', - 'x-ms-correlation-request-id', - '2b457836-c000-4fc7-8c7a-5571de5664e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033445Z:2b457836-c000-4fc7-8c7a-5571de5664e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '47554dd5-3f29-490d-97eb-e6faa26db1bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10630', - 'x-ms-correlation-request-id', - '84e8d74d-412f-4e22-a599-d78d54026aa6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033446Z:84e8d74d-412f-4e22-a599-d78d54026aa6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23df9bb9-d620-45f2-8db8-fcb5258f5bf7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10629', - 'x-ms-correlation-request-id', - '38f73102-8af7-442c-ad9e-8d161b8e3971', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033446Z:38f73102-8af7-442c-ad9e-8d161b8e3971', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e83fe9c-bcb7-413c-8dee-da089311e279', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10628', - 'x-ms-correlation-request-id', - '5fd8284f-c658-41f0-a7dc-f9ac2a44d2f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033446Z:5fd8284f-c658-41f0-a7dc-f9ac2a44d2f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '170fe5d8-6352-4158-a829-e401571c5f00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10627', - 'x-ms-correlation-request-id', - '5bcc3191-1353-4925-9f29-a271d6ec47e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033447Z:5bcc3191-1353-4925-9f29-a271d6ec47e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '057c2553-5ee1-4998-88fd-c7c68f83f7f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10626', - 'x-ms-correlation-request-id', - 'e88776de-46c7-424f-a6c1-57743132c1b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033447Z:e88776de-46c7-424f-a6c1-57743132c1b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ca82916-8974-4635-b3c4-549b701c6d67', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10625', - 'x-ms-correlation-request-id', - 'fee5a480-d0f1-474d-9f03-afe7031771be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033448Z:fee5a480-d0f1-474d-9f03-afe7031771be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4dc76fa2-af89-4140-a60d-ea9624489abc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10624', - 'x-ms-correlation-request-id', - 'b09c88b1-d71d-4bb3-b6b8-376d57072d95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033448Z:b09c88b1-d71d-4bb3-b6b8-376d57072d95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd44f2d6-c59b-4b80-964d-d2896eaedca0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10623', - 'x-ms-correlation-request-id', - 'fe11be71-7767-4d22-a3dd-3f3be590d638', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033448Z:fe11be71-7767-4d22-a3dd-3f3be590d638', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36edb9cd-be78-4e2f-a7b3-0592e84e7a2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10622', - 'x-ms-correlation-request-id', - '4db33383-8dcb-49a3-9749-59cd7753205f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033449Z:4db33383-8dcb-49a3-9749-59cd7753205f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '765496dd-0b89-460e-82ae-b16cf4b94439', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10621', - 'x-ms-correlation-request-id', - '2658aab6-5ada-4926-a80b-3cd1e3859162', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033449Z:2658aab6-5ada-4926-a80b-3cd1e3859162', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '307ee17d-5e88-4980-8e9c-bd2735e32d00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10620', - 'x-ms-correlation-request-id', - '8c38a509-c0e6-4b21-bbce-b6fc70ace670', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033450Z:8c38a509-c0e6-4b21-bbce-b6fc70ace670', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8509e12b-c04c-40ff-9184-5c9adf0bce2c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10619', - 'x-ms-correlation-request-id', - 'c2c1d9e0-c83f-4e43-948c-db40f205cb56', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033450Z:c2c1d9e0-c83f-4e43-948c-db40f205cb56', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa503431-b98d-47d7-9ca0-581022e59b50', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10618', - 'x-ms-correlation-request-id', - 'd3e6f755-f3e0-4f64-8c55-cdb90a5945b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033450Z:d3e6f755-f3e0-4f64-8c55-cdb90a5945b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4c72e3b-9a9c-4f60-93de-dfdf390036df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10617', - 'x-ms-correlation-request-id', - '0c6296bb-8e32-48ec-beff-0599214190c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033451Z:0c6296bb-8e32-48ec-beff-0599214190c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ccbaf057-3449-43e5-9cb7-e161e8c4df74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10616', - 'x-ms-correlation-request-id', - 'aea0ba88-c830-44ac-ad11-ead436b8cf06', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033451Z:aea0ba88-c830-44ac-ad11-ead436b8cf06', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd952832-cc10-4e9a-ae92-33424392a4dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10615', - 'x-ms-correlation-request-id', - '4e2a31d0-2d6c-428b-b9ea-c2dca3489256', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033452Z:4e2a31d0-2d6c-428b-b9ea-c2dca3489256', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b33ab023-12b2-4232-9eb7-4cd7715ede97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10614', - 'x-ms-correlation-request-id', - 'c72e1092-6504-4a9d-a4e7-9b03c37bd901', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033452Z:c72e1092-6504-4a9d-a4e7-9b03c37bd901', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ef263b0-dd24-4520-8a9e-57bb47647f32', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10613', - 'x-ms-correlation-request-id', - 'ab894133-a4a7-4ce0-a7ef-a33cf5c56b95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033452Z:ab894133-a4a7-4ce0-a7ef-a33cf5c56b95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '952523e1-b724-44a2-80e0-941706ddf2f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10612', - 'x-ms-correlation-request-id', - '606e7cde-d40d-4ae4-b7d5-4bb064c26ac2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033453Z:606e7cde-d40d-4ae4-b7d5-4bb064c26ac2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9803a6a1-09d4-4e7d-be04-bd7b5470e799', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10611', - 'x-ms-correlation-request-id', - '129ef8e2-9359-4878-b274-9c3ea779a838', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033453Z:129ef8e2-9359-4878-b274-9c3ea779a838', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86d87736-a382-4903-a76a-c2268c76ff80', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10610', - 'x-ms-correlation-request-id', - 'bb6cd59f-bb29-4d6e-b22c-aa3990992adc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033454Z:bb6cd59f-bb29-4d6e-b22c-aa3990992adc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '930604c8-b467-4b31-b9f4-a6786396caac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10609', - 'x-ms-correlation-request-id', - 'e412518b-c4e1-4e0c-a4ba-f838801c5cc0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033454Z:e412518b-c4e1-4e0c-a4ba-f838801c5cc0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '78d05a36-5875-4a22-bf63-c7cbc758d710', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10608', - 'x-ms-correlation-request-id', - '73cb5f68-a015-45ce-a47d-71e55e906af4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033454Z:73cb5f68-a015-45ce-a47d-71e55e906af4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e440af3a-5b85-4b30-b5c0-2824347e7b94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10607', - 'x-ms-correlation-request-id', - '65ebdffc-53c7-4524-b431-e654993ebfad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033455Z:65ebdffc-53c7-4524-b431-e654993ebfad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd95efa76-a2ed-4237-bbaf-c60a4b2ae66b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10606', - 'x-ms-correlation-request-id', - '6367358b-e26c-47ad-9f38-e5c9f29497c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033455Z:6367358b-e26c-47ad-9f38-e5c9f29497c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44df0ee7-f240-4e21-8624-b6144ae6570f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10605', - 'x-ms-correlation-request-id', - '070c2d22-be67-4580-8414-e8556d2c7bde', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033456Z:070c2d22-be67-4580-8414-e8556d2c7bde', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a32bacd-e232-427c-a943-ea22a8d59191', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10604', - 'x-ms-correlation-request-id', - 'f3ca8589-eb60-4555-aed1-20cd8cb60ab2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033456Z:f3ca8589-eb60-4555-aed1-20cd8cb60ab2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed22f8f9-402a-4aeb-aa7f-c9dc150c0b5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10603', - 'x-ms-correlation-request-id', - '0c132232-4476-4bc0-989e-8cf72818292e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033456Z:0c132232-4476-4bc0-989e-8cf72818292e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'caf815fe-b618-4b30-afb9-e57dff7c9fd5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10602', - 'x-ms-correlation-request-id', - '5bb670c7-dd7e-461b-bebc-e4a3f54ab4fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033457Z:5bb670c7-dd7e-461b-bebc-e4a3f54ab4fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c688a156-ffa7-4ebf-b96c-90198177b3e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10601', - 'x-ms-correlation-request-id', - 'abd6a98f-b09f-406a-bd9a-7b8b8d27725e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033457Z:abd6a98f-b09f-406a-bd9a-7b8b8d27725e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77e7b33d-6d71-4823-84cd-7eb28e8cfdbc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10600', - 'x-ms-correlation-request-id', - '9c3eab0a-bb2e-4657-9fc0-79036018515d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033458Z:9c3eab0a-bb2e-4657-9fc0-79036018515d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '37106612-8631-44d2-b6a2-53f88a4ab304', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10599', - 'x-ms-correlation-request-id', - 'ab0f9cd7-f0c7-4fc9-9e49-43700e868ed0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033458Z:ab0f9cd7-f0c7-4fc9-9e49-43700e868ed0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '813ca50c-f665-4fda-85a1-bafcb824a5b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10598', - 'x-ms-correlation-request-id', - '2ecfa417-d15f-4d48-815e-7014ca5cdd65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033458Z:2ecfa417-d15f-4d48-815e-7014ca5cdd65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89ac62b2-9c33-4ce8-89cb-71c19f52a673', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10597', - 'x-ms-correlation-request-id', - 'ec716bdc-6951-4511-ad55-907db378a4f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033459Z:ec716bdc-6951-4511-ad55-907db378a4f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f922abe2-94e8-4f02-89c0-13d400dd48d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10596', - 'x-ms-correlation-request-id', - '38f0bdd6-d09d-4e7b-bc50-7630825e680b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033459Z:38f0bdd6-d09d-4e7b-bc50-7630825e680b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3da891a-b16d-4e37-af6c-47bb32511ba2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10595', - 'x-ms-correlation-request-id', - '1cb3d7bc-6922-4011-bc38-0bcb527c34bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033500Z:1cb3d7bc-6922-4011-bc38-0bcb527c34bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a805d766-d4f5-4719-8bf6-7c27b52deb15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10594', - 'x-ms-correlation-request-id', - '5178bd51-80db-4b90-bf9a-39b15ab38c0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033500Z:5178bd51-80db-4b90-bf9a-39b15ab38c0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:34:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed09c42d-c447-4856-ab70-c00e6c3a2970', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10593', - 'x-ms-correlation-request-id', - 'ec24f934-1e58-468f-b2d5-8be4f184955a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033500Z:ec24f934-1e58-468f-b2d5-8be4f184955a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33492cbc-343f-496d-a3eb-9c11576a29ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10592', - 'x-ms-correlation-request-id', - 'eddb0303-a952-4e05-995b-c6cf07535d8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033501Z:eddb0303-a952-4e05-995b-c6cf07535d8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3606ab25-61bd-465a-a8ad-cb252d1c302e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10591', - 'x-ms-correlation-request-id', - 'd9d47ab7-a359-4444-955d-e507e43cc0e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033501Z:d9d47ab7-a359-4444-955d-e507e43cc0e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '921b62e4-7a4a-412e-9cd0-27c5ffee14cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10590', - 'x-ms-correlation-request-id', - 'e8e07575-ecf3-4257-8254-62319733b683', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033502Z:e8e07575-ecf3-4257-8254-62319733b683', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1dfd06f7-0b13-403c-8a3a-92d0a657d924', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10589', - 'x-ms-correlation-request-id', - 'ff885434-87d2-41b2-9fb3-4c82f8f4a382', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033502Z:ff885434-87d2-41b2-9fb3-4c82f8f4a382', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9037c29-d1f6-429e-b77d-aca342ce9b99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10588', - 'x-ms-correlation-request-id', - '646baec0-9313-4826-a878-4e7b4524f8d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033502Z:646baec0-9313-4826-a878-4e7b4524f8d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f94d677c-fcf2-46e8-bc6d-ec697aa26823', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10587', - 'x-ms-correlation-request-id', - '50b2d1e0-9cc7-458e-8744-72acb86904b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033504Z:50b2d1e0-9cc7-458e-8744-72acb86904b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c835828-52bb-41bf-9483-b39307db8158', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10586', - 'x-ms-correlation-request-id', - '933c9d36-c4d6-45b3-b8e0-0ac4731e5ad2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033504Z:933c9d36-c4d6-45b3-b8e0-0ac4731e5ad2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '39df86ed-c097-4f01-8c81-69fd8bb1e935', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10585', - 'x-ms-correlation-request-id', - '52e6bb34-03e6-4610-a669-76ae89debe6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033504Z:52e6bb34-03e6-4610-a669-76ae89debe6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f6eda70-ec97-4ead-aa7a-641a7c90022a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10584', - 'x-ms-correlation-request-id', - 'a28b686c-7a8d-4c73-b141-19155dc6db8a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033505Z:a28b686c-7a8d-4c73-b141-19155dc6db8a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ac8d01d-dcf3-4e74-8aa5-17538aece4ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10583', - 'x-ms-correlation-request-id', - 'd1da2ca9-bbb0-4b06-a62f-7b397b439cbd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033505Z:d1da2ca9-bbb0-4b06-a62f-7b397b439cbd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8e66439-b0b3-426d-8781-89f4df255338', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10582', - 'x-ms-correlation-request-id', - '0f7fec8c-ed42-4d8b-9575-0315dfaf8123', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033506Z:0f7fec8c-ed42-4d8b-9575-0315dfaf8123', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69316de3-5bfd-4bf5-b87b-bc261fc3a398', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10581', - 'x-ms-correlation-request-id', - 'bef8d6ce-d5fa-4349-b813-754c130f9347', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033506Z:bef8d6ce-d5fa-4349-b813-754c130f9347', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f73331d-5d33-4d8f-9732-b51360377200', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10580', - 'x-ms-correlation-request-id', - '09f3712d-9816-4493-83d3-7a564b3656a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033506Z:09f3712d-9816-4493-83d3-7a564b3656a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68d7d804-deaf-4028-bdae-3b44be03620b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10579', - 'x-ms-correlation-request-id', - '20c0d8a5-9d19-4fb7-8cb1-4a6bc0845d83', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033507Z:20c0d8a5-9d19-4fb7-8cb1-4a6bc0845d83', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1825ec25-b7ab-43df-89b3-85939733a041', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10578', - 'x-ms-correlation-request-id', - 'bbbb56fa-0ae4-44ac-9276-a2a2a840f8f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033507Z:bbbb56fa-0ae4-44ac-9276-a2a2a840f8f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9c2eee5-e17e-41a8-b206-4e6501c32ffa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10577', - 'x-ms-correlation-request-id', - '04a29e1f-5edd-43de-889e-85ee3afd9c67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033508Z:04a29e1f-5edd-43de-889e-85ee3afd9c67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa210002-d86a-4656-b9fe-eba8fa892d36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10576', - 'x-ms-correlation-request-id', - '627d15b7-9615-479a-a645-33a26f41c4c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033508Z:627d15b7-9615-479a-a645-33a26f41c4c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ada6eba-e7ca-4a73-99b4-fe3f077c1c70', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10575', - 'x-ms-correlation-request-id', - '77337ef9-41eb-4075-a6e2-83019792bbfd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033509Z:77337ef9-41eb-4075-a6e2-83019792bbfd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'efe067e4-7ab3-45de-842f-ee26decb48a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10574', - 'x-ms-correlation-request-id', - 'f569e2ed-a763-4b46-9dc5-0b093e64bfa9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033509Z:f569e2ed-a763-4b46-9dc5-0b093e64bfa9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9457876-c0e9-4aad-aa3d-a18776854f04', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10573', - 'x-ms-correlation-request-id', - '7aa4aecd-333e-4cf2-aa3e-cbb9501a8834', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033509Z:7aa4aecd-333e-4cf2-aa3e-cbb9501a8834', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbf02605-642a-4c01-877a-7e20cd5f2110', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10572', - 'x-ms-correlation-request-id', - '8ddb7fa3-819b-4ebc-9ae6-4298435342e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033510Z:8ddb7fa3-819b-4ebc-9ae6-4298435342e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1bf90887-2ac7-4bf4-b065-a6ed06733699', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10571', - 'x-ms-correlation-request-id', - 'ac0154a1-b496-490d-887b-1385e568857a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033510Z:ac0154a1-b496-490d-887b-1385e568857a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7bc50869-a142-4afb-863a-b831fede9193', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10570', - 'x-ms-correlation-request-id', - '37afaf39-bf44-4113-b3bc-c7a673cbce98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033511Z:37afaf39-bf44-4113-b3bc-c7a673cbce98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8c98100-1dde-4efd-893a-95e9e29bd9a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10569', - 'x-ms-correlation-request-id', - '5972a231-2808-4c61-bf3e-805763b83d6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033511Z:5972a231-2808-4c61-bf3e-805763b83d6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08e67060-b59f-42bf-b1ff-e07bd1dde361', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10568', - 'x-ms-correlation-request-id', - '2980111b-0c5c-4754-aa91-c06f2833698d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033511Z:2980111b-0c5c-4754-aa91-c06f2833698d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de1f4785-aab7-469a-885a-3ff8f84dd3ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10567', - 'x-ms-correlation-request-id', - 'cd984d68-fa37-41ba-b371-b2e3b92b2f43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033512Z:cd984d68-fa37-41ba-b371-b2e3b92b2f43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cba36aff-a920-40ad-aca8-be61c08b6a46', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10566', - 'x-ms-correlation-request-id', - 'c11896ab-e23e-4123-9325-87a9e74fa8fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033512Z:c11896ab-e23e-4123-9325-87a9e74fa8fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9922ce87-0b2f-4c12-b4c1-fa80ad922300', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10565', - 'x-ms-correlation-request-id', - '69581619-3a7f-4f20-bc69-e4ca6d469e5c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033513Z:69581619-3a7f-4f20-bc69-e4ca6d469e5c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a61b8f3f-9ca6-4ce4-ad72-604040b5e6a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10564', - 'x-ms-correlation-request-id', - 'dbff9836-6cf8-4f56-b922-a3e558b6a8b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033513Z:dbff9836-6cf8-4f56-b922-a3e558b6a8b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '448dbf5b-3f0d-48b4-a873-04b6a56b04bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10563', - 'x-ms-correlation-request-id', - 'e8ea0bc7-eaa5-40f4-9aa0-2da9901ada45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033513Z:e8ea0bc7-eaa5-40f4-9aa0-2da9901ada45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b63d42b6-214f-4f0a-8437-6a5714a9807d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10562', - 'x-ms-correlation-request-id', - 'dbdd0087-0c1e-466b-a26d-4fa79a91c7c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033514Z:dbdd0087-0c1e-466b-a26d-4fa79a91c7c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '596bca72-ddfd-4e6f-b909-3c792d7f64a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10561', - 'x-ms-correlation-request-id', - 'c61f7482-b3f2-4521-9ce9-ff752e4e31b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033514Z:c61f7482-b3f2-4521-9ce9-ff752e4e31b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51f39040-abf7-4aee-9163-ac5b3a7090b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10560', - 'x-ms-correlation-request-id', - 'dc6da12d-dff0-48b0-8384-2a21c1e8e9ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033515Z:dc6da12d-dff0-48b0-8384-2a21c1e8e9ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00916b18-9d94-4a94-8e36-c144dec61124', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10559', - 'x-ms-correlation-request-id', - '0e3e442f-349c-4a2f-815a-f779e1a93beb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033515Z:0e3e442f-349c-4a2f-815a-f779e1a93beb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e323a856-92b3-43b9-93fb-cbb6550c931f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10558', - 'x-ms-correlation-request-id', - '5d1662ab-70d5-427e-9278-23dee788b6b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033515Z:5d1662ab-70d5-427e-9278-23dee788b6b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72be5865-ee2f-44b4-a986-51a0ad2847b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10557', - 'x-ms-correlation-request-id', - 'da02afab-0f8d-4303-996b-59b8bc279e6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033516Z:da02afab-0f8d-4303-996b-59b8bc279e6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'abe7ccbf-27d0-43fd-818d-d90b137a887d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10556', - 'x-ms-correlation-request-id', - '6ab97425-9446-498e-a625-d02a8b41c5bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033516Z:6ab97425-9446-498e-a625-d02a8b41c5bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '585566ff-129f-46ce-aa6a-5edd19f93939', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10555', - 'x-ms-correlation-request-id', - 'd64632db-8c18-421e-ab22-6b2f58079060', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033517Z:d64632db-8c18-421e-ab22-6b2f58079060', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '587b2c9e-c6ab-404f-af5e-0b3827811001', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10554', - 'x-ms-correlation-request-id', - 'b89cd259-5b9d-428f-b1c0-a786818389cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033517Z:b89cd259-5b9d-428f-b1c0-a786818389cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51d423bc-20ab-4dad-8d80-4c98657bd62b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10553', - 'x-ms-correlation-request-id', - 'e6f5ad13-41bb-4423-a6cd-f481feb24560', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033517Z:e6f5ad13-41bb-4423-a6cd-f481feb24560', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c157ffe-a87f-4aea-b6b1-0fb95429e222', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10552', - 'x-ms-correlation-request-id', - 'eeebc0bd-3114-4383-b471-e1c2773fde5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033518Z:eeebc0bd-3114-4383-b471-e1c2773fde5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2218782c-abac-452c-9979-712a2454053e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10551', - 'x-ms-correlation-request-id', - '7e602217-2df6-4ac3-9775-a80398b8c68e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033518Z:7e602217-2df6-4ac3-9775-a80398b8c68e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b493d41c-6853-406c-bc43-e767877dd901', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10550', - 'x-ms-correlation-request-id', - '7f39d95f-5fe7-475b-b2db-9a0c56bc661d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033519Z:7f39d95f-5fe7-475b-b2db-9a0c56bc661d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46b40492-07b1-45ed-9ca0-08ec0cef2e57', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10549', - 'x-ms-correlation-request-id', - '984e5b42-ff7a-4ac9-b498-948b5ed911ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033519Z:984e5b42-ff7a-4ac9-b498-948b5ed911ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3cab880-0d8d-4617-89b4-515c94d42aa4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10548', - 'x-ms-correlation-request-id', - 'f364f4f7-c876-4603-8f7d-17890335e802', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033520Z:f364f4f7-c876-4603-8f7d-17890335e802', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '891d2b4a-baf4-4ed1-861f-2956d3a5d38a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10547', - 'x-ms-correlation-request-id', - '90a3bc6e-559d-4e77-8bcd-e161b2147ebe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033520Z:90a3bc6e-559d-4e77-8bcd-e161b2147ebe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77a459bf-0813-4526-a9cb-288cceec4d59', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10546', - 'x-ms-correlation-request-id', - '809dc252-f73f-4aa9-8837-c692683ff065', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033520Z:809dc252-f73f-4aa9-8837-c692683ff065', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3eb9b6a5-8e58-45ad-8494-c73e602f8a26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10545', - 'x-ms-correlation-request-id', - '3222d047-4b88-4ebe-aaf0-cbc76aca5902', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033521Z:3222d047-4b88-4ebe-aaf0-cbc76aca5902', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '232b7357-ad43-4afe-8630-bcfffb68c32a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10544', - 'x-ms-correlation-request-id', - 'fdb08a44-a5d6-4e1e-b8f8-d0dd89592d76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033521Z:fdb08a44-a5d6-4e1e-b8f8-d0dd89592d76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a14ae842-a8e8-4eb5-9c9f-fad323f82337', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10543', - 'x-ms-correlation-request-id', - 'd6c73f4a-84cc-41f3-9b2c-29238327cafb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033522Z:d6c73f4a-84cc-41f3-9b2c-29238327cafb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90e61ee5-2e79-4225-84cf-071b910b86b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10542', - 'x-ms-correlation-request-id', - '437d89c2-835f-43c1-aa8e-697064e2f261', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033522Z:437d89c2-835f-43c1-aa8e-697064e2f261', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '52e53787-1fc7-4f95-b84a-b40f0e2f6db8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10541', - 'x-ms-correlation-request-id', - 'a3fb386f-b4e5-465e-8f23-a4d9bd1dcdb0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033522Z:a3fb386f-b4e5-465e-8f23-a4d9bd1dcdb0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11fe5131-407e-416d-8855-5b00bf244a89', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10540', - 'x-ms-correlation-request-id', - 'c6271111-8144-4a49-9551-e32027b8a766', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033523Z:c6271111-8144-4a49-9551-e32027b8a766', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3799b34-4b4f-420c-a3e3-f818e3f618fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10539', - 'x-ms-correlation-request-id', - 'a4ef9cd5-aa83-4b9a-a482-1c79034f1f1b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033523Z:a4ef9cd5-aa83-4b9a-a482-1c79034f1f1b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '578b869c-b880-44f8-868c-f395c748fa52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10538', - 'x-ms-correlation-request-id', - '30079878-8d7c-4625-8b36-7ad21cb5c9f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033524Z:30079878-8d7c-4625-8b36-7ad21cb5c9f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51d531af-4647-48ad-b1b6-328eaa8b7fbc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10537', - 'x-ms-correlation-request-id', - '21cdaf3f-3b06-49e8-acf3-e5dc2f37cb3d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033524Z:21cdaf3f-3b06-49e8-acf3-e5dc2f37cb3d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa9ea38f-bdd3-44dd-b656-ca02d3fb0dfd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10536', - 'x-ms-correlation-request-id', - '134f5e8f-91a3-463e-af7d-f410c9c36bba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033524Z:134f5e8f-91a3-463e-af7d-f410c9c36bba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '06bd0a3c-6bd6-4938-b249-2e3af40ee521', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10535', - 'x-ms-correlation-request-id', - 'a9e59003-e66a-4b18-8d5a-6b7c9f20dd9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033525Z:a9e59003-e66a-4b18-8d5a-6b7c9f20dd9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6b3e42e-b2fa-4e05-9352-29ac53263f8c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10534', - 'x-ms-correlation-request-id', - 'cf8d21f0-afd0-4026-8964-5eddb483b9ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033525Z:cf8d21f0-afd0-4026-8964-5eddb483b9ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bb819ec-f93e-4545-a8b7-94bf1d354ccd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10533', - 'x-ms-correlation-request-id', - '86e53b99-7cdd-43d6-a923-6955c5aad825', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033526Z:86e53b99-7cdd-43d6-a923-6955c5aad825', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da19f648-2f40-43c8-b367-a8a0b483a98c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10532', - 'x-ms-correlation-request-id', - '8092c852-0ebe-48dc-a30e-2fea67444baf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033526Z:8092c852-0ebe-48dc-a30e-2fea67444baf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9aa0865a-87b0-4c86-9234-bb55db403100', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10531', - 'x-ms-correlation-request-id', - 'd9d7a9d1-8c70-4909-ba94-33402fac08a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033526Z:d9d7a9d1-8c70-4909-ba94-33402fac08a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c098bd2-e6c2-4244-963b-208dc0b714a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10530', - 'x-ms-correlation-request-id', - '29081c6c-3e2a-45e2-baca-7b2af32453ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033527Z:29081c6c-3e2a-45e2-baca-7b2af32453ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb5b5b5c-b55f-4cde-910d-4dfe50837a9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10529', - 'x-ms-correlation-request-id', - 'e26f4928-097d-4583-89c4-ed6320fc394f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033527Z:e26f4928-097d-4583-89c4-ed6320fc394f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a2ec1a0-3af7-417b-9057-9c66223c0976', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10528', - 'x-ms-correlation-request-id', - 'f4d78efd-3889-40e4-8dca-f964e424c8e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033528Z:f4d78efd-3889-40e4-8dca-f964e424c8e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f7c59f7-95a8-4f6c-ba8f-733a61af662c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10527', - 'x-ms-correlation-request-id', - 'dcdee20f-0a1f-4103-ad34-192b10a99bd7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033528Z:dcdee20f-0a1f-4103-ad34-192b10a99bd7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '156ccc27-6c4f-4ab9-927e-2fa1588c93bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10526', - 'x-ms-correlation-request-id', - 'b49ee917-36a3-435d-9138-278233f43cc3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033528Z:b49ee917-36a3-435d-9138-278233f43cc3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c355b09e-1815-4b1d-a503-299ecef613d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10525', - 'x-ms-correlation-request-id', - 'e5cdb2a6-4360-4a0f-9281-71f3d623e243', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033529Z:e5cdb2a6-4360-4a0f-9281-71f3d623e243', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbf89568-addd-4f94-9668-dc995b6dbc69', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10524', - 'x-ms-correlation-request-id', - '5c8c8699-ff79-464c-b554-f735e26d4171', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033529Z:5c8c8699-ff79-464c-b554-f735e26d4171', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6627fecb-a3a8-469a-a875-83ae5b39c569', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10523', - 'x-ms-correlation-request-id', - '6677066a-cca2-4f98-8675-e3d1bd55e02e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033530Z:6677066a-cca2-4f98-8675-e3d1bd55e02e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c04ba06-beb7-44c5-ba56-9cd3bf20d3a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10522', - 'x-ms-correlation-request-id', - 'e3671c64-fbb8-4b2a-a8ee-e231acca4171', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033530Z:e3671c64-fbb8-4b2a-a8ee-e231acca4171', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01f21ad3-0a2c-4596-96ea-03ff4694fc1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10521', - 'x-ms-correlation-request-id', - '30804071-115a-49a6-9fd3-8b401c8d443f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033530Z:30804071-115a-49a6-9fd3-8b401c8d443f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62378704-2098-4f41-be14-5b59ded17753', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10520', - 'x-ms-correlation-request-id', - '23b292a1-43d4-410a-bc22-4f59df2689de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033531Z:23b292a1-43d4-410a-bc22-4f59df2689de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87acbb49-9dea-4095-aaf2-473c250d9077', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10519', - 'x-ms-correlation-request-id', - '2ff0df12-dfa3-4da9-a73e-ea157c9e5011', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033531Z:2ff0df12-dfa3-4da9-a73e-ea157c9e5011', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '237f74e8-fa11-4bdc-a419-b6a89745dcb8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10518', - 'x-ms-correlation-request-id', - 'bfe4b3ef-baf1-474f-a57b-606b3af643a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033532Z:bfe4b3ef-baf1-474f-a57b-606b3af643a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec166d57-6b51-490d-9b6c-da70acaf34ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10517', - 'x-ms-correlation-request-id', - '95f7f48b-9617-482f-bbd0-930a83618ca3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033532Z:95f7f48b-9617-482f-bbd0-930a83618ca3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0f8f09a-a0f4-43cb-b2e9-bdae38b9d919', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10516', - 'x-ms-correlation-request-id', - '290242a0-5116-4e97-80f2-b8d6720c05c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033533Z:290242a0-5116-4e97-80f2-b8d6720c05c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4ad6a65-0ad3-4ccc-956c-e5bf630a77a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10515', - 'x-ms-correlation-request-id', - '02931fd8-8752-406c-954a-d453e9894099', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033533Z:02931fd8-8752-406c-954a-d453e9894099', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4b9bc6a-7721-466d-bbda-eb1c42743b82', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10514', - 'x-ms-correlation-request-id', - 'f9f63200-b5dc-48b2-a0d0-a0094cd848ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033533Z:f9f63200-b5dc-48b2-a0d0-a0094cd848ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24018f64-0bb4-408d-b74b-3137425e4f33', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10513', - 'x-ms-correlation-request-id', - 'a4dacbdb-3288-4b19-b750-5bd1fac4e191', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033534Z:a4dacbdb-3288-4b19-b750-5bd1fac4e191', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6935cc3-d94f-4b81-88ec-d1c172cf91e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10512', - 'x-ms-correlation-request-id', - 'abf429a7-2bcb-40d0-b3eb-8e80f6510abb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033534Z:abf429a7-2bcb-40d0-b3eb-8e80f6510abb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd25d9960-2792-460f-bc29-7852e51c16d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10511', - 'x-ms-correlation-request-id', - '0c009451-772b-43d4-b06e-16754ff6121e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033535Z:0c009451-772b-43d4-b06e-16754ff6121e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54447a80-eaf5-4d07-85ce-5302649663b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10510', - 'x-ms-correlation-request-id', - '724de973-d0e8-447c-b189-f87b544a8c81', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033535Z:724de973-d0e8-447c-b189-f87b544a8c81', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1114d2dc-f83d-4655-ab3d-2f23a9009926', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10509', - 'x-ms-correlation-request-id', - 'c34abcde-f1cd-495c-b0bb-c0232f431223', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033535Z:c34abcde-f1cd-495c-b0bb-c0232f431223', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4629d7f3-f3bd-4bf3-90ea-d6c4b775cc02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10508', - 'x-ms-correlation-request-id', - '26fb0acf-9213-4f39-a0ba-23b36ad8b3c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033536Z:26fb0acf-9213-4f39-a0ba-23b36ad8b3c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50ac492d-1b24-4692-8a20-dcaaef59f516', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10507', - 'x-ms-correlation-request-id', - '2254cce4-7422-490e-8d5a-b81f7e3b5860', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033536Z:2254cce4-7422-490e-8d5a-b81f7e3b5860', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c48489a8-94e3-4d91-b79e-bd227dc0e124', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10506', - 'x-ms-correlation-request-id', - 'fcaa28d5-6a79-4137-af9f-2de89aac208d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033537Z:fcaa28d5-6a79-4137-af9f-2de89aac208d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '057c6a57-5cde-4e27-9037-1b7bc02d3f92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10505', - 'x-ms-correlation-request-id', - 'aa08f0c5-a464-4a1b-8904-b81a8b9583e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033537Z:aa08f0c5-a464-4a1b-8904-b81a8b9583e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b247b23f-0a57-4ac2-b7e3-6ace83513463', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10504', - 'x-ms-correlation-request-id', - 'a9569fa2-b770-4915-bba1-76992771a063', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033537Z:a9569fa2-b770-4915-bba1-76992771a063', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79b45132-75c1-40ae-af2d-ee74f6900431', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10503', - 'x-ms-correlation-request-id', - 'd9105c88-226b-4733-b621-2fd6e5ef661f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033538Z:d9105c88-226b-4733-b621-2fd6e5ef661f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fdcf1f1-d1c1-4a71-a78a-c52a72bd8c9f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10502', - 'x-ms-correlation-request-id', - 'a6fb1232-e14e-4e19-9a7c-7e6d0efb9653', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033538Z:a6fb1232-e14e-4e19-9a7c-7e6d0efb9653', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8ce8eb3-973a-4b0e-8c07-21cc10416808', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10501', - 'x-ms-correlation-request-id', - 'caf06df6-8160-4706-8deb-b113fa68c542', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033539Z:caf06df6-8160-4706-8deb-b113fa68c542', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c08c7269-186b-4a03-aab8-84547a4d0a3d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10500', - 'x-ms-correlation-request-id', - '0845fc1d-1e51-4035-8921-9fc955c0db3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033539Z:0845fc1d-1e51-4035-8921-9fc955c0db3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '112add6c-20bb-44a6-be26-5dfbe45c3bb3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10499', - 'x-ms-correlation-request-id', - '706dbe4b-8534-472f-8efc-7d36d0666c3b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033540Z:706dbe4b-8534-472f-8efc-7d36d0666c3b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5f5dbc8-3820-4b69-86cf-1eae31a8bb51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10498', - 'x-ms-correlation-request-id', - 'fee70660-46dd-4e7e-a83c-39647b8068f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033540Z:fee70660-46dd-4e7e-a83c-39647b8068f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c8f6008-9fc4-4ad3-9aea-7142901c7ce9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10497', - 'x-ms-correlation-request-id', - 'e8fc041c-298d-47c1-810b-32249912e5e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033540Z:e8fc041c-298d-47c1-810b-32249912e5e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '676aebf4-923a-452d-8f62-e90d2ba3d42f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10496', - 'x-ms-correlation-request-id', - 'd6d5a9c8-34b0-4ccd-b013-d05f448cde11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033541Z:d6d5a9c8-34b0-4ccd-b013-d05f448cde11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4427c7f9-6b18-43f2-bf22-eb99e5e41632', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10495', - 'x-ms-correlation-request-id', - '3b3050ba-58be-4429-ab60-bf84471d0219', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033541Z:3b3050ba-58be-4429-ab60-bf84471d0219', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46dc0d7e-6c35-42d6-b614-e2a38990c9ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10494', - 'x-ms-correlation-request-id', - '7a8a08cd-fedc-4c5a-8aaf-b32ae68970f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033542Z:7a8a08cd-fedc-4c5a-8aaf-b32ae68970f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cdd1a17f-10bd-4e1c-937f-62a403e223bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10493', - 'x-ms-correlation-request-id', - '019b0e29-a94f-410e-8f26-15f42e30caf4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033542Z:019b0e29-a94f-410e-8f26-15f42e30caf4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cfe4b50-da0f-4d38-a749-21468a7a8232', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10492', - 'x-ms-correlation-request-id', - '152ecbe6-3f9a-4437-aa6b-acbcbb31ca3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033542Z:152ecbe6-3f9a-4437-aa6b-acbcbb31ca3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07cde7d7-e2ff-4362-92c7-8711d045af86', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10491', - 'x-ms-correlation-request-id', - '945cf9fc-4ed3-4e8f-b81e-cf84d87962b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033543Z:945cf9fc-4ed3-4e8f-b81e-cf84d87962b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e62a56a-c31f-4241-853d-201ced356adb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10490', - 'x-ms-correlation-request-id', - '24a02896-a399-4847-a62a-26742b9221e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033543Z:24a02896-a399-4847-a62a-26742b9221e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '329443c4-170d-4559-a1f8-3ecdfd531a5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10489', - 'x-ms-correlation-request-id', - 'c74e70b7-665e-4ad1-915b-c1dc05e99ac9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033544Z:c74e70b7-665e-4ad1-915b-c1dc05e99ac9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23285f97-8b15-4cd2-bb36-90a65f358f20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10488', - 'x-ms-correlation-request-id', - '8cb0a444-9dd0-4349-8f84-6bb4335e078b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033544Z:8cb0a444-9dd0-4349-8f84-6bb4335e078b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e1173b4-3f1a-477f-acad-f38761b7b636', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10487', - 'x-ms-correlation-request-id', - '69fbcfc7-c471-4a03-b243-e1ff62163dda', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033545Z:69fbcfc7-c471-4a03-b243-e1ff62163dda', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '411821e2-3b1e-4940-a96f-fc2727ccc049', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10486', - 'x-ms-correlation-request-id', - 'b473ff21-96c2-4809-8def-0e8b9312bea1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033545Z:b473ff21-96c2-4809-8def-0e8b9312bea1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30ef04e6-9540-4810-8cbd-24a96e0a67ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10485', - 'x-ms-correlation-request-id', - '45db8c12-67db-4517-a17a-d50b86659b30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033546Z:45db8c12-67db-4517-a17a-d50b86659b30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a10c6fba-edb8-40b0-9427-2e340b95781a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10484', - 'x-ms-correlation-request-id', - 'c8bfc154-1bec-4d8f-aa7c-a1c366c4879f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033546Z:c8bfc154-1bec-4d8f-aa7c-a1c366c4879f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a20d9515-ff96-4aaa-a1bc-1df25264962c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10483', - 'x-ms-correlation-request-id', - '6350d2b7-9d4a-404e-86ac-643be2246ca1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033546Z:6350d2b7-9d4a-404e-86ac-643be2246ca1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66008860-0181-481b-a969-ca712bf8a668', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10482', - 'x-ms-correlation-request-id', - '8bd46ed0-af40-4bd7-860a-3129a8424fa4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033547Z:8bd46ed0-af40-4bd7-860a-3129a8424fa4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a82ed1eb-d1d4-41c2-820c-fdcb51c02ce2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10481', - 'x-ms-correlation-request-id', - '5bed40f8-d54d-486b-951a-f90d4dbbf806', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033547Z:5bed40f8-d54d-486b-951a-f90d4dbbf806', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d650509-ed5f-470a-bfc2-d0c842203756', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10480', - 'x-ms-correlation-request-id', - '3ea0e7dc-793c-4112-a9f2-a27b198c4147', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033548Z:3ea0e7dc-793c-4112-a9f2-a27b198c4147', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a1eb760-c372-449f-b820-af9b5d8c3f6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10479', - 'x-ms-correlation-request-id', - 'a0b0e760-7e79-4301-bde4-bf0ab7cb80e5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033548Z:a0b0e760-7e79-4301-bde4-bf0ab7cb80e5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2058e59d-a394-41b8-a2ae-75cc0f0f89bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10478', - 'x-ms-correlation-request-id', - '61b1c9f8-cedb-4af0-b1de-2cc34e4be0fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033549Z:61b1c9f8-cedb-4af0-b1de-2cc34e4be0fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c238225-d2fb-4876-b2df-4d07b4ca60ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10477', - 'x-ms-correlation-request-id', - 'f9aad2fd-4392-4918-ba35-0e16480e8402', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033549Z:f9aad2fd-4392-4918-ba35-0e16480e8402', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff4ab381-3ee6-4554-a323-17305cfafb64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10476', - 'x-ms-correlation-request-id', - '05f23a8a-ee8c-4ee9-9d7e-aeb859cb297c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033549Z:05f23a8a-ee8c-4ee9-9d7e-aeb859cb297c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4de4e754-a868-4288-ae28-1828875bf289', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10475', - 'x-ms-correlation-request-id', - '792ab2ce-85de-4eae-9798-fbec00cd1a1e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033550Z:792ab2ce-85de-4eae-9798-fbec00cd1a1e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eaf4b472-3801-424b-90a5-ac68fc5e26b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10474', - 'x-ms-correlation-request-id', - '7f40f8ed-06bd-4c91-8241-43b82ca48441', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033550Z:7f40f8ed-06bd-4c91-8241-43b82ca48441', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56b7accd-510d-4185-97c1-4cd6c61d132b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10473', - 'x-ms-correlation-request-id', - '58648ecf-3284-41fd-87dc-fcbc0244cd2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033551Z:58648ecf-3284-41fd-87dc-fcbc0244cd2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9eb28ece-f2b4-4a03-a22b-8ce0110cd4ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10472', - 'x-ms-correlation-request-id', - '1e7ef489-ba2c-442d-b9cb-9bdcd8dece63', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033551Z:1e7ef489-ba2c-442d-b9cb-9bdcd8dece63', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41216758-ac1c-4b57-ac38-232b13242324', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10471', - 'x-ms-correlation-request-id', - '05ac1aea-037e-46cc-931c-beb37bc8d43d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033552Z:05ac1aea-037e-46cc-931c-beb37bc8d43d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '331fecf7-8fff-4de4-8831-240cd4492a7d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10470', - 'x-ms-correlation-request-id', - 'da484642-ae26-448f-8417-b93969c08bd5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033552Z:da484642-ae26-448f-8417-b93969c08bd5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cac424f0-7185-4b62-b9f6-1c9c8a35c6aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10469', - 'x-ms-correlation-request-id', - 'dd077d70-8d95-4169-b752-a4983476f3dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033552Z:dd077d70-8d95-4169-b752-a4983476f3dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55556fdb-f7f2-4b31-b704-88fd7b8376eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10468', - 'x-ms-correlation-request-id', - '543f7823-cf02-4502-994f-38cbd0624605', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033553Z:543f7823-cf02-4502-994f-38cbd0624605', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6e7aca6-06e3-4fb4-b3f1-3c6b156a1f91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10467', - 'x-ms-correlation-request-id', - '48fa26a0-316c-435e-bda7-bf76e138a4f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033553Z:48fa26a0-316c-435e-bda7-bf76e138a4f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd51026d-3fc7-451d-a999-f71cb43b703a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10466', - 'x-ms-correlation-request-id', - '11149f2c-e33c-4a81-9264-0555369b00dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033554Z:11149f2c-e33c-4a81-9264-0555369b00dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '858d60c2-cdc3-4488-9125-d309ccd8aa3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10465', - 'x-ms-correlation-request-id', - 'e1824811-62d0-477c-93f1-c7a4ddfb691b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033554Z:e1824811-62d0-477c-93f1-c7a4ddfb691b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3b2c439-ab36-4e85-89cf-3d2bbaf7f5d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10464', - 'x-ms-correlation-request-id', - '31fff871-3cd5-41d4-82d7-500b5c652e48', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033554Z:31fff871-3cd5-41d4-82d7-500b5c652e48', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89c7bbcc-3a55-43cd-9eb2-c9356ec6a4f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10463', - 'x-ms-correlation-request-id', - 'd807375f-fb9a-4342-9550-77a336514df9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033555Z:d807375f-fb9a-4342-9550-77a336514df9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c81b77f-255c-4475-bd29-ebdbf0ee1d72', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10462', - 'x-ms-correlation-request-id', - '4bb39f04-36c4-4568-abd1-0ed1287b9ad8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033555Z:4bb39f04-36c4-4568-abd1-0ed1287b9ad8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba3d68aa-d512-4d4a-8e3d-aff1e6d9b376', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10461', - 'x-ms-correlation-request-id', - '4b8ecf0f-77dd-46b7-8e12-8f56e13c881c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033556Z:4b8ecf0f-77dd-46b7-8e12-8f56e13c881c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ee92ded-50b1-4ea3-9890-0906d9837dab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10460', - 'x-ms-correlation-request-id', - '4d9a1f8b-3e2a-454b-ad38-807d218eb798', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033556Z:4d9a1f8b-3e2a-454b-ad38-807d218eb798', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6397ffc-ac0d-452a-8665-20a33a456d65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10459', - 'x-ms-correlation-request-id', - '4d86bac5-7779-4cf1-b02d-0245bbe5db3d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033556Z:4d86bac5-7779-4cf1-b02d-0245bbe5db3d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd389ff3-7037-448a-b242-7fa28a2a6b51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10458', - 'x-ms-correlation-request-id', - '2956996a-3804-4e1c-9162-c76fc2ae0472', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033557Z:2956996a-3804-4e1c-9162-c76fc2ae0472', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d23097e-56f0-4d0e-9415-0ac6f50e841b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10457', - 'x-ms-correlation-request-id', - 'a6a76e5f-453b-4a62-a4fa-854dd0232150', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033557Z:a6a76e5f-453b-4a62-a4fa-854dd0232150', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8559473b-997e-46ff-bc85-571fc9af84ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10456', - 'x-ms-correlation-request-id', - '15dbab98-0cb4-4465-be85-281793606abd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033558Z:15dbab98-0cb4-4465-be85-281793606abd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b238438-61b6-4282-8efc-4d214580a2f5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10455', - 'x-ms-correlation-request-id', - '246560eb-7d71-418c-88a3-005bba1c87d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033558Z:246560eb-7d71-418c-88a3-005bba1c87d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e53bc2b7-0ff3-4815-a1bb-2ca8f53bf592', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10454', - 'x-ms-correlation-request-id', - '7f2c39f3-5cf5-418b-b75b-7688a6753f89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033559Z:7f2c39f3-5cf5-418b-b75b-7688a6753f89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94beed03-ffa3-4d22-9b08-d3b95b5e5a99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10453', - 'x-ms-correlation-request-id', - 'e406228d-47a4-4c9a-898d-62f8c21e8a72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033559Z:e406228d-47a4-4c9a-898d-62f8c21e8a72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc4865f5-215a-494a-b517-a7575f32a2d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10452', - 'x-ms-correlation-request-id', - '8cec3dec-01fd-4ee3-9a7f-f43f1bb453f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033559Z:8cec3dec-01fd-4ee3-9a7f-f43f1bb453f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84dbfe9e-2acd-4307-b4e5-044a7a822221', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10451', - 'x-ms-correlation-request-id', - '01c3641b-db3d-4dca-abc0-3bc5fcad7e68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033600Z:01c3641b-db3d-4dca-abc0-3bc5fcad7e68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54ad7842-495e-4f37-91fd-2d13940b57d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10450', - 'x-ms-correlation-request-id', - '193248c0-d809-4491-951a-5542ab1ea036', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033600Z:193248c0-d809-4491-951a-5542ab1ea036', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:35:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '414f6eb8-0862-45cd-b596-ca5ef6645464', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10449', - 'x-ms-correlation-request-id', - '30db975e-f9cd-4571-8932-d61a45bdfaae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033601Z:30db975e-f9cd-4571-8932-d61a45bdfaae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8e8c1cf-f6a3-4a2e-b512-42e273cae1ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10448', - 'x-ms-correlation-request-id', - '87918539-ba33-49b1-98e1-c59933990cf6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033601Z:87918539-ba33-49b1-98e1-c59933990cf6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad83d31a-0a28-4e9e-b6d5-4cb8851ccb30', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10447', - 'x-ms-correlation-request-id', - 'cbc69f4b-8675-4df8-9f2c-882e0a7cc2ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033602Z:cbc69f4b-8675-4df8-9f2c-882e0a7cc2ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '968e6a2d-faf6-4a80-8be3-81e32ee25f53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10446', - 'x-ms-correlation-request-id', - 'a089155f-41af-4300-963a-10c650bd60e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033602Z:a089155f-41af-4300-963a-10c650bd60e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59d13e0a-9605-4ba5-b666-8255437b7d0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10445', - 'x-ms-correlation-request-id', - '065b72eb-d3e9-4745-b2d6-29f63999850a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033602Z:065b72eb-d3e9-4745-b2d6-29f63999850a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f0377d79-15e9-4bb4-a434-32591aab31e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10444', - 'x-ms-correlation-request-id', - 'b979e271-0821-4ddb-9c7f-b24d344d064f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033603Z:b979e271-0821-4ddb-9c7f-b24d344d064f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79612979-575d-4196-a2ff-a8a862335f2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10443', - 'x-ms-correlation-request-id', - '87a0317e-75d4-4b07-9d59-c0ba1befe36f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033603Z:87a0317e-75d4-4b07-9d59-c0ba1befe36f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f899156-b6ee-4500-aa6f-086b6ed8cc96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10442', - 'x-ms-correlation-request-id', - '6527678f-548a-4e8b-8c54-650a728df441', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033604Z:6527678f-548a-4e8b-8c54-650a728df441', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '650cd7c9-fb66-48ee-84c9-d8b07a8e3ce4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10441', - 'x-ms-correlation-request-id', - 'ebcea7cb-5211-48cb-8b59-cb9987cc210c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033604Z:ebcea7cb-5211-48cb-8b59-cb9987cc210c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc709f1e-3cc5-4493-835e-26f5b3e365b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10440', - 'x-ms-correlation-request-id', - 'e383f8ed-aad3-4c4a-b896-f07d91536806', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033604Z:e383f8ed-aad3-4c4a-b896-f07d91536806', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '696b918b-2b1b-46f3-ba20-3664d5f8fa9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10439', - 'x-ms-correlation-request-id', - '45336be3-5323-44de-bb79-0f4981e2e4a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033605Z:45336be3-5323-44de-bb79-0f4981e2e4a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c2a54e41-733c-4cfe-8644-e30f2956d0e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10438', - 'x-ms-correlation-request-id', - '84a766c5-7bed-4c33-9a01-b2c5f613f7e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033605Z:84a766c5-7bed-4c33-9a01-b2c5f613f7e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e424c45-5381-406f-be20-86eff5ef1b93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10437', - 'x-ms-correlation-request-id', - 'bd120cdc-878f-43e2-835a-0ce4940e3e19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033606Z:bd120cdc-878f-43e2-835a-0ce4940e3e19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7537a265-a1e8-417f-9ac2-faa54f715de1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10436', - 'x-ms-correlation-request-id', - 'c88fa295-7fc0-4caf-b018-2625fe7968cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033606Z:c88fa295-7fc0-4caf-b018-2625fe7968cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90bc45d1-d3d0-4469-9da1-09f769202f47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10435', - 'x-ms-correlation-request-id', - '033c74ff-8d10-4246-a582-2ca3741b86a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033606Z:033c74ff-8d10-4246-a582-2ca3741b86a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27bbfa82-e958-46cb-b3cf-464ce6398564', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10434', - 'x-ms-correlation-request-id', - '0f947c93-7968-40e2-b230-58984e82621f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033607Z:0f947c93-7968-40e2-b230-58984e82621f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be5154f5-173e-461b-8b12-6aaa336a515e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10433', - 'x-ms-correlation-request-id', - 'fda8e95a-934c-4af5-afcd-8c39cab15f04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033607Z:fda8e95a-934c-4af5-afcd-8c39cab15f04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd4727cd-8dbb-4b5d-8aa5-c384657ffeae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10432', - 'x-ms-correlation-request-id', - '4cf1782e-dc5b-4f10-b0f4-314b1eb87b79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033608Z:4cf1782e-dc5b-4f10-b0f4-314b1eb87b79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c78556b-65f7-4aa8-ad71-be42100b820f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10431', - 'x-ms-correlation-request-id', - '7bbe591c-f140-412f-bd3b-a8e294f05e68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033608Z:7bbe591c-f140-412f-bd3b-a8e294f05e68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f7d8b76-2275-4621-ad3c-81a0960080dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10430', - 'x-ms-correlation-request-id', - 'aee1a034-f6aa-46ef-8434-94c74bca0e37', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033608Z:aee1a034-f6aa-46ef-8434-94c74bca0e37', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '629b8596-d97a-418f-8b64-28a24f8550cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10429', - 'x-ms-correlation-request-id', - 'eddca4f4-fd42-45c2-a15a-84300d38de28', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033609Z:eddca4f4-fd42-45c2-a15a-84300d38de28', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d1c5593-1695-4491-93f3-b035cca922be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10428', - 'x-ms-correlation-request-id', - '2839363e-c8a3-4f2c-aefb-e9a5e374086f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033609Z:2839363e-c8a3-4f2c-aefb-e9a5e374086f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a0c8150-8236-45f4-b3a9-e5ee9b574b8c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10427', - 'x-ms-correlation-request-id', - '42e9e1c0-b46f-4fb0-9218-c981a830d5ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033610Z:42e9e1c0-b46f-4fb0-9218-c981a830d5ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee096840-158c-4a47-8af3-73935be7fe17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10426', - 'x-ms-correlation-request-id', - '9b789e84-99bb-447b-a7fc-6c373e384e20', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033610Z:9b789e84-99bb-447b-a7fc-6c373e384e20', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1ce0dd1-5430-4029-9735-3fedb041c8cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10425', - 'x-ms-correlation-request-id', - '650dd00f-88ea-47fa-9cf3-1fe7121e235f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033611Z:650dd00f-88ea-47fa-9cf3-1fe7121e235f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04fde961-66c9-438e-ac7a-3cbf2f99aa2a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10424', - 'x-ms-correlation-request-id', - '0f843c4a-ab58-4149-b55d-5c249dac7c97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033611Z:0f843c4a-ab58-4149-b55d-5c249dac7c97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d2e6ebb-7a65-49a5-b0e7-4edc1244fad2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10423', - 'x-ms-correlation-request-id', - '01583f47-4c5f-43ac-abe8-93f90f911c5c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033611Z:01583f47-4c5f-43ac-abe8-93f90f911c5c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '721e3ee2-358f-4b25-b4c6-954e2be2a9b0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10422', - 'x-ms-correlation-request-id', - '6934f7db-f2d3-48fb-a497-6b88cfd39679', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033612Z:6934f7db-f2d3-48fb-a497-6b88cfd39679', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '148cd52d-cf16-4652-af7c-31d91d67bc49', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10421', - 'x-ms-correlation-request-id', - '60fdb5c7-0a91-470e-a805-08a98a1d3b46', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033612Z:60fdb5c7-0a91-470e-a805-08a98a1d3b46', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ed79dfd-b1bb-4409-bf46-2b8f656cfcb6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10420', - 'x-ms-correlation-request-id', - '13a0ec84-c638-44c6-9c24-28e024e72586', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033613Z:13a0ec84-c638-44c6-9c24-28e024e72586', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27acf7c9-be86-4909-8824-e67417221ff2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10419', - 'x-ms-correlation-request-id', - 'f155549e-78bd-4411-a2e5-9e34e7935df5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033613Z:f155549e-78bd-4411-a2e5-9e34e7935df5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6fd9f269-b74a-4f71-afb9-8315327345a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10418', - 'x-ms-correlation-request-id', - 'bba31cd1-eb49-4582-8f07-6ea2788f24fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033613Z:bba31cd1-eb49-4582-8f07-6ea2788f24fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0f447e8-a404-4443-84f3-25c4721bdad8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10417', - 'x-ms-correlation-request-id', - '1782826e-c134-4247-a90e-e336c6292125', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033614Z:1782826e-c134-4247-a90e-e336c6292125', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98d75f94-5d52-4550-96eb-dc83895cbe92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10416', - 'x-ms-correlation-request-id', - '37fdb7b8-e74c-49c4-b709-3550e9d84143', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033614Z:37fdb7b8-e74c-49c4-b709-3550e9d84143', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5274098e-aa7e-48ff-924c-7fea9765e0fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10415', - 'x-ms-correlation-request-id', - '1e5674f4-f228-4879-802f-c1c36bea56fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033615Z:1e5674f4-f228-4879-802f-c1c36bea56fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0eaac382-4bd1-4066-96e7-43f2699c5ef7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10414', - 'x-ms-correlation-request-id', - '53bd93be-eb14-4f76-ae31-7969a2408c89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033615Z:53bd93be-eb14-4f76-ae31-7969a2408c89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5696f38-0672-47d7-a7e1-b3903c50f040', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10413', - 'x-ms-correlation-request-id', - 'ff02d844-ccfc-4b53-bc6c-6e10ea1efd99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033615Z:ff02d844-ccfc-4b53-bc6c-6e10ea1efd99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f628ea3c-cb59-4dac-9453-409fc46a45e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10412', - 'x-ms-correlation-request-id', - 'e74b9969-5c9c-4728-9e70-71484e40d3bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033616Z:e74b9969-5c9c-4728-9e70-71484e40d3bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9418d59c-0ab4-4377-bd78-ae0a08c3ed15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10411', - 'x-ms-correlation-request-id', - '4ef94012-1415-442c-8a24-94dda2bb5d29', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033616Z:4ef94012-1415-442c-8a24-94dda2bb5d29', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd978434-99f2-4689-9be0-668f41a45e84', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10410', - 'x-ms-correlation-request-id', - 'd80274e0-7d50-469b-bb19-beeaaa33e553', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033617Z:d80274e0-7d50-469b-bb19-beeaaa33e553', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6488b58b-2e43-4e5e-9f99-77226fbba4da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10409', - 'x-ms-correlation-request-id', - '319d6390-e343-4e5a-8879-c847f26c6642', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033617Z:319d6390-e343-4e5a-8879-c847f26c6642', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10a565bd-723a-4841-a33f-13b2065f7d55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10408', - 'x-ms-correlation-request-id', - '6bcf978d-f658-4e41-8ef0-c840456b7c9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033617Z:6bcf978d-f658-4e41-8ef0-c840456b7c9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b42b45b-b59a-4ec6-8614-f99b69a3a6ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10407', - 'x-ms-correlation-request-id', - 'abc1c67a-26b2-4102-87c3-afd8f46aa05f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033618Z:abc1c67a-26b2-4102-87c3-afd8f46aa05f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67b05173-0418-4c53-8931-06789728873c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10406', - 'x-ms-correlation-request-id', - 'f668c490-c9f5-4de7-bfaa-eb6e5f0b2e08', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033618Z:f668c490-c9f5-4de7-bfaa-eb6e5f0b2e08', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb0d1492-0bf2-4d34-9058-4fde42dfa8f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10405', - 'x-ms-correlation-request-id', - 'f8304a37-5310-4f1f-80cf-c8be2664f660', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033619Z:f8304a37-5310-4f1f-80cf-c8be2664f660', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17f12d54-0585-4f63-a53a-58105e6f98fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10404', - 'x-ms-correlation-request-id', - '990b3490-9061-4cf1-9007-98ae2c20234a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033619Z:990b3490-9061-4cf1-9007-98ae2c20234a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de4a87a2-55e2-4df1-91d5-f3ec21115345', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10403', - 'x-ms-correlation-request-id', - 'bed7b8f3-a1ee-4d82-aff0-f3a1e49a9ae2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033620Z:bed7b8f3-a1ee-4d82-aff0-f3a1e49a9ae2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '805109a6-7dde-4715-b2c8-d174547a31d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10402', - 'x-ms-correlation-request-id', - '08b93c4d-9e0f-4a21-a3e0-7e49e98d43d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033620Z:08b93c4d-9e0f-4a21-a3e0-7e49e98d43d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d89dc27-6678-428e-a350-177a804dc0a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10401', - 'x-ms-correlation-request-id', - 'f7eec358-01ca-4434-bf82-484a168a4d40', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033620Z:f7eec358-01ca-4434-bf82-484a168a4d40', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee62aad5-f855-4540-a4e3-afb2b146a3d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10400', - 'x-ms-correlation-request-id', - '546e9da6-b96d-41d7-a307-23631b13772c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033621Z:546e9da6-b96d-41d7-a307-23631b13772c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff2dc18f-f454-4f5b-8dad-b43cd7720fca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10399', - 'x-ms-correlation-request-id', - 'df148eaf-e835-4d63-8498-8a3fd0f08a53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033621Z:df148eaf-e835-4d63-8498-8a3fd0f08a53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a64c6188-ed33-4286-9ece-4aaa29a07499', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10398', - 'x-ms-correlation-request-id', - '001f9a4b-0ee7-4df3-b1b8-ee8149c619de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033622Z:001f9a4b-0ee7-4df3-b1b8-ee8149c619de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10582f5f-ed69-4ca1-914c-162c331f70bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10397', - 'x-ms-correlation-request-id', - '1fe9c91a-5f84-498a-9366-f39e00f60e7c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033622Z:1fe9c91a-5f84-498a-9366-f39e00f60e7c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0eb84a3b-3e9b-49f2-92e3-81592cae615c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10396', - 'x-ms-correlation-request-id', - '707dd02d-cfe8-4f52-8add-a94527edba35', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033623Z:707dd02d-cfe8-4f52-8add-a94527edba35', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55036937-7371-4831-963c-2d871c007bea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10395', - 'x-ms-correlation-request-id', - '0e9a975f-f034-40b4-aee5-fdbc7c4df8ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033623Z:0e9a975f-f034-40b4-aee5-fdbc7c4df8ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'af9b2be7-08bb-4438-8256-00ccacfd55e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10394', - 'x-ms-correlation-request-id', - '053382a1-891a-4142-adf9-41f0283996c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033623Z:053382a1-891a-4142-adf9-41f0283996c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55c237ad-3b1e-4cfb-86fa-51a3122abd22', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10393', - 'x-ms-correlation-request-id', - 'd21f9346-cce4-478b-9638-7174eedb5402', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033624Z:d21f9346-cce4-478b-9638-7174eedb5402', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2494ba3-2dc7-4b2a-a3cf-37f6a950c6c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10392', - 'x-ms-correlation-request-id', - '02a3d8ad-e2e7-4086-9c59-2e2ec6bf0f64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033624Z:02a3d8ad-e2e7-4086-9c59-2e2ec6bf0f64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27caaa8d-6917-4921-839b-af4915f68832', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10391', - 'x-ms-correlation-request-id', - '54de55d8-914e-4ea5-803c-bd24694b26f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033625Z:54de55d8-914e-4ea5-803c-bd24694b26f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3003927-003a-4b8d-b6fc-f29359723d35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10390', - 'x-ms-correlation-request-id', - 'c5207bda-5e22-49a5-9186-d8315dac84a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033625Z:c5207bda-5e22-49a5-9186-d8315dac84a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0828ac7b-ab12-407a-8a26-f9b070c1fdb1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10389', - 'x-ms-correlation-request-id', - 'b6074f26-1d92-4d13-81dd-20b4ec450732', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033626Z:b6074f26-1d92-4d13-81dd-20b4ec450732', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5a82fc1-757f-47f0-a8d2-9277fdeec01f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10388', - 'x-ms-correlation-request-id', - '04281588-300d-4002-9e6c-851c27515a8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033626Z:04281588-300d-4002-9e6c-851c27515a8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f1d6a17-943e-466e-b1bc-586d85fd88d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10387', - 'x-ms-correlation-request-id', - '268c0312-111d-4e8d-859b-80fa0d301b5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033626Z:268c0312-111d-4e8d-859b-80fa0d301b5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0db6502b-9f1a-46dc-aac8-9ea1cff856d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10386', - 'x-ms-correlation-request-id', - 'd43f6c36-64f5-4db5-9533-42ab7705b0ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033627Z:d43f6c36-64f5-4db5-9533-42ab7705b0ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94a0a03e-4516-4ce6-b7bf-01e5ef0857ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10385', - 'x-ms-correlation-request-id', - 'e6c053a9-473f-4c27-869d-6e4524ac26f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033627Z:e6c053a9-473f-4c27-869d-6e4524ac26f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '480b8fe7-fa36-4ece-b1c3-7681b5801cdd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10384', - 'x-ms-correlation-request-id', - '8dce28ab-a96e-460f-89d4-a472fe8faf9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033628Z:8dce28ab-a96e-460f-89d4-a472fe8faf9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d3e4b70-9a44-4694-af94-5feafe9f8adf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10383', - 'x-ms-correlation-request-id', - 'fbf2a7b0-48e1-4117-98c8-c26db78faebf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033628Z:fbf2a7b0-48e1-4117-98c8-c26db78faebf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bcca9d3c-e11c-4a42-8473-92b9f6fae493', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10382', - 'x-ms-correlation-request-id', - '2760903f-d685-4a26-a0ea-2bc1d50e5fe1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033629Z:2760903f-d685-4a26-a0ea-2bc1d50e5fe1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6984e986-78a9-4585-a3bd-01fb22aefc72', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10381', - 'x-ms-correlation-request-id', - '8290144e-d616-46d7-9374-914c51486bef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033629Z:8290144e-d616-46d7-9374-914c51486bef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '368c749a-725f-44d6-b5a9-b4c08dc733f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10380', - 'x-ms-correlation-request-id', - '504e98f5-38b2-4352-b2cd-f6252d460930', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033629Z:504e98f5-38b2-4352-b2cd-f6252d460930', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7e98954-6c62-4d0b-ae86-c8f304b369a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10379', - 'x-ms-correlation-request-id', - '540be43c-315d-491e-a58e-8c84a2b2d023', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033630Z:540be43c-315d-491e-a58e-8c84a2b2d023', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7c44482-0d96-4912-916e-8339d20644e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10378', - 'x-ms-correlation-request-id', - '29b381d0-a0ff-41e2-a37c-fede8b40d518', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033630Z:29b381d0-a0ff-41e2-a37c-fede8b40d518', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30e3d477-7cf3-4ace-8f6e-27dd2244213b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10377', - 'x-ms-correlation-request-id', - '41586145-7e00-4e95-a4c2-bdc567942136', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033631Z:41586145-7e00-4e95-a4c2-bdc567942136', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9aa8d616-7c0a-4e61-abc4-d24842adc2e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10376', - 'x-ms-correlation-request-id', - '174d0359-cda1-4ec0-976b-6fb55a43b14c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033631Z:174d0359-cda1-4ec0-976b-6fb55a43b14c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1fb05b2-b9fe-4954-bab9-ba2c8c77e125', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10375', - 'x-ms-correlation-request-id', - '84c6088d-e8d9-4af9-a973-1adbbf5ef562', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033631Z:84c6088d-e8d9-4af9-a973-1adbbf5ef562', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4f907a2-bd2e-4f4e-9387-81ab7bc43fac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10374', - 'x-ms-correlation-request-id', - '27384534-5e01-4ed4-a272-41eb8ffb4075', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033632Z:27384534-5e01-4ed4-a272-41eb8ffb4075', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6012aab-332e-4b7f-85ac-1f84a023a50e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10373', - 'x-ms-correlation-request-id', - '7f0641a6-2d0b-416f-84c2-9d06e2d313e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033632Z:7f0641a6-2d0b-416f-84c2-9d06e2d313e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12e8f727-2090-473a-b208-fe2c17187c18', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10372', - 'x-ms-correlation-request-id', - 'cd59cdf3-d1ec-4313-9993-14fbe066bf5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033633Z:cd59cdf3-d1ec-4313-9993-14fbe066bf5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5cdb507-8b07-4510-ad9f-bfdef7ba37b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10371', - 'x-ms-correlation-request-id', - 'b7b5667a-4b15-4b1a-af27-c8f64872d65b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033633Z:b7b5667a-4b15-4b1a-af27-c8f64872d65b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5861274d-d8cf-45b4-8f04-8c2cc6344471', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10370', - 'x-ms-correlation-request-id', - '8353d539-37a7-4ebd-a2bc-f7549b34df84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033634Z:8353d539-37a7-4ebd-a2bc-f7549b34df84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91640a60-b734-4978-be24-495ad7b63452', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10369', - 'x-ms-correlation-request-id', - 'e2bbee87-cf64-4817-b1f9-b4b7b7f95ba5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033634Z:e2bbee87-cf64-4817-b1f9-b4b7b7f95ba5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '795e9fd7-9ad2-4660-a2bf-bf3d8ef2ac21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10368', - 'x-ms-correlation-request-id', - '1a47a0b3-1d62-4e35-8d53-7b3f7e81f93b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033634Z:1a47a0b3-1d62-4e35-8d53-7b3f7e81f93b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e63a42f-bfdb-4a0c-b6f0-2a4c5fb701c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10367', - 'x-ms-correlation-request-id', - '0add2042-248c-485d-8826-a81f66018c95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033635Z:0add2042-248c-485d-8826-a81f66018c95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13b6b5dd-de52-4dae-b8e1-20a4d989d327', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10366', - 'x-ms-correlation-request-id', - '77f6ce93-5424-4c7f-a255-5a3ce5a8dc72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033635Z:77f6ce93-5424-4c7f-a255-5a3ce5a8dc72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ed383f7-bff9-452b-af40-28ccfe9e3634', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10365', - 'x-ms-correlation-request-id', - '988728b6-db04-417d-a6e9-7bfa59b50437', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033636Z:988728b6-db04-417d-a6e9-7bfa59b50437', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e031e72-16d2-455b-924b-2fda5dff0882', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10364', - 'x-ms-correlation-request-id', - 'fca9a991-f05e-4c0d-835a-8534214796dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033636Z:fca9a991-f05e-4c0d-835a-8534214796dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9df3e0fd-0de3-4d87-81b3-c140498ae71d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10363', - 'x-ms-correlation-request-id', - 'be7e36ab-b4f5-494a-a7ae-8c4447681f7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033637Z:be7e36ab-b4f5-494a-a7ae-8c4447681f7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b5b1fcf-f566-46d6-b8a0-f6f3f0839e3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10362', - 'x-ms-correlation-request-id', - 'e88c292e-3856-4d53-8848-244d012e5edf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033637Z:e88c292e-3856-4d53-8848-244d012e5edf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ccd63ae-fa72-4b12-b859-b3a716a5600d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10361', - 'x-ms-correlation-request-id', - 'a5655002-cbfb-4da7-a414-99c35181fdda', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033638Z:a5655002-cbfb-4da7-a414-99c35181fdda', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7c52bac-3968-4242-9ab8-a588f81b629a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10360', - 'x-ms-correlation-request-id', - 'f32c5934-2ee3-4dc6-b0f6-e9bd046fe842', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033638Z:f32c5934-2ee3-4dc6-b0f6-e9bd046fe842', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81e49146-0969-433a-83d6-f7b013fa953b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10359', - 'x-ms-correlation-request-id', - 'd3c8da71-da0f-4871-a117-d6a5935cc9d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033638Z:d3c8da71-da0f-4871-a117-d6a5935cc9d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db1a02d0-3567-44ce-b779-3774af51d080', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10358', - 'x-ms-correlation-request-id', - 'd5cbb49a-c8b9-4441-b29e-d965d8dc2618', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033639Z:d5cbb49a-c8b9-4441-b29e-d965d8dc2618', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '99f0f2d2-2634-4e83-b310-0f2fe63c5861', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10357', - 'x-ms-correlation-request-id', - '05fd18ee-828a-4fbc-9c8b-3d8659ef71bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033639Z:05fd18ee-828a-4fbc-9c8b-3d8659ef71bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f99a8f39-12fc-4de6-9fa1-f4c2582cd7af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10356', - 'x-ms-correlation-request-id', - 'd5e0a045-da88-4a42-a56f-5c218d9e2f90', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033640Z:d5e0a045-da88-4a42-a56f-5c218d9e2f90', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2573ac49-5e32-4742-9e99-1136aab9708c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10355', - 'x-ms-correlation-request-id', - 'c9075aac-8256-4cb9-a7db-b5d7bcaebc5c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033640Z:c9075aac-8256-4cb9-a7db-b5d7bcaebc5c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70abcb33-a351-48fc-97bb-e570ecb6ef92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10354', - 'x-ms-correlation-request-id', - '22a5f273-5b03-4edd-a46c-e4ebd6394e00', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033640Z:22a5f273-5b03-4edd-a46c-e4ebd6394e00', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7216ec2-d0ac-4cd4-9211-ce2b9c1f0c0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10353', - 'x-ms-correlation-request-id', - '7875fa94-dd13-44b1-b295-2fed88c00c73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033641Z:7875fa94-dd13-44b1-b295-2fed88c00c73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fdf667a2-67b4-42fd-9abe-7a8ea4f0bb96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10352', - 'x-ms-correlation-request-id', - '3c5d50fb-f72b-4516-b17a-3cd985ff097a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033641Z:3c5d50fb-f72b-4516-b17a-3cd985ff097a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69f75793-79f4-4f3d-b525-13596480dbd3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10351', - 'x-ms-correlation-request-id', - '4d01e93d-e446-4529-9bb0-56e32708c59f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033642Z:4d01e93d-e446-4529-9bb0-56e32708c59f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ae5fe48-1804-4f37-bcce-af032fe36d07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10350', - 'x-ms-correlation-request-id', - '90da8df0-3d6a-4bea-b0a0-30d523fa73ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033642Z:90da8df0-3d6a-4bea-b0a0-30d523fa73ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e6e1fc2-5b32-4450-93c3-8fff7f02d89c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10349', - 'x-ms-correlation-request-id', - '410f3996-0a26-47a3-b773-824e6da74565', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033643Z:410f3996-0a26-47a3-b773-824e6da74565', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b6acb86-e3de-4c70-a24b-b8dfb362d9ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10348', - 'x-ms-correlation-request-id', - '31b2d852-5f37-4584-8950-b549304237ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033643Z:31b2d852-5f37-4584-8950-b549304237ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '752dd6a7-4a53-4666-aa20-5171c08b9950', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10347', - 'x-ms-correlation-request-id', - 'b72c1f12-5270-4b36-b44d-6332f5e818e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033643Z:b72c1f12-5270-4b36-b44d-6332f5e818e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31f55378-1af4-4064-ad8c-e5c0262775fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10346', - 'x-ms-correlation-request-id', - '84e913c3-35b1-4b90-b2d2-6b8ae3225185', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033644Z:84e913c3-35b1-4b90-b2d2-6b8ae3225185', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94c0fd6f-41ae-4410-9c04-d7ee419bed10', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10345', - 'x-ms-correlation-request-id', - '73344913-e1d9-4040-b523-b8a59b1ca0fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033644Z:73344913-e1d9-4040-b523-b8a59b1ca0fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83709928-f35c-4214-98dc-56867a74a873', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10344', - 'x-ms-correlation-request-id', - '0c5d2ecd-abf8-4800-9784-626d89ae3a1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033645Z:0c5d2ecd-abf8-4800-9784-626d89ae3a1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '39c9153e-281c-4ce9-b80e-9f569a871dea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10343', - 'x-ms-correlation-request-id', - '5dac8b00-e67e-4f67-ab95-d60ef66d4a35', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033645Z:5dac8b00-e67e-4f67-ab95-d60ef66d4a35', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a2f64f2-09ab-4eb8-8769-3d4e179b3550', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10342', - 'x-ms-correlation-request-id', - 'e5e8d6bc-73b0-44fe-808f-5316dd970c4e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033645Z:e5e8d6bc-73b0-44fe-808f-5316dd970c4e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81fe59c4-3094-4137-bdb6-badbb9ee87ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10341', - 'x-ms-correlation-request-id', - '21fa52fa-e482-4089-9f90-35b42cf7b922', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033646Z:21fa52fa-e482-4089-9f90-35b42cf7b922', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10eed12e-5685-47d9-9e01-0e91090af1b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10340', - 'x-ms-correlation-request-id', - '386cdf9e-99b4-4e60-961d-dd643e1ea4ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033646Z:386cdf9e-99b4-4e60-961d-dd643e1ea4ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f459eee-d720-445b-936e-37f916c1b15f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10339', - 'x-ms-correlation-request-id', - '28ba0c4f-6572-4d65-a71d-14ed7446fd82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033647Z:28ba0c4f-6572-4d65-a71d-14ed7446fd82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4707c5d3-197b-4d94-b6d2-a06315232a24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10338', - 'x-ms-correlation-request-id', - 'dc762f13-47f5-4fe2-afc7-9e5800d9ecf8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033647Z:dc762f13-47f5-4fe2-afc7-9e5800d9ecf8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f45b0c2-acd6-48c6-9aa4-c41d35e7f0fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10337', - 'x-ms-correlation-request-id', - '02966547-cd3d-4298-b91b-dcd47bf0f71a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033648Z:02966547-cd3d-4298-b91b-dcd47bf0f71a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd122edd3-1166-4240-b420-3e5ab551da13', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10336', - 'x-ms-correlation-request-id', - 'd999b3f7-d662-44e8-9c53-9e2654791ec7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033648Z:d999b3f7-d662-44e8-9c53-9e2654791ec7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba7fd1df-2fed-4e66-9304-93a3dbce6eec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10335', - 'x-ms-correlation-request-id', - '1fbbd414-03f9-4291-a772-eff80221a623', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033648Z:1fbbd414-03f9-4291-a772-eff80221a623', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '384828aa-90de-4ac0-9c03-1017f14b4c1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10334', - 'x-ms-correlation-request-id', - 'fa00dda2-153b-4b27-95ab-f3f60da5aca6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033649Z:fa00dda2-153b-4b27-95ab-f3f60da5aca6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c77a352-6479-4011-9340-db40bbfae965', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10333', - 'x-ms-correlation-request-id', - '0b1a2c5f-4915-4320-b334-f08e36cf3ef7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033649Z:0b1a2c5f-4915-4320-b334-f08e36cf3ef7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7edb8c6a-d0a2-486a-81f1-3835188bf0d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10332', - 'x-ms-correlation-request-id', - 'cfd42f7f-a869-4a4c-ae40-7e50330a3416', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033650Z:cfd42f7f-a869-4a4c-ae40-7e50330a3416', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f1e216b-8193-4b1a-bfcb-e09a337e6f67', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10331', - 'x-ms-correlation-request-id', - '9d47f6f4-6e2b-4753-abee-f0248f501332', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033650Z:9d47f6f4-6e2b-4753-abee-f0248f501332', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0cfe43c1-9023-4225-8960-0e302451eb37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10330', - 'x-ms-correlation-request-id', - '588cc455-7a34-46af-beab-c13944e811f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033651Z:588cc455-7a34-46af-beab-c13944e811f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a45ba1c-72ec-46d1-bfea-3d67d1ffbb3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10329', - 'x-ms-correlation-request-id', - 'e073cdf6-491e-4484-8835-b2a34c5fb344', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033651Z:e073cdf6-491e-4484-8835-b2a34c5fb344', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a37211f-4fc3-4ed7-825c-d64787484ed2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10328', - 'x-ms-correlation-request-id', - 'ca037ec7-8699-4ace-b3f5-6d51d512d219', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033651Z:ca037ec7-8699-4ace-b3f5-6d51d512d219', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32959608-446a-4397-a40f-1986ccea65de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10327', - 'x-ms-correlation-request-id', - 'a68ebb35-4606-4242-9088-724d10783e26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033652Z:a68ebb35-4606-4242-9088-724d10783e26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16a97930-ab38-4b60-9a0c-55aae0acd15c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10326', - 'x-ms-correlation-request-id', - 'cd793d6f-3f29-4d91-b7ea-b95f5722fef0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033652Z:cd793d6f-3f29-4d91-b7ea-b95f5722fef0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ffbec0c-2499-4e73-a957-153bf4f22162', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10325', - 'x-ms-correlation-request-id', - '15772f70-ef35-4239-a5c4-befb1d6d0a1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033653Z:15772f70-ef35-4239-a5c4-befb1d6d0a1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32a755e9-60cc-461a-a91b-11121ece04c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10324', - 'x-ms-correlation-request-id', - 'fc14e5d5-8173-48ad-9265-26015ab8867c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033653Z:fc14e5d5-8173-48ad-9265-26015ab8867c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fdd9fcfe-d617-44db-a33c-5a4ea9da6955', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10323', - 'x-ms-correlation-request-id', - 'd0bde158-f171-40fc-9040-a9b572eb5e60', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033653Z:d0bde158-f171-40fc-9040-a9b572eb5e60', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43a0acc0-ccc9-4d14-80ed-a181a9649926', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10322', - 'x-ms-correlation-request-id', - '25c4a6fb-da40-49cf-870d-f5b4a11d98ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033654Z:25c4a6fb-da40-49cf-870d-f5b4a11d98ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2c3fef4-7d0e-4228-baad-5090d5681be6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10321', - 'x-ms-correlation-request-id', - '1de36464-5d98-43f4-82cf-75f943a9fa0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033654Z:1de36464-5d98-43f4-82cf-75f943a9fa0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0160ad46-8865-4101-b2da-172a0e2d4a82', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10320', - 'x-ms-correlation-request-id', - '790a4d3d-00b7-436d-b18f-9cff288cc61d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033655Z:790a4d3d-00b7-436d-b18f-9cff288cc61d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc39f595-6d9a-4d18-a8b3-be593224176e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10319', - 'x-ms-correlation-request-id', - 'a3ca7604-c3c8-451a-a410-98680b1242aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033655Z:a3ca7604-c3c8-451a-a410-98680b1242aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd3efd44-917b-45ff-aaf7-d412c8faef6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10318', - 'x-ms-correlation-request-id', - 'debe7659-491b-43d3-9591-09ff7df8fb75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033655Z:debe7659-491b-43d3-9591-09ff7df8fb75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '645364d7-3860-4cae-9939-7407594a5a48', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10317', - 'x-ms-correlation-request-id', - '540d5ab8-bb49-4f00-895c-48b4e9914fb9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033656Z:540d5ab8-bb49-4f00-895c-48b4e9914fb9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a94fb9e8-e067-4eda-90d7-780830ac0470', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10316', - 'x-ms-correlation-request-id', - 'dc75856f-25c5-4725-bce5-d1daa355b3c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033656Z:dc75856f-25c5-4725-bce5-d1daa355b3c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8796fd0a-b84e-475f-9638-c064b2560656', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10315', - 'x-ms-correlation-request-id', - '1c6f4a1c-a1f1-43ba-99cc-6cbc2e815cb2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033657Z:1c6f4a1c-a1f1-43ba-99cc-6cbc2e815cb2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dead0598-453c-405f-bc5a-4120322ffbdf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10314', - 'x-ms-correlation-request-id', - 'ac9688c1-f210-41b0-9d94-bb9bb083c6ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033657Z:ac9688c1-f210-41b0-9d94-bb9bb083c6ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b727168-befe-43bf-b902-714af9361a26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10313', - 'x-ms-correlation-request-id', - '95c6cf50-57b7-4ae0-ab65-575228d67b77', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033657Z:95c6cf50-57b7-4ae0-ab65-575228d67b77', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c660b92f-ed01-4ce9-9565-ef5a36e8d67d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10312', - 'x-ms-correlation-request-id', - '036c248a-54fc-4576-ad92-98cf13320232', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033658Z:036c248a-54fc-4576-ad92-98cf13320232', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93abcb95-a709-4e9f-a56c-c9f843383d8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10311', - 'x-ms-correlation-request-id', - 'ee207acf-4ba0-44ab-950f-dbc7dc11461b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033658Z:ee207acf-4ba0-44ab-950f-dbc7dc11461b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '683f1221-b8ec-4354-866c-929678cbbc85', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10310', - 'x-ms-correlation-request-id', - 'f5aefd09-65c5-4cb2-9cc0-8146532494b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033659Z:f5aefd09-65c5-4cb2-9cc0-8146532494b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9fbd53bb-b1e6-4a0e-846e-648062a0b17b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10309', - 'x-ms-correlation-request-id', - '72647209-be6c-4b36-8d37-cf83e775493b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033659Z:72647209-be6c-4b36-8d37-cf83e775493b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cf6b5ca-f601-4ac0-b8ec-d910bc4903e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10308', - 'x-ms-correlation-request-id', - '355ea2a3-6efa-4e41-a1e2-922d2f76d446', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033659Z:355ea2a3-6efa-4e41-a1e2-922d2f76d446', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:36:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ecfcec28-fd65-4b42-b748-33ad5518bf21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10307', - 'x-ms-correlation-request-id', - '8fe1e877-ca6f-476d-bafe-ce3a10e7891c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033700Z:8fe1e877-ca6f-476d-bafe-ce3a10e7891c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ff2d3bd-79ff-4dae-8131-15c40f9ff1ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10306', - 'x-ms-correlation-request-id', - '22cf1d4b-6011-4383-a368-749fe70b5c55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033700Z:22cf1d4b-6011-4383-a368-749fe70b5c55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '890b00c4-f640-4f2f-a88e-b6f6ee2b8023', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10305', - 'x-ms-correlation-request-id', - '6025387c-ccf5-4356-9a89-cb0ee5fd1a65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033701Z:6025387c-ccf5-4356-9a89-cb0ee5fd1a65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31b210fa-1456-4729-9866-75877268d6ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10304', - 'x-ms-correlation-request-id', - '73453efb-b768-425b-a1e8-5803d88de137', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033701Z:73453efb-b768-425b-a1e8-5803d88de137', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '371a619c-1e92-40ed-8077-e73df17cb199', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10303', - 'x-ms-correlation-request-id', - '3e005b30-14b7-45b1-ad60-3c13d0d0d884', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033702Z:3e005b30-14b7-45b1-ad60-3c13d0d0d884', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55892492-e885-43ae-922a-34aecf73889d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10302', - 'x-ms-correlation-request-id', - '43590add-e10d-4cd9-8741-9e519cf49790', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033702Z:43590add-e10d-4cd9-8741-9e519cf49790', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e7f43c6-4055-454f-b9aa-5b2c2ef51de7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10301', - 'x-ms-correlation-request-id', - '32431f09-ffe0-4d15-8d98-0bd1a55c31ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033702Z:32431f09-ffe0-4d15-8d98-0bd1a55c31ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '185df0fb-bfb9-4756-90cd-09db097693a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10300', - 'x-ms-correlation-request-id', - 'f272febb-117a-4bf9-bb10-f8cb00d047d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033703Z:f272febb-117a-4bf9-bb10-f8cb00d047d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '981a7f11-217c-4901-a1c2-5c2aa56bb5cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10299', - 'x-ms-correlation-request-id', - 'e1976acd-4f9f-4c10-9e44-24d3838d9ead', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033703Z:e1976acd-4f9f-4c10-9e44-24d3838d9ead', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '656e9547-ef61-440b-919e-a49cf5a16543', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10298', - 'x-ms-correlation-request-id', - '2c05db72-952d-4e4e-b473-ab60746ca5dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033704Z:2c05db72-952d-4e4e-b473-ab60746ca5dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0284ce1-d12e-469c-ab9c-eae3145a5b61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10297', - 'x-ms-correlation-request-id', - '7cfcd5f1-565c-48c8-abf3-b71c5187a315', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033704Z:7cfcd5f1-565c-48c8-abf3-b71c5187a315', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a12d2609-b8d6-46a8-8516-e7aa7596b5f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10296', - 'x-ms-correlation-request-id', - 'be8b088d-1253-481d-82b4-2de2e06b142f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033704Z:be8b088d-1253-481d-82b4-2de2e06b142f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e104bc39-ed47-402c-b1f0-b58de6b5a4fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10295', - 'x-ms-correlation-request-id', - '2a7198c2-0b8a-4895-9b29-d6250b82c47d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033705Z:2a7198c2-0b8a-4895-9b29-d6250b82c47d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a0b1cb3-fb09-4ae9-95c8-88e3fb508363', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10294', - 'x-ms-correlation-request-id', - 'f801fb05-1c09-4cec-bbfd-7f27bdfc36ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033705Z:f801fb05-1c09-4cec-bbfd-7f27bdfc36ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dda51232-a782-4b98-920c-9828d2aba9f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10293', - 'x-ms-correlation-request-id', - '4903dc4c-64f3-46db-b9d8-c01d8f8882ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033706Z:4903dc4c-64f3-46db-b9d8-c01d8f8882ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f14c13ed-0301-42bc-9a1b-6b1857b8324c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10292', - 'x-ms-correlation-request-id', - '8e6b532f-4cc1-4a77-99f0-0a1bd1c3570c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033706Z:8e6b532f-4cc1-4a77-99f0-0a1bd1c3570c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cb931d8-9692-47f4-b2e2-259c0f6732ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10291', - 'x-ms-correlation-request-id', - '07f9ea04-2a27-44b1-bf97-d20a713fa4df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033707Z:07f9ea04-2a27-44b1-bf97-d20a713fa4df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ef164a5-08e0-4ca6-842f-329b3e265a5f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10290', - 'x-ms-correlation-request-id', - 'ef3f109f-d746-40c1-a696-d4904d9cf54e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033707Z:ef3f109f-d746-40c1-a696-d4904d9cf54e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00f749f7-aae2-4797-97ea-fae7addc986d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10289', - 'x-ms-correlation-request-id', - '972fbfb7-d981-434c-8e55-8d584427816c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033707Z:972fbfb7-d981-434c-8e55-8d584427816c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60fae4a9-1763-44cc-ae77-e862e0cb466f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10288', - 'x-ms-correlation-request-id', - '784295e9-9716-4883-8baf-a1ac8805c5eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033708Z:784295e9-9716-4883-8baf-a1ac8805c5eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98be46b5-2d68-464b-ba8f-fc87d4f5ab8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10287', - 'x-ms-correlation-request-id', - '12ca20b2-cf28-4a69-8767-049b4e8219c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033708Z:12ca20b2-cf28-4a69-8767-049b4e8219c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '066615a4-3204-4fd9-bf01-6e199fc4771c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10286', - 'x-ms-correlation-request-id', - 'db174887-27c9-4ade-908a-33d84a861925', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033709Z:db174887-27c9-4ade-908a-33d84a861925', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5568d5d-5b49-40e4-8859-ffc83e5ab246', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10285', - 'x-ms-correlation-request-id', - '3f9b943a-3f24-4bde-872b-07c6455064ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033709Z:3f9b943a-3f24-4bde-872b-07c6455064ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b32d3752-2646-4929-a269-08b1cee15c32', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10284', - 'x-ms-correlation-request-id', - 'c43e9698-4869-45d3-a787-c5865cc7ad34', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033709Z:c43e9698-4869-45d3-a787-c5865cc7ad34', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f61d1810-7a10-4e25-98dc-4771f5e8ecad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10283', - 'x-ms-correlation-request-id', - '200d06d6-2900-41a9-8a56-5f7f5fa7145f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033710Z:200d06d6-2900-41a9-8a56-5f7f5fa7145f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74f69ac3-df08-4a28-b246-50ea37fe3b6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10282', - 'x-ms-correlation-request-id', - '65fd746a-2193-48b7-bb99-d997bce4d13a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033710Z:65fd746a-2193-48b7-bb99-d997bce4d13a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3aa84f67-88cd-4817-af47-cfcdb89a6df3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10281', - 'x-ms-correlation-request-id', - 'e38b58b5-edcc-450f-bace-7ac259b9ba8d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033711Z:e38b58b5-edcc-450f-bace-7ac259b9ba8d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d60e958-5501-4776-8abf-0843a1b71345', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10280', - 'x-ms-correlation-request-id', - '546de3aa-b45d-470d-a959-c21d1fb667cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033711Z:546de3aa-b45d-470d-a959-c21d1fb667cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3605612d-9311-4e2d-ae06-87f45f961454', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10279', - 'x-ms-correlation-request-id', - '564516a5-a38c-4c88-9db4-61d0e908ae91', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033711Z:564516a5-a38c-4c88-9db4-61d0e908ae91', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb7841bc-4638-4027-86f3-43b5a74366e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10278', - 'x-ms-correlation-request-id', - 'd35aff28-ea68-49fe-9c7f-570bb3505b46', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033712Z:d35aff28-ea68-49fe-9c7f-570bb3505b46', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cb4744b-3687-4be4-92bb-550396800594', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10277', - 'x-ms-correlation-request-id', - '0e86a36c-cc7c-4dd5-9b95-33b7f8eb9e12', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033712Z:0e86a36c-cc7c-4dd5-9b95-33b7f8eb9e12', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cea2b710-7c66-407f-a10d-014f3ae26daa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10276', - 'x-ms-correlation-request-id', - '7f4ff1c7-cdaf-45ff-a546-340d24b630ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033713Z:7f4ff1c7-cdaf-45ff-a546-340d24b630ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4bd2dae3-b4ff-44b3-9911-9b1180558292', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10275', - 'x-ms-correlation-request-id', - '6bcee866-f500-4276-838e-d37589bc79fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033713Z:6bcee866-f500-4276-838e-d37589bc79fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '055e2a72-4b05-4ebc-850d-bd87596cf271', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10274', - 'x-ms-correlation-request-id', - '11528111-8d46-4be8-b07b-27503b2dae16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033713Z:11528111-8d46-4be8-b07b-27503b2dae16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2974fc4-be0e-4d6c-9abf-e8d8a763773a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10273', - 'x-ms-correlation-request-id', - 'c737991b-8d66-4ceb-8de1-a1443132e6a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033714Z:c737991b-8d66-4ceb-8de1-a1443132e6a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87ab527b-eab4-441b-98d5-2e741f825762', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10272', - 'x-ms-correlation-request-id', - '29e15951-b8ab-4b53-b2d9-b42eec0dc3e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033714Z:29e15951-b8ab-4b53-b2d9-b42eec0dc3e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2d0c0a4-47b4-4b8e-9f40-9dc857c22253', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10271', - 'x-ms-correlation-request-id', - 'fe7f26ad-e989-4ab3-926e-783bb26586e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033715Z:fe7f26ad-e989-4ab3-926e-783bb26586e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f410692-62a4-4669-853e-71d10db27df5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10270', - 'x-ms-correlation-request-id', - '24d5f9f0-587a-4f0f-bd19-e2f81db2dbc0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033715Z:24d5f9f0-587a-4f0f-bd19-e2f81db2dbc0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4fe79cc-c62a-4d63-9deb-74001bc64d24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10269', - 'x-ms-correlation-request-id', - '88067b28-89a7-429b-ba12-0f3b20cbae96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033716Z:88067b28-89a7-429b-ba12-0f3b20cbae96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aadddce7-91b0-4ce7-8b07-52f65d294c5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10268', - 'x-ms-correlation-request-id', - 'fcd6ff40-7b89-40b3-853f-fd47013e9815', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033716Z:fcd6ff40-7b89-40b3-853f-fd47013e9815', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5bc79e3-1561-4c27-a2df-ef264690cc46', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10267', - 'x-ms-correlation-request-id', - '90c72534-7632-4631-87f3-da06c61c103c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033716Z:90c72534-7632-4631-87f3-da06c61c103c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5b735d1-094b-4808-a69d-78aa35f0ebe7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10266', - 'x-ms-correlation-request-id', - '5b934218-4455-4243-b691-c3da9adfb580', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033717Z:5b934218-4455-4243-b691-c3da9adfb580', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbbf6816-c386-4a87-a5da-c17b9668bace', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10265', - 'x-ms-correlation-request-id', - 'a0f5a4bf-b7fc-4aba-9bf0-f509e080c1ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033717Z:a0f5a4bf-b7fc-4aba-9bf0-f509e080c1ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b577dec6-d55c-4045-8276-ed5e1f5774e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10264', - 'x-ms-correlation-request-id', - '11f591ea-023d-4f20-9837-42134cf2235f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033718Z:11f591ea-023d-4f20-9837-42134cf2235f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc70fb54-fd13-4980-a861-fe9f73ce44dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10263', - 'x-ms-correlation-request-id', - '0afa412f-8dc2-468e-a96c-bdc435da3eef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033718Z:0afa412f-8dc2-468e-a96c-bdc435da3eef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3855d518-51d9-431c-ba34-ef923babe08d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10262', - 'x-ms-correlation-request-id', - '75894300-b4f9-4f71-a848-219bbca8d648', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033718Z:75894300-b4f9-4f71-a848-219bbca8d648', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24edee6b-52a5-40bc-9a94-7d4107189a7b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10261', - 'x-ms-correlation-request-id', - '12f01227-a775-403a-a6b1-c45909bbf468', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033719Z:12f01227-a775-403a-a6b1-c45909bbf468', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e3e4d3f-124b-4c58-bb20-d16785be2506', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10260', - 'x-ms-correlation-request-id', - 'a600fd2f-a758-4d57-8165-cf68262474ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033719Z:a600fd2f-a758-4d57-8165-cf68262474ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d6a2ecb-c2f6-4f33-957d-d17caea627e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10259', - 'x-ms-correlation-request-id', - '5e4c8ff3-ce46-4aba-b777-ea73c5ea33cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033720Z:5e4c8ff3-ce46-4aba-b777-ea73c5ea33cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '014d7f26-6346-40df-b619-d3effcf26001', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10258', - 'x-ms-correlation-request-id', - '3f38e4e5-ec28-4234-bc51-a3ebbb8519fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033720Z:3f38e4e5-ec28-4234-bc51-a3ebbb8519fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c5b2a47-fdb9-4a79-b7c4-835e6170ae21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10257', - 'x-ms-correlation-request-id', - '82e1db2d-18c8-4230-8caa-b8b4e24a8575', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033720Z:82e1db2d-18c8-4230-8caa-b8b4e24a8575', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e299b068-b2b9-469b-a6b0-96731372bab7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10256', - 'x-ms-correlation-request-id', - '2dbcdd68-fc23-4f19-a291-584d1d8dc178', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033721Z:2dbcdd68-fc23-4f19-a291-584d1d8dc178', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a589fbe-bfaa-4770-83d4-496d4ff3c8b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10255', - 'x-ms-correlation-request-id', - 'eced29e9-5749-4b8b-8782-7601747ed75a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033721Z:eced29e9-5749-4b8b-8782-7601747ed75a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4347a580-5622-494b-99ed-5c61da08ae59', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10254', - 'x-ms-correlation-request-id', - '8c2e4708-693f-4075-9a65-c6dfb57cbb76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033722Z:8c2e4708-693f-4075-9a65-c6dfb57cbb76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6b1d92d-6b6b-4839-baaf-2c8dbd9c99c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10253', - 'x-ms-correlation-request-id', - '5e6c70ea-8e89-46cb-a160-0271cc1d20b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033722Z:5e6c70ea-8e89-46cb-a160-0271cc1d20b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1004f64-9820-4fb9-9de4-2fbdd048ff1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10252', - 'x-ms-correlation-request-id', - 'f2a72713-dea7-4bdf-8d1f-508b5390afa1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033722Z:f2a72713-dea7-4bdf-8d1f-508b5390afa1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f8559c1-bf93-49b7-b0f0-20fb76128b20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10251', - 'x-ms-correlation-request-id', - 'd79e2e8c-4ac9-4253-9aa0-cc3c92cf1bcf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033723Z:d79e2e8c-4ac9-4253-9aa0-cc3c92cf1bcf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91ad00c3-4fa0-42b9-9d16-9f07a2bc4e45', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10250', - 'x-ms-correlation-request-id', - '9a7a0128-421a-4dee-b483-7fb3bad111a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033723Z:9a7a0128-421a-4dee-b483-7fb3bad111a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '256abc19-03b5-410e-ac94-7d518632cda8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10249', - 'x-ms-correlation-request-id', - '161698bc-38d1-4581-bbe6-03f8f7fcb0db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033724Z:161698bc-38d1-4581-bbe6-03f8f7fcb0db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b2221c7-7d23-4e59-8eff-a99aa874058d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10248', - 'x-ms-correlation-request-id', - 'd7f6b9c5-038c-4b32-8b49-fa1e9ee58cad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033724Z:d7f6b9c5-038c-4b32-8b49-fa1e9ee58cad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4cbbf414-0740-4760-b685-cd6db15e25cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10247', - 'x-ms-correlation-request-id', - '0ee6b8cd-3487-40e6-ba33-4860b4499755', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033725Z:0ee6b8cd-3487-40e6-ba33-4860b4499755', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50b21844-e9f6-44c2-a54d-a2669a3a3003', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10246', - 'x-ms-correlation-request-id', - '998c2b09-e142-4aaa-8c7a-bb2d8413cea2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033725Z:998c2b09-e142-4aaa-8c7a-bb2d8413cea2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6c5edd5-319f-48ab-82d7-fd7d7b3cabeb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10245', - 'x-ms-correlation-request-id', - '63c0f1bc-30c9-4b9f-83ab-70be2ed2c8c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033725Z:63c0f1bc-30c9-4b9f-83ab-70be2ed2c8c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1763d322-6f20-4472-b0d9-49f1c3490bbe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10244', - 'x-ms-correlation-request-id', - 'a187feec-816b-4a1e-b7c4-5e4ae2f9c183', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033726Z:a187feec-816b-4a1e-b7c4-5e4ae2f9c183', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa80b5bc-8603-4228-95eb-f53a6974e2c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10243', - 'x-ms-correlation-request-id', - '184ea17c-bf85-4b7c-8a21-15dcd4787dcb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033726Z:184ea17c-bf85-4b7c-8a21-15dcd4787dcb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4f0951d-03c1-448f-85d8-123fc703d18a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10242', - 'x-ms-correlation-request-id', - 'd9435ac7-2417-4ba0-b139-034042389c59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033727Z:d9435ac7-2417-4ba0-b139-034042389c59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0602b703-afeb-47d3-a1a1-9b3a3cc5790e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10241', - 'x-ms-correlation-request-id', - 'ff1c25e0-cf25-428a-a676-19ad17af52fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033727Z:ff1c25e0-cf25-428a-a676-19ad17af52fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a754ab63-7c11-4015-80a7-f4d5c71b370c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10240', - 'x-ms-correlation-request-id', - 'deecbed3-d338-402d-98dc-2cf06fbd8366', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033727Z:deecbed3-d338-402d-98dc-2cf06fbd8366', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '47480268-453b-4ada-949f-9791dd8c4a3e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10239', - 'x-ms-correlation-request-id', - '07897913-17b0-473d-a7cd-afa26c334feb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033728Z:07897913-17b0-473d-a7cd-afa26c334feb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9c1cc39-e1ce-4d89-95e8-fb1f856ca294', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10238', - 'x-ms-correlation-request-id', - '8fc16329-ab08-4b9d-ae9b-4d03755386e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033728Z:8fc16329-ab08-4b9d-ae9b-4d03755386e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ac21f5d-63ff-450e-8b93-4ce38e792c58', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10237', - 'x-ms-correlation-request-id', - '25fe13e4-9134-4279-a3cb-3dfbbd0f6ba7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033729Z:25fe13e4-9134-4279-a3cb-3dfbbd0f6ba7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '442a76cc-5287-4162-b914-ff670e3c4b83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10236', - 'x-ms-correlation-request-id', - '6e39b2b5-70b3-46c4-8073-9fadb3c9dce5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033729Z:6e39b2b5-70b3-46c4-8073-9fadb3c9dce5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9ed31bb-dc3c-4bf2-97a6-4b9455b04a16', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10235', - 'x-ms-correlation-request-id', - 'e0d9a310-d711-4e06-a4c3-cb9f27dc52cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033729Z:e0d9a310-d711-4e06-a4c3-cb9f27dc52cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15d57bdf-900b-435e-8830-e418090fe594', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10234', - 'x-ms-correlation-request-id', - '88a5de8b-485d-40ca-8519-54fef0143f4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033730Z:88a5de8b-485d-40ca-8519-54fef0143f4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'beff1f3e-c79a-4097-93e0-5a62f6105447', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10233', - 'x-ms-correlation-request-id', - '7b326030-4071-41af-8b62-662d151a013a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033730Z:7b326030-4071-41af-8b62-662d151a013a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42f4ee6a-4a97-4ef1-8a68-e147799e4a85', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10232', - 'x-ms-correlation-request-id', - '7f00624f-c0cf-40d9-a8a6-0de3c5bda791', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033731Z:7f00624f-c0cf-40d9-a8a6-0de3c5bda791', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb8777aa-ef62-4199-8fc2-3382cea3a9ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10231', - 'x-ms-correlation-request-id', - '25779267-1efc-470e-aa1a-bbd5dbaba812', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033731Z:25779267-1efc-470e-aa1a-bbd5dbaba812', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5eb4d1e-9ed8-4a91-9eb4-557f203c0707', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10230', - 'x-ms-correlation-request-id', - '060b6dd2-537f-41cb-bb2e-6f40a73af9a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033732Z:060b6dd2-537f-41cb-bb2e-6f40a73af9a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4cf299b-498d-4f05-9066-ae461b165f2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10229', - 'x-ms-correlation-request-id', - '14ecf845-973c-4f2a-8b98-22fa0c1b8bcc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033732Z:14ecf845-973c-4f2a-8b98-22fa0c1b8bcc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28564c92-4c11-45d1-b6de-bab6951ae0a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10228', - 'x-ms-correlation-request-id', - 'dcd75074-b7aa-4bae-8e9b-14a3defbcdbe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033732Z:dcd75074-b7aa-4bae-8e9b-14a3defbcdbe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7ceb932-6798-4ed7-84a1-46470ad38205', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10227', - 'x-ms-correlation-request-id', - 'cf83b765-b57e-478b-a8b0-f5c047c1306c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033733Z:cf83b765-b57e-478b-a8b0-f5c047c1306c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c25e3536-0831-4d2b-876d-7dd6f72d934b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10226', - 'x-ms-correlation-request-id', - '7c73de50-6010-4161-83c2-165d59191f23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033733Z:7c73de50-6010-4161-83c2-165d59191f23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3661dc58-cda1-450e-9f83-d7f83f5483e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10225', - 'x-ms-correlation-request-id', - '46863890-70ee-4c7b-a3d6-72bec3a94ccb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033734Z:46863890-70ee-4c7b-a3d6-72bec3a94ccb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'daaa0ba6-047b-49d5-adbd-07d5b07de7f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10224', - 'x-ms-correlation-request-id', - '8825fa07-0a56-4755-b1da-eea2e5b0c7b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033734Z:8825fa07-0a56-4755-b1da-eea2e5b0c7b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5fb236bb-f1fd-45e5-94b1-cc45c839e480', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10223', - 'x-ms-correlation-request-id', - '70c47cd0-ae25-42c4-aa43-267c14a66245', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033735Z:70c47cd0-ae25-42c4-aa43-267c14a66245', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c781533-c051-4cd9-9bd7-b22e5476e6f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10222', - 'x-ms-correlation-request-id', - '3d032fa9-2340-429f-abdf-231c94f38b22', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033735Z:3d032fa9-2340-429f-abdf-231c94f38b22', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '890b2c6b-e01d-4d9f-9a39-74376f1ba85d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10221', - 'x-ms-correlation-request-id', - '22398628-4b15-4bc9-9e75-96c5f87325ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033735Z:22398628-4b15-4bc9-9e75-96c5f87325ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e325e5d-188f-45f4-ae3c-31c61cc9d7b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10220', - 'x-ms-correlation-request-id', - '81477419-225f-499c-8933-4b78677d1af8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033736Z:81477419-225f-499c-8933-4b78677d1af8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69150b71-24f3-46d2-b0d2-5eb9d4908688', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10219', - 'x-ms-correlation-request-id', - '123c2be1-7372-403c-a62c-2b1ec668a990', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033736Z:123c2be1-7372-403c-a62c-2b1ec668a990', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bbfe1da9-81c7-447e-92f0-886d19fb4344', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10218', - 'x-ms-correlation-request-id', - '1d23973a-93c9-40de-915f-f402cda70800', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033737Z:1d23973a-93c9-40de-915f-f402cda70800', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a3d1bcc-2586-4998-81ce-4e259fed129b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10217', - 'x-ms-correlation-request-id', - 'e0a5369b-9016-4483-9ea9-c4147735fb8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033737Z:e0a5369b-9016-4483-9ea9-c4147735fb8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1557784-2e86-456e-a106-58a6d7bec184', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10216', - 'x-ms-correlation-request-id', - '7f4ccd11-d0b6-4367-a382-887010afcad7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033737Z:7f4ccd11-d0b6-4367-a382-887010afcad7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42bdfb16-2546-46ca-9eef-309983a96600', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10215', - 'x-ms-correlation-request-id', - '1035ef4d-ac81-41ca-a238-e3d215ff6f70', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033738Z:1035ef4d-ac81-41ca-a238-e3d215ff6f70', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2820fe2-f37b-4633-a402-f6509703a5f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10214', - 'x-ms-correlation-request-id', - 'd45d3d46-6db1-45d2-a995-5be2896e0c11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033738Z:d45d3d46-6db1-45d2-a995-5be2896e0c11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6a4f502-c76c-430c-afb0-b667bbca9997', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10213', - 'x-ms-correlation-request-id', - '4d4a7799-098c-47e0-8538-acd1540838ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033739Z:4d4a7799-098c-47e0-8538-acd1540838ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '554aa963-f69e-4933-9760-90495cdefd65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10212', - 'x-ms-correlation-request-id', - '1109d079-cfca-4a44-ac45-c138addf714c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033739Z:1109d079-cfca-4a44-ac45-c138addf714c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83d7431b-9d8c-46b5-9266-a09cb6a09249', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10211', - 'x-ms-correlation-request-id', - '64fd42c4-db2d-49c4-9003-95272b3c5c67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033739Z:64fd42c4-db2d-49c4-9003-95272b3c5c67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7358cde-4852-43a9-ac2e-10082f535b81', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10210', - 'x-ms-correlation-request-id', - 'a6921550-82c7-449e-a8be-1cc07ceddbfc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033740Z:a6921550-82c7-449e-a8be-1cc07ceddbfc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '901254c6-66d2-4d15-89b9-638a714b6a35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10209', - 'x-ms-correlation-request-id', - 'e0d962c7-7022-4722-a99f-7af050dfc695', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033740Z:e0d962c7-7022-4722-a99f-7af050dfc695', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2e497d7-17b9-4f75-94fc-b698027e2c78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10208', - 'x-ms-correlation-request-id', - '4a8ade34-aae6-4e49-b455-c2e53c182ed7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033741Z:4a8ade34-aae6-4e49-b455-c2e53c182ed7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed6b0069-1241-490e-a376-785792607d9b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10207', - 'x-ms-correlation-request-id', - '6677fe07-9ee6-4db1-9351-0abcbf590c22', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033741Z:6677fe07-9ee6-4db1-9351-0abcbf590c22', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f191624e-f8f4-4a72-99dc-d7391122a518', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10206', - 'x-ms-correlation-request-id', - '27af6303-6a24-4060-93ff-af96d5b3fdc7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033741Z:27af6303-6a24-4060-93ff-af96d5b3fdc7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30da123c-a96a-425d-ae3d-ff1521d3db96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10205', - 'x-ms-correlation-request-id', - '61106fc0-a365-4f33-ac9c-323a719f4367', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033742Z:61106fc0-a365-4f33-ac9c-323a719f4367', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a3810f4-e03c-4ba0-a98a-f8749210bf81', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10204', - 'x-ms-correlation-request-id', - '30b24598-e9f3-47bb-8c07-ba3d84617e1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033742Z:30b24598-e9f3-47bb-8c07-ba3d84617e1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '06bb4586-2325-4a30-b3ca-8655fbb3bd7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10203', - 'x-ms-correlation-request-id', - 'ec43439a-bf04-4cb4-91f6-aa54f0b7bae9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033743Z:ec43439a-bf04-4cb4-91f6-aa54f0b7bae9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '255a2bdc-f69e-47ed-852e-1f9ad3c88543', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10202', - 'x-ms-correlation-request-id', - '3eb65d5d-3915-44b0-983d-d2eb103e683d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033743Z:3eb65d5d-3915-44b0-983d-d2eb103e683d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f066f39-6b03-4e08-b7d2-2e9556fb797b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10201', - 'x-ms-correlation-request-id', - 'a281d3dc-00ac-4545-8144-91b59454a3d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033744Z:a281d3dc-00ac-4545-8144-91b59454a3d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '736c8d38-7e58-4ef6-a128-1da783650091', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10200', - 'x-ms-correlation-request-id', - '74ff2835-f3a0-45ad-9d6f-5e311a945f1f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033744Z:74ff2835-f3a0-45ad-9d6f-5e311a945f1f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0ff9d56-35dd-43e1-9823-2529b66e78a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10199', - 'x-ms-correlation-request-id', - 'a8e6347e-cf22-4c99-85c8-13317ec330a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033744Z:a8e6347e-cf22-4c99-85c8-13317ec330a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8acbca6-8272-476c-90c4-a09cd8093bc0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10198', - 'x-ms-correlation-request-id', - 'a0def499-df1a-4c18-bdb2-18489ce63aaa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033745Z:a0def499-df1a-4c18-bdb2-18489ce63aaa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '883314bf-29f4-408a-b34d-05b5e26a893b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10197', - 'x-ms-correlation-request-id', - 'c7ee9d5d-fd65-4934-a650-ca65ea76df23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033745Z:c7ee9d5d-fd65-4934-a650-ca65ea76df23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'acab7bc6-3baa-4666-b490-a8c0afaf9e14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10196', - 'x-ms-correlation-request-id', - '6ebc446a-8c1d-435c-bddf-123c8fac7cdd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033746Z:6ebc446a-8c1d-435c-bddf-123c8fac7cdd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '71f8bcc8-80ac-44ad-96d4-8eff6f899354', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10195', - 'x-ms-correlation-request-id', - '304bfcac-150f-4216-9d3e-471793ad2d75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033746Z:304bfcac-150f-4216-9d3e-471793ad2d75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69419eff-475d-4aa7-a680-bf00b7c5a8ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10194', - 'x-ms-correlation-request-id', - 'bee9c9a0-ff30-4a80-800d-c066a1dd6c08', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033746Z:bee9c9a0-ff30-4a80-800d-c066a1dd6c08', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1de0cfb9-ee7a-4338-9182-2ef3bf9e435f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10193', - 'x-ms-correlation-request-id', - '334374d5-4853-48f9-b9f2-d9fcc891d15e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033747Z:334374d5-4853-48f9-b9f2-d9fcc891d15e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c088a37f-9224-43b9-ab7a-640a57bacf36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10192', - 'x-ms-correlation-request-id', - '5389d950-fd00-47fe-9588-10fa63901ba7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033747Z:5389d950-fd00-47fe-9588-10fa63901ba7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff969c92-894e-4806-8db9-f9b09e59ec02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10191', - 'x-ms-correlation-request-id', - 'bae3b056-7f58-4570-bb70-ae75c4aba333', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033748Z:bae3b056-7f58-4570-bb70-ae75c4aba333', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d5970dc-1c28-4816-85d5-e587bc008a02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10190', - 'x-ms-correlation-request-id', - 'd1fd07f8-b400-4aa7-8de2-f2772b56b4b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033748Z:d1fd07f8-b400-4aa7-8de2-f2772b56b4b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e519fc1c-60b0-4e16-9530-f8b83b618991', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10189', - 'x-ms-correlation-request-id', - '720dcae5-94ef-45db-8cda-f2ef288c9202', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033748Z:720dcae5-94ef-45db-8cda-f2ef288c9202', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f8864d2-9b83-4b0e-aa03-048c488357f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10188', - 'x-ms-correlation-request-id', - '6d723777-c2e7-4ea8-9c05-ff1914a810c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033749Z:6d723777-c2e7-4ea8-9c05-ff1914a810c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '643b48c9-e444-402e-9a9e-8615eaf3f326', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10187', - 'x-ms-correlation-request-id', - '12dd4b98-ea39-4e7b-a903-773c5a95ef62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033749Z:12dd4b98-ea39-4e7b-a903-773c5a95ef62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29f5bc59-b8d0-45a5-a768-eb02215f4812', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10186', - 'x-ms-correlation-request-id', - '17138cfd-af2d-4cf4-8bfd-6e5f1e764697', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033750Z:17138cfd-af2d-4cf4-8bfd-6e5f1e764697', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4746da31-c481-4ea3-8e8d-b60ab39742d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10185', - 'x-ms-correlation-request-id', - '158c2fcd-b7f8-4128-82ee-e3dba5bcc7cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033750Z:158c2fcd-b7f8-4128-82ee-e3dba5bcc7cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dbfec441-bbb2-4807-899b-5baa9cfbb5f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10184', - 'x-ms-correlation-request-id', - '44729ca8-6b31-45a4-80b3-f761797dc748', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033751Z:44729ca8-6b31-45a4-80b3-f761797dc748', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e9bfe8a-7a64-43af-ab60-975c5425e759', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10183', - 'x-ms-correlation-request-id', - '48ec3ef0-393e-4e13-8dbb-09e906cf010c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033751Z:48ec3ef0-393e-4e13-8dbb-09e906cf010c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13956d62-546e-4552-8470-3f19b7f18663', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10182', - 'x-ms-correlation-request-id', - '780d4458-9640-4fe5-8642-ddb04ce6417a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033751Z:780d4458-9640-4fe5-8642-ddb04ce6417a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f4daf01-a82d-4d0a-9472-af24c1e1fe02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10181', - 'x-ms-correlation-request-id', - 'c4198e7d-386b-4789-a8cf-be6388af12aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033752Z:c4198e7d-386b-4789-a8cf-be6388af12aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a40c6be-32b5-4393-b544-89301ecfdb6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10180', - 'x-ms-correlation-request-id', - '54059f96-3f29-4ad4-a626-f430cd8550ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033752Z:54059f96-3f29-4ad4-a626-f430cd8550ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2aebbe9-6786-4146-b7e1-886fc360df6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10179', - 'x-ms-correlation-request-id', - '76737ab6-527f-4b1e-83e5-fbc2ebca2af3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033753Z:76737ab6-527f-4b1e-83e5-fbc2ebca2af3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8dd16ef-4996-4c4c-a209-a38e5be87156', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10178', - 'x-ms-correlation-request-id', - '301c7f3e-a1c4-4f17-9ac1-b59b2a778b67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033753Z:301c7f3e-a1c4-4f17-9ac1-b59b2a778b67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02003fe3-ff22-44a4-913e-7ec1d6e0af0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10177', - 'x-ms-correlation-request-id', - 'b8de3e99-0e36-4af6-bd4a-518257535b96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033754Z:b8de3e99-0e36-4af6-bd4a-518257535b96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae6e4b17-4aa2-4d23-ac06-bffc976279c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10176', - 'x-ms-correlation-request-id', - '7faf8a48-86da-40bd-8831-75b6547d11ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033754Z:7faf8a48-86da-40bd-8831-75b6547d11ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1290218f-afcc-43a1-b14d-f578ace46ee3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10175', - 'x-ms-correlation-request-id', - '76953a16-6f19-4593-8b2c-e3eb311cc78b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033755Z:76953a16-6f19-4593-8b2c-e3eb311cc78b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93f7da30-50a1-444b-b53c-40af4b45ae83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10174', - 'x-ms-correlation-request-id', - 'b3c8e357-67af-438d-9dcf-f26e90c4f825', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033755Z:b3c8e357-67af-438d-9dcf-f26e90c4f825', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e338e6ff-91ad-4380-b5c6-13d4af47656a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10173', - 'x-ms-correlation-request-id', - 'a9d5dad1-1cce-48d2-919c-93413acf914d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033755Z:a9d5dad1-1cce-48d2-919c-93413acf914d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c0dac59-0070-41bf-964c-30ea8f215a25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10172', - 'x-ms-correlation-request-id', - '7d645859-caf0-4dfc-a8c8-fe8cd93bb29a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033756Z:7d645859-caf0-4dfc-a8c8-fe8cd93bb29a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '572735e2-debd-4418-b354-5f2c282c00f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10171', - 'x-ms-correlation-request-id', - 'ee999955-5f08-4351-b062-a87fb9a68ccf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033756Z:ee999955-5f08-4351-b062-a87fb9a68ccf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '894d784a-8eca-496e-ba74-0234ccf1d249', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10170', - 'x-ms-correlation-request-id', - '0950900a-8e1d-46e9-9c25-0ab1e66505e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033757Z:0950900a-8e1d-46e9-9c25-0ab1e66505e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '815efafe-cc97-494b-b80c-94bd5fbccb51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10169', - 'x-ms-correlation-request-id', - 'e880e78a-d0e6-4d50-bfab-bde3b6b07448', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033757Z:e880e78a-d0e6-4d50-bfab-bde3b6b07448', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96d7c9b7-2df8-44cb-8649-a20b8e7e9094', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10168', - 'x-ms-correlation-request-id', - '9b59107a-ab9e-4001-9a6a-dd8513dcb555', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033757Z:9b59107a-ab9e-4001-9a6a-dd8513dcb555', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '201896ea-974c-40df-b8dc-184435fd1046', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10167', - 'x-ms-correlation-request-id', - 'e8bcbf8c-83d3-47ba-8abf-65b898ae293d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033758Z:e8bcbf8c-83d3-47ba-8abf-65b898ae293d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a2f8bb7-8cf9-4e41-bd7d-aa1781932e87', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10166', - 'x-ms-correlation-request-id', - '76a1c5cc-cbaf-4647-9d57-34840dac6143', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033758Z:76a1c5cc-cbaf-4647-9d57-34840dac6143', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e85f3d24-d826-4015-856e-80a7944dc09b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10165', - 'x-ms-correlation-request-id', - '6d33c7d1-d9a9-4578-be0d-6d2772bdf182', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033759Z:6d33c7d1-d9a9-4578-be0d-6d2772bdf182', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e14408e-0354-4892-afb9-d82b08d8ee62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10164', - 'x-ms-correlation-request-id', - 'db4d952f-2e1c-48fe-88e1-cc09c3777b1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033759Z:db4d952f-2e1c-48fe-88e1-cc09c3777b1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef001b16-00a5-4ccb-a652-9c6887a83280', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10163', - 'x-ms-correlation-request-id', - 'd13bb47c-4ae4-498e-a558-58e36b012fde', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033759Z:d13bb47c-4ae4-498e-a558-58e36b012fde', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9f920c3-54ad-46e9-be79-75236ddcd40c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10162', - 'x-ms-correlation-request-id', - 'a37aa261-08e5-4f0d-9948-8469cba53985', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033800Z:a37aa261-08e5-4f0d-9948-8469cba53985', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:37:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50b8c974-d922-40a6-9804-e3828b513c52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10161', - 'x-ms-correlation-request-id', - '13bfbd5c-6c67-4e68-b67a-26064dd9cc66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033800Z:13bfbd5c-6c67-4e68-b67a-26064dd9cc66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6637fa6-0cb9-4a71-a02a-5d269e012b79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10160', - 'x-ms-correlation-request-id', - 'f9522ec5-fe32-4a5e-9257-5c53e3105310', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033801Z:f9522ec5-fe32-4a5e-9257-5c53e3105310', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '633101a4-18c1-4aa7-8a9c-d29144ce95b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10159', - 'x-ms-correlation-request-id', - 'c652192c-08d6-45d1-9aaf-29a49be5b662', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033801Z:c652192c-08d6-45d1-9aaf-29a49be5b662', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07605bfc-7b1a-4fd2-922a-19578888541c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10158', - 'x-ms-correlation-request-id', - '1c6f3b5b-27ca-4c77-bab4-153484de5ef3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033802Z:1c6f3b5b-27ca-4c77-bab4-153484de5ef3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8b77503-1530-4fd8-abfc-5f4489ac3403', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10157', - 'x-ms-correlation-request-id', - 'c7400ebc-9f41-4f94-b590-7f477b088075', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033802Z:c7400ebc-9f41-4f94-b590-7f477b088075', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2246bbf1-1e3c-444f-822f-2e8433daeb10', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10156', - 'x-ms-correlation-request-id', - '7e1ec5e6-4f33-4146-a54f-330a51bc5242', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033802Z:7e1ec5e6-4f33-4146-a54f-330a51bc5242', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5e77bb1-a417-4214-961b-eb7d6f83967b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10155', - 'x-ms-correlation-request-id', - '72921ddc-985a-4074-b282-d36918bc67bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033803Z:72921ddc-985a-4074-b282-d36918bc67bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1643862-4b4c-4127-81a0-b32e814ba43d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10154', - 'x-ms-correlation-request-id', - 'f0c13afd-18fe-4246-9126-4ff90241cde3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033803Z:f0c13afd-18fe-4246-9126-4ff90241cde3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a35974db-f750-4893-9b3e-b5d11170c8e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10153', - 'x-ms-correlation-request-id', - 'de3d464f-4084-49ed-9e68-9e41663eee59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033804Z:de3d464f-4084-49ed-9e68-9e41663eee59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '363552c7-3dc2-488d-9692-00640a5b0967', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10152', - 'x-ms-correlation-request-id', - '9c696b3c-6198-47d0-8a15-0edd46fd58a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033804Z:9c696b3c-6198-47d0-8a15-0edd46fd58a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5f9449d-9625-4540-935d-28eb8e3eb42e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10151', - 'x-ms-correlation-request-id', - '258266b7-6683-4b7d-b38e-ef096f1d7f17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033805Z:258266b7-6683-4b7d-b38e-ef096f1d7f17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65ec5e0e-f711-4690-9ff3-555c12564989', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10150', - 'x-ms-correlation-request-id', - 'e9031646-9e0b-437d-8a57-24a019eba8f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033805Z:e9031646-9e0b-437d-8a57-24a019eba8f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de98e0e4-0610-4aea-9626-a43eef504795', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10149', - 'x-ms-correlation-request-id', - '5e40fe29-0760-4ba0-b6c0-d7d370ba6018', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033806Z:5e40fe29-0760-4ba0-b6c0-d7d370ba6018', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b8a7fcb-7c23-4c46-a8c2-625ab3582c1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10148', - 'x-ms-correlation-request-id', - '12f79082-cc21-4da6-baa2-868b5dd52ebf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033806Z:12f79082-cc21-4da6-baa2-868b5dd52ebf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '695694ef-3872-4f0d-8a07-de52401fb941', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10147', - 'x-ms-correlation-request-id', - 'c686f9f7-23e0-4fe2-ae9d-b367c17e1295', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033806Z:c686f9f7-23e0-4fe2-ae9d-b367c17e1295', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd269374e-53aa-4820-9da9-43d4b9f96758', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10146', - 'x-ms-correlation-request-id', - '7d0ee2a6-a7df-4357-9e82-6613f7dde594', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033807Z:7d0ee2a6-a7df-4357-9e82-6613f7dde594', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa884601-d8b8-458b-be5b-b5b8500cc228', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10145', - 'x-ms-correlation-request-id', - 'd57d8cf5-cc44-4d29-a4b3-f5dcbe5d9c01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033807Z:d57d8cf5-cc44-4d29-a4b3-f5dcbe5d9c01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '05e75fa4-0470-4af5-ad37-e29142619be7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10144', - 'x-ms-correlation-request-id', - '6c742fc5-c40a-4977-aeed-85f466a587e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033808Z:6c742fc5-c40a-4977-aeed-85f466a587e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '579c4891-c3d3-478c-97fb-8e6f43a58b71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10143', - 'x-ms-correlation-request-id', - '5055b177-9823-4208-99ba-bb47110ab134', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033808Z:5055b177-9823-4208-99ba-bb47110ab134', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73978180-1a27-4235-ad06-90b30ac3694e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10142', - 'x-ms-correlation-request-id', - '742ca85f-51b8-42cb-9f60-c51e39af8bfd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033808Z:742ca85f-51b8-42cb-9f60-c51e39af8bfd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '039b9129-7000-4732-a95d-978a1525dd8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10141', - 'x-ms-correlation-request-id', - '1cfffb07-eddc-4831-95bb-885a288abf27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033809Z:1cfffb07-eddc-4831-95bb-885a288abf27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b39e9b04-3715-47a1-b18d-9eba655352c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10140', - 'x-ms-correlation-request-id', - '384833cf-9569-41c1-b815-fe748ca5a88c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033809Z:384833cf-9569-41c1-b815-fe748ca5a88c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '22b2f836-1a89-471b-ad5f-88cf2307132d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10139', - 'x-ms-correlation-request-id', - 'c8e85ffc-a13b-41c9-8095-979415307974', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033810Z:c8e85ffc-a13b-41c9-8095-979415307974', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee13c84e-64d5-4ed9-a593-3355e9165dae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10138', - 'x-ms-correlation-request-id', - '466f1b68-a171-4d09-a2c8-f00aa83be15d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033810Z:466f1b68-a171-4d09-a2c8-f00aa83be15d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f59618c-334f-4d4d-871f-f8cb5a0426c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10137', - 'x-ms-correlation-request-id', - 'f7c29c92-1ab5-4f69-8111-64e560ad4ffb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033810Z:f7c29c92-1ab5-4f69-8111-64e560ad4ffb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '683ac927-916e-4643-9da6-0e66906aa103', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10136', - 'x-ms-correlation-request-id', - '82a1693f-192c-4a66-9782-7ae6614958f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033811Z:82a1693f-192c-4a66-9782-7ae6614958f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b632d57-d885-46b6-84a8-6d46289b2e4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10135', - 'x-ms-correlation-request-id', - 'a8ee63d6-e502-4c1e-ab16-dc5a505ad468', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033811Z:a8ee63d6-e502-4c1e-ab16-dc5a505ad468', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '315d33f4-43ae-4834-976a-3c90fd282331', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10134', - 'x-ms-correlation-request-id', - 'b679a9f4-4344-4316-a79d-0f8c0a6b6178', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033812Z:b679a9f4-4344-4316-a79d-0f8c0a6b6178', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'edd7794e-c0e1-458e-9c08-ebeb48b8a3fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10133', - 'x-ms-correlation-request-id', - 'f0777c0b-b660-4c9a-93bc-18b747711a6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033812Z:f0777c0b-b660-4c9a-93bc-18b747711a6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dffebc2b-f6f5-4d67-913c-51c2f43c85d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10132', - 'x-ms-correlation-request-id', - '58a24fc5-3ca9-4a0f-a1d7-376455fbe150', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033812Z:58a24fc5-3ca9-4a0f-a1d7-376455fbe150', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6273ee04-eaf3-43e9-983c-111e52ce5591', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10131', - 'x-ms-correlation-request-id', - 'e13ec599-160c-41f9-9737-01ff677d0661', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033813Z:e13ec599-160c-41f9-9737-01ff677d0661', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3dfc4f5d-57a0-45de-a83e-8b7bc1ea8a39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10130', - 'x-ms-correlation-request-id', - '5823a025-fb92-4df9-8b04-dc471e41a0ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033813Z:5823a025-fb92-4df9-8b04-dc471e41a0ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '409d43b4-38e3-4178-8eaf-7bf93be0b55e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10129', - 'x-ms-correlation-request-id', - '7cb88b67-876c-446a-aece-c0bde18272ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033814Z:7cb88b67-876c-446a-aece-c0bde18272ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c484e646-7ca6-4a99-9160-26b63b128be1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10128', - 'x-ms-correlation-request-id', - 'cba3c280-c45c-4bf0-84a5-48cbe27dd958', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033814Z:cba3c280-c45c-4bf0-84a5-48cbe27dd958', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65feafc5-5773-464b-8fa2-254bb533607a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10127', - 'x-ms-correlation-request-id', - '5064acb8-e6d1-4305-9d75-34d65ba09634', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033814Z:5064acb8-e6d1-4305-9d75-34d65ba09634', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aac55acf-eba4-4737-8010-55fbd234e2c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10126', - 'x-ms-correlation-request-id', - '25f1eb00-9059-409b-a6c6-9d0d2c0bb1b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033815Z:25f1eb00-9059-409b-a6c6-9d0d2c0bb1b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee587ca4-7b2b-4614-9f53-09827aafde41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10125', - 'x-ms-correlation-request-id', - '37ed6c9d-208a-444e-abc8-c671712fa554', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033815Z:37ed6c9d-208a-444e-abc8-c671712fa554', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e95d01d9-ab29-488f-a033-2d597c2ea1cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10124', - 'x-ms-correlation-request-id', - '8bf08574-c3b3-46bc-b286-ad149b1c9063', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033816Z:8bf08574-c3b3-46bc-b286-ad149b1c9063', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '224a1b0e-8c30-42c2-a557-f5336852c393', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10123', - 'x-ms-correlation-request-id', - '103fcb7d-7bb5-4e85-98ad-a8b1d1d763d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033816Z:103fcb7d-7bb5-4e85-98ad-a8b1d1d763d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70b2ed4c-3c54-4fd8-9508-274405393290', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10122', - 'x-ms-correlation-request-id', - '718376a0-2d98-49fa-985a-c64226cda4f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033816Z:718376a0-2d98-49fa-985a-c64226cda4f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fedfe9fa-8a5f-4347-a092-13e94b0ccff9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10121', - 'x-ms-correlation-request-id', - 'd3157c3c-31fb-4f29-b27c-6269e4e4d716', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033817Z:d3157c3c-31fb-4f29-b27c-6269e4e4d716', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7760e4f-b03e-4f36-9bf8-bea863129a0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10120', - 'x-ms-correlation-request-id', - '47cd15ad-d098-4a5b-89d8-51f32d259596', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033817Z:47cd15ad-d098-4a5b-89d8-51f32d259596', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd82d50a-9395-4ea6-8182-08d5031c803c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10119', - 'x-ms-correlation-request-id', - '2c0910a9-7852-457e-a0f9-80098b19a0cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033818Z:2c0910a9-7852-457e-a0f9-80098b19a0cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf320b03-868a-4017-af2e-730ef5fd4d54', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10118', - 'x-ms-correlation-request-id', - '9eded8a1-1a4a-4cef-83d5-d62cc92bc1d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033818Z:9eded8a1-1a4a-4cef-83d5-d62cc92bc1d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b538ab7-3ab4-4e10-8631-e86afed81acb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10117', - 'x-ms-correlation-request-id', - '6af8c348-f372-49c1-90db-1a3f45169cdb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033819Z:6af8c348-f372-49c1-90db-1a3f45169cdb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03bee32e-3e4c-437b-b74c-4aa6e54a1f79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10116', - 'x-ms-correlation-request-id', - 'b1c469a9-59ad-4ef0-bff6-1ea1f347bc1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033819Z:b1c469a9-59ad-4ef0-bff6-1ea1f347bc1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd22c96cf-5508-4a8a-9f20-0fe7236d1d95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10115', - 'x-ms-correlation-request-id', - '7a3dd41e-b9f6-4ab7-a8e9-a2f8a7844d89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033820Z:7a3dd41e-b9f6-4ab7-a8e9-a2f8a7844d89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d390a16-116c-47e4-ba80-22676f1ee956', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10114', - 'x-ms-correlation-request-id', - '6e6df11d-3476-4a73-b6c7-1ca07f0e4c49', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033820Z:6e6df11d-3476-4a73-b6c7-1ca07f0e4c49', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8f04cb4-6f13-4bbd-ab71-075311a0d12d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10113', - 'x-ms-correlation-request-id', - 'b1ade381-1284-40db-be1c-16277472953c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033821Z:b1ade381-1284-40db-be1c-16277472953c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '239e386a-f272-46f3-ae9f-482fbe7063a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10112', - 'x-ms-correlation-request-id', - '00653504-6753-40b3-b94d-ff16e6638a5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033821Z:00653504-6753-40b3-b94d-ff16e6638a5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5d8f7ed-a04a-47d1-8b7c-76ee88c875e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10111', - 'x-ms-correlation-request-id', - '98b92918-398a-4d7d-a233-4312fa27043a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033821Z:98b92918-398a-4d7d-a233-4312fa27043a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9e9c092-17e3-41aa-9d7c-b54e7721facd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10110', - 'x-ms-correlation-request-id', - '210960eb-4a5e-46b4-b183-3da328ab6548', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033822Z:210960eb-4a5e-46b4-b183-3da328ab6548', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66c5b616-5bc8-479a-94b8-daccd4604196', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10109', - 'x-ms-correlation-request-id', - 'e736420c-bfea-4768-b493-1e3cb0ff782e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033822Z:e736420c-bfea-4768-b493-1e3cb0ff782e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad45969c-7bb9-4532-9007-5496667e34d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10108', - 'x-ms-correlation-request-id', - '2bcd8584-7522-4560-a16f-e5daf7d322b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033823Z:2bcd8584-7522-4560-a16f-e5daf7d322b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6de5075d-39d7-4f50-886b-b8cef1c5fe7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10107', - 'x-ms-correlation-request-id', - '2ee29a22-ab9f-4c4b-a500-a78b1bbddb98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033823Z:2ee29a22-ab9f-4c4b-a500-a78b1bbddb98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf5ed1eb-cdff-4c7b-8761-df3e7fdc539c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10106', - 'x-ms-correlation-request-id', - 'a0c333ce-6768-43c8-bde4-c33fe3fefbf7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033824Z:a0c333ce-6768-43c8-bde4-c33fe3fefbf7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1dff4d90-782d-45cb-8592-fd1ae5abb34b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10105', - 'x-ms-correlation-request-id', - '15141c0e-69b6-48d3-ade6-c78fe0dac007', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033824Z:15141c0e-69b6-48d3-ade6-c78fe0dac007', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd92e033a-b853-4997-af2b-5d224eb35497', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10104', - 'x-ms-correlation-request-id', - 'fc103add-4dbb-4d18-bd06-baff908c88d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033824Z:fc103add-4dbb-4d18-bd06-baff908c88d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e466abe9-efcf-4533-82a8-c69b200a0d61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10103', - 'x-ms-correlation-request-id', - '54fd4354-b3b1-4366-85a6-e8bd4ed032ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033825Z:54fd4354-b3b1-4366-85a6-e8bd4ed032ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f58f2fdc-9c86-4e06-a5f6-3cc14df7b58a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10102', - 'x-ms-correlation-request-id', - '0cf54aba-a29a-4094-977d-32e4b03305cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033825Z:0cf54aba-a29a-4094-977d-32e4b03305cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '722768e2-5c5d-445e-b709-9dbfd6975b15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10101', - 'x-ms-correlation-request-id', - '1f5d9ba7-9ef3-4bc7-b0eb-7f605dbd07ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033826Z:1f5d9ba7-9ef3-4bc7-b0eb-7f605dbd07ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f385e084-e984-4414-80e4-300ff929fdd0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10100', - 'x-ms-correlation-request-id', - 'feb9280c-b3c3-4a46-9cbf-2220daaffafb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033826Z:feb9280c-b3c3-4a46-9cbf-2220daaffafb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0a7f7c8-1116-491a-9df8-bcb186917ef2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10099', - 'x-ms-correlation-request-id', - '567be495-896c-409d-8751-51a7d5b41a3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033827Z:567be495-896c-409d-8751-51a7d5b41a3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf0e3a33-31d6-4ffc-a974-e6a1182cd2e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10098', - 'x-ms-correlation-request-id', - '3e6d300b-264a-460f-9939-6449db59615e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033827Z:3e6d300b-264a-460f-9939-6449db59615e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8765b6e8-ae9f-446f-92ab-2b5b189715c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10097', - 'x-ms-correlation-request-id', - '35f7a5db-8438-4262-89d4-21a7e4596e1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033827Z:35f7a5db-8438-4262-89d4-21a7e4596e1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a73893d7-419d-4934-9506-b1be1c3bea9a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10096', - 'x-ms-correlation-request-id', - '7f11af55-ce4a-44ce-80d3-9bdba1a541cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033828Z:7f11af55-ce4a-44ce-80d3-9bdba1a541cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbba0403-c622-48ea-97c3-932ff0f201de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10095', - 'x-ms-correlation-request-id', - 'afb66173-8537-492c-ad14-c13042470c9a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033828Z:afb66173-8537-492c-ad14-c13042470c9a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64508054-46bb-4c5c-a0db-485e926d1f72', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10094', - 'x-ms-correlation-request-id', - '785aefe4-0012-4562-b995-7b98c2255577', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033829Z:785aefe4-0012-4562-b995-7b98c2255577', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4bda0c7d-0e6c-455a-91c9-0dfa5d378eb0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10093', - 'x-ms-correlation-request-id', - 'edca5870-3eba-4536-a41b-97a11facbfb6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033829Z:edca5870-3eba-4536-a41b-97a11facbfb6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b4f24af-1abd-435d-b588-247dcdd23c08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10092', - 'x-ms-correlation-request-id', - 'c0af9e79-8a14-408d-9604-2d2d696f9cda', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033829Z:c0af9e79-8a14-408d-9604-2d2d696f9cda', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5cdfbaf3-2450-4080-9249-85e50c26b7fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10091', - 'x-ms-correlation-request-id', - '9aa5248d-b50b-46e6-b9aa-eb0188b8da54', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033830Z:9aa5248d-b50b-46e6-b9aa-eb0188b8da54', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64a19a75-12d5-4e70-89bc-7c2e8016444b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10090', - 'x-ms-correlation-request-id', - 'ad494019-1f39-445c-a50f-9cc04508e231', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033830Z:ad494019-1f39-445c-a50f-9cc04508e231', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '059b1232-2164-442d-ac34-322c772a62b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10089', - 'x-ms-correlation-request-id', - 'd3df0047-1271-41b5-a7f6-18de6d7010dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033831Z:d3df0047-1271-41b5-a7f6-18de6d7010dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f043e83b-f510-4e15-9997-ad57b03d0d55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10088', - 'x-ms-correlation-request-id', - '448f4bec-5158-4ff3-9535-589f594af36f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033831Z:448f4bec-5158-4ff3-9535-589f594af36f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38513de3-2a76-44a4-845e-519502a4f5ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10087', - 'x-ms-correlation-request-id', - '643fcc8c-a3a4-4203-bcea-20ce9330dfdb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033831Z:643fcc8c-a3a4-4203-bcea-20ce9330dfdb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b4073dd-f863-4e3d-b290-9a701b4a92f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10086', - 'x-ms-correlation-request-id', - '406b2aaf-93a0-4da3-889b-e0376f49ab1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033832Z:406b2aaf-93a0-4da3-889b-e0376f49ab1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '114deb68-da0e-4dca-a3ea-bd7b894958df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10085', - 'x-ms-correlation-request-id', - '5f7cc581-91fb-4b51-91b4-75b8df709502', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033832Z:5f7cc581-91fb-4b51-91b4-75b8df709502', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0046ec6-d9d6-4350-bcae-257bec53cae0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10084', - 'x-ms-correlation-request-id', - '4f8473b0-6b29-4c95-936a-4f3380841432', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033833Z:4f8473b0-6b29-4c95-936a-4f3380841432', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6a545d3f-7514-40a3-bd79-c424213c144f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10083', - 'x-ms-correlation-request-id', - 'd6173f21-a8a0-4867-97ec-b6dde1271a67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033833Z:d6173f21-a8a0-4867-97ec-b6dde1271a67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c38aed1-0c18-4455-94b0-3428d854c737', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10082', - 'x-ms-correlation-request-id', - 'f5fc4a42-8d09-4f35-ae8c-949986aeda52', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033833Z:f5fc4a42-8d09-4f35-ae8c-949986aeda52', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98c7f526-af61-40f4-97b9-b6a33dbe36c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10081', - 'x-ms-correlation-request-id', - '3c479eaf-26fe-4235-8c6a-280d3f1252c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033834Z:3c479eaf-26fe-4235-8c6a-280d3f1252c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b367a70-c89c-4e98-a24c-9eac3c2c60b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10080', - 'x-ms-correlation-request-id', - 'fd9afacd-becd-4d2b-b39a-7e1933b0cd93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033834Z:fd9afacd-becd-4d2b-b39a-7e1933b0cd93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '918f7202-7f66-4be8-9411-115038975a0f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10079', - 'x-ms-correlation-request-id', - 'f8c1550d-6418-4dc8-aa26-a54dd3a2a140', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033835Z:f8c1550d-6418-4dc8-aa26-a54dd3a2a140', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbac03e0-b61b-4774-b391-29f10b1e7f0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10078', - 'x-ms-correlation-request-id', - '871b4a95-b7fb-4ace-b0ce-3d61a38d90dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033835Z:871b4a95-b7fb-4ace-b0ce-3d61a38d90dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc30c274-6a80-4ebf-9d77-565b8588c2b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10077', - 'x-ms-correlation-request-id', - '9cdb2951-f164-4484-a79f-757fe2f4c895', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033836Z:9cdb2951-f164-4484-a79f-757fe2f4c895', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b962a9a-050b-4386-a774-c6f42254943f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10076', - 'x-ms-correlation-request-id', - '17542a25-e086-4238-99a7-2b2abfd97b91', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033836Z:17542a25-e086-4238-99a7-2b2abfd97b91', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8d9e25e-df8d-46d1-b6ae-a81d833cd44f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10075', - 'x-ms-correlation-request-id', - 'b64338bc-121a-4ff7-a1d0-afe87ae94992', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033836Z:b64338bc-121a-4ff7-a1d0-afe87ae94992', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ebee6f24-148d-4ad6-ac48-416b669407b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10074', - 'x-ms-correlation-request-id', - 'e41fab0d-5b77-4eea-9fe3-2844af1ec96b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033837Z:e41fab0d-5b77-4eea-9fe3-2844af1ec96b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67678799-0d67-4926-a711-7157c9b5f0f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10073', - 'x-ms-correlation-request-id', - 'afddb53a-320e-4aec-a953-072833842aa0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033837Z:afddb53a-320e-4aec-a953-072833842aa0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ecded09-4332-4eac-bb04-26adc64e5c3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10072', - 'x-ms-correlation-request-id', - '67d73784-4012-4773-965c-6f8fca4248e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033838Z:67d73784-4012-4773-965c-6f8fca4248e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd52881c1-e01c-4ea6-8bd7-24cd6a9c3686', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10071', - 'x-ms-correlation-request-id', - '614ba942-45fc-4726-802a-5deba3779d5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033838Z:614ba942-45fc-4726-802a-5deba3779d5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '631cb1ba-dbc4-49dc-8847-7307b33b8166', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10070', - 'x-ms-correlation-request-id', - 'bb90a340-8c65-4a24-b22b-eaad94456852', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033839Z:bb90a340-8c65-4a24-b22b-eaad94456852', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55f44f11-b157-42d1-bb17-f447273e86bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10069', - 'x-ms-correlation-request-id', - '7a3c9848-6417-4ccd-b1f0-332b333de52e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033839Z:7a3c9848-6417-4ccd-b1f0-332b333de52e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16ea31ef-b5bc-4093-aad0-e79cb84c48cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10068', - 'x-ms-correlation-request-id', - 'e9aae3f3-8a22-4a85-a504-36167bb10595', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033839Z:e9aae3f3-8a22-4a85-a504-36167bb10595', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40882f33-e396-4a54-9720-eb34e330df63', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10067', - 'x-ms-correlation-request-id', - '356a3b0a-7596-4ce9-8369-293dce7ab4ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033840Z:356a3b0a-7596-4ce9-8369-293dce7ab4ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '52f67654-2d0f-4da6-8a16-6c67c659e4b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10066', - 'x-ms-correlation-request-id', - '6f6e28f9-1352-4dcf-a86e-a3cbf23226a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033841Z:6f6e28f9-1352-4dcf-a86e-a3cbf23226a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8084b32c-fd3d-401c-b5b3-753770659478', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10065', - 'x-ms-correlation-request-id', - '47085587-9c0d-42f6-8041-9de81e0e229f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033841Z:47085587-9c0d-42f6-8041-9de81e0e229f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93257e5d-aa4f-4977-956e-8fd3d0fd78e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10064', - 'x-ms-correlation-request-id', - '91ede1da-fd30-4663-acec-bd33a1c6db39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033841Z:91ede1da-fd30-4663-acec-bd33a1c6db39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6df13a33-e9b8-458f-bc4a-d9e3e87064b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10063', - 'x-ms-correlation-request-id', - '99aab3b1-74d5-42a5-813d-ab2053a15f57', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033842Z:99aab3b1-74d5-42a5-813d-ab2053a15f57', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '285d756f-ff20-45c0-ad4b-3c53b4c9e893', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10062', - 'x-ms-correlation-request-id', - 'b7543362-9fcc-442c-9e5f-0ea33f2f9fbc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033842Z:b7543362-9fcc-442c-9e5f-0ea33f2f9fbc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3e1f563-31b4-4a27-8ac4-db53bbc931c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10061', - 'x-ms-correlation-request-id', - '8d4b1a13-ae53-45da-b110-a9e56f62f4e5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033843Z:8d4b1a13-ae53-45da-b110-a9e56f62f4e5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66cefb3f-3830-4347-8415-4a9c15667113', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10060', - 'x-ms-correlation-request-id', - '94ea17c3-e535-4317-9401-21d899b75b75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033843Z:94ea17c3-e535-4317-9401-21d899b75b75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38a67773-c02e-4462-9898-e2ac66739317', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10059', - 'x-ms-correlation-request-id', - '101da605-4732-472e-a7f8-4fed6bda5a87', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033843Z:101da605-4732-472e-a7f8-4fed6bda5a87', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fd1acf4-e6ab-4038-bc76-addefac87871', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10058', - 'x-ms-correlation-request-id', - '21f9ae94-3c14-4521-912f-74211309c031', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033844Z:21f9ae94-3c14-4521-912f-74211309c031', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd66f4c4-06c5-45e2-8c11-76408736f489', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10057', - 'x-ms-correlation-request-id', - 'd493a3cf-72ac-4e7e-89e9-8ce51b30eba9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033844Z:d493a3cf-72ac-4e7e-89e9-8ce51b30eba9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e2d2bf9-7c36-44eb-9eae-dad6f9bba93f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10056', - 'x-ms-correlation-request-id', - '4efa1849-a8b3-4478-909e-f93eca1c83ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033845Z:4efa1849-a8b3-4478-909e-f93eca1c83ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a02c34c4-8f37-48e0-a464-fd3da405f7f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10055', - 'x-ms-correlation-request-id', - '073032a6-fed2-4400-b6bf-561a28690f58', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033845Z:073032a6-fed2-4400-b6bf-561a28690f58', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d126f22-aa72-4e9b-a8a3-0a7b7b943f0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10054', - 'x-ms-correlation-request-id', - 'ecc2eb01-f0d2-47d0-8e0d-0cb8a3b272ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033846Z:ecc2eb01-f0d2-47d0-8e0d-0cb8a3b272ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7d829f6-b29c-4f30-bd6d-5ef69cf96599', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10053', - 'x-ms-correlation-request-id', - '432355e1-70a3-40dc-a222-80e99944babc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033846Z:432355e1-70a3-40dc-a222-80e99944babc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67b868e2-487b-4af0-a24e-caf9b2bb36eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10052', - 'x-ms-correlation-request-id', - 'b14cfcbb-ba0c-40ca-bf8f-f44bda0fd742', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033846Z:b14cfcbb-ba0c-40ca-bf8f-f44bda0fd742', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '05d7bab0-db14-41d8-9f42-ca628824c03c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10051', - 'x-ms-correlation-request-id', - 'c4e09c36-59fc-4a30-8c3c-c9468e5af5bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033847Z:c4e09c36-59fc-4a30-8c3c-c9468e5af5bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '915f50d2-1854-41a1-ae5d-53a18cf2aae7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10050', - 'x-ms-correlation-request-id', - '2188ce41-4fde-4e79-9c43-0867710a82f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033847Z:2188ce41-4fde-4e79-9c43-0867710a82f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36494b6f-7dc1-4db7-9042-ff91831232fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10049', - 'x-ms-correlation-request-id', - 'e0c4c94e-05b9-4ba9-8ea3-c15d3d507040', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033848Z:e0c4c94e-05b9-4ba9-8ea3-c15d3d507040', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4b507c2-5d8a-4ed2-8d4a-92adf53ba66e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10048', - 'x-ms-correlation-request-id', - '46fdcee2-ad44-464f-8d4d-c160a1dd78ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033848Z:46fdcee2-ad44-464f-8d4d-c160a1dd78ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c0e5e42-5bd9-4221-881b-47cb0ea9da7b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10047', - 'x-ms-correlation-request-id', - 'dcd23964-8c8a-4c59-b304-a69abb798e85', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033848Z:dcd23964-8c8a-4c59-b304-a69abb798e85', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02372dcc-f75d-4b66-ad01-6f077d463f37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10046', - 'x-ms-correlation-request-id', - 'e49fdf3c-a04d-4e3c-b18c-9da184e0a828', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033849Z:e49fdf3c-a04d-4e3c-b18c-9da184e0a828', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04c3c5c6-bf8a-499b-8e27-e59845287b4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10045', - 'x-ms-correlation-request-id', - '746165ec-5b6e-4391-a675-dc791b1edb23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033849Z:746165ec-5b6e-4391-a675-dc791b1edb23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0745ac49-19ff-4202-a8e6-c9bfa59d5852', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10044', - 'x-ms-correlation-request-id', - '518b3ad8-9ccc-4c6e-b16b-e06e43e1348c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033850Z:518b3ad8-9ccc-4c6e-b16b-e06e43e1348c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0a9e3ee-fc2d-4f5b-a065-e2fe745bd5fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10043', - 'x-ms-correlation-request-id', - '46fa1d87-e1a9-4fc7-8a59-63214fc80d47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033850Z:46fa1d87-e1a9-4fc7-8a59-63214fc80d47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'feabae3a-ce50-4933-afef-6b30d357759c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10042', - 'x-ms-correlation-request-id', - '142a2319-5e78-4f3e-838e-f02675d96a0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033851Z:142a2319-5e78-4f3e-838e-f02675d96a0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff2b70da-c6f1-48f8-ab1b-7439a7b2693f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10041', - 'x-ms-correlation-request-id', - '641ccf0a-97dc-4779-b468-0ae37afb6f69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033851Z:641ccf0a-97dc-4779-b468-0ae37afb6f69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '736f9a51-4854-4667-9024-ccee8e313b4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10040', - 'x-ms-correlation-request-id', - '5440f187-81f5-4b00-aa4c-0bcbab33ce2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033851Z:5440f187-81f5-4b00-aa4c-0bcbab33ce2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b61000df-3459-4df1-9518-a744d2ffdbf2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10039', - 'x-ms-correlation-request-id', - 'e644438d-7083-441d-87a9-f193c3e55e17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033852Z:e644438d-7083-441d-87a9-f193c3e55e17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65d36bd2-13d6-402e-8cc9-e52813077886', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10038', - 'x-ms-correlation-request-id', - '9d577c25-b508-445b-9beb-e67af42473bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033852Z:9d577c25-b508-445b-9beb-e67af42473bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7076ea84-b393-4314-a438-cb0a56cd1017', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10037', - 'x-ms-correlation-request-id', - '08b3b54e-f24a-4b84-abe3-49da34c8d643', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033853Z:08b3b54e-f24a-4b84-abe3-49da34c8d643', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8c6e48d-848f-48c7-b82f-5a9334988bef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10036', - 'x-ms-correlation-request-id', - '750676d2-db7a-43e9-a660-a3d89811f961', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033853Z:750676d2-db7a-43e9-a660-a3d89811f961', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5d4becd-600c-430d-9c92-c64c63b7d75d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10035', - 'x-ms-correlation-request-id', - 'e2d4bc35-153c-4f7b-9157-2084b2c15ee7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033854Z:e2d4bc35-153c-4f7b-9157-2084b2c15ee7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41ded7d3-6cc7-4299-98cc-3d5df05362af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10034', - 'x-ms-correlation-request-id', - '9afb51ce-0d97-4e8c-bca4-84a3c7e67597', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033854Z:9afb51ce-0d97-4e8c-bca4-84a3c7e67597', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3eaf454f-9250-4541-b6b1-8844b7503bd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10033', - 'x-ms-correlation-request-id', - '57dab461-c384-4b1d-9109-5fbdbf0eca7c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033854Z:57dab461-c384-4b1d-9109-5fbdbf0eca7c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eec40c6b-6674-4521-ac1b-e4f9beaffa1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10032', - 'x-ms-correlation-request-id', - '8326bcc7-2416-47c1-834c-f9e6aded9fbe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033855Z:8326bcc7-2416-47c1-834c-f9e6aded9fbe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ff5e133-bd66-413c-9f77-fcfeb1d3e66b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10031', - 'x-ms-correlation-request-id', - '6dfb78ab-a24c-464c-adcd-8fd72d49a074', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033855Z:6dfb78ab-a24c-464c-adcd-8fd72d49a074', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b97a01b-f926-4095-abfb-c7c1c5e32e75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10030', - 'x-ms-correlation-request-id', - 'dda20704-e955-4e4b-b29f-4ab6ff238873', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033856Z:dda20704-e955-4e4b-b29f-4ab6ff238873', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3fa159a7-37df-4331-89f4-7eb415800a20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10029', - 'x-ms-correlation-request-id', - 'c802de76-5e46-42aa-871b-48b57dcfa63a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033856Z:c802de76-5e46-42aa-871b-48b57dcfa63a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf1e433e-8d2d-4598-9320-f107813afd40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10028', - 'x-ms-correlation-request-id', - 'edf3b00b-f4fc-4786-8062-6c8ead6370a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033856Z:edf3b00b-f4fc-4786-8062-6c8ead6370a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4591639d-2ce8-4e32-98da-93901a047e4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10027', - 'x-ms-correlation-request-id', - 'ff9f2cb2-4b83-4915-8758-783540e2c674', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033857Z:ff9f2cb2-4b83-4915-8758-783540e2c674', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0996a0c7-bf4b-482e-a173-dc504a04fd37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10026', - 'x-ms-correlation-request-id', - '37cdf97d-5e26-4490-b517-4ee49a7d9750', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033857Z:37cdf97d-5e26-4490-b517-4ee49a7d9750', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8f9cc7d-cf11-4776-be5f-4fce9a4baf40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10025', - 'x-ms-correlation-request-id', - 'dc060d11-5eeb-47e3-a65e-5295b08f79cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033858Z:dc060d11-5eeb-47e3-a65e-5295b08f79cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc17ca30-607b-45a9-886f-561b9bacdac1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10024', - 'x-ms-correlation-request-id', - 'e6e4b23d-d9aa-4fc9-bb4a-63a669fe390d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033858Z:e6e4b23d-d9aa-4fc9-bb4a-63a669fe390d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d91378a-f424-4e93-a30b-5415ab734e2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10023', - 'x-ms-correlation-request-id', - '860c0551-aa44-43f5-b72d-899046756dc1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033858Z:860c0551-aa44-43f5-b72d-899046756dc1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa2ebcfc-e265-480d-ac0b-d9b4d0437c3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10022', - 'x-ms-correlation-request-id', - 'e5a00573-1bd8-458e-bf32-298ffb0abde2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033859Z:e5a00573-1bd8-458e-bf32-298ffb0abde2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1332356c-7e3a-45cf-840b-e3a46db1b771', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10021', - 'x-ms-correlation-request-id', - 'e02df549-3ba3-4e51-8519-0f404049b252', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033859Z:e02df549-3ba3-4e51-8519-0f404049b252', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40b9b62c-af09-4967-ba14-cc41d8d672ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10020', - 'x-ms-correlation-request-id', - '5d10b40f-b698-4a58-a603-0b71a90ff006', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033900Z:5d10b40f-b698-4a58-a603-0b71a90ff006', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a4b7f5a-192e-40a4-8091-1bf6b20b06a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10019', - 'x-ms-correlation-request-id', - 'bd433a63-a987-4991-8e4c-3f96a5e0897f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033900Z:bd433a63-a987-4991-8e4c-3f96a5e0897f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3685f72-5d5c-4d26-806f-7aa456e0184a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10018', - 'x-ms-correlation-request-id', - '69a26e6e-60ba-4b48-8391-7ad365329f8a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033900Z:69a26e6e-60ba-4b48-8391-7ad365329f8a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:38:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd38df662-851b-4e72-9471-77ab765b5ed3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10017', - 'x-ms-correlation-request-id', - 'ed2f741f-81fe-4c70-ad59-275964df0be0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033901Z:ed2f741f-81fe-4c70-ad59-275964df0be0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6bd5fe6c-3b77-41ee-9082-3b02ed6f286f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10016', - 'x-ms-correlation-request-id', - '0aadd781-8e65-4782-a448-7057c5a0f0b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033901Z:0aadd781-8e65-4782-a448-7057c5a0f0b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee9542b0-381e-4132-92b8-2e87f557518e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10015', - 'x-ms-correlation-request-id', - '742874db-a3d9-4ce8-b8ba-013d05cc4b3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033902Z:742874db-a3d9-4ce8-b8ba-013d05cc4b3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d424472-6fba-4a7e-b16e-d6fd09a06a79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10014', - 'x-ms-correlation-request-id', - 'a68acbdc-bbad-41c7-9078-5854a851ba93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033902Z:a68acbdc-bbad-41c7-9078-5854a851ba93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'af020de9-8e53-406e-9d3e-508ac2874d28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10013', - 'x-ms-correlation-request-id', - '9228b0c0-1da3-44d2-bdaa-7b99ce46df01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033902Z:9228b0c0-1da3-44d2-bdaa-7b99ce46df01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ba033dd-b792-4ef7-a374-e1479ee9ae6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10012', - 'x-ms-correlation-request-id', - 'd01d429c-beb3-47f0-bc72-cb2a0624138d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033903Z:d01d429c-beb3-47f0-bc72-cb2a0624138d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34aaadb9-82c5-4956-9dad-f043afcf4551', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10011', - 'x-ms-correlation-request-id', - '9461230a-1b68-4966-83a9-88534e920986', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033903Z:9461230a-1b68-4966-83a9-88534e920986', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f8b37c4-9eb8-41b3-889c-8d118550b52b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10010', - 'x-ms-correlation-request-id', - 'd6b18ff7-0726-49e6-9f4d-28b5e40de7b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033904Z:d6b18ff7-0726-49e6-9f4d-28b5e40de7b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dce116da-6a67-4b29-9d69-2fcaf24a33b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10009', - 'x-ms-correlation-request-id', - 'c6f19cc7-a55b-4d68-aad2-7feb10b214c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033904Z:c6f19cc7-a55b-4d68-aad2-7feb10b214c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ef6a9a6-c065-49f9-93e7-3d7e3fb806ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10008', - 'x-ms-correlation-request-id', - '1c135043-1056-48ec-b6a7-d5c062bfb8c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033904Z:1c135043-1056-48ec-b6a7-d5c062bfb8c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df25bb7d-889a-4635-a348-d6ef636afccb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10007', - 'x-ms-correlation-request-id', - 'b960bbc5-c471-498c-ba98-a093b242eadc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033905Z:b960bbc5-c471-498c-ba98-a093b242eadc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0aba189d-c926-4a0f-b100-79225d3aba1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10006', - 'x-ms-correlation-request-id', - '83a67726-a727-4d3b-864a-a5b5098104ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033905Z:83a67726-a727-4d3b-864a-a5b5098104ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee378532-7649-45dc-844b-4778ceb168b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10005', - 'x-ms-correlation-request-id', - '932fdb78-a7fd-4e15-a4b6-8c8e03b92017', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033906Z:932fdb78-a7fd-4e15-a4b6-8c8e03b92017', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7057f535-8e61-4a73-8aa6-6d83d235be3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10004', - 'x-ms-correlation-request-id', - '05697c41-9d00-4a30-b0c3-b70ea98ec7c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033906Z:05697c41-9d00-4a30-b0c3-b70ea98ec7c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d54ae23-74ac-4d43-86c9-8a01375519f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10003', - 'x-ms-correlation-request-id', - 'd80da0ad-e865-4dd6-b786-eddb3452a7d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033906Z:d80da0ad-e865-4dd6-b786-eddb3452a7d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee6f1058-69a8-42cb-acd4-e7925c4b3958', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10002', - 'x-ms-correlation-request-id', - '84f93a57-e000-4246-be09-3de6cf771c54', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033907Z:84f93a57-e000-4246-be09-3de6cf771c54', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a45ac3aa-5b94-49fd-a2a7-15cad45ee16f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10001', - 'x-ms-correlation-request-id', - 'cfa7840f-7a85-4617-9e27-2563429d5443', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033907Z:cfa7840f-7a85-4617-9e27-2563429d5443', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a118ab14-af8e-414a-bdef-a85ec81e1a41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '10000', - 'x-ms-correlation-request-id', - '046afae7-4f00-417a-9b71-27e457a570cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033908Z:046afae7-4f00-417a-9b71-27e457a570cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54f88c09-2515-47e0-90b2-0145a4806c91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9999', - 'x-ms-correlation-request-id', - '02fff5de-cf30-4c22-a639-8d309ac44dba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033908Z:02fff5de-cf30-4c22-a639-8d309ac44dba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b7799c8-8309-45fe-b74e-3bc44a3455ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9998', - 'x-ms-correlation-request-id', - '9d981e2c-9308-4f4e-bb64-28d85053448b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033908Z:9d981e2c-9308-4f4e-bb64-28d85053448b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64b75065-8378-4302-9c95-baa6ed52c759', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9997', - 'x-ms-correlation-request-id', - 'b6fd5e4e-11d6-45ed-b7ff-372e6e217f1f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033909Z:b6fd5e4e-11d6-45ed-b7ff-372e6e217f1f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91ab69a2-4394-478b-83bc-4c0e9d948490', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9996', - 'x-ms-correlation-request-id', - '206835d5-9ac5-4ac9-82c9-0efb4e563686', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033909Z:206835d5-9ac5-4ac9-82c9-0efb4e563686', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a293d839-a895-41c7-af4c-d31f324e97a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9995', - 'x-ms-correlation-request-id', - 'ef73a342-e82b-4c26-8bdd-53ee4a9ebe2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033910Z:ef73a342-e82b-4c26-8bdd-53ee4a9ebe2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77a8fcdb-18a8-47e8-bddc-464bbbaba5d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9994', - 'x-ms-correlation-request-id', - '19526da9-6685-4d37-b4ea-f7375dd82e2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033910Z:19526da9-6685-4d37-b4ea-f7375dd82e2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4762b180-e5f3-4db9-8e71-6ba2741e93d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9993', - 'x-ms-correlation-request-id', - '7853ecdb-6401-4819-899e-ac79d0482db2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033911Z:7853ecdb-6401-4819-899e-ac79d0482db2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f319f30c-0cb4-43b4-b2fa-71cdd8063aff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9992', - 'x-ms-correlation-request-id', - 'dfe20396-924c-4824-b134-45db0bdb088a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033911Z:dfe20396-924c-4824-b134-45db0bdb088a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e89b80d9-90b8-40b1-8736-6257a54c8342', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9991', - 'x-ms-correlation-request-id', - '61c35684-70bc-4121-84fa-efbc712d6437', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033911Z:61c35684-70bc-4121-84fa-efbc712d6437', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d08f9cf-dce9-4d7b-a634-198054b69c3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9990', - 'x-ms-correlation-request-id', - '1b1fe512-5f75-4b95-9064-c99acb2ca306', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033912Z:1b1fe512-5f75-4b95-9064-c99acb2ca306', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79fc0003-5b8f-400b-a802-e52ef1413047', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9989', - 'x-ms-correlation-request-id', - '123a0a38-c8d4-4d49-ba95-6a33efad067e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033912Z:123a0a38-c8d4-4d49-ba95-6a33efad067e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd37810f-080c-4899-8158-183c4f17f883', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9988', - 'x-ms-correlation-request-id', - '0ee12985-e9ef-4289-b3c5-2bfcd8846f27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033913Z:0ee12985-e9ef-4289-b3c5-2bfcd8846f27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d521f47-d874-4ad5-a469-40d8176ff6fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9987', - 'x-ms-correlation-request-id', - '3bcc779b-2ca4-42b0-bed2-ed2cb20b2c30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033913Z:3bcc779b-2ca4-42b0-bed2-ed2cb20b2c30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a54a957e-3c91-4b39-91ab-e2d4bfe6e2d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9986', - 'x-ms-correlation-request-id', - '82fed714-7f54-4e91-a864-6c3acd581f4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033913Z:82fed714-7f54-4e91-a864-6c3acd581f4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6e169d9-f701-4cb2-b212-80e3f9140e6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9985', - 'x-ms-correlation-request-id', - 'cf96e14a-a407-4e89-ad2c-6834b10d7ecb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033914Z:cf96e14a-a407-4e89-ad2c-6834b10d7ecb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86806004-f57e-4169-a118-b02ccf695cec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9984', - 'x-ms-correlation-request-id', - '09f3f575-4ea5-42fd-b0bc-43235c1be0cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033914Z:09f3f575-4ea5-42fd-b0bc-43235c1be0cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '907489af-dd4b-4731-a8f9-de936846290d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9983', - 'x-ms-correlation-request-id', - '07a82a8a-440d-406d-a1d0-959e6714dd2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033915Z:07a82a8a-440d-406d-a1d0-959e6714dd2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9514bd4b-bd2b-49dc-bad0-1fca2031a251', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9982', - 'x-ms-correlation-request-id', - '80f3f652-3ca4-46bd-b25e-9587b8cb72e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033915Z:80f3f652-3ca4-46bd-b25e-9587b8cb72e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '771e0b9f-fb35-4c05-b712-53d6b3194bf5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9981', - 'x-ms-correlation-request-id', - 'c690bd29-7cb0-41bc-986d-6b8c1c166e93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033915Z:c690bd29-7cb0-41bc-986d-6b8c1c166e93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1a7f258-c1ca-4eb5-9d5f-1aa63426d84f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9980', - 'x-ms-correlation-request-id', - '88748705-ae5b-4438-9ac0-9ec011063597', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033916Z:88748705-ae5b-4438-9ac0-9ec011063597', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd9abba6-c2c6-4395-aa80-2413d0d61254', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9979', - 'x-ms-correlation-request-id', - 'c2469e82-caef-46dd-b48c-63ee0b4c739c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033916Z:c2469e82-caef-46dd-b48c-63ee0b4c739c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6829adb6-cef5-43e0-a20d-41e1d6f58188', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9978', - 'x-ms-correlation-request-id', - '7db61490-2e92-48be-b362-acf78b3147ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033917Z:7db61490-2e92-48be-b362-acf78b3147ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38fb5048-fe97-485d-bd10-b0a4ac8717bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9977', - 'x-ms-correlation-request-id', - '2971d9ff-270a-49b1-9439-808eb1117372', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033917Z:2971d9ff-270a-49b1-9439-808eb1117372', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '454080e8-ce40-4cca-a506-a44cb02839fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9976', - 'x-ms-correlation-request-id', - '7b2ae4fd-5bf0-47d9-9f46-0e324cb65149', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033918Z:7b2ae4fd-5bf0-47d9-9f46-0e324cb65149', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97e9bae7-a693-4eab-bb5a-5413bf3706f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9975', - 'x-ms-correlation-request-id', - '1af5e313-b234-422d-b92a-36c765d2e29a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033918Z:1af5e313-b234-422d-b92a-36c765d2e29a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e25282dd-9567-485e-8aa1-309180e0e09e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9974', - 'x-ms-correlation-request-id', - '1ef15180-1427-4516-b6fc-86b986002db9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033919Z:1ef15180-1427-4516-b6fc-86b986002db9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f45c9238-b18b-48da-9844-96cd5f3c9f8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9973', - 'x-ms-correlation-request-id', - '7004781d-b357-4c3b-a6ab-6c19d0bd11ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033919Z:7004781d-b357-4c3b-a6ab-6c19d0bd11ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a25d611-bab2-4f7e-a7e5-87ca042d40e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9972', - 'x-ms-correlation-request-id', - 'c7b0385d-18b4-49ba-b99c-ca73bed82d19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033919Z:c7b0385d-18b4-49ba-b99c-ca73bed82d19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cda434ae-bd1f-4b1a-bf0d-66beff0cb3aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9971', - 'x-ms-correlation-request-id', - '04d02755-fa9f-4070-b2dc-faba58bbc9ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033920Z:04d02755-fa9f-4070-b2dc-faba58bbc9ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc1734fe-3142-4c1e-a87a-d602ad052a73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9970', - 'x-ms-correlation-request-id', - 'ec463ead-e63e-41cb-a939-1c718b0b4273', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033920Z:ec463ead-e63e-41cb-a939-1c718b0b4273', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d24fee8-43c2-41ae-b83c-72008315d2ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9969', - 'x-ms-correlation-request-id', - '4ec2302e-60c3-4f1c-8a38-5407e8eec48b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033921Z:4ec2302e-60c3-4f1c-8a38-5407e8eec48b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f03d6258-d399-42d8-9fae-f49815d16fac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9968', - 'x-ms-correlation-request-id', - 'e0486091-ab1f-4156-b474-ce68fbc6cd24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033921Z:e0486091-ab1f-4156-b474-ce68fbc6cd24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5b67ee4-d5c3-451b-bb6f-e61954e903a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9967', - 'x-ms-correlation-request-id', - '4d484cec-6b02-40a3-b6a8-a5249eac2d07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033921Z:4d484cec-6b02-40a3-b6a8-a5249eac2d07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ecfdb0aa-472b-4a57-94b0-37c8dbeda2fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9966', - 'x-ms-correlation-request-id', - 'e114bd7e-bacd-4b84-8038-2fc2dcdf5de9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033922Z:e114bd7e-bacd-4b84-8038-2fc2dcdf5de9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93e28840-7449-47f4-864c-92d9bddd44ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9965', - 'x-ms-correlation-request-id', - 'acabbba6-80f6-4da0-aa52-973599c1b86c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033922Z:acabbba6-80f6-4da0-aa52-973599c1b86c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33134a3d-1106-4b9f-875f-655c4cfa3496', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9964', - 'x-ms-correlation-request-id', - '3b062388-0e42-4dfa-bed2-10fcba419fa4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033923Z:3b062388-0e42-4dfa-bed2-10fcba419fa4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bda9a30d-d10c-4858-b881-94e61fcad730', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9963', - 'x-ms-correlation-request-id', - 'c7c4b98a-c612-4f23-96af-17a1b4bb840d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033923Z:c7c4b98a-c612-4f23-96af-17a1b4bb840d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b2e85bf-1d98-4dbe-9ba1-6c56fd53cea1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9962', - 'x-ms-correlation-request-id', - '9b6298cb-9d64-49f4-a645-090a0fd96a0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033923Z:9b6298cb-9d64-49f4-a645-090a0fd96a0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2504e77a-4f2a-46a3-926c-805de53ba343', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9961', - 'x-ms-correlation-request-id', - '69685975-c906-4d5c-89a3-cd6c14a4ae07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033924Z:69685975-c906-4d5c-89a3-cd6c14a4ae07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d594fd3-0508-46ef-b049-e070e52c5a72', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9960', - 'x-ms-correlation-request-id', - '0d5bc5a3-4350-4b18-9dea-f098f5da732e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033924Z:0d5bc5a3-4350-4b18-9dea-f098f5da732e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0cc4402-4b2c-4430-9d69-394fde9f035b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9959', - 'x-ms-correlation-request-id', - '95ea1788-6eca-407c-bb90-966d4762793a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033925Z:95ea1788-6eca-407c-bb90-966d4762793a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1971760-f2e5-46d6-88b4-39071aec8cae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9958', - 'x-ms-correlation-request-id', - '9dc28d45-ccba-4915-9621-59ab02184b4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033925Z:9dc28d45-ccba-4915-9621-59ab02184b4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91c71a15-6d6c-4387-b237-6889b6d8ddff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9957', - 'x-ms-correlation-request-id', - 'ffc0de88-04da-4520-982e-b2e24531fda2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033926Z:ffc0de88-04da-4520-982e-b2e24531fda2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ebfdd89c-f330-4024-bc84-7dfeb16a3e29', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9956', - 'x-ms-correlation-request-id', - 'db81ee3a-cf52-4f53-9453-36608258da42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033926Z:db81ee3a-cf52-4f53-9453-36608258da42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b572b41d-244b-4471-931d-5f59b4cfb58b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9955', - 'x-ms-correlation-request-id', - '87a6d47c-0e4d-4d6a-8168-74e6e659089c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033926Z:87a6d47c-0e4d-4d6a-8168-74e6e659089c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75eb82a4-3c88-442e-be58-8df11b437d56', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9954', - 'x-ms-correlation-request-id', - '9920346d-dcea-4cd5-9938-9626fe48f7d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033927Z:9920346d-dcea-4cd5-9938-9626fe48f7d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '233f94a3-d81c-4d20-a871-e2de9602535b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9953', - 'x-ms-correlation-request-id', - '6f25e380-ec91-4c78-a728-75dda3b6fcad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033927Z:6f25e380-ec91-4c78-a728-75dda3b6fcad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a0765fe-e195-4993-8bda-00f71023bf77', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9952', - 'x-ms-correlation-request-id', - '9c02d1e9-b954-4718-9430-5c03b2189a33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033928Z:9c02d1e9-b954-4718-9430-5c03b2189a33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7c32cb9-5249-40db-af3e-8bc14f1f78d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9951', - 'x-ms-correlation-request-id', - '0861b16a-e61e-4b35-82ae-e15032374a09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033928Z:0861b16a-e61e-4b35-82ae-e15032374a09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c94c2543-e493-44b2-995b-a3d29c9c9f24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9950', - 'x-ms-correlation-request-id', - 'ef4684aa-d33d-4eac-a264-03240d225069', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033928Z:ef4684aa-d33d-4eac-a264-03240d225069', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '791dd1f9-c22e-474a-9925-42d6f1d5a6c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9949', - 'x-ms-correlation-request-id', - '36bf9a95-34a9-4286-84a4-ee9945c4c56c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033929Z:36bf9a95-34a9-4286-84a4-ee9945c4c56c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac8ae307-8fb3-4e47-bc69-3697a9a9e30f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9948', - 'x-ms-correlation-request-id', - '41961665-2d70-4543-87ea-dc645999d176', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033929Z:41961665-2d70-4543-87ea-dc645999d176', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4fbea43-75cd-484c-a579-2ed447598b53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9947', - 'x-ms-correlation-request-id', - '4819da16-991b-40fc-a5ce-624795f27b0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033930Z:4819da16-991b-40fc-a5ce-624795f27b0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76b03441-aaca-4a6f-a077-05246b8e3743', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9946', - 'x-ms-correlation-request-id', - 'c70f0f54-252f-43cc-a60f-64ca95cb08cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033930Z:c70f0f54-252f-43cc-a60f-64ca95cb08cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04c58016-7ce2-47da-b003-43993145c895', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9945', - 'x-ms-correlation-request-id', - 'd7b93bcd-d900-4a0f-8dae-985e156f9a80', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033930Z:d7b93bcd-d900-4a0f-8dae-985e156f9a80', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a149d725-6182-494a-9960-39bcf6e8e4ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9944', - 'x-ms-correlation-request-id', - '46caf83a-4b57-4e68-bbc2-3dc0823cc31e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033931Z:46caf83a-4b57-4e68-bbc2-3dc0823cc31e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '109f191c-9f39-4fe9-9551-afdbd74b420d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9943', - 'x-ms-correlation-request-id', - '3eb7b0ad-4a1e-4bb6-af77-9d1dab0782a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033931Z:3eb7b0ad-4a1e-4bb6-af77-9d1dab0782a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64f88347-2ef8-4e21-a14d-e6f6cfb7f818', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9942', - 'x-ms-correlation-request-id', - 'fde71894-023d-463c-967a-676d9887011f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033932Z:fde71894-023d-463c-967a-676d9887011f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9c7ba6c-ef6d-43c9-b7d8-7a9cfd644e8c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9941', - 'x-ms-correlation-request-id', - '78c838ed-050d-4195-9854-8aaa7e622f06', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033932Z:78c838ed-050d-4195-9854-8aaa7e622f06', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1e2c31c-3c90-4fb8-9c98-dc3c0a212689', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9940', - 'x-ms-correlation-request-id', - 'd019f82f-e840-4aa9-97e3-2ec4bf13bc7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033932Z:d019f82f-e840-4aa9-97e3-2ec4bf13bc7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d33114d-802b-4f93-a1e4-d05de26226e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9939', - 'x-ms-correlation-request-id', - '82482286-a1d0-4c41-97ea-94c7553d40f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033933Z:82482286-a1d0-4c41-97ea-94c7553d40f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '303e3ebd-d10e-42a3-a748-e29deb642c06', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9938', - 'x-ms-correlation-request-id', - '89bc478b-4840-44f7-b986-9663f935e4d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033933Z:89bc478b-4840-44f7-b986-9663f935e4d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1503e85a-0feb-4aac-84eb-275569b2b1b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9937', - 'x-ms-correlation-request-id', - 'e1750b4a-0f69-4905-b2c6-090552c07964', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033934Z:e1750b4a-0f69-4905-b2c6-090552c07964', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc8efd14-3364-46f9-a8bc-dc82464c5a6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9936', - 'x-ms-correlation-request-id', - '9da50333-39e4-4eb5-8bf3-23678daaf4ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033934Z:9da50333-39e4-4eb5-8bf3-23678daaf4ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4e5fdd0-085a-4b06-aeae-a112192f3ede', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9935', - 'x-ms-correlation-request-id', - '8d8bc34b-3b5d-444e-a98e-25bc8f3fb632', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033934Z:8d8bc34b-3b5d-444e-a98e-25bc8f3fb632', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5003e0f-db75-4a3e-be48-7749255019ab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9934', - 'x-ms-correlation-request-id', - 'b9a2b7af-ab11-43a6-9608-f375ac28d279', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033935Z:b9a2b7af-ab11-43a6-9608-f375ac28d279', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '307563a4-0973-4cc5-94c1-8b74f0bedba8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9933', - 'x-ms-correlation-request-id', - '89950f22-6df4-4c82-9eb5-484e67107597', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033935Z:89950f22-6df4-4c82-9eb5-484e67107597', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b395b997-e9e9-460f-8514-864cdafe381f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9932', - 'x-ms-correlation-request-id', - 'b2f7377b-5bd0-4800-9d31-3cca85664a4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033936Z:b2f7377b-5bd0-4800-9d31-3cca85664a4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '124657ed-6a2a-4f98-b55c-624f70ede5c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9931', - 'x-ms-correlation-request-id', - 'ac20a412-1447-48e5-ba71-b20c6b3caf3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033936Z:ac20a412-1447-48e5-ba71-b20c6b3caf3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17b48edc-e9c1-40b9-afcc-1a62a3f69615', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9930', - 'x-ms-correlation-request-id', - '1c9538b7-4c3c-4720-8c66-1968bfefb970', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033937Z:1c9538b7-4c3c-4720-8c66-1968bfefb970', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b347a9d0-eee2-4339-90fc-48305e7ae31b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9929', - 'x-ms-correlation-request-id', - '0d00d1f7-b9f5-49c9-827c-112767025690', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033937Z:0d00d1f7-b9f5-49c9-827c-112767025690', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef3e7c80-0df5-4205-972e-6856d5831314', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9928', - 'x-ms-correlation-request-id', - 'b35744ea-d4f2-4fda-a11a-2e4b503a1a5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033937Z:b35744ea-d4f2-4fda-a11a-2e4b503a1a5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a14f29b-4e20-4560-b1c8-685fd75e4c9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9927', - 'x-ms-correlation-request-id', - '7d1c0f80-856f-4c82-b7b9-f7a8ef31d1f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033938Z:7d1c0f80-856f-4c82-b7b9-f7a8ef31d1f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd921b4db-a63c-40f1-a044-c09ef51059cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9926', - 'x-ms-correlation-request-id', - '50cca415-ecc2-44e8-bb7b-5c2cea9d387b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033938Z:50cca415-ecc2-44e8-bb7b-5c2cea9d387b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3891875-7dad-44be-a63f-76677de1fef4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9925', - 'x-ms-correlation-request-id', - 'c0920ac2-6e21-4ff7-a0c5-6b8765bb9e2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033939Z:c0920ac2-6e21-4ff7-a0c5-6b8765bb9e2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd9c0dbf3-251c-4fed-8261-c106c95cbf3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9924', - 'x-ms-correlation-request-id', - 'ddc199ec-df4b-408e-9198-2d2dbdd92bab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033939Z:ddc199ec-df4b-408e-9198-2d2dbdd92bab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4594172-9a45-4dfe-bb96-f29dd3ac0f17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9923', - 'x-ms-correlation-request-id', - '53cbcc11-26d5-454c-9dfd-4477408b460c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033939Z:53cbcc11-26d5-454c-9dfd-4477408b460c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1c4a44a-f110-424b-9eba-2d47949d7514', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9922', - 'x-ms-correlation-request-id', - 'b95d0080-ffe4-42ec-a282-bfbc893496ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033940Z:b95d0080-ffe4-42ec-a282-bfbc893496ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81ad2bae-1d64-4835-a1cd-61bbd1afebfe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9921', - 'x-ms-correlation-request-id', - 'a5ac84a2-8e66-4e89-bb7d-b257c1fd31ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033940Z:a5ac84a2-8e66-4e89-bb7d-b257c1fd31ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb2da0fb-b598-418c-80fa-95ed4a5f67d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9920', - 'x-ms-correlation-request-id', - 'ab40ccbe-8a26-4f6a-8427-e8a24ad9c765', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033941Z:ab40ccbe-8a26-4f6a-8427-e8a24ad9c765', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1b7e827-77d7-49a3-b111-5a738f9029e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9919', - 'x-ms-correlation-request-id', - '00f521bc-0ca9-4594-acf6-785c232d4ea9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033941Z:00f521bc-0ca9-4594-acf6-785c232d4ea9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '966c3ee9-3a56-42bd-89cc-a7400b258708', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9918', - 'x-ms-correlation-request-id', - 'b7f4d4f4-172a-418a-bcfa-923d7bcfde65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033941Z:b7f4d4f4-172a-418a-bcfa-923d7bcfde65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f065b6ff-74f9-4943-a124-74881ed6a0b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9917', - 'x-ms-correlation-request-id', - '2c75dd6b-e43d-41d3-83ec-34455ce4410b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033942Z:2c75dd6b-e43d-41d3-83ec-34455ce4410b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0ca2fe3-81fb-4413-baea-357bcf8095f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9916', - 'x-ms-correlation-request-id', - 'e4c28589-e9ed-400e-af06-3512a7faf67b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033942Z:e4c28589-e9ed-400e-af06-3512a7faf67b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9b243acf-7693-453b-b302-50ce3d3420df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9915', - 'x-ms-correlation-request-id', - '567fc47e-8e47-4209-bf7f-d87fb8411745', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033943Z:567fc47e-8e47-4209-bf7f-d87fb8411745', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96ab74c0-b6d3-4df5-8504-c51f6e08a3cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9914', - 'x-ms-correlation-request-id', - 'e69e237b-3372-43b0-8f84-edafb3ef1e0f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033943Z:e69e237b-3372-43b0-8f84-edafb3ef1e0f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e651e16f-9425-4289-8211-31996822fc6a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9913', - 'x-ms-correlation-request-id', - '3aa47e47-85c1-4b93-9c35-1131e55d7d1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033943Z:3aa47e47-85c1-4b93-9c35-1131e55d7d1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3dd8d3f0-2271-4258-8a8e-27bc842c84e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9912', - 'x-ms-correlation-request-id', - 'f11b2623-99a0-40df-a3a6-b4d3f8627cfa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033944Z:f11b2623-99a0-40df-a3a6-b4d3f8627cfa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc9a6535-70f2-4a06-9db4-c0708fd102de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9911', - 'x-ms-correlation-request-id', - 'e788fb53-a21e-47ed-9ba1-22f744fb4ac5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033944Z:e788fb53-a21e-47ed-9ba1-22f744fb4ac5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f45b2bdc-da2c-4e4b-af10-24b873862442', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9910', - 'x-ms-correlation-request-id', - '0c9abe6a-6218-4742-a74c-f137a1d8b046', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033945Z:0c9abe6a-6218-4742-a74c-f137a1d8b046', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c58a1a04-0c0a-4d25-90cb-1eadd974a5c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9909', - 'x-ms-correlation-request-id', - '041eef53-9cae-4d35-ba6b-1aa7215284a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033945Z:041eef53-9cae-4d35-ba6b-1aa7215284a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12cf839e-8bac-4e3f-8da2-20b3c6df6fa0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9908', - 'x-ms-correlation-request-id', - '587040d1-b408-4d07-baa1-0e1bca25fdc9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033945Z:587040d1-b408-4d07-baa1-0e1bca25fdc9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86a2262e-e50a-40fb-a552-7560afde285f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9907', - 'x-ms-correlation-request-id', - 'c26ac4ca-7348-403c-9869-0812c4f443e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033946Z:c26ac4ca-7348-403c-9869-0812c4f443e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7fbd9cf-5dc3-42fa-9bf2-235da5423196', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9906', - 'x-ms-correlation-request-id', - '45f323ce-8c90-46a2-b7b6-4f15325daf36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033946Z:45f323ce-8c90-46a2-b7b6-4f15325daf36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '14ecf0a3-033d-4a0c-826d-2d8c0ef7b0f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9905', - 'x-ms-correlation-request-id', - 'bb4a830e-204e-4b43-9c16-973409826d2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033947Z:bb4a830e-204e-4b43-9c16-973409826d2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '477a63fe-294f-4b5e-916e-4a4d031772eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9904', - 'x-ms-correlation-request-id', - '472f9344-fbe3-4c37-b16e-19ed43c34023', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033947Z:472f9344-fbe3-4c37-b16e-19ed43c34023', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a218dad-1363-4bc7-b0e5-e910f193839c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9903', - 'x-ms-correlation-request-id', - 'cd27708b-f5b3-4e45-ab44-7050bcddf110', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033947Z:cd27708b-f5b3-4e45-ab44-7050bcddf110', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '562c3c9d-f69a-49c2-81d9-5af8197c2c96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9902', - 'x-ms-correlation-request-id', - 'a2dd6b1c-f70e-40a0-87d4-14f036684c37', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033948Z:a2dd6b1c-f70e-40a0-87d4-14f036684c37', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f6130b5-ace2-4449-a3c7-ca929860b13c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9901', - 'x-ms-correlation-request-id', - '21af2a38-6dae-45fc-803a-ca091af8dfa2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033948Z:21af2a38-6dae-45fc-803a-ca091af8dfa2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df369ba6-cd36-4deb-8905-1f8f2cdd242e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9900', - 'x-ms-correlation-request-id', - 'a7d65b64-9d2c-43fb-8503-882d6510b59a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033949Z:a7d65b64-9d2c-43fb-8503-882d6510b59a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e185ee43-035c-4ead-9042-1fba47c26450', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9899', - 'x-ms-correlation-request-id', - 'da914519-d125-4e26-a74c-d2bd4a6b66e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033949Z:da914519-d125-4e26-a74c-d2bd4a6b66e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8728e04-acf8-427c-8364-39367f8f1c53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9898', - 'x-ms-correlation-request-id', - '36c60447-5d1c-4835-9378-2326ed18a476', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033949Z:36c60447-5d1c-4835-9378-2326ed18a476', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a22dd59-8198-45b2-b381-b6d37f5157f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9897', - 'x-ms-correlation-request-id', - '92e63b6a-9bcc-4c56-b738-c1c3a1fe2906', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033950Z:92e63b6a-9bcc-4c56-b738-c1c3a1fe2906', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe44b1fd-c1e5-4baa-bf58-bc6d64de8357', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9896', - 'x-ms-correlation-request-id', - 'bcf4c6bc-f4d1-4a7b-bd1e-da9796ab193b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033950Z:bcf4c6bc-f4d1-4a7b-bd1e-da9796ab193b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fcb4ec35-3e85-4b18-a3f4-0eb88391b915', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9895', - 'x-ms-correlation-request-id', - 'ff41e36d-7e3a-4219-97f9-944f20556cd9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033951Z:ff41e36d-7e3a-4219-97f9-944f20556cd9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3dd25f9-7447-4c39-a08b-c78d032f2e78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9894', - 'x-ms-correlation-request-id', - '9373e47b-daee-485f-87ee-99a057bd12ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033951Z:9373e47b-daee-485f-87ee-99a057bd12ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd694b2ee-4d1c-4e58-9f4e-2ad959bb13ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9893', - 'x-ms-correlation-request-id', - '3569c8ef-2073-4684-926e-72774b4aea86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033952Z:3569c8ef-2073-4684-926e-72774b4aea86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0094c2a2-d444-467c-9674-5c3badedf3cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9892', - 'x-ms-correlation-request-id', - '85eefed5-fae7-4d37-a0b7-bd826d261dff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033952Z:85eefed5-fae7-4d37-a0b7-bd826d261dff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01c205a3-6049-4614-b809-2e6d36d11763', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9891', - 'x-ms-correlation-request-id', - '068c912c-749a-472d-bfff-1a7441ddb45b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033953Z:068c912c-749a-472d-bfff-1a7441ddb45b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68c2f541-8fc0-4659-9454-0f5a1a5537b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9890', - 'x-ms-correlation-request-id', - '9dae70f6-c31a-44f1-a5c1-c6a347afd6a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033953Z:9dae70f6-c31a-44f1-a5c1-c6a347afd6a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9838927-eeab-47ea-971e-b76ad22cc0d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9889', - 'x-ms-correlation-request-id', - '0431d847-e0f2-4669-84b0-bf34cf256349', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033954Z:0431d847-e0f2-4669-84b0-bf34cf256349', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7391f39e-4adb-43f3-821a-78fd25331a2d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9888', - 'x-ms-correlation-request-id', - '2a55f1c3-eb49-4a0d-b0fb-d23082f4e28d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033954Z:2a55f1c3-eb49-4a0d-b0fb-d23082f4e28d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65e8f6ad-faac-4634-a91a-3404ee3e45d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9887', - 'x-ms-correlation-request-id', - '69ecc811-f0be-4f5b-a27a-3dbf49316787', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033955Z:69ecc811-f0be-4f5b-a27a-3dbf49316787', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bcd52338-a994-4c91-ba5d-3a3fb79f613a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9886', - 'x-ms-correlation-request-id', - 'a149f688-a4a9-4fdd-9d45-0b18a63e406f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033955Z:a149f688-a4a9-4fdd-9d45-0b18a63e406f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da46c07d-beea-4396-838d-f13d02e6502d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9885', - 'x-ms-correlation-request-id', - '499c2165-518c-4b9f-bea6-96732d8778ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033956Z:499c2165-518c-4b9f-bea6-96732d8778ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f706b9d-5340-4550-a672-4bba28d69276', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9884', - 'x-ms-correlation-request-id', - '1351cf5e-d9a1-4e34-aa09-3d283d48f92b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033956Z:1351cf5e-d9a1-4e34-aa09-3d283d48f92b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7062d54-5f59-44e1-9037-90a18746b835', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9883', - 'x-ms-correlation-request-id', - '3ed5c9d4-a6da-48b5-a2ca-26a159cd2807', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033956Z:3ed5c9d4-a6da-48b5-a2ca-26a159cd2807', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2a5e226-ff21-4df1-9162-6c80d5423b8c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9882', - 'x-ms-correlation-request-id', - 'c33670e8-80ad-4154-b059-8a4f168c3913', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033957Z:c33670e8-80ad-4154-b059-8a4f168c3913', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4314e68-832e-4e14-9be2-dc45d9b57883', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9881', - 'x-ms-correlation-request-id', - 'c61e9dac-d987-48e4-96bd-0b37fc4f7e59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033957Z:c61e9dac-d987-48e4-96bd-0b37fc4f7e59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45121b02-1323-4718-b2e1-9473a8761d1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9880', - 'x-ms-correlation-request-id', - '79ebf226-444d-428b-b3cc-dcc785b17fab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033958Z:79ebf226-444d-428b-b3cc-dcc785b17fab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6cb4350-846d-4745-9d6e-4043e6fa46d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9879', - 'x-ms-correlation-request-id', - '1004e660-b3a2-4905-a207-2bcebb71b553', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033958Z:1004e660-b3a2-4905-a207-2bcebb71b553', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8df6bb9c-6363-40d4-ac76-18b01c23fb61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9878', - 'x-ms-correlation-request-id', - 'eca97eb5-0382-4ab4-adbf-a1d6dfdbd588', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033958Z:eca97eb5-0382-4ab4-adbf-a1d6dfdbd588', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3076fc31-af71-47c4-a727-25b0892a9dd9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9877', - 'x-ms-correlation-request-id', - 'f5fe8c23-4bba-4ed0-8adc-46589431b260', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033959Z:f5fe8c23-4bba-4ed0-8adc-46589431b260', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e82d30ea-45db-4ca9-ba4c-3c63c45214ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9876', - 'x-ms-correlation-request-id', - '88d03278-d41d-4ac3-9b1b-52638dc63e72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T033959Z:88d03278-d41d-4ac3-9b1b-52638dc63e72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ebb6529c-4c34-4e36-885e-f989aa532573', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9875', - 'x-ms-correlation-request-id', - '40c99349-c534-4220-a073-6f687721f0b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034000Z:40c99349-c534-4220-a073-6f687721f0b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:39:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc58de4e-3171-4fbc-b9f6-b37a8e04fd17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9874', - 'x-ms-correlation-request-id', - '76290634-1143-488e-9485-8da11eb3d538', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034000Z:76290634-1143-488e-9485-8da11eb3d538', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c7eca8b-333f-49db-baad-88059bd7aac8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9873', - 'x-ms-correlation-request-id', - '3099124a-897d-430e-b57f-4474d792f1e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034001Z:3099124a-897d-430e-b57f-4474d792f1e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a69d762c-b77e-4e92-9639-1d9c8a9d5c19', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9872', - 'x-ms-correlation-request-id', - 'd0bb2fcb-c510-407a-a1b2-bbada077b798', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034001Z:d0bb2fcb-c510-407a-a1b2-bbada077b798', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13af7151-1f3c-4adf-9fcf-d279ffbf75a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9871', - 'x-ms-correlation-request-id', - 'a24ed718-7dc7-4b34-9a06-2fe05fa6c38c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034002Z:a24ed718-7dc7-4b34-9a06-2fe05fa6c38c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6dcc363c-f814-4f19-9d68-3e15ca5a08d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9870', - 'x-ms-correlation-request-id', - 'f7394a9c-6451-41f8-a1db-4a3828c2c034', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034002Z:f7394a9c-6451-41f8-a1db-4a3828c2c034', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f0fef2b-60dd-4488-8299-cb913ff50397', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9869', - 'x-ms-correlation-request-id', - '569db27d-569f-4b45-b342-dcc47b7088fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034002Z:569db27d-569f-4b45-b342-dcc47b7088fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b2bab86-3d0b-421c-a25a-1f965a53b055', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9868', - 'x-ms-correlation-request-id', - '57fa412a-49af-40b5-8e9d-f227df4459eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034003Z:57fa412a-49af-40b5-8e9d-f227df4459eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '881cf455-add5-445b-b8ce-d75498ad5952', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9867', - 'x-ms-correlation-request-id', - '153ec217-1cf1-420c-a0ae-87c52352a871', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034003Z:153ec217-1cf1-420c-a0ae-87c52352a871', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff7cf55c-4bff-4e17-9233-e97714578eeb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9866', - 'x-ms-correlation-request-id', - '3614ed0e-2d07-4de5-9a1b-9f5216744168', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034004Z:3614ed0e-2d07-4de5-9a1b-9f5216744168', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab73a0c6-dddd-40d7-8374-06478ca2099c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9865', - 'x-ms-correlation-request-id', - '0980d963-12ce-43ae-aec1-407683b1e103', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034004Z:0980d963-12ce-43ae-aec1-407683b1e103', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a7c705b-dfdf-44cf-9c8e-d62419623894', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9864', - 'x-ms-correlation-request-id', - '703b9f05-7b72-44d3-9342-e1823b5f40ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034004Z:703b9f05-7b72-44d3-9342-e1823b5f40ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '642dd647-6db0-440f-a795-e5ff66ae1fd4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9863', - 'x-ms-correlation-request-id', - '1a6c3366-6dae-47d1-83ac-6733ed750c2d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034005Z:1a6c3366-6dae-47d1-83ac-6733ed750c2d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab2a4998-01ce-4d8e-b398-f1ee315bac85', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9862', - 'x-ms-correlation-request-id', - '9638af9d-b3a2-45b4-ba29-70fd8ce13821', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034005Z:9638af9d-b3a2-45b4-ba29-70fd8ce13821', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3af6027-dd23-4b38-96a0-108e87deb01d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9861', - 'x-ms-correlation-request-id', - '2481fc3c-cc5d-44da-b87e-dc53d700cbb0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034006Z:2481fc3c-cc5d-44da-b87e-dc53d700cbb0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb9929cd-9c70-489a-a1cb-93b0dde3657f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9860', - 'x-ms-correlation-request-id', - 'f7ea26cd-38bb-44a2-a88a-108442157f70', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034006Z:f7ea26cd-38bb-44a2-a88a-108442157f70', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e24277aa-43b5-4485-b4ca-a8e2a53eda8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9859', - 'x-ms-correlation-request-id', - 'c66b5bf2-d088-45cb-9e0f-195eb89b894a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034006Z:c66b5bf2-d088-45cb-9e0f-195eb89b894a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe4d9e16-5815-49ba-9737-5ee89598db53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9858', - 'x-ms-correlation-request-id', - 'ea2e5421-5ed8-44a4-904c-7b9d37603642', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034007Z:ea2e5421-5ed8-44a4-904c-7b9d37603642', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4107ae1-1abd-4e5b-adc0-7419a912a985', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9857', - 'x-ms-correlation-request-id', - '2c41bf13-b30d-4dbe-a068-f58f434819c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034007Z:2c41bf13-b30d-4dbe-a068-f58f434819c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c37b7902-0a34-4ee3-8912-df1fa543dd0f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9856', - 'x-ms-correlation-request-id', - '9d5eaabb-e705-4f37-9c48-4a00c6b5b75c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034008Z:9d5eaabb-e705-4f37-9c48-4a00c6b5b75c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12929b56-c56b-4fa8-9be8-5d4b42876d60', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9855', - 'x-ms-correlation-request-id', - '46a75c2e-616f-4b98-8842-bf9d1a4f5955', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034008Z:46a75c2e-616f-4b98-8842-bf9d1a4f5955', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '169067a2-59e8-4d94-872d-132173bfb2b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9854', - 'x-ms-correlation-request-id', - 'b6d7babc-3a59-40e4-a404-57d1be95c3dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034008Z:b6d7babc-3a59-40e4-a404-57d1be95c3dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51cc4315-1dd6-46c8-9028-94f6c37d7226', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9853', - 'x-ms-correlation-request-id', - 'bd238586-742d-4997-b04d-bcfadb47599f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034009Z:bd238586-742d-4997-b04d-bcfadb47599f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c0f9456-1307-4161-9136-90e231ef7c2d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9852', - 'x-ms-correlation-request-id', - 'ced2e000-967c-47a1-b4ef-28f562235953', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034009Z:ced2e000-967c-47a1-b4ef-28f562235953', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5120c136-8659-4599-8f63-d9853d012403', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9851', - 'x-ms-correlation-request-id', - '48d1ac21-dad3-461c-bf21-cd8eef69d1d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034010Z:48d1ac21-dad3-461c-bf21-cd8eef69d1d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d1ece9a-5c44-4590-bef8-89b4cdf7b20c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9850', - 'x-ms-correlation-request-id', - '5244a31e-3611-4314-b064-aa2c7eb115ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034010Z:5244a31e-3611-4314-b064-aa2c7eb115ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6e2c797-53dc-4fab-bd1c-be8f1bacbb91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9849', - 'x-ms-correlation-request-id', - 'e99b9fa5-8813-4848-a795-e1899ad53ab1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034010Z:e99b9fa5-8813-4848-a795-e1899ad53ab1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d381040-aaad-4818-bd93-198cfc2623e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9848', - 'x-ms-correlation-request-id', - '24906c4a-d85b-48f6-a929-957b7d8c4bb6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034011Z:24906c4a-d85b-48f6-a929-957b7d8c4bb6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0fa8bc8-9578-43c0-be56-aa7e53785609', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9847', - 'x-ms-correlation-request-id', - 'e56a6b3f-98c0-4167-9d1d-09373bb27aca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034011Z:e56a6b3f-98c0-4167-9d1d-09373bb27aca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f70a1105-dff9-4f8b-8c00-6da080a509e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9846', - 'x-ms-correlation-request-id', - '0e0c5bb8-209f-407c-bf62-1df1c49d9eaa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034012Z:0e0c5bb8-209f-407c-bf62-1df1c49d9eaa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '92e8003c-bc88-46bd-bd8d-cb0f63b848b0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9845', - 'x-ms-correlation-request-id', - 'a22bfa28-c700-40e5-84d0-b2853dfa9df5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034012Z:a22bfa28-c700-40e5-84d0-b2853dfa9df5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16096dfe-df29-4167-8d63-d3c44c075506', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9844', - 'x-ms-correlation-request-id', - '93880b9a-7384-4e7a-8bf3-e9eab4d2850a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034012Z:93880b9a-7384-4e7a-8bf3-e9eab4d2850a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02c54384-0bb0-4eb5-911b-98051c8d87b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9843', - 'x-ms-correlation-request-id', - '0edc3afe-0436-46b8-8306-f51e3e42b126', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034013Z:0edc3afe-0436-46b8-8306-f51e3e42b126', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58e450b8-62a1-44f5-8963-67ff0aa65f5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9842', - 'x-ms-correlation-request-id', - 'f6ae1065-34b0-4b1f-8c78-2f9b8f7fde12', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034013Z:f6ae1065-34b0-4b1f-8c78-2f9b8f7fde12', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19218ca5-4eb1-4593-95c8-1604acd3f6a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9841', - 'x-ms-correlation-request-id', - '2ccf14ac-4811-4528-b54a-fe3c3dc1ca75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034014Z:2ccf14ac-4811-4528-b54a-fe3c3dc1ca75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5441fe8-33e0-45ed-ae2c-f62d07b80b43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9840', - 'x-ms-correlation-request-id', - '67c2fca5-122b-401d-9466-c119e9c249f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034014Z:67c2fca5-122b-401d-9466-c119e9c249f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33b634b9-1514-4acb-a163-1838eca8727a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9839', - 'x-ms-correlation-request-id', - 'b3f5e3ab-bb8b-432a-b438-8fb4cfe663fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034014Z:b3f5e3ab-bb8b-432a-b438-8fb4cfe663fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e81938ac-9631-473c-af75-0bf5832da3de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9838', - 'x-ms-correlation-request-id', - 'd0569a60-a874-4b76-8619-9812b14a3f6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034015Z:d0569a60-a874-4b76-8619-9812b14a3f6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00c0ebb9-fc83-45e0-88d5-185f20f63821', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9837', - 'x-ms-correlation-request-id', - 'b6495b09-c37c-4fcb-a373-85118c50ce47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034015Z:b6495b09-c37c-4fcb-a373-85118c50ce47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4dd18c13-1117-4425-91c5-4a19a588c378', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9836', - 'x-ms-correlation-request-id', - '58a55b7c-f65a-4358-a1aa-f6d974d968a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034016Z:58a55b7c-f65a-4358-a1aa-f6d974d968a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b43eab6b-bf4b-484e-aa2f-74ac753f1f7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9835', - 'x-ms-correlation-request-id', - '4567d32e-36ce-4833-9add-56a829fd90db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034016Z:4567d32e-36ce-4833-9add-56a829fd90db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7131083-3c99-48ba-973b-5852f4c20631', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9834', - 'x-ms-correlation-request-id', - '52b31321-8f99-40f9-8f4e-3742f723bcf9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034016Z:52b31321-8f99-40f9-8f4e-3742f723bcf9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '157b87b2-f72d-484c-91c4-c8dd059be3f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9833', - 'x-ms-correlation-request-id', - '13943db2-0ea6-4d74-919a-79510270a340', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034017Z:13943db2-0ea6-4d74-919a-79510270a340', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '594c58fe-79cb-49d4-a373-cbdb6ffe6154', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9832', - 'x-ms-correlation-request-id', - 'bb0893d1-f867-4a61-9b16-31d02e6d4793', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034017Z:bb0893d1-f867-4a61-9b16-31d02e6d4793', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b808e6a2-ccd3-4da1-a0e9-3cc29198b84b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9831', - 'x-ms-correlation-request-id', - '53a098ad-09ff-4b87-8740-d2093db5e3da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034018Z:53a098ad-09ff-4b87-8740-d2093db5e3da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bba706af-e6f3-4f9c-b50c-37c00bb0194c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9830', - 'x-ms-correlation-request-id', - '84af9e34-a684-490d-befb-1ecb37150b9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034018Z:84af9e34-a684-490d-befb-1ecb37150b9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6d21855-5009-4973-b749-551d6fd73020', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9829', - 'x-ms-correlation-request-id', - 'cd14a0ed-09f0-4c33-881b-5ca526a7e6a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034018Z:cd14a0ed-09f0-4c33-881b-5ca526a7e6a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7734f030-2ae3-4df2-bd12-dcf0017670c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9828', - 'x-ms-correlation-request-id', - 'f0d3ef61-5b68-4dbe-99f7-9dabfdabaece', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034019Z:f0d3ef61-5b68-4dbe-99f7-9dabfdabaece', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bac074b1-a759-4eea-8410-4d7516e9a2ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9827', - 'x-ms-correlation-request-id', - '51b1e253-ae7c-4da5-877f-f6f76f2996c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034019Z:51b1e253-ae7c-4da5-877f-f6f76f2996c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b1543c3-2bc0-42fb-918a-254ba5e0310b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9826', - 'x-ms-correlation-request-id', - 'ed2b2872-bb44-4e72-9612-0df962996b73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034020Z:ed2b2872-bb44-4e72-9612-0df962996b73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b478bbe4-d448-40aa-b54f-0abd120547ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9825', - 'x-ms-correlation-request-id', - '4df448ce-99c8-49d1-82c8-3a61239ea8cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034020Z:4df448ce-99c8-49d1-82c8-3a61239ea8cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93af40ec-3fb0-457a-8e35-e7cd7046e73f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9824', - 'x-ms-correlation-request-id', - '2e1da015-4147-4bc1-8994-ac07be613a34', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034020Z:2e1da015-4147-4bc1-8994-ac07be613a34', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6547bc72-dc3e-432c-ad17-fb18e2a62053', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9823', - 'x-ms-correlation-request-id', - '9a4d3236-5be1-435b-8be6-29f9955d6416', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034021Z:9a4d3236-5be1-435b-8be6-29f9955d6416', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'af20c9e3-8968-48d9-9bc4-5958af6ea0e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9822', - 'x-ms-correlation-request-id', - 'ab563578-6319-4011-bcbf-7b775d0d15c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034021Z:ab563578-6319-4011-bcbf-7b775d0d15c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d425a44-8adb-4494-b95d-d6b6d71cf965', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9821', - 'x-ms-correlation-request-id', - '7c00b5a2-aac6-4440-890b-a25d7acaaf1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034022Z:7c00b5a2-aac6-4440-890b-a25d7acaaf1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98f8d411-cf0e-4576-b134-3c0784fa4af0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9820', - 'x-ms-correlation-request-id', - 'c80488e9-bc94-4f03-ab8d-658a2f1cbfbc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034022Z:c80488e9-bc94-4f03-ab8d-658a2f1cbfbc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '592194ce-1329-41d9-8f7c-83da24f74894', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9819', - 'x-ms-correlation-request-id', - '103d00eb-6e07-4254-94f1-e054ab5ea7ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034022Z:103d00eb-6e07-4254-94f1-e054ab5ea7ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08c92180-b210-4c31-bbe7-c2cc4fe1987b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9818', - 'x-ms-correlation-request-id', - '7e5dd7fc-d79c-44bc-9fd7-b573afd18b29', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034023Z:7e5dd7fc-d79c-44bc-9fd7-b573afd18b29', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cfe156bb-88f5-4729-bcb6-d8f8801f2714', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9817', - 'x-ms-correlation-request-id', - '1a5a63b0-e3fa-4928-a0a0-a211ce1d2cd4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034023Z:1a5a63b0-e3fa-4928-a0a0-a211ce1d2cd4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86c55eee-dbf7-492d-857f-2a0258f20615', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9816', - 'x-ms-correlation-request-id', - 'ba7d1bb0-ca71-424e-8e40-7e9da7c3a86a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034024Z:ba7d1bb0-ca71-424e-8e40-7e9da7c3a86a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7edd968-3fc7-4b7c-a878-bd2e2e9cbfbb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9815', - 'x-ms-correlation-request-id', - '8516236a-92b5-43e0-bc13-32133c12f5e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034024Z:8516236a-92b5-43e0-bc13-32133c12f5e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e2a39b3-5d42-46f1-8745-48e8dd2f7410', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9814', - 'x-ms-correlation-request-id', - 'd84d8873-619f-4a38-8698-480b8d7befb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034024Z:d84d8873-619f-4a38-8698-480b8d7befb4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03b002ff-6bc7-4240-928c-2de22d36ca78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9813', - 'x-ms-correlation-request-id', - 'bc45b950-c860-42e3-9f04-7272c597653e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034025Z:bc45b950-c860-42e3-9f04-7272c597653e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c6bbfec-bc33-46a2-b320-7257f1eac730', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9812', - 'x-ms-correlation-request-id', - '0174223d-cbfb-4712-9940-772614bb5740', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034025Z:0174223d-cbfb-4712-9940-772614bb5740', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8728d7a7-52a5-47b3-8290-7f0a6528d277', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9811', - 'x-ms-correlation-request-id', - 'ed3c442d-a9ce-443b-81a3-26a91edec120', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034026Z:ed3c442d-a9ce-443b-81a3-26a91edec120', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75db41e6-d792-45e3-8a8c-f91f3131690e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9810', - 'x-ms-correlation-request-id', - '1cdd33da-2609-4932-9e3c-8668c47d96f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034026Z:1cdd33da-2609-4932-9e3c-8668c47d96f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26c5e7af-54b3-413a-a4e8-5ecaab5a8265', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9809', - 'x-ms-correlation-request-id', - 'd5b87966-2a25-4051-9b6f-68050b22704a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034026Z:d5b87966-2a25-4051-9b6f-68050b22704a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '693c591d-b19d-4a73-b53a-70cb01074548', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9808', - 'x-ms-correlation-request-id', - '08a7ab8d-f469-46a1-8271-f7f6aee1bebc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034027Z:08a7ab8d-f469-46a1-8271-f7f6aee1bebc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ba602b3-d965-4e0c-98ca-5e1e58bb1379', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9807', - 'x-ms-correlation-request-id', - '12ac2bf6-6c1f-4371-ad34-c2d6a0a4a10b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034027Z:12ac2bf6-6c1f-4371-ad34-c2d6a0a4a10b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e5f34d5-1603-4f6f-ae21-2d8b65cd0376', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9806', - 'x-ms-correlation-request-id', - 'ca0f0ee2-dd0f-446a-b3a7-102106114eb1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034028Z:ca0f0ee2-dd0f-446a-b3a7-102106114eb1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20f63c3f-03ce-4edd-874a-61bc2c16886a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9805', - 'x-ms-correlation-request-id', - '727321a1-6433-4e17-b9cb-40baa2c658a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034028Z:727321a1-6433-4e17-b9cb-40baa2c658a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '706503cc-dc31-438a-832d-a62101ce4b7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9804', - 'x-ms-correlation-request-id', - '531456e7-39a2-4612-8452-ad96b69b3cd7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034028Z:531456e7-39a2-4612-8452-ad96b69b3cd7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00d2b755-0cb6-4c23-b3b3-3f52ce4f6967', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9803', - 'x-ms-correlation-request-id', - '6a22fa50-aeaa-4204-9302-f313d3012620', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034029Z:6a22fa50-aeaa-4204-9302-f313d3012620', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea4a5905-9c37-4bb1-af92-3c0030a32577', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9802', - 'x-ms-correlation-request-id', - '67e10cf1-88c3-4430-9ac3-67611b2bccc4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034029Z:67e10cf1-88c3-4430-9ac3-67611b2bccc4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a324cc3-8544-41ad-b3a9-cb155acec3cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9801', - 'x-ms-correlation-request-id', - 'e62e7ad2-dc84-465c-a503-2ce8c58a3669', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034030Z:e62e7ad2-dc84-465c-a503-2ce8c58a3669', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40f10ec6-559e-43dd-bcdf-a2e9e627d24d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9800', - 'x-ms-correlation-request-id', - '364cddd8-4d9a-4d30-b294-0a044280ab39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034030Z:364cddd8-4d9a-4d30-b294-0a044280ab39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '495f031c-f588-4677-8db6-7d61ca3445dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9799', - 'x-ms-correlation-request-id', - 'e223e713-dfff-4615-b673-7dd384f0d2ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034030Z:e223e713-dfff-4615-b673-7dd384f0d2ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6158c629-4c7b-40bf-810b-d9e54fd99a07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9798', - 'x-ms-correlation-request-id', - '725fc620-58e1-4193-a044-28b17caf71d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034031Z:725fc620-58e1-4193-a044-28b17caf71d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '623a38b3-2543-4853-8c62-870063087286', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9797', - 'x-ms-correlation-request-id', - '1ced28f7-a7f0-46e6-b1ff-ff847056fa13', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034031Z:1ced28f7-a7f0-46e6-b1ff-ff847056fa13', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34778df5-88aa-4d53-abf1-c420f7c9739c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9796', - 'x-ms-correlation-request-id', - '4229cfa4-22f3-4835-9542-9d166fb397c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034032Z:4229cfa4-22f3-4835-9542-9d166fb397c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3b8a109-7de0-4112-bc0e-75a70215841c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9795', - 'x-ms-correlation-request-id', - 'cf366c04-b00b-4c70-82d8-cfceda11ba0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034032Z:cf366c04-b00b-4c70-82d8-cfceda11ba0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8239856a-5867-4385-a6a4-3b2db8c6c9f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9794', - 'x-ms-correlation-request-id', - '71cf9435-29e1-4e33-a8de-8f2116bd6b45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034032Z:71cf9435-29e1-4e33-a8de-8f2116bd6b45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '372f581c-99ba-4811-8906-f749d6ecb581', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9793', - 'x-ms-correlation-request-id', - '8c4a14ec-4373-47db-a1d5-e0a9c42a8da4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034033Z:8c4a14ec-4373-47db-a1d5-e0a9c42a8da4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dce107d7-e8fc-4d2a-8255-1c9479e9fe79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9792', - 'x-ms-correlation-request-id', - 'ed76b53e-6c24-44fc-8c81-b8ee4feaf559', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034033Z:ed76b53e-6c24-44fc-8c81-b8ee4feaf559', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70d5bade-a413-4256-9726-96212bace48a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9791', - 'x-ms-correlation-request-id', - '1f5f6818-1a90-4712-ab05-60d8ae004964', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034034Z:1f5f6818-1a90-4712-ab05-60d8ae004964', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '543ad2ba-b9fc-4c21-8688-6b5b9b0c59ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9790', - 'x-ms-correlation-request-id', - '59f586ad-4cc1-4f66-adf2-8884f1926326', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034034Z:59f586ad-4cc1-4f66-adf2-8884f1926326', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '05d62db3-b9d4-4cf8-97d6-33d934275c9f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9789', - 'x-ms-correlation-request-id', - '73648a16-b452-4e27-bade-5088593c5aae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034034Z:73648a16-b452-4e27-bade-5088593c5aae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7dcf3b49-821c-4e21-a6ea-44cb5d4883b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9788', - 'x-ms-correlation-request-id', - 'a2d3b0be-f38f-4144-bbf4-5c6e94a7705d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034035Z:a2d3b0be-f38f-4144-bbf4-5c6e94a7705d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76bb03ed-5707-4cc8-88f0-63ebbfbc47fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9787', - 'x-ms-correlation-request-id', - '949b2e87-dee8-4795-bca4-1a2fe67537e5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034035Z:949b2e87-dee8-4795-bca4-1a2fe67537e5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97b22e6e-bfb9-4840-98c5-af9cb2e2790c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9786', - 'x-ms-correlation-request-id', - '71e2065e-bbed-442e-95ff-76442344abec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034036Z:71e2065e-bbed-442e-95ff-76442344abec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '849648c2-de11-44f1-bba2-713b56e00d4e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9785', - 'x-ms-correlation-request-id', - '5e30bdc3-0f40-4663-ad09-ab2b9c062a78', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034036Z:5e30bdc3-0f40-4663-ad09-ab2b9c062a78', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bf99d80-affd-4b56-8200-538ad5d011ab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9784', - 'x-ms-correlation-request-id', - 'c637f983-a636-4360-a1bb-c68b80e534b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034036Z:c637f983-a636-4360-a1bb-c68b80e534b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6df1db3-f694-4ac8-8c73-3734b9dcec4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9783', - 'x-ms-correlation-request-id', - '50c28cdc-d6cc-4a0f-aef4-b245e270ee8a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034037Z:50c28cdc-d6cc-4a0f-aef4-b245e270ee8a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ec06e48-9e4a-49d8-aa48-3e4bbc455f46', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9782', - 'x-ms-correlation-request-id', - 'acfefed0-206c-4a83-ba13-cc196aa4738e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034037Z:acfefed0-206c-4a83-ba13-cc196aa4738e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b31a246-a8cb-4e4d-a28a-9418d241d134', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9781', - 'x-ms-correlation-request-id', - '8af976e9-a49d-48ec-9c56-275ca5df9459', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034038Z:8af976e9-a49d-48ec-9c56-275ca5df9459', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd7a8837-f70b-4854-b529-67abf0c237d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9780', - 'x-ms-correlation-request-id', - 'edb3c5e8-0023-44ff-832e-4d6c439cf6e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034038Z:edb3c5e8-0023-44ff-832e-4d6c439cf6e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7179cefc-fad0-4ab6-a564-52b7c3b2b4ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9779', - 'x-ms-correlation-request-id', - '7d32656b-e0b1-4db4-b9bd-a86fd7b2d419', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034039Z:7d32656b-e0b1-4db4-b9bd-a86fd7b2d419', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35ed9e49-bd2c-4607-b3e9-33ad3c2a8481', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9778', - 'x-ms-correlation-request-id', - '99cfdf74-1edc-4c78-a0e3-dcee7b808355', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034039Z:99cfdf74-1edc-4c78-a0e3-dcee7b808355', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f45a356-54c4-4ba3-a0f9-27db817f4e8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9777', - 'x-ms-correlation-request-id', - '43bbef6f-850e-43c4-bd01-2a0c2f4a956d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034039Z:43bbef6f-850e-43c4-bd01-2a0c2f4a956d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '674cd85f-82c0-4572-a9da-3d5d5a8e47dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9776', - 'x-ms-correlation-request-id', - 'cd57f301-b938-44f0-8ad1-7c887bb6b93b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034040Z:cd57f301-b938-44f0-8ad1-7c887bb6b93b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8705513e-60f4-4be4-bffb-8c00ebdfd82c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9775', - 'x-ms-correlation-request-id', - '749aeb95-27af-42ae-9214-06ed56d9c0fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034040Z:749aeb95-27af-42ae-9214-06ed56d9c0fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ae163d2-b7f4-48ab-b80d-d3abacb2b47c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9774', - 'x-ms-correlation-request-id', - 'fe27d70f-3c3e-4d70-bbab-4ce48b17a36b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034040Z:fe27d70f-3c3e-4d70-bbab-4ce48b17a36b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9e7db28-154b-47d0-b653-50957f397d9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9773', - 'x-ms-correlation-request-id', - '0f27b177-52d5-46e5-be59-d0839ea94da2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034041Z:0f27b177-52d5-46e5-be59-d0839ea94da2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e349f0a-a32c-469c-9fb1-a61009f6f310', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9772', - 'x-ms-correlation-request-id', - '35a91de9-0705-4883-ac78-48085eb3ce3c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034041Z:35a91de9-0705-4883-ac78-48085eb3ce3c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb1134b3-19b6-4df6-8ccc-3e0aa1f25ec9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9771', - 'x-ms-correlation-request-id', - '8825c6d0-2468-4988-8be6-bce9552e38c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034042Z:8825c6d0-2468-4988-8be6-bce9552e38c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '020fe097-56d7-4544-8e2e-f785ea8c1bb5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9770', - 'x-ms-correlation-request-id', - 'a84c8089-67ae-45ad-8dab-a0075be7e7b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034042Z:a84c8089-67ae-45ad-8dab-a0075be7e7b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '411fe37b-9095-41b1-93d1-0e8a50a16f3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9769', - 'x-ms-correlation-request-id', - '27ba1427-76f1-44b3-b2d6-1ef8d86f5a61', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034042Z:27ba1427-76f1-44b3-b2d6-1ef8d86f5a61', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57d86a8b-8e80-4833-b49b-e53fbef1d7fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9768', - 'x-ms-correlation-request-id', - 'aad3bb21-b4b0-4cb6-8dec-b6ddf7789a1f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034043Z:aad3bb21-b4b0-4cb6-8dec-b6ddf7789a1f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e51e937-6da2-4688-b683-cdf0a43471df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9767', - 'x-ms-correlation-request-id', - '153dbfe9-4434-47d1-b968-fad603978e6e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034043Z:153dbfe9-4434-47d1-b968-fad603978e6e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a26eeb2-2e0d-4501-9ce4-c2e93500754f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9766', - 'x-ms-correlation-request-id', - '7bd1263a-cb87-4f76-9afd-8291b34d13b4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034044Z:7bd1263a-cb87-4f76-9afd-8291b34d13b4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '588c1a13-913f-4b89-a210-81b96ef3aea6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9765', - 'x-ms-correlation-request-id', - '2f739c7e-8645-43f2-a73f-aa3cfe75f616', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034044Z:2f739c7e-8645-43f2-a73f-aa3cfe75f616', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a701930-5215-4093-8101-c10761a61409', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9764', - 'x-ms-correlation-request-id', - 'b370d7eb-23f1-49dc-9397-b301284002cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034044Z:b370d7eb-23f1-49dc-9397-b301284002cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bc0b392-208f-4f10-bee0-b9d39d89db26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9763', - 'x-ms-correlation-request-id', - '5edae782-a776-4f27-9fd8-ae7246a05319', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034045Z:5edae782-a776-4f27-9fd8-ae7246a05319', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12348163-ae7c-43df-bd47-96a99ec5e5e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9762', - 'x-ms-correlation-request-id', - '221490ac-1f36-4199-9933-e1e6b2cab08c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034045Z:221490ac-1f36-4199-9933-e1e6b2cab08c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08390bab-d815-40bc-a639-ac19f2235a42', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9761', - 'x-ms-correlation-request-id', - '9d97c722-bbdc-4884-9625-271143788d0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034046Z:9d97c722-bbdc-4884-9625-271143788d0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b4528c9-0ba2-4eb3-89bd-a7247cfc82db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9760', - 'x-ms-correlation-request-id', - 'a3c7afad-e83b-457a-bab2-296c51509b03', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034046Z:a3c7afad-e83b-457a-bab2-296c51509b03', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5df40c7f-6a64-4210-a107-6ce37161aa06', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9759', - 'x-ms-correlation-request-id', - 'b8c05ed9-1a00-40e2-9b82-b01135fb537b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034047Z:b8c05ed9-1a00-40e2-9b82-b01135fb537b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02352b54-7ef3-4594-af97-73c8d34ccf75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9758', - 'x-ms-correlation-request-id', - '3f8eaa6c-0c95-46f3-8ea3-f0fde0d00a98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034047Z:3f8eaa6c-0c95-46f3-8ea3-f0fde0d00a98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ecaf41f-5a72-46f7-8dba-252a5cfd96aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9757', - 'x-ms-correlation-request-id', - 'a2c2366a-b454-48a4-bd88-f142daba010f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034047Z:a2c2366a-b454-48a4-bd88-f142daba010f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8098ffa-f6b3-4ac1-8529-1e63cb57f12f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9756', - 'x-ms-correlation-request-id', - '24dab58d-862a-4d54-ad1b-a178542642bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034048Z:24dab58d-862a-4d54-ad1b-a178542642bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95ea105a-bf98-40c3-a1d7-103018a630f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9755', - 'x-ms-correlation-request-id', - '52357352-7721-4f7b-9a9d-f02e55de7ba9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034048Z:52357352-7721-4f7b-9a9d-f02e55de7ba9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c581f5de-7d9b-448f-9f2a-4125e95f7220', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9754', - 'x-ms-correlation-request-id', - '7ba6d6f0-fc04-4ac5-8cc6-56d76f89b4ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034049Z:7ba6d6f0-fc04-4ac5-8cc6-56d76f89b4ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '618479ae-8434-4f7e-8685-7c987143afc5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9753', - 'x-ms-correlation-request-id', - '75b79fa8-b0b6-4bd0-8217-77fb05747725', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034049Z:75b79fa8-b0b6-4bd0-8217-77fb05747725', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b02d67c6-9c86-4a32-860e-d309a86e5e4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9752', - 'x-ms-correlation-request-id', - '9ea72c59-ab14-46e2-84f3-96b2aa36ec8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034049Z:9ea72c59-ab14-46e2-84f3-96b2aa36ec8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2811f59-369c-4668-a882-b80257c4811d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9751', - 'x-ms-correlation-request-id', - '08ccf2c8-0fc8-4473-8efd-b0f5b33148d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034050Z:08ccf2c8-0fc8-4473-8efd-b0f5b33148d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd1ed5b8-52eb-46ea-a614-63db0a5446c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9750', - 'x-ms-correlation-request-id', - '349ebf2b-4efe-4de2-a89e-1dea797f9f5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034050Z:349ebf2b-4efe-4de2-a89e-1dea797f9f5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6d38276-64d3-442b-ae53-f12a8a089c91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9749', - 'x-ms-correlation-request-id', - '34829e2e-f285-4037-9653-f0974f4e637f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034051Z:34829e2e-f285-4037-9653-f0974f4e637f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86019efb-c049-4de1-a8e4-4bc511fc57c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9748', - 'x-ms-correlation-request-id', - '2cc49522-a7f0-4726-98b8-4b7faaa88c72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034051Z:2cc49522-a7f0-4726-98b8-4b7faaa88c72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f022458-27a6-46be-868f-93619700786b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9747', - 'x-ms-correlation-request-id', - '6df43924-498e-4128-88a8-205b2d72cf6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034051Z:6df43924-498e-4128-88a8-205b2d72cf6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13c9be12-69d3-4406-b6d8-ff389caa12b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9746', - 'x-ms-correlation-request-id', - '3e819e14-fd12-4de7-b979-62c1cfbef7e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034052Z:3e819e14-fd12-4de7-b979-62c1cfbef7e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f7d190f-aad0-4940-a5bc-14e928aa700c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9745', - 'x-ms-correlation-request-id', - '012a3892-4389-4b49-b216-1872eabaa4cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034052Z:012a3892-4389-4b49-b216-1872eabaa4cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1cad73f-c26b-4995-be04-25d011d8330c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9744', - 'x-ms-correlation-request-id', - 'af32d123-1eb5-4329-8e8b-60b8ee4de41f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034053Z:af32d123-1eb5-4329-8e8b-60b8ee4de41f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20a03e27-d7d1-4e4f-8274-c7b8ab92ffb3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9743', - 'x-ms-correlation-request-id', - '7b8fcbc3-ca6d-4503-91b1-90849b7c41f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034053Z:7b8fcbc3-ca6d-4503-91b1-90849b7c41f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63207cf2-b897-490a-a1f8-60524117b458', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9742', - 'x-ms-correlation-request-id', - '7453e10e-040a-4598-aa4d-ca63802cea95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034053Z:7453e10e-040a-4598-aa4d-ca63802cea95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c24e70a8-555f-4449-9a87-1b6598c1a8bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9741', - 'x-ms-correlation-request-id', - '288ac92b-925e-4f29-83cf-d4f79e7fcc27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034054Z:288ac92b-925e-4f29-83cf-d4f79e7fcc27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aca11a22-e404-48b2-ab44-48126e8ef113', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9740', - 'x-ms-correlation-request-id', - 'bb98b002-19a0-4efe-b83b-926cb728c875', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034054Z:bb98b002-19a0-4efe-b83b-926cb728c875', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d3d0cf0-b695-4935-807c-be675fff1288', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9739', - 'x-ms-correlation-request-id', - '11ebfc51-927e-42e3-bab6-3a1e768af64f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034055Z:11ebfc51-927e-42e3-bab6-3a1e768af64f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd9aed9f5-5658-4510-b8ec-8c391abab1b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9738', - 'x-ms-correlation-request-id', - 'f4d2ef7f-db32-4aa3-b640-118baa9b5b38', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034055Z:f4d2ef7f-db32-4aa3-b640-118baa9b5b38', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0638a525-3c59-443d-b795-f000a8d488e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9737', - 'x-ms-correlation-request-id', - '1ed465d0-6d58-45e1-bc00-aae3db260d09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034055Z:1ed465d0-6d58-45e1-bc00-aae3db260d09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cfc213de-c445-4ca2-b9c6-381761d7dc12', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9736', - 'x-ms-correlation-request-id', - '64ec3c1d-34ef-4ab1-a0bd-8d31125c4026', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034056Z:64ec3c1d-34ef-4ab1-a0bd-8d31125c4026', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '572742a6-8776-4df9-aed6-035529362866', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9735', - 'x-ms-correlation-request-id', - '36b82828-b096-4d23-93f5-d86dc8c5e68c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034056Z:36b82828-b096-4d23-93f5-d86dc8c5e68c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed29b22c-e250-49bb-bdc1-9d97af8754ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9734', - 'x-ms-correlation-request-id', - '1bfc5fb6-2819-4458-a99c-eacd6d4562df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034057Z:1bfc5fb6-2819-4458-a99c-eacd6d4562df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0c494c2-9ca2-432b-b9b0-bea4246f7968', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9733', - 'x-ms-correlation-request-id', - 'c3e97aca-cf43-4bc9-b3d1-61e5a1e87c67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034057Z:c3e97aca-cf43-4bc9-b3d1-61e5a1e87c67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '374917f4-967c-4112-95f0-e5068a438776', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9732', - 'x-ms-correlation-request-id', - '58e69ae8-ebe5-469f-916f-a12b90647b72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034057Z:58e69ae8-ebe5-469f-916f-a12b90647b72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '48b4fc0f-bfac-400b-bb10-dd04bcbef3eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9731', - 'x-ms-correlation-request-id', - 'd9dc8f6b-e637-4725-8732-64f5bce12ceb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034058Z:d9dc8f6b-e637-4725-8732-64f5bce12ceb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '183f8c96-b7e4-4fe8-a26e-e1677a7e099e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9730', - 'x-ms-correlation-request-id', - '998bdf2c-fd3c-4b0a-8920-49a904e6b25d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034058Z:998bdf2c-fd3c-4b0a-8920-49a904e6b25d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4ac2448-331e-4ac7-b643-8b93545fca5b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9729', - 'x-ms-correlation-request-id', - '40151be0-c438-4672-81be-e3cbcf900412', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034058Z:40151be0-c438-4672-81be-e3cbcf900412', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64fe2de6-f6b8-49b2-b39d-3abf364459f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9728', - 'x-ms-correlation-request-id', - '5be24767-1885-469e-9722-980baf2b4f8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034059Z:5be24767-1885-469e-9722-980baf2b4f8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ea9094c-1f0d-482a-8b4d-109ac96ee08c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9727', - 'x-ms-correlation-request-id', - '88d9cd3d-6f09-45b2-89ac-223772d40fdd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034059Z:88d9cd3d-6f09-45b2-89ac-223772d40fdd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '043962b7-b20c-4883-81b7-e884b969b2e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9726', - 'x-ms-correlation-request-id', - '5c487baa-9dc1-481d-8bd7-15b7bdaf3193', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034100Z:5c487baa-9dc1-481d-8bd7-15b7bdaf3193', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38dff506-2e50-4884-a462-80c980334c6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9725', - 'x-ms-correlation-request-id', - '4d743ada-3373-4efb-93c1-db03f0ffcfa1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034100Z:4d743ada-3373-4efb-93c1-db03f0ffcfa1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:40:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '305b4d9d-967b-451f-8e0d-9a5451ea45e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9724', - 'x-ms-correlation-request-id', - '59a1aa5e-6658-4816-8231-97c44d987682', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034100Z:59a1aa5e-6658-4816-8231-97c44d987682', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e8e9026-3505-456a-95cb-e4208555f745', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9723', - 'x-ms-correlation-request-id', - '6f9fcb81-6141-4634-826e-9714807bc164', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034101Z:6f9fcb81-6141-4634-826e-9714807bc164', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d936c39-c0aa-4a5e-8e48-2dc89bee8bb0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9722', - 'x-ms-correlation-request-id', - '71ade2cb-c25f-48c4-8d16-b01ca0ad3494', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034101Z:71ade2cb-c25f-48c4-8d16-b01ca0ad3494', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36dac63b-9dcd-46b2-8ed7-99f7075bddca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9721', - 'x-ms-correlation-request-id', - '4ed29972-9584-41de-a479-dec443945848', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034102Z:4ed29972-9584-41de-a479-dec443945848', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5bf70e38-5df7-43b8-be58-e4775d42941c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9720', - 'x-ms-correlation-request-id', - 'afa84439-ef43-4fd0-a8ba-40c6f21302d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034102Z:afa84439-ef43-4fd0-a8ba-40c6f21302d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32e811a5-15ac-404d-aa7c-e1a74f64463b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9719', - 'x-ms-correlation-request-id', - '07cc3be5-c052-4f6f-a9a8-38fa818d633f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034103Z:07cc3be5-c052-4f6f-a9a8-38fa818d633f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33579822-dfe1-4b42-a225-a7e517012d9a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9718', - 'x-ms-correlation-request-id', - '85f710b2-02b7-47e6-a634-89cf57187246', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034103Z:85f710b2-02b7-47e6-a634-89cf57187246', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '52561658-012c-4458-a8d0-8bf390dfb18d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9717', - 'x-ms-correlation-request-id', - '30a263ad-6416-4d67-a15d-b1d3dca516f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034103Z:30a263ad-6416-4d67-a15d-b1d3dca516f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d955ba2-5094-472d-9860-e582f4a2dda9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9716', - 'x-ms-correlation-request-id', - 'cf35152f-ab1d-4687-b81b-b17c4e48e2ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034104Z:cf35152f-ab1d-4687-b81b-b17c4e48e2ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1118a530-ad2d-467e-9ba3-5712b3967dcf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9715', - 'x-ms-correlation-request-id', - 'ef203b4e-a6f2-46ce-b855-e1d9c1c65b0f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034104Z:ef203b4e-a6f2-46ce-b855-e1d9c1c65b0f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec9e8dd6-b3f8-4339-b58b-f6f6b87cf691', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9714', - 'x-ms-correlation-request-id', - 'ead051c7-4b85-4445-9ee5-32f845528398', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034105Z:ead051c7-4b85-4445-9ee5-32f845528398', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a07f58d-5894-4e8b-9345-6b7668e90052', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9713', - 'x-ms-correlation-request-id', - '1cdc9941-b4e1-4b20-b644-9e06687af5fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034105Z:1cdc9941-b4e1-4b20-b644-9e06687af5fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5eafc56c-67d2-4136-b65e-3f15841bafdc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9712', - 'x-ms-correlation-request-id', - 'a3c98559-ae22-421d-b0e5-288e7ed3b810', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034105Z:a3c98559-ae22-421d-b0e5-288e7ed3b810', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ce100bb-1971-42b8-ba3a-ffcdda9161ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9711', - 'x-ms-correlation-request-id', - '7f796f40-f9c5-438c-acc1-6780b57144c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034106Z:7f796f40-f9c5-438c-acc1-6780b57144c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a17690f-21b8-43aa-b737-5be14fd048a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9710', - 'x-ms-correlation-request-id', - 'cedd05dd-7410-4b8b-970c-f679557daee0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034106Z:cedd05dd-7410-4b8b-970c-f679557daee0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbd46d9c-0209-4460-a6a6-2c22a778ae5b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9709', - 'x-ms-correlation-request-id', - 'b2408c06-d390-463a-bee5-28e003026219', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034107Z:b2408c06-d390-463a-bee5-28e003026219', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '864f8c9f-5f3e-47e5-9d3e-7449793f6ecc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9708', - 'x-ms-correlation-request-id', - '19cd0e89-10cb-4f5c-9fc1-5a8d32a5b559', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034107Z:19cd0e89-10cb-4f5c-9fc1-5a8d32a5b559', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a43a88a-b75a-475e-a82d-13ed0d5ccc2a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9707', - 'x-ms-correlation-request-id', - '91dde561-ebab-4076-9440-94a0a7530e26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034107Z:91dde561-ebab-4076-9440-94a0a7530e26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f97bd8e-22cf-4956-bb52-4974089c0ef8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9706', - 'x-ms-correlation-request-id', - 'eafd1b7e-8c2b-4323-8bf0-4471cf9d9789', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034108Z:eafd1b7e-8c2b-4323-8bf0-4471cf9d9789', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4283b8f7-6355-4d4f-985a-dd172cebad19', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9705', - 'x-ms-correlation-request-id', - 'ca2215ae-0dc1-412b-be90-498a45163614', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034108Z:ca2215ae-0dc1-412b-be90-498a45163614', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5705e57-47f8-4691-89cc-9aeaa70ce183', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9704', - 'x-ms-correlation-request-id', - '7f3f0d9e-4641-4ed5-9d67-d01b232d1b7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034109Z:7f3f0d9e-4641-4ed5-9d67-d01b232d1b7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8792ca6-6ee3-4817-a255-d953f477d8a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9703', - 'x-ms-correlation-request-id', - '5e59b032-e136-42ba-b76b-4fce9c026262', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034109Z:5e59b032-e136-42ba-b76b-4fce9c026262', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80bc37b7-c821-4348-b250-f2a792b3b743', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9702', - 'x-ms-correlation-request-id', - '97e076c6-4c57-4acd-b0b6-2729dfe7ce0b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034109Z:97e076c6-4c57-4acd-b0b6-2729dfe7ce0b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '302ed41d-d7ec-4a49-8353-e8e3a246483d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9701', - 'x-ms-correlation-request-id', - '01982013-e476-41c0-87e7-7d65531ab49b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034110Z:01982013-e476-41c0-87e7-7d65531ab49b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81638fc2-02da-4da2-a4d1-7548bfe0cbcf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9700', - 'x-ms-correlation-request-id', - '16079506-7162-40b4-936f-b4454251b14c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034110Z:16079506-7162-40b4-936f-b4454251b14c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54a69b44-245b-49b3-be8e-6e30ad35b57a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9699', - 'x-ms-correlation-request-id', - '3f9f49de-e901-4a2d-a25a-35d67cdbaaa7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034111Z:3f9f49de-e901-4a2d-a25a-35d67cdbaaa7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '161f9003-6942-43a9-b303-6c313c60ae01', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9698', - 'x-ms-correlation-request-id', - '123deb29-5ee5-4a9b-b59d-8db7261a8b2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034111Z:123deb29-5ee5-4a9b-b59d-8db7261a8b2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '403e37db-fd2c-4d4d-b953-a570c797a311', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9697', - 'x-ms-correlation-request-id', - '2be3f211-36c0-4086-ad64-541c3bdc16bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034111Z:2be3f211-36c0-4086-ad64-541c3bdc16bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db7a7cb3-4627-41a8-bac3-59611a49c0d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9696', - 'x-ms-correlation-request-id', - '23352b5d-22f3-458a-b1c3-f897ce83edd6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034112Z:23352b5d-22f3-458a-b1c3-f897ce83edd6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '076db3d1-b20c-475d-a8f3-5e70d5a9f711', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9695', - 'x-ms-correlation-request-id', - '67c8c7c8-cbea-45c6-9d53-c2fb1d73ab34', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034112Z:67c8c7c8-cbea-45c6-9d53-c2fb1d73ab34', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae1ad6a2-ea34-4cca-a395-3bdc4fb81fb3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9694', - 'x-ms-correlation-request-id', - '4026d03d-bb9e-48c8-bc80-d8b56027d1ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034113Z:4026d03d-bb9e-48c8-bc80-d8b56027d1ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c061837-9ed4-47d7-9a33-bd5f00879f89', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9693', - 'x-ms-correlation-request-id', - 'ad87b355-be40-4c04-94af-61119734a746', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034113Z:ad87b355-be40-4c04-94af-61119734a746', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f6ba283-14bc-42c9-b726-f60974cd8774', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9692', - 'x-ms-correlation-request-id', - '6a4c298f-6d10-4bbd-9653-2095d8824c56', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034113Z:6a4c298f-6d10-4bbd-9653-2095d8824c56', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'baee14d6-da66-4418-97a9-c3b9acb4c483', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9691', - 'x-ms-correlation-request-id', - 'be678909-685e-48ed-a31c-ceecb4fbd53a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034114Z:be678909-685e-48ed-a31c-ceecb4fbd53a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c2f297f-9d45-4b1f-a881-d7b929f2ebbb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9690', - 'x-ms-correlation-request-id', - '13494d1a-e89b-4d8d-be00-e220b8fd206c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034114Z:13494d1a-e89b-4d8d-be00-e220b8fd206c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '371ccff6-eab1-45a7-8e8e-482bdfbd96ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9689', - 'x-ms-correlation-request-id', - '9ef78325-10a8-4974-a855-6746357d87da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034115Z:9ef78325-10a8-4974-a855-6746357d87da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be220aba-da1a-4ceb-8863-220b1ff4f930', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9688', - 'x-ms-correlation-request-id', - '762936f8-e24a-4186-94f5-70b63db81883', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034115Z:762936f8-e24a-4186-94f5-70b63db81883', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ecae0480-f3a6-42e5-898a-ef2af2b06c84', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9687', - 'x-ms-correlation-request-id', - 'c66a11e0-9f4b-495d-a394-14c410b19ece', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034115Z:c66a11e0-9f4b-495d-a394-14c410b19ece', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '899133dc-5623-4b3f-826d-67412d584392', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9686', - 'x-ms-correlation-request-id', - 'c0f768bd-0413-4e55-aa0c-3685f65f2c75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034116Z:c0f768bd-0413-4e55-aa0c-3685f65f2c75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7e61601-139f-4247-b466-446aecaaf610', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9685', - 'x-ms-correlation-request-id', - 'a8f51461-36ba-4362-981d-209e9c70a3ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034116Z:a8f51461-36ba-4362-981d-209e9c70a3ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6eed7766-14be-4ec5-a08b-e5ba91cc784a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9684', - 'x-ms-correlation-request-id', - '1f4218dc-3390-44c0-a903-bba5ae28234e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034117Z:1f4218dc-3390-44c0-a903-bba5ae28234e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0fc970b0-10fa-4bc5-98d3-cffb2af274fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9683', - 'x-ms-correlation-request-id', - 'eadaebf0-9f82-48f8-8efd-e82c565547ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034117Z:eadaebf0-9f82-48f8-8efd-e82c565547ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62fd244a-e84a-4865-b951-2a5d8cbb6b23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9682', - 'x-ms-correlation-request-id', - 'ffffc7a8-69ba-4867-aa16-9806a7287b23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034117Z:ffffc7a8-69ba-4867-aa16-9806a7287b23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0eb5ea06-cfeb-4c57-b28f-eb68d5bf8ccb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9681', - 'x-ms-correlation-request-id', - '54c44ff4-c331-4963-b554-2407cfb62198', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034118Z:54c44ff4-c331-4963-b554-2407cfb62198', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94342408-ace2-4a03-a0c1-a533dcbeb34e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9680', - 'x-ms-correlation-request-id', - 'aa7e6f75-eb2e-45b4-98be-dbd927d53f5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034118Z:aa7e6f75-eb2e-45b4-98be-dbd927d53f5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff175d24-e41f-4d1b-9104-0693ea214326', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9679', - 'x-ms-correlation-request-id', - '59bd895e-aba1-426a-866c-be282a055448', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034119Z:59bd895e-aba1-426a-866c-be282a055448', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25db1d2c-2c91-4a83-b1c8-93f0095a872b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9678', - 'x-ms-correlation-request-id', - '927d265d-7721-475a-abae-78b0bf88670b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034119Z:927d265d-7721-475a-abae-78b0bf88670b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f31f47d1-4bb0-4597-9cef-57161ddce236', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9677', - 'x-ms-correlation-request-id', - '224ba25f-90a8-40bc-9a15-8a4508a7559c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034119Z:224ba25f-90a8-40bc-9a15-8a4508a7559c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ee3713b-be6a-494d-860d-6bf938f647ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9676', - 'x-ms-correlation-request-id', - '06710c79-7ae8-4c64-ba16-0099e6371f0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034120Z:06710c79-7ae8-4c64-ba16-0099e6371f0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45b7f894-f1c9-4ea2-b5d4-ced0092c27b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9675', - 'x-ms-correlation-request-id', - '31cd3c7b-a34c-49b4-8851-19012897a077', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034120Z:31cd3c7b-a34c-49b4-8851-19012897a077', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e63abc7-be4b-4f7a-9a45-d6414504d696', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9674', - 'x-ms-correlation-request-id', - '2c6d279f-91a3-4045-8b9d-fc84ea521c93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034121Z:2c6d279f-91a3-4045-8b9d-fc84ea521c93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d0579a0-4b58-4ee7-a8d9-5e25dbbe875e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9673', - 'x-ms-correlation-request-id', - 'ce686395-6f75-4823-8d1a-a2a8992f7a6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034122Z:ce686395-6f75-4823-8d1a-a2a8992f7a6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dedcce8b-1d79-4ca9-ba63-ce6876eb3fdf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9672', - 'x-ms-correlation-request-id', - '27473b84-fd6f-4791-9c24-24a206a92a33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034122Z:27473b84-fd6f-4791-9c24-24a206a92a33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4fe0301a-0931-4f4e-86c0-5d32bbfe6827', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9671', - 'x-ms-correlation-request-id', - '71b7c8ec-d741-4b35-ac39-738be6455f63', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034122Z:71b7c8ec-d741-4b35-ac39-738be6455f63', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5ee1fd1-c67e-4f8a-a11b-27b5d470efac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9670', - 'x-ms-correlation-request-id', - '3335cf52-33b7-4bb3-a3bc-818682d1c8c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034123Z:3335cf52-33b7-4bb3-a3bc-818682d1c8c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f33014c-945c-4f74-9cb3-baa858ef3a75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9669', - 'x-ms-correlation-request-id', - '873a9c6f-1646-42ae-82bc-ca662147deb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034123Z:873a9c6f-1646-42ae-82bc-ca662147deb4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79c4685a-4ba5-4223-a5f8-18abb8f1685e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9668', - 'x-ms-correlation-request-id', - '41978255-2ed0-43de-8c6f-82d7bcdc1c39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034124Z:41978255-2ed0-43de-8c6f-82d7bcdc1c39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbb38480-bee4-4a54-9cc3-c30f824d0b71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9667', - 'x-ms-correlation-request-id', - '33fc22ea-500c-41ec-ae2d-69c9c4dd739e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034124Z:33fc22ea-500c-41ec-ae2d-69c9c4dd739e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a0d717d-9075-438d-9215-5b83c5dee9e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9666', - 'x-ms-correlation-request-id', - 'b74ac078-33c2-416b-9d21-92dd5ac1d0ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034124Z:b74ac078-33c2-416b-9d21-92dd5ac1d0ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9499f8f5-275c-4d35-94e0-2f3095446baa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9665', - 'x-ms-correlation-request-id', - 'c3e324cc-6a78-49a4-93ea-30804739c3c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034125Z:c3e324cc-6a78-49a4-93ea-30804739c3c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16dec909-b35c-4136-9447-ccc9b2dbe163', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9664', - 'x-ms-correlation-request-id', - '61a208f2-9b57-4091-9324-bc3280aa6c13', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034125Z:61a208f2-9b57-4091-9324-bc3280aa6c13', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e12fc1f-ff06-49a7-b88b-1b27de1829cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9663', - 'x-ms-correlation-request-id', - '0791c5f7-94d3-46d4-9c16-600a558ba387', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034126Z:0791c5f7-94d3-46d4-9c16-600a558ba387', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f427c4a1-ec2a-437e-ab75-d9170c6a89fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9662', - 'x-ms-correlation-request-id', - 'e5bfaa75-7701-47dc-aba7-1925515e5797', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034126Z:e5bfaa75-7701-47dc-aba7-1925515e5797', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f126f2e3-2c95-48b0-b909-c593f053490b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9661', - 'x-ms-correlation-request-id', - '01dd5cec-f183-4189-9311-53d810d94a39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034126Z:01dd5cec-f183-4189-9311-53d810d94a39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '594a7ce2-5db5-414c-8fe7-51b5aacc1a23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9660', - 'x-ms-correlation-request-id', - '2d1a0c85-ab1d-4cd2-af56-a3733d381356', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034127Z:2d1a0c85-ab1d-4cd2-af56-a3733d381356', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '37dcc8ec-2f3e-4a6a-bbe8-d6ebcdaf5fcb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9659', - 'x-ms-correlation-request-id', - '9ac590b2-8258-47e6-8f07-a6352d3cb963', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034127Z:9ac590b2-8258-47e6-8f07-a6352d3cb963', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f9790ee8-3b30-485d-9f81-7bcf6bf3ade2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9658', - 'x-ms-correlation-request-id', - '304884c9-3ec5-43b5-8493-c46015267689', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034128Z:304884c9-3ec5-43b5-8493-c46015267689', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15be0f44-f339-49f9-a038-f4e59fde9840', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9657', - 'x-ms-correlation-request-id', - 'bf6c0417-97b8-4a49-8a2c-5138845227ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034128Z:bf6c0417-97b8-4a49-8a2c-5138845227ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70ea283a-c613-491a-a25b-882ef1dad042', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9656', - 'x-ms-correlation-request-id', - '8446289f-8be5-480e-851c-46d032576775', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034128Z:8446289f-8be5-480e-851c-46d032576775', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ddc4771-c635-4ce9-9eea-40dbc3569703', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9655', - 'x-ms-correlation-request-id', - '469ceb87-1ab2-4d35-93a0-34425d53beea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034129Z:469ceb87-1ab2-4d35-93a0-34425d53beea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e201d7ea-761c-448f-87ba-a2f39aa96b61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9654', - 'x-ms-correlation-request-id', - '4dac8079-8c0a-43e5-812b-f12c431f9d2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034129Z:4dac8079-8c0a-43e5-812b-f12c431f9d2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81b570d2-be57-4b4f-a75c-f2d950278f3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9653', - 'x-ms-correlation-request-id', - 'dd94a3d0-f887-4d98-a41a-d93bb7fe5327', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034130Z:dd94a3d0-f887-4d98-a41a-d93bb7fe5327', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13541df3-2ba7-46fa-a3b2-5793ce44b22e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9652', - 'x-ms-correlation-request-id', - 'a327e7b1-2e53-4f21-b030-76e3dca11fad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034130Z:a327e7b1-2e53-4f21-b030-76e3dca11fad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ccbb6903-a5df-4c83-8287-2f5efee2af7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9651', - 'x-ms-correlation-request-id', - '60004367-da4b-4a5f-a90a-ed9432e34ba7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034130Z:60004367-da4b-4a5f-a90a-ed9432e34ba7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03b12c3f-b257-4d4b-8e62-52bf9178d21d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9650', - 'x-ms-correlation-request-id', - '295494b2-d20b-478b-abf5-207c7608f8b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034131Z:295494b2-d20b-478b-abf5-207c7608f8b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88b46024-234c-49ee-9a8d-61ed28a8e682', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9649', - 'x-ms-correlation-request-id', - '45559dcd-b3fb-42c4-8ccd-f6bfba8dec67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034131Z:45559dcd-b3fb-42c4-8ccd-f6bfba8dec67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fade9da-6674-4dfe-809c-dfe26172d415', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9648', - 'x-ms-correlation-request-id', - 'f0a84678-a6bf-4791-b7e1-d734bca041f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034131Z:f0a84678-a6bf-4791-b7e1-d734bca041f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '666bd6b8-2fc5-4f07-9e41-4cb48fa5e7ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9647', - 'x-ms-correlation-request-id', - '85018757-e6d7-4043-99ca-29c8a4052083', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034132Z:85018757-e6d7-4043-99ca-29c8a4052083', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd15c141f-7c64-451e-964b-9ea3c42fd8eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9646', - 'x-ms-correlation-request-id', - 'ccb86205-4772-4589-8e05-e950612adeb3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034132Z:ccb86205-4772-4589-8e05-e950612adeb3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ebdd2a7e-ef7d-42e3-89ee-0ab3fc0d5c38', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9645', - 'x-ms-correlation-request-id', - '18ff5c1f-cdfe-4838-9dfc-74b722597294', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034133Z:18ff5c1f-cdfe-4838-9dfc-74b722597294', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '092502ac-3d11-46ba-9595-2af4fafae4bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9644', - 'x-ms-correlation-request-id', - 'be970bbd-38e2-46bf-b08c-d39c01872b7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034133Z:be970bbd-38e2-46bf-b08c-d39c01872b7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c552ac7-0b36-4dc6-8ea8-1c48bfc41988', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9643', - 'x-ms-correlation-request-id', - 'b141cc43-e5cf-401c-bb1e-73f3cf5f9838', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034134Z:b141cc43-e5cf-401c-bb1e-73f3cf5f9838', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8c127cd-1071-4a3e-b0f9-9ecce745c03e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9642', - 'x-ms-correlation-request-id', - 'cf5c0515-b540-40d6-8543-c20e5266e2f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034134Z:cf5c0515-b540-40d6-8543-c20e5266e2f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '003ce88d-d3f5-4832-98aa-1277717c4cc4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9641', - 'x-ms-correlation-request-id', - 'da2649f7-5cf6-4109-8d97-86c1f6e0c74b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034134Z:da2649f7-5cf6-4109-8d97-86c1f6e0c74b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf63349c-3027-43f5-8a82-558c181bf9e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9640', - 'x-ms-correlation-request-id', - 'a4e2f9e9-eb3d-4627-9e4c-52e4af3475a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034135Z:a4e2f9e9-eb3d-4627-9e4c-52e4af3475a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f44b14f-e5f4-45bf-afd7-3f8e09d322be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9639', - 'x-ms-correlation-request-id', - 'deab1900-dc0b-4503-9045-7e9c54afeff6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034135Z:deab1900-dc0b-4503-9045-7e9c54afeff6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f901a2a3-61b1-4ab4-86cb-d47ff177ac7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9638', - 'x-ms-correlation-request-id', - 'cd3edda7-11f8-4f09-ba60-653886201fe5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034135Z:cd3edda7-11f8-4f09-ba60-653886201fe5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef91d276-644e-4554-beec-a27de42a8c2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9637', - 'x-ms-correlation-request-id', - 'a45ca048-8b8d-4dcf-947e-7306917e4c66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034136Z:a45ca048-8b8d-4dcf-947e-7306917e4c66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b240333-dad5-478d-95ee-e65595dba821', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9636', - 'x-ms-correlation-request-id', - '77e8aaca-13f7-4858-bc9d-8ed9f428f443', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034136Z:77e8aaca-13f7-4858-bc9d-8ed9f428f443', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '536499e4-ab25-45c9-8158-20d038b96f51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9635', - 'x-ms-correlation-request-id', - '4a15957c-2713-4a84-865e-775458a9e68b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034137Z:4a15957c-2713-4a84-865e-775458a9e68b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f5d1841-c0c8-452f-9b78-04194e5cbe0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9634', - 'x-ms-correlation-request-id', - '596b0177-afe1-4943-8563-8011cdc259f9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034137Z:596b0177-afe1-4943-8563-8011cdc259f9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64d011e7-12a4-41fe-ba4c-a3dd97b076f5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9633', - 'x-ms-correlation-request-id', - 'bbe54398-41b5-4c31-8206-208adcade2bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034137Z:bbe54398-41b5-4c31-8206-208adcade2bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6abd542-cfed-4db6-a97b-ccbee4bcf9ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9632', - 'x-ms-correlation-request-id', - '37460be5-7afe-4365-adfc-78c59f17790c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034138Z:37460be5-7afe-4365-adfc-78c59f17790c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40f3d9fb-8c70-4c21-9e53-5962a508c023', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9631', - 'x-ms-correlation-request-id', - '521da470-7e20-4d18-8e68-d12983bb3f81', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034138Z:521da470-7e20-4d18-8e68-d12983bb3f81', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5bad0aa1-6b5f-470d-8452-c62ec29ead77', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9630', - 'x-ms-correlation-request-id', - 'fa7232d5-bf6f-41ac-859a-d52ecae3ee92', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034139Z:fa7232d5-bf6f-41ac-859a-d52ecae3ee92', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fadc85eb-ec87-45e2-ade4-ddb923b178dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9629', - 'x-ms-correlation-request-id', - '49fff574-9bf6-4f01-a2bc-005ec1539f91', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034139Z:49fff574-9bf6-4f01-a2bc-005ec1539f91', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '430db7f9-007b-40d4-9018-4cf86bebd5eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9628', - 'x-ms-correlation-request-id', - '2fbb835e-c487-43c5-89ad-afb88d01e209', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034139Z:2fbb835e-c487-43c5-89ad-afb88d01e209', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f12fc1d-0e06-4f02-bece-2feb22edbb7d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9627', - 'x-ms-correlation-request-id', - 'e99b5e24-d5ae-4f03-a18c-91e17c254c1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034140Z:e99b5e24-d5ae-4f03-a18c-91e17c254c1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '745e9171-93f9-4c1d-8b90-16743e431857', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9626', - 'x-ms-correlation-request-id', - 'c8df1fe5-d32c-4d6e-bdba-95d1d5a64bca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034140Z:c8df1fe5-d32c-4d6e-bdba-95d1d5a64bca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7bad9bf-beec-4889-bf52-93f3ad7f6e37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9625', - 'x-ms-correlation-request-id', - '3d9c21a5-c8b6-426b-8990-e8010e0b8a2d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034141Z:3d9c21a5-c8b6-426b-8990-e8010e0b8a2d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e9d766f-a10a-4c0d-ba44-a2b470577b0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9624', - 'x-ms-correlation-request-id', - '6d38b62e-e119-4c5e-9e95-b3b34d9b0351', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034141Z:6d38b62e-e119-4c5e-9e95-b3b34d9b0351', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0a4fcad-c2d7-44bf-81ce-c7fda2e48862', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9623', - 'x-ms-correlation-request-id', - 'b21927e5-cb0d-4428-b209-4e94ad0b9bbc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034141Z:b21927e5-cb0d-4428-b209-4e94ad0b9bbc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e56f71cd-216a-4422-a2ef-8686ae98ed79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9622', - 'x-ms-correlation-request-id', - 'f1d88b4e-af58-4cea-91b4-3caac9df212d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034142Z:f1d88b4e-af58-4cea-91b4-3caac9df212d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2020439d-272c-49d0-bdc3-3f61af6762db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9621', - 'x-ms-correlation-request-id', - '85fc0b31-ed73-4eba-8264-8f9187fd1995', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034142Z:85fc0b31-ed73-4eba-8264-8f9187fd1995', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82ea2afd-23da-4fbe-a8b1-ebb4ae4f3372', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9620', - 'x-ms-correlation-request-id', - '1cef266d-c085-4eed-99e3-1d838c0aceab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034143Z:1cef266d-c085-4eed-99e3-1d838c0aceab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f55424b8-8b1b-4b7d-b82b-299644974d5e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9619', - 'x-ms-correlation-request-id', - '230b0e47-c05e-40f6-bfa0-8e372afc6ec9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034143Z:230b0e47-c05e-40f6-bfa0-8e372afc6ec9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbc4ebee-598b-4883-a6ea-f3028fc137df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9618', - 'x-ms-correlation-request-id', - '728ef476-dffe-4b55-8aed-196b2145b15c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034144Z:728ef476-dffe-4b55-8aed-196b2145b15c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c9fa52c-9b75-4b1a-b754-24ebd638fa21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9617', - 'x-ms-correlation-request-id', - 'd5e15a57-db1e-440a-9a6a-f8dac4e1def9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034144Z:d5e15a57-db1e-440a-9a6a-f8dac4e1def9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35f0dd97-ee6a-4c91-be65-997a62fd9677', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9616', - 'x-ms-correlation-request-id', - 'c29f86a0-3667-4a71-8154-d2143cfdea30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034144Z:c29f86a0-3667-4a71-8154-d2143cfdea30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '06d219c8-ad47-4788-b24e-9919c9e8c4e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9615', - 'x-ms-correlation-request-id', - 'e443bf49-271a-4e4b-9af5-b0f793744454', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034145Z:e443bf49-271a-4e4b-9af5-b0f793744454', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9681055d-5d0b-4407-8075-501a0c766722', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9614', - 'x-ms-correlation-request-id', - 'a4f06959-9cb1-4e96-8984-317eacc8d109', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034145Z:a4f06959-9cb1-4e96-8984-317eacc8d109', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec9cab23-30cb-4148-8047-7163f8b4139a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9613', - 'x-ms-correlation-request-id', - '519505a2-184c-4bb2-bc8f-8e40b57f0171', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034146Z:519505a2-184c-4bb2-bc8f-8e40b57f0171', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ce3c42f-1568-4676-a775-1c2972b2bacc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9612', - 'x-ms-correlation-request-id', - '46273480-a3e4-4629-a768-dbdd36b53872', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034146Z:46273480-a3e4-4629-a768-dbdd36b53872', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '260b99ae-7c92-48dc-b210-57540902d30d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9611', - 'x-ms-correlation-request-id', - '3a5ffe0f-9008-4353-887a-72a08b06510f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034146Z:3a5ffe0f-9008-4353-887a-72a08b06510f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '71ef29d8-7334-4fe3-a418-bfbf01cdfed4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9610', - 'x-ms-correlation-request-id', - '817138f6-8457-4425-8b98-e97c3cc14d1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034147Z:817138f6-8457-4425-8b98-e97c3cc14d1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd8f2667-65b4-4d44-a006-a4b5ea0248ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9609', - 'x-ms-correlation-request-id', - '81341339-e1c4-4512-91bd-a521da6e0b03', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034147Z:81341339-e1c4-4512-91bd-a521da6e0b03', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5fb5983e-fad4-4090-8b79-8983d3a096c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9608', - 'x-ms-correlation-request-id', - 'e593ef08-dee9-4350-b3f2-c0f8db4908ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034148Z:e593ef08-dee9-4350-b3f2-c0f8db4908ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '802c8f0f-508e-4441-a838-4435bb4d4f42', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9607', - 'x-ms-correlation-request-id', - '7f977fcf-0d43-451d-83b7-adf6ee917268', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034148Z:7f977fcf-0d43-451d-83b7-adf6ee917268', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdb5a95f-1434-4496-8b84-d373f0609339', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9606', - 'x-ms-correlation-request-id', - 'c7018177-0e62-4650-84d7-f421e8698132', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034148Z:c7018177-0e62-4650-84d7-f421e8698132', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa6464c7-a930-42e2-8c53-b039dd08a4f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9605', - 'x-ms-correlation-request-id', - '2ae3549c-19a4-4d04-9a5c-d04a3213292f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034149Z:2ae3549c-19a4-4d04-9a5c-d04a3213292f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55a9d9af-1bfa-4772-917a-978fe49b016a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9604', - 'x-ms-correlation-request-id', - 'd650f89f-5753-4d86-92c1-114eb4f4ed6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034149Z:d650f89f-5753-4d86-92c1-114eb4f4ed6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2079401b-1c8b-4429-bb5a-f12e43a04876', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9603', - 'x-ms-correlation-request-id', - '0a8e33a9-9dc3-4154-ac2b-3450d5dd2b55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034150Z:0a8e33a9-9dc3-4154-ac2b-3450d5dd2b55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c15973ce-7ccc-49df-8b7d-6dd66ecda84c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9602', - 'x-ms-correlation-request-id', - 'fb1d89bb-f9a8-4702-979c-9c778f359a27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034150Z:fb1d89bb-f9a8-4702-979c-9c778f359a27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36153bc6-8745-407b-a070-f67c4fae69fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9601', - 'x-ms-correlation-request-id', - '8fc5e7a7-934a-4f40-9e98-7cbcf3205d7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034150Z:8fc5e7a7-934a-4f40-9e98-7cbcf3205d7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b5c910b0-4930-4458-94ea-5a0772cbe05c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9600', - 'x-ms-correlation-request-id', - '0d232ab5-35d8-4f0f-9c91-2ec4ddb0956f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034151Z:0d232ab5-35d8-4f0f-9c91-2ec4ddb0956f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd0ce1db-cb95-424d-ab49-40d4380ab875', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9599', - 'x-ms-correlation-request-id', - 'f5441d39-8f2a-4d5c-bf9e-dfc0f9682e34', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034151Z:f5441d39-8f2a-4d5c-bf9e-dfc0f9682e34', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec8153eb-24a9-46de-9bc7-5a9381790076', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9598', - 'x-ms-correlation-request-id', - '36483b79-32a9-4c8a-ac4a-69092a6d9483', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034152Z:36483b79-32a9-4c8a-ac4a-69092a6d9483', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45ef99ff-a805-4aa6-9f41-5b3a6dea3841', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9597', - 'x-ms-correlation-request-id', - '7400a4d4-8f57-4f1a-a1b2-ddbe31762dfc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034152Z:7400a4d4-8f57-4f1a-a1b2-ddbe31762dfc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00129b7e-dbc6-48b2-a5e9-eccd5ecd6a53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9596', - 'x-ms-correlation-request-id', - '54a239d9-005b-44da-a9c0-8cb56ab83a71', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034152Z:54a239d9-005b-44da-a9c0-8cb56ab83a71', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '71c2f976-83f4-40be-a8e0-b3ad280ba188', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9595', - 'x-ms-correlation-request-id', - '2a0aa332-7a1b-49c9-93ee-fbc3ebdf5cb9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034153Z:2a0aa332-7a1b-49c9-93ee-fbc3ebdf5cb9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4344ec1a-158b-462a-af5a-2d4ae8296fb4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9594', - 'x-ms-correlation-request-id', - '7f2e941b-1375-4282-88f5-7753c36b2407', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034153Z:7f2e941b-1375-4282-88f5-7753c36b2407', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19807e84-9426-44a6-a549-f585ba852dff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9593', - 'x-ms-correlation-request-id', - '55c63274-ca0c-478d-ac98-763195cd51eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034154Z:55c63274-ca0c-478d-ac98-763195cd51eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8df815aa-0120-4d52-ac83-e7f246d56a09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9592', - 'x-ms-correlation-request-id', - '104abfe7-889b-49fe-bc98-02889086c92e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034154Z:104abfe7-889b-49fe-bc98-02889086c92e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ee6c543-c1bb-46ba-b476-6a89acd8b95c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9591', - 'x-ms-correlation-request-id', - '3b26e9ab-8f76-4b1e-b95c-ce9c02511174', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034154Z:3b26e9ab-8f76-4b1e-b95c-ce9c02511174', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0d50203-7d31-4acb-99c0-88f3443e7f75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9590', - 'x-ms-correlation-request-id', - '9166c058-b823-43c9-a867-21b2adeefc25', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034155Z:9166c058-b823-43c9-a867-21b2adeefc25', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31d8a929-22e0-4332-9339-885a69f07e0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9589', - 'x-ms-correlation-request-id', - '1e1342fa-6475-4f89-bbd4-5de70a400766', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034155Z:1e1342fa-6475-4f89-bbd4-5de70a400766', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7025044-80da-4408-95b3-d8ae640a4b88', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9588', - 'x-ms-correlation-request-id', - '087709c2-236a-4ab8-bd0f-c6c305b19e88', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034156Z:087709c2-236a-4ab8-bd0f-c6c305b19e88', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ee652d4-9f83-47ae-95cc-6c3affe9d69d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9587', - 'x-ms-correlation-request-id', - '81d1d0b2-69d7-40e1-9a4e-59eb155c8d3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034156Z:81d1d0b2-69d7-40e1-9a4e-59eb155c8d3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7db86b2-eddd-46a4-8d94-47e9cf842cdd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9586', - 'x-ms-correlation-request-id', - 'c6026298-b78b-4203-8475-f1054a9b11c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034156Z:c6026298-b78b-4203-8475-f1054a9b11c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79ea5fbb-c2ab-4bee-969c-7dee8a8010e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9585', - 'x-ms-correlation-request-id', - '6392caea-d7f1-43e8-80d9-5a026e656f92', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034157Z:6392caea-d7f1-43e8-80d9-5a026e656f92', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9bf777b1-d356-4766-ac63-1b218f73f8bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9584', - 'x-ms-correlation-request-id', - 'd49b8cb4-2208-4ffe-bc87-e031b36b7d04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034157Z:d49b8cb4-2208-4ffe-bc87-e031b36b7d04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2200b9f-5d4d-420f-8fff-b58bd1aea634', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9583', - 'x-ms-correlation-request-id', - '8665b7c3-240d-422f-8d3a-d0c43b17ee19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034158Z:8665b7c3-240d-422f-8d3a-d0c43b17ee19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c07d4e4a-edf6-444a-86b2-bb4121e7fb82', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9582', - 'x-ms-correlation-request-id', - '65ab71d8-aa26-4d34-b7d4-27c856b9018d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034158Z:65ab71d8-aa26-4d34-b7d4-27c856b9018d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0024c527-3c12-4703-ab46-28633ff7074d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9581', - 'x-ms-correlation-request-id', - '266a2fad-e146-4987-b6d5-5b5ccd670987', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034158Z:266a2fad-e146-4987-b6d5-5b5ccd670987', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8fd8887d-723c-4393-8ed1-028a71756637', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9580', - 'x-ms-correlation-request-id', - 'e02f0be7-3239-4571-87b5-f86ea29f7a8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034159Z:e02f0be7-3239-4571-87b5-f86ea29f7a8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6cbc984a-1d18-43d3-980f-f21a4b448cb0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9579', - 'x-ms-correlation-request-id', - '52a0b99f-b776-45a0-9e7e-bcbebef5adb2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034159Z:52a0b99f-b776-45a0-9e7e-bcbebef5adb2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '926fc669-7318-4620-b29e-9811eabe1345', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9578', - 'x-ms-correlation-request-id', - '2c444944-3f4e-4394-88ed-ea97f9e1720e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034200Z:2c444944-3f4e-4394-88ed-ea97f9e1720e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:41:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '774c3634-b060-49d8-b71e-646ee8678020', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9577', - 'x-ms-correlation-request-id', - '8b92b32c-4d19-4687-bb32-0a1a5a8d4c0f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034200Z:8b92b32c-4d19-4687-bb32-0a1a5a8d4c0f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'feb9e8e4-6aea-45a9-8c48-576709457dd7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9576', - 'x-ms-correlation-request-id', - 'cc80760f-1a3d-4552-a4b3-3d114a1897ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034200Z:cc80760f-1a3d-4552-a4b3-3d114a1897ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c45d1226-2aeb-445e-b5f5-d997a4ad0f39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9575', - 'x-ms-correlation-request-id', - '39411e7c-f8ba-4625-92cc-d30dcb349b38', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034201Z:39411e7c-f8ba-4625-92cc-d30dcb349b38', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ba27147-93a1-41f9-bd8f-ce3b53bb7871', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9574', - 'x-ms-correlation-request-id', - 'e6bb91ae-b17a-42cf-877b-4b2a8aefcb7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034201Z:e6bb91ae-b17a-42cf-877b-4b2a8aefcb7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b6041a3-01be-4b7b-9e4d-f0055b82c5b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9573', - 'x-ms-correlation-request-id', - '7037ce5d-b177-45a2-928c-4406280b2a1b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034202Z:7037ce5d-b177-45a2-928c-4406280b2a1b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '407a6be8-0ebd-41a0-bf97-ea8193e25209', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9572', - 'x-ms-correlation-request-id', - 'd7e10b78-be48-44f8-9c93-9751c512d35e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034202Z:d7e10b78-be48-44f8-9c93-9751c512d35e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81959f7d-25b7-4fd6-af3e-a041cb42f0e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9571', - 'x-ms-correlation-request-id', - '398cfd0f-ea4d-47d8-b51c-7f351a25ef83', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034203Z:398cfd0f-ea4d-47d8-b51c-7f351a25ef83', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4535d60e-969a-4631-811b-296f754d6593', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9570', - 'x-ms-correlation-request-id', - '3dfca2ba-124d-45f5-8eb2-f911121ecfcc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034203Z:3dfca2ba-124d-45f5-8eb2-f911121ecfcc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e49ffaf-42a8-4b32-919e-f5ae5fcaa50b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9569', - 'x-ms-correlation-request-id', - '15e17052-ba5b-421b-8efa-cf21999b86a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034203Z:15e17052-ba5b-421b-8efa-cf21999b86a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e8fab09-d5fe-4663-87fb-340b3e7fc8ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9568', - 'x-ms-correlation-request-id', - 'b3214506-4eac-4186-a749-018d1594332a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034204Z:b3214506-4eac-4186-a749-018d1594332a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7fb7a10e-3e53-463b-a834-a2c51f079741', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9567', - 'x-ms-correlation-request-id', - 'fed69f50-a46f-4cdb-b8f5-574c393398b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034204Z:fed69f50-a46f-4cdb-b8f5-574c393398b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb5ab912-6b4c-4e08-b870-4161c0275cd4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9566', - 'x-ms-correlation-request-id', - '1ae2d4f2-96ef-480a-9245-eb7e84d65a94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034205Z:1ae2d4f2-96ef-480a-9245-eb7e84d65a94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '61b12757-4a41-4865-851a-03b4147e885d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9565', - 'x-ms-correlation-request-id', - '5f53b780-118b-4e6b-948c-9f7ada1d0744', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034205Z:5f53b780-118b-4e6b-948c-9f7ada1d0744', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd405a3ae-d025-4a25-bbca-1d53e759b8c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9564', - 'x-ms-correlation-request-id', - 'c729bb98-54dc-41f8-b2b8-b9b20b5c2377', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034205Z:c729bb98-54dc-41f8-b2b8-b9b20b5c2377', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7cf6a8c5-acd3-4311-9525-7df63d67acbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9563', - 'x-ms-correlation-request-id', - '3bffa259-9f9a-4d10-9c13-cad9fbf3aaf4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034206Z:3bffa259-9f9a-4d10-9c13-cad9fbf3aaf4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94f7ab59-15ca-4e43-9d9e-42c8345bd7c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9562', - 'x-ms-correlation-request-id', - 'c2742e8c-e852-4d91-acbb-1bc04e3b1cd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034206Z:c2742e8c-e852-4d91-acbb-1bc04e3b1cd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd968c89f-5048-4fc5-ae24-740d97048205', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9561', - 'x-ms-correlation-request-id', - 'bc99ebef-8ccf-46d1-8a6f-08ae7bde7060', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034207Z:bc99ebef-8ccf-46d1-8a6f-08ae7bde7060', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f23cd2a-872e-45bf-b5e5-f51f1aa0fb15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9560', - 'x-ms-correlation-request-id', - '03373fe1-f667-43e2-bc4a-14e848ea9b93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034207Z:03373fe1-f667-43e2-bc4a-14e848ea9b93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38ab9358-9bf8-4702-b60d-fcc5a6ddd1e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9559', - 'x-ms-correlation-request-id', - 'c5c4b601-41a6-4dbc-9f13-9cbaa7f5d4ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034207Z:c5c4b601-41a6-4dbc-9f13-9cbaa7f5d4ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb93ddc6-2a51-4b9d-a29c-cbb59665ca07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9558', - 'x-ms-correlation-request-id', - 'a22bafcb-21ed-464a-9a6b-a900af3707fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034208Z:a22bafcb-21ed-464a-9a6b-a900af3707fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96833ad3-bba9-4c84-8e4c-7b4f41c0b6e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9557', - 'x-ms-correlation-request-id', - 'ba70cc42-0f91-4459-bab6-6c0cfdc589d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034208Z:ba70cc42-0f91-4459-bab6-6c0cfdc589d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21bcfa9e-05cc-49d3-ba0c-acaf9b141515', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9556', - 'x-ms-correlation-request-id', - '79af7d18-8f0b-41b8-85cf-c01d246beaae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034209Z:79af7d18-8f0b-41b8-85cf-c01d246beaae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e975de20-4091-40c5-849f-7781b84db936', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9555', - 'x-ms-correlation-request-id', - '63efb689-64e0-4845-b1c3-de3a2a97fa24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034209Z:63efb689-64e0-4845-b1c3-de3a2a97fa24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1eb35296-f53a-4769-9671-9caf22e87c00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9554', - 'x-ms-correlation-request-id', - '11e1c9f8-a26d-41e9-a6e2-bb28043526a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034209Z:11e1c9f8-a26d-41e9-a6e2-bb28043526a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed3fb8bd-69b3-4d24-a245-7ad5e4b55a36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9553', - 'x-ms-correlation-request-id', - 'b07ad2d4-6256-4f1b-8608-467b3dedfdd6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034210Z:b07ad2d4-6256-4f1b-8608-467b3dedfdd6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '556d53e4-e6f8-4a20-8e65-e98d12662d02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9552', - 'x-ms-correlation-request-id', - 'adc53499-e65e-4485-8f97-b92856908644', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034210Z:adc53499-e65e-4485-8f97-b92856908644', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'beb732f7-501b-4a93-b534-93c0cbc58d5f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9551', - 'x-ms-correlation-request-id', - 'a6adb752-ae2a-4772-9cfd-754e3a61517b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034211Z:a6adb752-ae2a-4772-9cfd-754e3a61517b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87d97dfa-0832-41a8-bd2e-3ebd98627dc5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9550', - 'x-ms-correlation-request-id', - '58775b77-3a64-4c9c-9f07-17644489508a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034211Z:58775b77-3a64-4c9c-9f07-17644489508a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0acbee20-f5b2-4092-a1a4-2d47c077f3c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9549', - 'x-ms-correlation-request-id', - '4b70e229-cc3a-4605-960f-606028851c97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034212Z:4b70e229-cc3a-4605-960f-606028851c97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4078329-f81e-4aa1-b5c9-cad7659857ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9548', - 'x-ms-correlation-request-id', - '5fc72d42-b224-4cef-89eb-dc2ce455f5d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034212Z:5fc72d42-b224-4cef-89eb-dc2ce455f5d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f0b11bf-dc60-446b-b0bb-425508ddd0b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9547', - 'x-ms-correlation-request-id', - '24fa847c-4959-4278-a3a5-4d983c053065', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034212Z:24fa847c-4959-4278-a3a5-4d983c053065', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9ad6aca-fa59-4cdf-8e5e-263c619467e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9546', - 'x-ms-correlation-request-id', - '7486ccc5-ce44-4dfd-95c1-0459182a9de6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034213Z:7486ccc5-ce44-4dfd-95c1-0459182a9de6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b6455dc-9971-40d2-ba47-0fcbfe21e0b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9545', - 'x-ms-correlation-request-id', - 'e1227278-c312-4d03-9b83-bd811fcf9006', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034213Z:e1227278-c312-4d03-9b83-bd811fcf9006', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '724c55b1-221a-4ead-a5b6-49a10e766e43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9544', - 'x-ms-correlation-request-id', - 'e15144a6-349f-4660-9279-43b3c0aeb538', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034214Z:e15144a6-349f-4660-9279-43b3c0aeb538', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3cca0c2-1da4-4ab2-8e61-4c54f63f2871', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9543', - 'x-ms-correlation-request-id', - 'a84a1f59-6b00-4f4b-9e99-a52f680d8a4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034214Z:a84a1f59-6b00-4f4b-9e99-a52f680d8a4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1861ce6-af92-4d12-9e92-99df9538ed24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9542', - 'x-ms-correlation-request-id', - 'db21595a-92f9-4a14-821f-abdd87082385', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034214Z:db21595a-92f9-4a14-821f-abdd87082385', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6006fb36-ef3f-4697-92f8-9de62d2118da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9541', - 'x-ms-correlation-request-id', - 'e39040d4-9437-424a-bf37-fb4dc88cd2d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034215Z:e39040d4-9437-424a-bf37-fb4dc88cd2d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '698de916-54af-401e-82db-8267e9b05169', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9540', - 'x-ms-correlation-request-id', - '7ade17d6-26a6-4542-ac81-ece37ed978c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034215Z:7ade17d6-26a6-4542-ac81-ece37ed978c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d91ea4b-761b-45c6-a908-67258afda9d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9539', - 'x-ms-correlation-request-id', - '8ae63340-3173-4281-801b-7efe9ee34bee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034215Z:8ae63340-3173-4281-801b-7efe9ee34bee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '433c47f5-54b6-468b-a7e9-d64b45af059d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9538', - 'x-ms-correlation-request-id', - '26ed0574-aac2-4ef8-8ca6-77aee0bec06c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034216Z:26ed0574-aac2-4ef8-8ca6-77aee0bec06c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b5149b1-c014-4b88-8c6c-cdf4fd40d8ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9537', - 'x-ms-correlation-request-id', - '9fd47845-def6-4a92-8144-86d7c9cb29bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034216Z:9fd47845-def6-4a92-8144-86d7c9cb29bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e814415-8c3b-4986-9583-9502bfa45b25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9536', - 'x-ms-correlation-request-id', - '3636d04a-8324-4a25-993c-aa5cfdafc66d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034217Z:3636d04a-8324-4a25-993c-aa5cfdafc66d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b32768f3-94a6-42ca-b97f-68d484f30a49', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9535', - 'x-ms-correlation-request-id', - '827e0430-f8b9-4e1d-9afc-55e2c6ca44f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034217Z:827e0430-f8b9-4e1d-9afc-55e2c6ca44f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '582f6b3c-cf52-4b36-a142-e87525a39b90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9534', - 'x-ms-correlation-request-id', - '04392397-ca8e-4da6-8421-dbe8125f817d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034217Z:04392397-ca8e-4da6-8421-dbe8125f817d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5b57e2b-44f8-4800-b258-ad0337327cd2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9533', - 'x-ms-correlation-request-id', - '6b9cdc08-e17c-4052-8c97-e2c5099f6491', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034218Z:6b9cdc08-e17c-4052-8c97-e2c5099f6491', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f43ae00-d529-4c8d-82a6-c9572fa35971', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9532', - 'x-ms-correlation-request-id', - 'c6bec566-4db3-4bb2-967f-d00d78562469', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034218Z:c6bec566-4db3-4bb2-967f-d00d78562469', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1386eef0-ebbd-41e8-b043-6b3f5de26047', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9531', - 'x-ms-correlation-request-id', - 'ed2c001f-16c8-4423-995a-699ada6472b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034219Z:ed2c001f-16c8-4423-995a-699ada6472b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24d04943-ddb8-49ed-9cc7-612d06c10651', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9530', - 'x-ms-correlation-request-id', - 'fe95ce2d-9c27-42ce-9667-5b0adde886d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034219Z:fe95ce2d-9c27-42ce-9667-5b0adde886d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e0ee15e-2b1c-401c-aea9-4f4130f83a54', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9529', - 'x-ms-correlation-request-id', - '29247d2c-96b5-4829-857d-617f12b8785f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034220Z:29247d2c-96b5-4829-857d-617f12b8785f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '448596f1-99e5-4636-a693-d7c88ee75a98', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9528', - 'x-ms-correlation-request-id', - 'ec40c73f-9dfd-4636-a676-dd101d5b5105', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034220Z:ec40c73f-9dfd-4636-a676-dd101d5b5105', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4912bf2-f39b-4439-b5fb-0794faea2384', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9527', - 'x-ms-correlation-request-id', - 'f28a6f36-2df8-42ca-9d86-dc409b79213d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034220Z:f28a6f36-2df8-42ca-9d86-dc409b79213d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46f305b9-d631-4288-8d1d-3a15a76bf57b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9526', - 'x-ms-correlation-request-id', - '08885942-2766-4c23-a34b-07c9129ab94b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034221Z:08885942-2766-4c23-a34b-07c9129ab94b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b94a2e9-10ed-4e6e-92a5-d5696ff3885a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9525', - 'x-ms-correlation-request-id', - '293df9ee-9024-471f-9832-b81b7ef69ac7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034221Z:293df9ee-9024-471f-9832-b81b7ef69ac7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74678485-e266-4dc0-9da0-a7c121baf16d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9524', - 'x-ms-correlation-request-id', - '57519867-6658-4470-a19e-32fddb8de900', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034222Z:57519867-6658-4470-a19e-32fddb8de900', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7170dc4b-b91f-4788-b9ae-5839514a1abd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9523', - 'x-ms-correlation-request-id', - '19dfd540-b456-4d22-b041-d2b0a6045810', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034222Z:19dfd540-b456-4d22-b041-d2b0a6045810', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3618f4bb-d4bd-4411-98ea-369a6b8e7653', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9522', - 'x-ms-correlation-request-id', - 'fabbc14a-cbfa-43e5-810e-cbd485d1405f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034222Z:fabbc14a-cbfa-43e5-810e-cbd485d1405f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bec058c0-15a4-4309-97de-81b34cbdab50', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9521', - 'x-ms-correlation-request-id', - 'bd4eae0c-687a-4c03-809c-104969ef26b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034223Z:bd4eae0c-687a-4c03-809c-104969ef26b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6cb410a6-c15a-43e5-b07e-15766142ebb6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9520', - 'x-ms-correlation-request-id', - '10889319-4fb5-4d7f-99dc-72f762b88ee4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034223Z:10889319-4fb5-4d7f-99dc-72f762b88ee4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c312239d-1b81-4754-8e13-f6ae5e991363', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9519', - 'x-ms-correlation-request-id', - '004acfc0-6b71-4d10-b50f-2e6d99414b2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034223Z:004acfc0-6b71-4d10-b50f-2e6d99414b2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d26512c-d764-4dce-8152-fe21b6c5df1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9518', - 'x-ms-correlation-request-id', - '895980cc-b7ec-4438-ad93-64bacef6ffae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034224Z:895980cc-b7ec-4438-ad93-64bacef6ffae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '902e2813-83b5-4015-86c7-151e2684398f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9517', - 'x-ms-correlation-request-id', - '98eede74-a0ad-499d-85b5-402894a4df88', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034224Z:98eede74-a0ad-499d-85b5-402894a4df88', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0227ff9-3ccf-42a9-a7eb-20302c0dbb40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9516', - 'x-ms-correlation-request-id', - '806fecfc-4805-4853-a4b2-e2479ce85f7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034225Z:806fecfc-4805-4853-a4b2-e2479ce85f7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'abf96167-8ad9-45a6-a591-a424c6518502', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9515', - 'x-ms-correlation-request-id', - '58f68a87-ded5-4ee7-8147-e85e1ead0556', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034225Z:58f68a87-ded5-4ee7-8147-e85e1ead0556', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eff7f1e8-2b54-4a19-afd3-78685cd31e47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9514', - 'x-ms-correlation-request-id', - '2ec6dcc7-c051-40a6-a2f2-8b6e8ae41aa8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034225Z:2ec6dcc7-c051-40a6-a2f2-8b6e8ae41aa8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35a8d2ad-924b-4488-a7f4-13dc2c4d59a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9513', - 'x-ms-correlation-request-id', - '39a1f598-52f6-45fa-a295-c4fabc6691be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034226Z:39a1f598-52f6-45fa-a295-c4fabc6691be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '728b407f-e0db-4a9a-8bd3-75e71c73b9f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9512', - 'x-ms-correlation-request-id', - '30be2bd3-ff00-41f4-8090-080ce70c449c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034226Z:30be2bd3-ff00-41f4-8090-080ce70c449c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1dd2b0b9-5ecf-476a-8889-109c99a3bfe3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9511', - 'x-ms-correlation-request-id', - '4230285e-a126-42c8-ad9a-cd5565be06e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034227Z:4230285e-a126-42c8-ad9a-cd5565be06e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a304bdd0-a32f-4da7-98c6-7adad5db2d0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9510', - 'x-ms-correlation-request-id', - '9cf4eaaf-2038-425f-93f2-6b5249e1ca02', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034227Z:9cf4eaaf-2038-425f-93f2-6b5249e1ca02', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1f5744a-81f3-4bcd-b509-9699c77525ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9509', - 'x-ms-correlation-request-id', - 'f56db064-fa07-4344-af08-f34ea94eb345', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034227Z:f56db064-fa07-4344-af08-f34ea94eb345', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1cd00ca7-e845-41e5-9c1c-69ffd5749a63', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9508', - 'x-ms-correlation-request-id', - '055a2021-5496-40ce-948b-8c64a29f86c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034228Z:055a2021-5496-40ce-948b-8c64a29f86c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2b19d0d-6980-4db4-a1a6-838257e07f40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9507', - 'x-ms-correlation-request-id', - '84f235d8-d6e1-473c-8868-01091c730588', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034228Z:84f235d8-d6e1-473c-8868-01091c730588', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95e995d8-d33d-4f82-b160-6687dddb92bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9506', - 'x-ms-correlation-request-id', - '291fe228-5039-44bd-9c57-6f5c4e381c19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034229Z:291fe228-5039-44bd-9c57-6f5c4e381c19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5978f8f-0776-47c2-bf5e-9885367af224', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9505', - 'x-ms-correlation-request-id', - '21253c1f-4dc2-4800-9c24-79403ed0d6bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034229Z:21253c1f-4dc2-4800-9c24-79403ed0d6bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'acc34ca5-da9e-4f86-b7b9-8033fb8c4c7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9504', - 'x-ms-correlation-request-id', - '8c1708a0-e98e-4d24-8a70-74a11dd175ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034229Z:8c1708a0-e98e-4d24-8a70-74a11dd175ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67639b16-cddd-4c3d-bf07-1e650c00568c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9503', - 'x-ms-correlation-request-id', - 'e0b7d3fc-16c7-4af6-8fe2-53859566a0a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034230Z:e0b7d3fc-16c7-4af6-8fe2-53859566a0a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c7adf4f-3add-4fdc-b174-aa69ade50d3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9502', - 'x-ms-correlation-request-id', - '090f0ab1-b304-48ea-806b-ef0b658e1aaa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034230Z:090f0ab1-b304-48ea-806b-ef0b658e1aaa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2dc2c5f8-af69-4d06-a912-713219b35f62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9501', - 'x-ms-correlation-request-id', - '48704f50-53bf-4e39-a110-1d34e099aa96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034231Z:48704f50-53bf-4e39-a110-1d34e099aa96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0a09009-96c6-403a-84ef-591fd48d44a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9500', - 'x-ms-correlation-request-id', - '89cb8bc3-1563-4caf-8ae5-001a432825bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034231Z:89cb8bc3-1563-4caf-8ae5-001a432825bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7cafb3bd-24cb-4316-9058-a92bee9f1765', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9499', - 'x-ms-correlation-request-id', - '64e5a284-fec7-455e-8b6a-a6840ffc4f60', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034231Z:64e5a284-fec7-455e-8b6a-a6840ffc4f60', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c7b9469-2b57-450c-bc4a-a0c0da5dac1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9498', - 'x-ms-correlation-request-id', - 'c8c52bca-ff38-4e7f-b571-547162f1f67c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034232Z:c8c52bca-ff38-4e7f-b571-547162f1f67c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '526d6d48-05d0-4ddc-af10-a1b1f33709f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9497', - 'x-ms-correlation-request-id', - 'c79d181e-4220-4571-9290-b7a56ceddd04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034232Z:c79d181e-4220-4571-9290-b7a56ceddd04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8cd1477-1f7b-4ad7-ba53-9a1dc07139fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9496', - 'x-ms-correlation-request-id', - 'c4e41448-829f-4815-8287-8a083a73b925', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034233Z:c4e41448-829f-4815-8287-8a083a73b925', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5fb78964-3620-4d34-b1a4-114e118f08d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9495', - 'x-ms-correlation-request-id', - 'cb8f3e6e-561d-4449-9494-aace24ac899b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034233Z:cb8f3e6e-561d-4449-9494-aace24ac899b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8824c54-32c6-40ba-becc-a8d34789cf95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9494', - 'x-ms-correlation-request-id', - '461c9bf3-3e5f-41c4-96b1-4ca3fc755181', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034233Z:461c9bf3-3e5f-41c4-96b1-4ca3fc755181', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a886145-8fbf-4e8f-8389-7f7ece4db268', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9493', - 'x-ms-correlation-request-id', - '43a8b644-183c-4513-8ab0-64e659614008', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034234Z:43a8b644-183c-4513-8ab0-64e659614008', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98267fb5-af51-4ccd-88c7-64def6970b6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9492', - 'x-ms-correlation-request-id', - '1736f2eb-b1ff-4e18-a061-44f66f6999df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034234Z:1736f2eb-b1ff-4e18-a061-44f66f6999df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '52159d37-ac0f-4e37-83d3-3e92cb70423c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9491', - 'x-ms-correlation-request-id', - 'ec5edc33-858c-45f7-8a5b-5b03c8c4c448', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034234Z:ec5edc33-858c-45f7-8a5b-5b03c8c4c448', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27f26747-2b77-438c-ad56-70ebb91c096e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9490', - 'x-ms-correlation-request-id', - 'e0db87d0-e6f2-4cb9-9e88-d7bdd9b4c1ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034235Z:e0db87d0-e6f2-4cb9-9e88-d7bdd9b4c1ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c5d3750-ea09-42e0-a164-f3d34941db68', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9489', - 'x-ms-correlation-request-id', - '19b62662-a299-48ee-b697-4dc91cd45f11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034235Z:19b62662-a299-48ee-b697-4dc91cd45f11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '463391e3-1c94-4873-a2e3-2aeba6b6449e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9488', - 'x-ms-correlation-request-id', - '894211c1-b2c8-4a1f-9f49-0361241dce9a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034236Z:894211c1-b2c8-4a1f-9f49-0361241dce9a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9f5c5c4f-d72c-48d2-ab4d-c781a586d7cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9487', - 'x-ms-correlation-request-id', - '286b9996-f878-4ed1-ba06-a6eb223c30dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034236Z:286b9996-f878-4ed1-ba06-a6eb223c30dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a1de77a-df7c-495a-b629-662e077ea7dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9486', - 'x-ms-correlation-request-id', - 'bd2effe2-3417-4bda-8864-5b2045ce83a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034236Z:bd2effe2-3417-4bda-8864-5b2045ce83a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd787ec9b-1612-4218-906a-f93349b77115', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9485', - 'x-ms-correlation-request-id', - '18f6bdf9-effb-45f3-9f65-7e33034d34bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034237Z:18f6bdf9-effb-45f3-9f65-7e33034d34bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b190f30c-16f7-443e-8778-eae5c1303c61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9484', - 'x-ms-correlation-request-id', - '19d935f9-b853-4d6b-9454-1aa9c8c315ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034237Z:19d935f9-b853-4d6b-9454-1aa9c8c315ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce3a0f91-8b2e-45cb-aae5-6b961457901f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9483', - 'x-ms-correlation-request-id', - '28ce8bac-479a-449d-81a0-f2ecf5157dc5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034238Z:28ce8bac-479a-449d-81a0-f2ecf5157dc5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '382e2523-cb8d-49cc-9240-f8dc49600408', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9482', - 'x-ms-correlation-request-id', - '7157ee72-33de-41d6-96e1-392f6388c0ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034238Z:7157ee72-33de-41d6-96e1-392f6388c0ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa0b0e70-ae2d-4723-838e-4cfcc80f4585', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9481', - 'x-ms-correlation-request-id', - 'fd7e598d-5765-457f-8fac-89cecdb1a584', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034238Z:fd7e598d-5765-457f-8fac-89cecdb1a584', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d52494a-ac74-4f12-846c-a69bd49d6f85', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9480', - 'x-ms-correlation-request-id', - 'a26c293a-30dc-423e-9a8e-2f62ea9572d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034239Z:a26c293a-30dc-423e-9a8e-2f62ea9572d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '814772b0-d751-4bed-b274-9fa6e275d255', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9479', - 'x-ms-correlation-request-id', - '92071bc4-ffe3-41d8-b237-f2ce00d36867', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034239Z:92071bc4-ffe3-41d8-b237-f2ce00d36867', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74bc8749-c3c8-4aba-8e94-5dda390cb34a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9478', - 'x-ms-correlation-request-id', - '89116ae1-0b40-486b-bfde-423120c0a729', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034240Z:89116ae1-0b40-486b-bfde-423120c0a729', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4cf332bb-1148-440d-a8b1-27d058b2f898', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9477', - 'x-ms-correlation-request-id', - '0e6fb417-9c16-4c4f-ac96-aea51af5cb05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034240Z:0e6fb417-9c16-4c4f-ac96-aea51af5cb05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb664b53-5cab-469b-ab17-7917fb4de754', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9476', - 'x-ms-correlation-request-id', - 'a7327453-3ec8-4b6d-9588-390da263c9ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034241Z:a7327453-3ec8-4b6d-9588-390da263c9ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87ba05fb-6364-4141-a7df-205a256530f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9475', - 'x-ms-correlation-request-id', - 'bdbc71e4-8617-46b2-ac22-df7b2f2bfd20', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034241Z:bdbc71e4-8617-46b2-ac22-df7b2f2bfd20', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41541358-00c7-4f6b-b146-fb900d61da86', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9474', - 'x-ms-correlation-request-id', - '3be8e71e-f424-42be-a1cd-56047e7c925d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034241Z:3be8e71e-f424-42be-a1cd-56047e7c925d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25b2d81f-027e-46ac-aeea-d75a755a20e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9473', - 'x-ms-correlation-request-id', - '804f2ed4-5d68-40d6-b831-fd2f134eb608', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034242Z:804f2ed4-5d68-40d6-b831-fd2f134eb608', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d608af1-4d87-4b66-8901-24912ee53b3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9472', - 'x-ms-correlation-request-id', - '33b2bb2e-75ce-4555-adad-8444cce39f98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034242Z:33b2bb2e-75ce-4555-adad-8444cce39f98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4af08e3f-aceb-49b2-ae57-dcae620f17f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9471', - 'x-ms-correlation-request-id', - '92f35a35-a41b-47ac-b1ea-95f9dccde908', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034243Z:92f35a35-a41b-47ac-b1ea-95f9dccde908', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9703d925-5b43-443c-9406-116c829e26fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9470', - 'x-ms-correlation-request-id', - '48ccac77-6eb2-4b34-b6d8-fbffda42a15c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034243Z:48ccac77-6eb2-4b34-b6d8-fbffda42a15c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d1d0581-49c6-440f-9a3f-9fc4a70da2c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9469', - 'x-ms-correlation-request-id', - 'a6645b22-a208-4cef-b52c-0492f07396b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034243Z:a6645b22-a208-4cef-b52c-0492f07396b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93daac53-241d-46ad-a1ef-f46675de8a6a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9468', - 'x-ms-correlation-request-id', - '1aedc295-5853-45f7-ac3f-79cd29e7610f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034244Z:1aedc295-5853-45f7-ac3f-79cd29e7610f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '163d5f41-ac55-4881-8eb5-6d42b2ab7f34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9467', - 'x-ms-correlation-request-id', - '68ceabde-08e9-49c7-941f-ddb74ea9b098', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034244Z:68ceabde-08e9-49c7-941f-ddb74ea9b098', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86c1674d-5989-4eb9-9106-5f1415484f7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9466', - 'x-ms-correlation-request-id', - '8bb0619f-69aa-4ea6-a2f5-7d736f8d9d65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034245Z:8bb0619f-69aa-4ea6-a2f5-7d736f8d9d65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7eb3e957-483b-4855-a0bb-ceca5de06960', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9465', - 'x-ms-correlation-request-id', - 'c937b8e5-d48f-494a-907c-2992961f475a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034245Z:c937b8e5-d48f-494a-907c-2992961f475a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7fc7f0d-0fa8-41a9-a9b3-b3afd9004783', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9464', - 'x-ms-correlation-request-id', - '49c3ee6c-f89e-4dfc-bb4c-7bdf398b1b07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034246Z:49c3ee6c-f89e-4dfc-bb4c-7bdf398b1b07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '562c3fa7-c0b3-4f9a-9f27-eff6de4584f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9463', - 'x-ms-correlation-request-id', - '184eeeb7-4837-45b9-ba76-b9aaf43d425c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034246Z:184eeeb7-4837-45b9-ba76-b9aaf43d425c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e07555b0-9bc8-4e70-ac29-7c178f079dd3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9462', - 'x-ms-correlation-request-id', - '8ce8abe5-2355-498b-b5d1-3099dc1d839d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034246Z:8ce8abe5-2355-498b-b5d1-3099dc1d839d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38420ade-717f-4c82-a609-05086a46a74e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9461', - 'x-ms-correlation-request-id', - '76ece851-5e6c-4209-9758-0a9a939f977c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034247Z:76ece851-5e6c-4209-9758-0a9a939f977c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7985b881-2021-43d5-9110-f0d8b505719b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9460', - 'x-ms-correlation-request-id', - '61ee13d1-f7e9-4f3e-a1ae-ffb1bc25f307', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034247Z:61ee13d1-f7e9-4f3e-a1ae-ffb1bc25f307', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a95c560-948f-48b3-aad1-be769549a6f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9459', - 'x-ms-correlation-request-id', - 'c365454a-bbef-4544-b0e4-2a2a5b85890d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034248Z:c365454a-bbef-4544-b0e4-2a2a5b85890d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91ef2781-3ab6-4096-87bd-1fbbfe4286d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9458', - 'x-ms-correlation-request-id', - '517ba3be-0c0b-40fe-b427-4adb8a0c9cf8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034248Z:517ba3be-0c0b-40fe-b427-4adb8a0c9cf8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87b935e4-6d7a-408f-86fc-e74e6e5f8bf4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9457', - 'x-ms-correlation-request-id', - '0308b36e-a518-42dc-a614-fc34beb386ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034248Z:0308b36e-a518-42dc-a614-fc34beb386ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9addfbb4-3cc2-4082-bc6a-c3b56f77c3e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9456', - 'x-ms-correlation-request-id', - 'a4689daa-fa65-4b63-b3b7-1a9473816e86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034249Z:a4689daa-fa65-4b63-b3b7-1a9473816e86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4083c5a0-e8a2-49b3-ac6b-7f784ce7434f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9455', - 'x-ms-correlation-request-id', - '8faa37d0-0579-4d12-bd90-5a365a9737af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034249Z:8faa37d0-0579-4d12-bd90-5a365a9737af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95765e06-e430-410b-8aa9-fc9ef511dc43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9454', - 'x-ms-correlation-request-id', - '8a643b3e-2114-4899-8ae1-6a6fcd4de4bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034250Z:8a643b3e-2114-4899-8ae1-6a6fcd4de4bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee778ac0-2a49-4b55-a01e-6dec51f0d2a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9453', - 'x-ms-correlation-request-id', - 'b20c47ad-8fdf-48fd-b297-95aa481bf38b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034250Z:b20c47ad-8fdf-48fd-b297-95aa481bf38b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c836300c-0d9f-4856-802c-591fa65243b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9452', - 'x-ms-correlation-request-id', - '936250b0-6a91-489c-90ba-e255849453c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034250Z:936250b0-6a91-489c-90ba-e255849453c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e36ec0c-04d7-4ba8-9f2c-a98f9fa88eb1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9451', - 'x-ms-correlation-request-id', - '10665a48-f596-430f-9129-25cf2582c5cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034251Z:10665a48-f596-430f-9129-25cf2582c5cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11d3fdcb-2000-43d6-a085-ca8dc30f8f67', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9450', - 'x-ms-correlation-request-id', - 'fece1ce5-b72a-46f8-85b7-9a068195564f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034251Z:fece1ce5-b72a-46f8-85b7-9a068195564f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27b67114-0eed-4cb4-9b1a-1eebeabf79d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9449', - 'x-ms-correlation-request-id', - 'c3dd7a16-34a5-4ca4-980b-1911219dae3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034252Z:c3dd7a16-34a5-4ca4-980b-1911219dae3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dce6692e-33f2-4fc5-b00e-aaeb68f021f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9448', - 'x-ms-correlation-request-id', - 'd56da609-e874-473b-b3bd-a86b1013d785', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034252Z:d56da609-e874-473b-b3bd-a86b1013d785', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc188368-faf4-4ebd-864c-5ac61362d3ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9447', - 'x-ms-correlation-request-id', - '7af126c3-1104-4af6-a664-e90e2af1883f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034253Z:7af126c3-1104-4af6-a664-e90e2af1883f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25cce17e-a7dc-41af-9414-80bbf7786965', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9446', - 'x-ms-correlation-request-id', - '465ca0ca-9c52-4355-8d37-66a27ff81aa5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034253Z:465ca0ca-9c52-4355-8d37-66a27ff81aa5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ee21308-2fae-4264-92ee-a33771b5838c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9445', - 'x-ms-correlation-request-id', - '4ec3a74b-ce03-46bf-a657-20c74daf1094', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034253Z:4ec3a74b-ce03-46bf-a657-20c74daf1094', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ccbcb19c-4b05-47cc-92c0-8cb7a6de78e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9444', - 'x-ms-correlation-request-id', - '206b6770-39cd-4d37-a9b2-6c5e4ba3e3b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034254Z:206b6770-39cd-4d37-a9b2-6c5e4ba3e3b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64edf836-5653-4456-8365-3a7facc806ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9443', - 'x-ms-correlation-request-id', - '457818d3-fea1-48a1-8082-95d4a3159649', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034254Z:457818d3-fea1-48a1-8082-95d4a3159649', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50913b74-1a14-4c5d-b97d-12cc48aef012', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9442', - 'x-ms-correlation-request-id', - 'e1da398f-bfe1-489f-b153-b55e4d45677e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034254Z:e1da398f-bfe1-489f-b153-b55e4d45677e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec61150b-ca8a-4df9-b085-bb02ee5b7439', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9441', - 'x-ms-correlation-request-id', - '9877c9e7-2367-424f-b1a0-d312aee42e01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034255Z:9877c9e7-2367-424f-b1a0-d312aee42e01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34257908-9588-4efa-961c-98a50b1e26b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9440', - 'x-ms-correlation-request-id', - '61d773a8-333f-4a06-901e-c09814181c8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034255Z:61d773a8-333f-4a06-901e-c09814181c8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3650f92b-c208-4750-98e1-c9de59aa3578', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9439', - 'x-ms-correlation-request-id', - '0120195e-fcf7-49b8-947a-e7c5654fbecc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034256Z:0120195e-fcf7-49b8-947a-e7c5654fbecc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dfcb5973-fe06-460e-a0f6-774d2ae56dc5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9438', - 'x-ms-correlation-request-id', - 'cb2617c8-1139-4592-8d1b-01ed80583193', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034256Z:cb2617c8-1139-4592-8d1b-01ed80583193', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0cf6e590-8a60-4dfb-8ebc-35e2d9211987', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9437', - 'x-ms-correlation-request-id', - '7863a5dd-8a38-4221-8881-9c8d40f03552', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034257Z:7863a5dd-8a38-4221-8881-9c8d40f03552', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68f89f9b-3a28-4a94-b8cf-d0f6a2f3b3d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9436', - 'x-ms-correlation-request-id', - '308e92a4-9f57-4af1-9972-b71f92df6064', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034257Z:308e92a4-9f57-4af1-9972-b71f92df6064', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6dca6d91-7c59-4d0b-bb1a-83d0285f2027', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9435', - 'x-ms-correlation-request-id', - '6e68f79a-5294-4b8d-8df5-85ba413e570c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034257Z:6e68f79a-5294-4b8d-8df5-85ba413e570c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5504ddcb-c6b1-4ad8-934b-6b97b1442b8d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9434', - 'x-ms-correlation-request-id', - '398f3348-41dd-4060-98d6-d46f377b4564', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034258Z:398f3348-41dd-4060-98d6-d46f377b4564', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b16341d6-d6d2-4b73-877a-e889f7699151', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9433', - 'x-ms-correlation-request-id', - '0bbc15fa-3d77-41bc-bb14-ae0728cd8405', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034258Z:0bbc15fa-3d77-41bc-bb14-ae0728cd8405', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c884cff-72fa-424f-9ed5-4d9f96c4ce26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9432', - 'x-ms-correlation-request-id', - '367c0702-fc79-4f66-a536-f0244d2907ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034258Z:367c0702-fc79-4f66-a536-f0244d2907ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2a82fc2-f6f2-4360-8e71-867c170fe2b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9431', - 'x-ms-correlation-request-id', - '963dbd41-ff37-41fa-8bce-98194274fb5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034259Z:963dbd41-ff37-41fa-8bce-98194274fb5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0fc5e708-b938-4f2d-bed6-b6d54ae3f074', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9430', - 'x-ms-correlation-request-id', - '07001f0c-ef19-4e9c-86cb-33ffd7023516', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034259Z:07001f0c-ef19-4e9c-86cb-33ffd7023516', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5245e8d-9285-424a-ba8d-108ed3e1896d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9429', - 'x-ms-correlation-request-id', - '26c93f8b-d255-4ffc-9c2e-6e19ab53f217', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034300Z:26c93f8b-d255-4ffc-9c2e-6e19ab53f217', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12579b80-2e27-4dfb-9e83-bc58212b1a7b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9428', - 'x-ms-correlation-request-id', - 'b986f4dd-396a-4368-b7da-27d94070637c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034300Z:b986f4dd-396a-4368-b7da-27d94070637c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:42:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8832ca08-e511-4633-9501-fac38dcf0b62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9427', - 'x-ms-correlation-request-id', - '900b0099-7c77-43ce-aa4f-0a53ef7d3627', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034300Z:900b0099-7c77-43ce-aa4f-0a53ef7d3627', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28c633eb-5c83-4082-9cc7-1d06c65d4dbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9426', - 'x-ms-correlation-request-id', - '5f000ed7-c821-4e6d-a4f5-844e6010abb0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034301Z:5f000ed7-c821-4e6d-a4f5-844e6010abb0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a11a4adb-1457-4099-bbf7-74f2f8e75ff8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9425', - 'x-ms-correlation-request-id', - '96d6d851-f1bd-43e6-85f1-5a7dd4107100', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034301Z:96d6d851-f1bd-43e6-85f1-5a7dd4107100', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '517ef4e9-f922-4701-bfe3-933f0f4c7ba2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9424', - 'x-ms-correlation-request-id', - 'aab4101f-b27e-4fdf-93e5-859be2eea4fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034302Z:aab4101f-b27e-4fdf-93e5-859be2eea4fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3001590-258d-4a37-8979-0b357a588cee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9423', - 'x-ms-correlation-request-id', - 'ab10af15-7063-4beb-8c18-05cd8e3543a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034302Z:ab10af15-7063-4beb-8c18-05cd8e3543a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '180744c6-3905-41b4-9c69-921e1bc58532', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9422', - 'x-ms-correlation-request-id', - 'a47cb3ad-d1a4-4e5d-820e-ad21115f6871', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034302Z:a47cb3ad-d1a4-4e5d-820e-ad21115f6871', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ad4c1cd-06bb-4b27-b852-d9c39a24bfe2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9421', - 'x-ms-correlation-request-id', - '43fa1c4b-24da-4e2c-aeef-92a682d30fa1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034303Z:43fa1c4b-24da-4e2c-aeef-92a682d30fa1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec93ba23-48c0-4aa4-acb7-b87d16966d4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9420', - 'x-ms-correlation-request-id', - 'f42965eb-22fe-4d5a-a3ea-f8bbe5557669', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034303Z:f42965eb-22fe-4d5a-a3ea-f8bbe5557669', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d514347-4797-4702-a8a8-39c8746b7d65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9419', - 'x-ms-correlation-request-id', - '0caeec1b-967e-4bac-881d-e130e52cca0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034304Z:0caeec1b-967e-4bac-881d-e130e52cca0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4699cbe-69bd-40f2-8fbf-2ac376f5e110', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9418', - 'x-ms-correlation-request-id', - 'eaa6392e-eb03-4b64-866c-46bcf43ae857', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034304Z:eaa6392e-eb03-4b64-866c-46bcf43ae857', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '998a1141-ec80-4571-98ea-db6955c8ac01', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9417', - 'x-ms-correlation-request-id', - '2dc8e6d6-12c0-47e3-9dbb-adf01b3f1c72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034304Z:2dc8e6d6-12c0-47e3-9dbb-adf01b3f1c72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c49de99d-62c5-4c32-92e1-83c935ba3629', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9416', - 'x-ms-correlation-request-id', - 'cd1b1f62-7ad9-4fab-84e7-dffa639ccb5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034305Z:cd1b1f62-7ad9-4fab-84e7-dffa639ccb5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65eb602c-6970-4636-8e82-1df19c1a3f66', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9415', - 'x-ms-correlation-request-id', - '8bd68ef3-daa1-4804-a5be-06cc67efbe39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034305Z:8bd68ef3-daa1-4804-a5be-06cc67efbe39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aad68f61-0be6-4bb0-9026-75f3ca76d9f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9414', - 'x-ms-correlation-request-id', - '5d829ef1-975e-4967-8728-9b15c278f8fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034306Z:5d829ef1-975e-4967-8728-9b15c278f8fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1305070a-5d0b-456c-99c5-5c42dacded83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9413', - 'x-ms-correlation-request-id', - '178e2dfa-2e50-4bee-b79d-2634d737bc12', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034306Z:178e2dfa-2e50-4bee-b79d-2634d737bc12', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '399a0081-3698-4e0d-92a1-906867bcb907', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9412', - 'x-ms-correlation-request-id', - 'f4c26566-77ca-489c-9f8f-2024d39349b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034306Z:f4c26566-77ca-489c-9f8f-2024d39349b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f09601a9-61f3-4af8-9e3d-a9ff6645772d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9411', - 'x-ms-correlation-request-id', - 'a0113977-f892-46c2-8351-19171d5da399', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034307Z:a0113977-f892-46c2-8351-19171d5da399', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ddc5f90-503a-4a02-9c6f-8c83ec057f74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9410', - 'x-ms-correlation-request-id', - '71a5e912-003d-4288-962b-98b7a51b582d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034307Z:71a5e912-003d-4288-962b-98b7a51b582d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c0a4b5d-e7f6-4a27-86fd-5d10087edc76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9409', - 'x-ms-correlation-request-id', - 'd9786543-f803-4020-bb6b-e9ae74e81e0f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034308Z:d9786543-f803-4020-bb6b-e9ae74e81e0f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b418f5d-05da-4a70-9c51-4770411d73ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9408', - 'x-ms-correlation-request-id', - '4c859c2d-9b55-4c57-b1ea-27c047561c97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034308Z:4c859c2d-9b55-4c57-b1ea-27c047561c97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21aa8485-fe3e-4b26-99b6-85b17bca499a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9407', - 'x-ms-correlation-request-id', - '10cbc456-0ebf-4a68-a2d4-bd152dc1ffe5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034308Z:10cbc456-0ebf-4a68-a2d4-bd152dc1ffe5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2a95352-f97c-4d0d-aca8-03443aaf83e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9406', - 'x-ms-correlation-request-id', - '3dca4899-7859-4de8-8331-3ff8933f7509', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034309Z:3dca4899-7859-4de8-8331-3ff8933f7509', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8b77b32-5668-461f-9255-8f4e3426aecc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9405', - 'x-ms-correlation-request-id', - '81c97695-ec5d-4139-b6c9-167df901643c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034309Z:81c97695-ec5d-4139-b6c9-167df901643c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4bb47df-7a12-40c1-8d9e-63ab7186f70d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9404', - 'x-ms-correlation-request-id', - 'a9f80d31-9b29-4751-bb0c-a34e7e88675b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034310Z:a9f80d31-9b29-4751-bb0c-a34e7e88675b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '026a215e-1556-4973-bda9-506676efcaa6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9403', - 'x-ms-correlation-request-id', - '23471562-3eba-4729-a063-92d948877cbc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034310Z:23471562-3eba-4729-a063-92d948877cbc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbf8e6c1-6c78-4497-abf4-3a3a8e8b5a91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9402', - 'x-ms-correlation-request-id', - 'c4cb0892-b79e-46ce-9acd-ed2b7338a635', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034310Z:c4cb0892-b79e-46ce-9acd-ed2b7338a635', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69ac6753-3ea9-4ba3-90d1-3ab54bf482e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9401', - 'x-ms-correlation-request-id', - '10d78b89-b050-4159-8f60-cd2df453fe59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034311Z:10d78b89-b050-4159-8f60-cd2df453fe59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a89bd27-1db9-4734-b2a9-389385198b95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9400', - 'x-ms-correlation-request-id', - '22f6a2d0-31ee-4d96-84d2-3d7fd5c77d32', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034311Z:22f6a2d0-31ee-4d96-84d2-3d7fd5c77d32', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '910adef7-0a27-4c90-8431-2bb407e82b9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9399', - 'x-ms-correlation-request-id', - 'df1b5404-c42f-4a4e-ac97-ac2db1f38bab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034311Z:df1b5404-c42f-4a4e-ac97-ac2db1f38bab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e91dad1-319c-49fa-b8b0-4b487333cced', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9398', - 'x-ms-correlation-request-id', - '07d11627-c605-4066-8bb8-9a45e213381a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034312Z:07d11627-c605-4066-8bb8-9a45e213381a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee4ecc64-348f-4cc8-a344-bdedc175c0b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9397', - 'x-ms-correlation-request-id', - 'd8a240f3-b2f0-4895-994e-72484b0f32b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034312Z:d8a240f3-b2f0-4895-994e-72484b0f32b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c09eb24-7b19-4338-80f0-f8aa4b9bba0a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9396', - 'x-ms-correlation-request-id', - 'c2ff717c-c722-424f-bd40-afcf28270473', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034313Z:c2ff717c-c722-424f-bd40-afcf28270473', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1083f5c-1f02-4421-88fb-1b5de9c6ebd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9395', - 'x-ms-correlation-request-id', - '14faa08d-11a0-4818-bb81-e1138c66af41', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034313Z:14faa08d-11a0-4818-bb81-e1138c66af41', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a00c991-3e12-46a3-afbe-66ae6af9fafb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9394', - 'x-ms-correlation-request-id', - '5d239272-dbe5-439a-9f9c-eba49ef56aaf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034314Z:5d239272-dbe5-439a-9f9c-eba49ef56aaf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33ad6a76-fe19-4c8d-af99-474e28581904', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9393', - 'x-ms-correlation-request-id', - '24d5a27a-ed3d-482d-b974-7b93452a558a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034314Z:24d5a27a-ed3d-482d-b974-7b93452a558a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f67e3af5-4acd-4180-bcdc-65f438919192', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9392', - 'x-ms-correlation-request-id', - '3fcbb0a4-4974-413a-964d-ff6bab87f0e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034314Z:3fcbb0a4-4974-413a-964d-ff6bab87f0e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8963aaf-2b43-4663-86c1-94a0962377d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9391', - 'x-ms-correlation-request-id', - 'f063a38a-f58d-4f4a-9b60-6a806920559c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034315Z:f063a38a-f58d-4f4a-9b60-6a806920559c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7af299f8-d094-4b83-bc12-b6c78c0031ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9390', - 'x-ms-correlation-request-id', - '00d6d78c-2016-40e8-8d6b-b4588be224e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034315Z:00d6d78c-2016-40e8-8d6b-b4588be224e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70b2ea66-0a10-4ae2-a956-77844f02e69e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9389', - 'x-ms-correlation-request-id', - 'f987e9a4-7e1d-4524-87dd-b254487af365', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034316Z:f987e9a4-7e1d-4524-87dd-b254487af365', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40567492-e9d7-4e7b-ac61-9d7b3c3dfdca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9388', - 'x-ms-correlation-request-id', - '6f6213f3-0948-4cc8-a7aa-bef8afdddd17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034316Z:6f6213f3-0948-4cc8-a7aa-bef8afdddd17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '780f0c90-5a55-4761-b11d-27498dd9a5dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9387', - 'x-ms-correlation-request-id', - '1d60b253-11d0-47b7-9e10-8ab922742bf9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034316Z:1d60b253-11d0-47b7-9e10-8ab922742bf9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a2a68ed-b9bf-4ea5-9b74-faaf00a08336', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9386', - 'x-ms-correlation-request-id', - 'da0273ab-06d6-4084-9a29-517eced09931', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034317Z:da0273ab-06d6-4084-9a29-517eced09931', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1fc895ad-e1bc-4d56-adcd-8f2918d500d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9385', - 'x-ms-correlation-request-id', - 'd11f8b4f-a6c3-4c9f-bed9-5fc15036283c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034317Z:d11f8b4f-a6c3-4c9f-bed9-5fc15036283c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4fe5f3fa-0336-4b98-8fda-2344a2b058d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9384', - 'x-ms-correlation-request-id', - '6a0cd327-3d72-4fc6-9118-d6e5e6e775f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034318Z:6a0cd327-3d72-4fc6-9118-d6e5e6e775f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ac4a2db-a707-48a5-a796-618ae04d6217', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9383', - 'x-ms-correlation-request-id', - 'c0f17083-20e3-443a-81a9-6148e1890e84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034318Z:c0f17083-20e3-443a-81a9-6148e1890e84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '445f55bd-e6a0-48a0-970d-2f61dcb2b434', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9382', - 'x-ms-correlation-request-id', - 'deee1d75-0c7a-43af-a838-e96df190ed08', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034318Z:deee1d75-0c7a-43af-a838-e96df190ed08', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '842e6e8c-feca-456a-8b32-82bfbcc376c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9381', - 'x-ms-correlation-request-id', - 'ef7b9b0a-61fb-4646-a9e4-7f420a56cf50', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034319Z:ef7b9b0a-61fb-4646-a9e4-7f420a56cf50', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a1802c0-1cf4-433a-84ed-bf9680eac672', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9380', - 'x-ms-correlation-request-id', - '47212efb-d48b-4ffe-9cc8-e382984bcaf5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034319Z:47212efb-d48b-4ffe-9cc8-e382984bcaf5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7165083f-02f0-45ab-932c-65772e727edb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9379', - 'x-ms-correlation-request-id', - '5cf0f31e-3260-427f-b9b6-318d99c2d8a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034320Z:5cf0f31e-3260-427f-b9b6-318d99c2d8a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ccd937b0-d820-48af-981e-41cbf889d99d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9378', - 'x-ms-correlation-request-id', - '8bdb315c-e37d-4e34-b044-5e85b4fcb285', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034320Z:8bdb315c-e37d-4e34-b044-5e85b4fcb285', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9166a0c-73ba-40c0-aad7-51af593ad214', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9377', - 'x-ms-correlation-request-id', - 'a92d016f-2054-4269-8c23-51eda911cd4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034320Z:a92d016f-2054-4269-8c23-51eda911cd4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e38215f7-38de-4c26-9712-75052dc63ce3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9376', - 'x-ms-correlation-request-id', - 'e6e76a55-c2a5-4275-8484-b27b6031ad24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034321Z:e6e76a55-c2a5-4275-8484-b27b6031ad24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '348b6377-0f47-4403-bc33-a37fa9d1a349', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9375', - 'x-ms-correlation-request-id', - 'b02bc761-472b-4415-87d3-bf279395d137', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034321Z:b02bc761-472b-4415-87d3-bf279395d137', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bcdac48-67e3-48e6-b0a7-a00c34f487de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9374', - 'x-ms-correlation-request-id', - 'b3707c5a-824c-4d7d-a9d9-ff0dd2955378', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034321Z:b3707c5a-824c-4d7d-a9d9-ff0dd2955378', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90679481-6bf6-4ad2-a16d-3092a6de98aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9373', - 'x-ms-correlation-request-id', - '622120b4-b8fd-4c2a-af09-27f4591e4b36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034322Z:622120b4-b8fd-4c2a-af09-27f4591e4b36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e767b67-35e8-474e-95fb-65ccd385bb90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9372', - 'x-ms-correlation-request-id', - '74542d0e-656f-4ec3-9eec-e4b1aa492324', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034322Z:74542d0e-656f-4ec3-9eec-e4b1aa492324', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd75878f3-30b8-4591-a263-8bbf9cd90572', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9371', - 'x-ms-correlation-request-id', - 'e3074838-9220-4476-875e-ba7f21db0beb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034323Z:e3074838-9220-4476-875e-ba7f21db0beb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d971bed-eaf8-4aee-86a6-1e4281a46536', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9370', - 'x-ms-correlation-request-id', - 'daa99729-1da9-4d86-a3c5-011f48a1dc28', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034323Z:daa99729-1da9-4d86-a3c5-011f48a1dc28', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4a0d5c4-2811-4142-a85a-f350c7cc177f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9369', - 'x-ms-correlation-request-id', - '669d79f5-689a-446a-823e-a092cc091a4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034323Z:669d79f5-689a-446a-823e-a092cc091a4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '089f4425-7262-4cba-bd61-dc5664fbd79b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9368', - 'x-ms-correlation-request-id', - 'c6998f5e-758a-4140-ac9e-a8d59b835d14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034324Z:c6998f5e-758a-4140-ac9e-a8d59b835d14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '635e0706-f0f3-4691-8df2-62ae98c8a1ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9367', - 'x-ms-correlation-request-id', - '5bedd51c-aa87-4002-a7e9-84b1142512eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034324Z:5bedd51c-aa87-4002-a7e9-84b1142512eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '891faefc-406b-4651-b4ac-65320ddfcb38', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9366', - 'x-ms-correlation-request-id', - '4f632d3d-1add-4092-a056-17b1cb3e6573', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034325Z:4f632d3d-1add-4092-a056-17b1cb3e6573', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9163a6ce-cf86-4b2b-9e59-e80e48c8fa2d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9365', - 'x-ms-correlation-request-id', - '43193c71-9df7-4b3f-ba9f-ef6870558575', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034325Z:43193c71-9df7-4b3f-ba9f-ef6870558575', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c4d8887-9ad1-41d2-97ec-e7579a08d575', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9364', - 'x-ms-correlation-request-id', - 'd6d095c8-575e-4090-8db4-3d02c1103559', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034325Z:d6d095c8-575e-4090-8db4-3d02c1103559', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09168704-3e52-4b0c-8b2b-5262ecec8fa1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9363', - 'x-ms-correlation-request-id', - '4985822a-adfb-4b75-af55-e67eff9e5c6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034326Z:4985822a-adfb-4b75-af55-e67eff9e5c6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fc9b175-7d51-42b1-af19-20d6f0649752', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9362', - 'x-ms-correlation-request-id', - '03cca00d-07d5-47e7-a48d-cd750f12d38d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034326Z:03cca00d-07d5-47e7-a48d-cd750f12d38d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '655ee70f-98cd-4d0f-b116-ecba1331d65f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9361', - 'x-ms-correlation-request-id', - 'f5581e9c-6f75-49eb-b4f5-354877ddbd05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034327Z:f5581e9c-6f75-49eb-b4f5-354877ddbd05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '305a0fed-fc33-4d33-9db5-4a8ff843894e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9360', - 'x-ms-correlation-request-id', - 'ce2db37b-45f5-4f0f-8756-ba7820e2e651', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034327Z:ce2db37b-45f5-4f0f-8756-ba7820e2e651', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4028dd81-b590-450d-82d9-57fb6c1624f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9359', - 'x-ms-correlation-request-id', - 'c8a5c847-5f85-417b-bd72-9e4aae6bad7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034327Z:c8a5c847-5f85-417b-bd72-9e4aae6bad7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c197015-9ae2-4859-8766-dbd4d7cf915a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9358', - 'x-ms-correlation-request-id', - 'acb7d6eb-436c-4bf9-8da5-aa60c9494aa2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034328Z:acb7d6eb-436c-4bf9-8da5-aa60c9494aa2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ba2b7be-f5e9-42b9-a173-888b7570256e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9357', - 'x-ms-correlation-request-id', - '40189cb6-d911-4a3e-a7b2-5c8b5369098b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034328Z:40189cb6-d911-4a3e-a7b2-5c8b5369098b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '401683a8-efcb-421d-ba64-37e12bbc9e5f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9356', - 'x-ms-correlation-request-id', - '48f45824-27eb-4c8e-a0d4-9bc4e1d1a47e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034329Z:48f45824-27eb-4c8e-a0d4-9bc4e1d1a47e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '030a8fd9-542c-40be-99f9-f830d48c3805', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9355', - 'x-ms-correlation-request-id', - 'b213464c-9142-428b-9fee-59589b3ad2fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034329Z:b213464c-9142-428b-9fee-59589b3ad2fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10c5a91e-8e32-4353-8c8e-f841c639b7db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9354', - 'x-ms-correlation-request-id', - '826bd8dc-0104-4154-a0b5-981fcbe91975', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034329Z:826bd8dc-0104-4154-a0b5-981fcbe91975', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0900c62-535c-4a81-b6e8-bf61d32134bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9353', - 'x-ms-correlation-request-id', - 'c24ed1a3-783c-4c7a-a1e8-115bf347033f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034330Z:c24ed1a3-783c-4c7a-a1e8-115bf347033f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30fb3b12-c6e5-49d6-80ae-4ff5bd6c5791', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9352', - 'x-ms-correlation-request-id', - '1af5995e-5ec8-4226-8bec-512ba8c42cd9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034330Z:1af5995e-5ec8-4226-8bec-512ba8c42cd9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f9341be6-a0ab-410c-989c-25676733478f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9351', - 'x-ms-correlation-request-id', - '718eca55-ccdd-4296-9ebc-29bd4058aab2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034331Z:718eca55-ccdd-4296-9ebc-29bd4058aab2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b0e7224-a159-4a79-b50b-81d952264199', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9350', - 'x-ms-correlation-request-id', - '3a26bd88-0914-472a-ae8f-0db7527c1dce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034331Z:3a26bd88-0914-472a-ae8f-0db7527c1dce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2868fb0c-d6a8-40de-95b2-e96c37343c91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9349', - 'x-ms-correlation-request-id', - '70b4bf83-4088-4d56-b162-f642341e5f48', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034331Z:70b4bf83-4088-4d56-b162-f642341e5f48', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1c67e84-fc59-4cfb-905c-cddf476269c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9348', - 'x-ms-correlation-request-id', - '3868a7d6-ed39-4755-b982-da93dc9595b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034332Z:3868a7d6-ed39-4755-b982-da93dc9595b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a25770fb-1780-496c-97a1-e2b622f1480d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9347', - 'x-ms-correlation-request-id', - 'e95b0ebb-6617-4cc7-a244-198db47fca4e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034332Z:e95b0ebb-6617-4cc7-a244-198db47fca4e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a3dbd15d-e68b-4ce5-a436-b96353156c15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9346', - 'x-ms-correlation-request-id', - '35016dc8-f8e8-486a-b81e-a339c5cebfc7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034333Z:35016dc8-f8e8-486a-b81e-a339c5cebfc7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ece4c90-6d2b-40ca-b6c1-64537b1900fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9345', - 'x-ms-correlation-request-id', - '90cf0b99-6934-46ee-8e35-c113d12a3d60', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034333Z:90cf0b99-6934-46ee-8e35-c113d12a3d60', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '811e9af6-a558-4d5e-93d3-05881181ae6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9344', - 'x-ms-correlation-request-id', - 'ed613b80-bc88-4801-95c5-a88b91f01bdc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034333Z:ed613b80-bc88-4801-95c5-a88b91f01bdc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0599d70f-d904-4049-9dd0-5d4180b1ffa0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9343', - 'x-ms-correlation-request-id', - 'e158d324-e164-469b-b92f-02788ccb5215', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034334Z:e158d324-e164-469b-b92f-02788ccb5215', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d30f461-232d-4771-b057-73447f4993a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9342', - 'x-ms-correlation-request-id', - 'b7e3d58d-3ed4-4200-8d91-6dd4d7d4719e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034334Z:b7e3d58d-3ed4-4200-8d91-6dd4d7d4719e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b778164-c870-466f-a400-f59ead374bdd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9341', - 'x-ms-correlation-request-id', - 'c2ce4624-10d2-4e33-bc14-a9f4a4fd5b7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034335Z:c2ce4624-10d2-4e33-bc14-a9f4a4fd5b7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26e47fa8-0788-4ab3-9162-0cfd405d4747', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9340', - 'x-ms-correlation-request-id', - '9d36fd83-cf94-4893-ab0c-58968fc93439', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034335Z:9d36fd83-cf94-4893-ab0c-58968fc93439', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '403c31a1-f901-4393-966b-d4ec5c743b48', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9339', - 'x-ms-correlation-request-id', - '01b38161-9abf-47f3-a785-ccb8fac4ec75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034335Z:01b38161-9abf-47f3-a785-ccb8fac4ec75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de56d10d-24b0-4aa3-8c01-c3afd5b4a0d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9338', - 'x-ms-correlation-request-id', - 'b43b8aff-cfad-470d-8784-64e15ba974a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034336Z:b43b8aff-cfad-470d-8784-64e15ba974a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9fc3681f-a452-4914-843d-36222ea5df43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9337', - 'x-ms-correlation-request-id', - '32db90f1-8aa8-460d-8795-662a8128a574', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034336Z:32db90f1-8aa8-460d-8795-662a8128a574', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a06a7814-abee-482c-886e-7b25ed14c022', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9336', - 'x-ms-correlation-request-id', - '5109a68f-97ff-4c2a-916b-c6729c78bed7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034337Z:5109a68f-97ff-4c2a-916b-c6729c78bed7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58a3392b-a452-4227-a814-09c1cc977f53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9335', - 'x-ms-correlation-request-id', - '2a397f18-3417-4dc7-b369-fc2f0a868b64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034337Z:2a397f18-3417-4dc7-b369-fc2f0a868b64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '687234f4-4501-4b87-8aa0-c211ab7c1011', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9334', - 'x-ms-correlation-request-id', - '3495da4f-c7c6-4ebc-9169-e3f9a77992d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034337Z:3495da4f-c7c6-4ebc-9169-e3f9a77992d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '92a7becd-9971-47f9-95aa-064425c2e91f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9333', - 'x-ms-correlation-request-id', - 'd021cdef-0da0-4f94-b232-e3ec746b9de6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034338Z:d021cdef-0da0-4f94-b232-e3ec746b9de6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b824bf0-5570-4066-880c-dcd51b0fa9be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9332', - 'x-ms-correlation-request-id', - '94397e58-d357-46ef-9776-cab522f3b015', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034338Z:94397e58-d357-46ef-9776-cab522f3b015', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbc2ea3c-6e8c-42b5-94e5-0e73e1cea658', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9331', - 'x-ms-correlation-request-id', - '6f2050b5-a4f6-4eee-92e5-9ef3adad76f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034339Z:6f2050b5-a4f6-4eee-92e5-9ef3adad76f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0312b466-50bc-4d98-b5db-82452a71bb03', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9330', - 'x-ms-correlation-request-id', - '38d18990-d2d7-4b61-be99-58550f193403', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034339Z:38d18990-d2d7-4b61-be99-58550f193403', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4fa1c05-e84a-4239-9fa0-6d264d466f49', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9329', - 'x-ms-correlation-request-id', - '294f0fb4-2bb1-43f9-8263-e18d06db0d02', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034339Z:294f0fb4-2bb1-43f9-8263-e18d06db0d02', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd32c5bc6-9081-4ea6-a2c3-98f07cc8b9d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9328', - 'x-ms-correlation-request-id', - '4602c30b-b683-40dd-aadb-0476bdbfc647', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034340Z:4602c30b-b683-40dd-aadb-0476bdbfc647', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'facd4e1c-d140-4119-9bf3-ea1173ca746b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9327', - 'x-ms-correlation-request-id', - '0c1cad4a-bcdb-4757-8bda-7d119606c066', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034340Z:0c1cad4a-bcdb-4757-8bda-7d119606c066', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8fac9976-8497-477b-b59a-914012d5e6a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9326', - 'x-ms-correlation-request-id', - 'fb65242c-6005-4725-a508-f397011bcb76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034341Z:fb65242c-6005-4725-a508-f397011bcb76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e42aa4a9-98c8-4e62-b462-ad82a7a77907', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9325', - 'x-ms-correlation-request-id', - '183ac4fa-5295-43c7-853c-89e61aaa3103', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034341Z:183ac4fa-5295-43c7-853c-89e61aaa3103', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04307f05-842a-456f-b4c0-1b916badda7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9324', - 'x-ms-correlation-request-id', - '34d5d2af-46b5-46d5-bf48-956d217763f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034341Z:34d5d2af-46b5-46d5-bf48-956d217763f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d3f2cc6-abd2-43ed-9566-ccf7f57d9891', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9323', - 'x-ms-correlation-request-id', - '9c6f86c2-7714-419c-b612-a7752884b535', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034342Z:9c6f86c2-7714-419c-b612-a7752884b535', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '823ed43a-97c3-4eab-9de2-5bdcf4cd28a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9322', - 'x-ms-correlation-request-id', - 'eaa54a95-3894-47c2-8971-2c5fc88d06a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034342Z:eaa54a95-3894-47c2-8971-2c5fc88d06a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '738255c2-7d55-49e2-ab1c-9b2de7659bd8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9321', - 'x-ms-correlation-request-id', - '97e76a0d-f7ef-4f17-a31e-05fd9791e1fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034343Z:97e76a0d-f7ef-4f17-a31e-05fd9791e1fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '548ffa85-b78c-4b74-b218-8c8bacb4a627', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9320', - 'x-ms-correlation-request-id', - '43dd59e1-d00b-430e-a45c-e9903280311c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034343Z:43dd59e1-d00b-430e-a45c-e9903280311c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6ecb955-d762-4fe5-8362-f151727a1ffe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9319', - 'x-ms-correlation-request-id', - '1f593056-368e-45ab-9d1d-a4378c6a2c50', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034343Z:1f593056-368e-45ab-9d1d-a4378c6a2c50', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c13a621-9b14-49ac-a64a-0eba5798ef9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9318', - 'x-ms-correlation-request-id', - '976695c9-a06a-4e75-8679-762594d8902a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034344Z:976695c9-a06a-4e75-8679-762594d8902a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2550ad0a-0601-4db0-9f75-fb77fb9f0e24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9317', - 'x-ms-correlation-request-id', - 'fb49b240-2183-4519-be71-e8a7d2ad62da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034344Z:fb49b240-2183-4519-be71-e8a7d2ad62da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6a62bb5-97f0-4ff9-852d-52049d3a9bb4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9316', - 'x-ms-correlation-request-id', - '6855a594-6f54-452e-b7dc-18466e7cdf74', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034345Z:6855a594-6f54-452e-b7dc-18466e7cdf74', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '367c5cdf-4f2a-496e-8015-529a0838542c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9315', - 'x-ms-correlation-request-id', - 'd052cf2f-673f-42da-a9af-b84468fef231', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034345Z:d052cf2f-673f-42da-a9af-b84468fef231', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e8971be-86ae-421a-a4e3-a829dd731d09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9314', - 'x-ms-correlation-request-id', - '3aa622cb-0145-4b50-b0c0-b9c369edb755', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034345Z:3aa622cb-0145-4b50-b0c0-b9c369edb755', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33aebda2-b902-442d-906e-2a3ee084f076', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9313', - 'x-ms-correlation-request-id', - 'ab6302a7-bb19-49e9-9992-75f05b1a6239', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034346Z:ab6302a7-bb19-49e9-9992-75f05b1a6239', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc834c25-b4ba-4b8e-88ff-0778188b9a34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9312', - 'x-ms-correlation-request-id', - 'ba616b51-c2ce-457a-bf81-124c5933cd84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034346Z:ba616b51-c2ce-457a-bf81-124c5933cd84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c27280af-b740-4e76-ab40-b94aec4a4db5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9311', - 'x-ms-correlation-request-id', - '5254c4b6-a5cf-4063-83b1-6e44531aa3af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034346Z:5254c4b6-a5cf-4063-83b1-6e44531aa3af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e569f49-7b9c-4081-9eb2-229d26c40b8b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9310', - 'x-ms-correlation-request-id', - '72009051-0123-47a1-974d-fd824f3e9122', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034347Z:72009051-0123-47a1-974d-fd824f3e9122', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '435da396-957e-4b41-a341-c6deeb16973f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9309', - 'x-ms-correlation-request-id', - '15bd7f24-a4a0-4866-ab78-688499060206', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034347Z:15bd7f24-a4a0-4866-ab78-688499060206', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd666b722-5979-4e61-bdf1-3f0b3ca6dca1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9308', - 'x-ms-correlation-request-id', - '8e7754ec-826d-4cfc-923c-b4b055c64d61', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034348Z:8e7754ec-826d-4cfc-923c-b4b055c64d61', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '139efe7c-d7b4-4a0a-a9ac-3b05d0f330a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9307', - 'x-ms-correlation-request-id', - '36bf3dd6-96fe-4dbf-8418-88b7be080768', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034348Z:36bf3dd6-96fe-4dbf-8418-88b7be080768', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ade11fe-35ff-4d55-8557-df168ea01684', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9306', - 'x-ms-correlation-request-id', - '362be30f-0475-413c-b039-45fca9aa8ece', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034348Z:362be30f-0475-413c-b039-45fca9aa8ece', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b87ff10-96d0-4136-b8b3-664b1de8fe0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9305', - 'x-ms-correlation-request-id', - '83e09af2-be25-432e-8762-f47917f93251', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034349Z:83e09af2-be25-432e-8762-f47917f93251', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1ea8fe3-51bc-44b6-bc28-66ed416d3f82', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9304', - 'x-ms-correlation-request-id', - 'e61a62e4-bdcf-41eb-99c3-aa567ad08c10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034349Z:e61a62e4-bdcf-41eb-99c3-aa567ad08c10', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4630f6f4-2cf6-4c1f-8912-985d34b5cd1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9303', - 'x-ms-correlation-request-id', - 'f76948ac-9a55-46d9-8f72-8ac5152eff4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034350Z:f76948ac-9a55-46d9-8f72-8ac5152eff4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ab676d8-71a0-4c47-b35c-ae1c0da8dbf1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9302', - 'x-ms-correlation-request-id', - 'ece34c16-a685-4720-a373-f6d319f89d88', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034350Z:ece34c16-a685-4720-a373-f6d319f89d88', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f32f7983-3690-4992-b49e-ba08458236ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9301', - 'x-ms-correlation-request-id', - 'faf05679-a835-4b2d-89e9-ec350f3abbc3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034350Z:faf05679-a835-4b2d-89e9-ec350f3abbc3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a796c28e-8648-40e5-b7c5-d0270b1bb969', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9300', - 'x-ms-correlation-request-id', - '825447c3-31d4-4636-b5a7-ad8644b20249', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034351Z:825447c3-31d4-4636-b5a7-ad8644b20249', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9dd1092c-3888-46ef-89aa-8b76a116e4d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9299', - 'x-ms-correlation-request-id', - '448dcf1e-ac51-4d06-8cdd-bb4a6a2683a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034351Z:448dcf1e-ac51-4d06-8cdd-bb4a6a2683a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49ab8688-1ea7-4146-b478-d8721dfd0005', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9298', - 'x-ms-correlation-request-id', - '0084da64-3f7c-460b-ad8d-5e212505302b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034352Z:0084da64-3f7c-460b-ad8d-5e212505302b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72edb46a-a4a6-44c5-9255-38cb91efbb1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9297', - 'x-ms-correlation-request-id', - '1d35b598-baed-441f-939f-e47ba1e2ed8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034352Z:1d35b598-baed-441f-939f-e47ba1e2ed8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96fb98f4-e518-4a41-bd81-44cf78b33f5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9296', - 'x-ms-correlation-request-id', - '5abebb1f-3af1-4de6-8d62-acc8106eb918', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034352Z:5abebb1f-3af1-4de6-8d62-acc8106eb918', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76a970b8-fc41-4c84-992a-9b9e36882945', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9295', - 'x-ms-correlation-request-id', - 'dae2ca20-9f07-4d20-9222-8633571a8e36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034353Z:dae2ca20-9f07-4d20-9222-8633571a8e36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '230e5b8c-955c-4868-a1ff-0faaa097fb30', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9294', - 'x-ms-correlation-request-id', - 'b29ac6e7-c04e-41aa-9746-8c698d75a03d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034353Z:b29ac6e7-c04e-41aa-9746-8c698d75a03d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc8436a0-3d11-4ee6-8bf6-4e0cc5887aa8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9293', - 'x-ms-correlation-request-id', - 'b2ce65f9-265b-433a-9b64-c74cc4ea1955', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034354Z:b2ce65f9-265b-433a-9b64-c74cc4ea1955', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6e2be1c-5a04-41c2-9e0b-17498e85052e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9292', - 'x-ms-correlation-request-id', - 'cdd8b525-9d10-4a4b-b708-47fc4ed7fc06', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034354Z:cdd8b525-9d10-4a4b-b708-47fc4ed7fc06', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9650c863-d68e-40e8-9807-ea604d858532', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9291', - 'x-ms-correlation-request-id', - '2c8b5d05-0978-494a-96fb-0503d3f7266a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034354Z:2c8b5d05-0978-494a-96fb-0503d3f7266a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff95ca97-9fcd-4ecd-8f55-85e7f96aea00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9290', - 'x-ms-correlation-request-id', - '56f5bff0-c6f2-49a7-9446-85adac7cbcb5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034355Z:56f5bff0-c6f2-49a7-9446-85adac7cbcb5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ddaea08c-4eb6-475e-9fd3-92f47d4665f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9289', - 'x-ms-correlation-request-id', - 'b4ecd70d-b92e-4061-b116-0aef123ca250', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034355Z:b4ecd70d-b92e-4061-b116-0aef123ca250', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9378b754-8ea5-497d-9778-d4f3ae5c1659', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9288', - 'x-ms-correlation-request-id', - '2695b61f-9d44-4007-a3dc-89ee17cc0eb5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034356Z:2695b61f-9d44-4007-a3dc-89ee17cc0eb5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e52d2de0-9fe5-4070-b793-b634a9f712e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9287', - 'x-ms-correlation-request-id', - '29b4484d-f543-4267-8144-95696a5d1d02', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034356Z:29b4484d-f543-4267-8144-95696a5d1d02', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c35fa9a9-1b56-49de-bbf9-9d3b7aa32e22', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9286', - 'x-ms-correlation-request-id', - '332a1838-3705-40a0-9294-d6e881b58d46', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034356Z:332a1838-3705-40a0-9294-d6e881b58d46', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56a1dde6-fccb-40d8-841f-eb20d53f74de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9285', - 'x-ms-correlation-request-id', - 'f390741c-777c-49ea-9183-76c3192cd559', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034357Z:f390741c-777c-49ea-9183-76c3192cd559', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41335833-b50b-4f97-9c78-3dbc36635262', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9284', - 'x-ms-correlation-request-id', - 'd0b3307f-0e73-409a-8c21-672fc5ec9d70', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034357Z:d0b3307f-0e73-409a-8c21-672fc5ec9d70', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36f90ec4-d16f-476c-b69a-0b06f1c38c0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9283', - 'x-ms-correlation-request-id', - '984ac691-8bdf-4531-94db-97a04267bb5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034358Z:984ac691-8bdf-4531-94db-97a04267bb5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '014bd055-f81b-4c82-b5a7-7b0e7d477b28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9282', - 'x-ms-correlation-request-id', - '8f6479f6-22e1-4a4d-b8aa-ad1fadc4e7c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034358Z:8f6479f6-22e1-4a4d-b8aa-ad1fadc4e7c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32defa1b-3d61-43ea-9cf3-f2ea7297c9e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9281', - 'x-ms-correlation-request-id', - '338ea417-2de1-4b24-bba6-62627a9c615f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034358Z:338ea417-2de1-4b24-bba6-62627a9c615f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d4e0ef4-aa3e-4f6a-98a8-7877429326ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9280', - 'x-ms-correlation-request-id', - 'cb23d801-4908-4eac-b6ed-4615dae47519', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034359Z:cb23d801-4908-4eac-b6ed-4615dae47519', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eaf13683-1855-4cab-97d0-8889e1c1d12d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9279', - 'x-ms-correlation-request-id', - 'a96783ba-9bcf-4dcf-bc61-c425624b4743', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034359Z:a96783ba-9bcf-4dcf-bc61-c425624b4743', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4718030b-cfce-4e27-8eb0-7267ab2d841a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9278', - 'x-ms-correlation-request-id', - '4f98c92e-b649-4402-8293-4d7263894af4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034400Z:4f98c92e-b649-4402-8293-4d7263894af4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a0a3e68-c47b-426e-8d71-61d95182b454', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9277', - 'x-ms-correlation-request-id', - 'd997b518-322e-4b68-89ef-f3c3646d3120', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034400Z:d997b518-322e-4b68-89ef-f3c3646d3120', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8674233f-a8a0-4a6e-a3fd-cd0448c54fba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9276', - 'x-ms-correlation-request-id', - '7e654d7e-cb7d-4ad6-913c-9eedf4199f0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034400Z:7e654d7e-cb7d-4ad6-913c-9eedf4199f0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:43:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'adea4183-fd88-4ecf-90e8-03c102e92e36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9275', - 'x-ms-correlation-request-id', - 'cd701b15-9ca9-4d11-b30f-91e7848bb2f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034401Z:cd701b15-9ca9-4d11-b30f-91e7848bb2f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0106aba1-c413-4056-af1e-616883284cca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9274', - 'x-ms-correlation-request-id', - 'af2982b4-82bd-48ec-a2e4-4d683236836f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034401Z:af2982b4-82bd-48ec-a2e4-4d683236836f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'adc9e727-d7bf-4bf0-a19b-a1c22ee34ea5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9273', - 'x-ms-correlation-request-id', - '3af86b81-3310-482e-8bdb-1f24eaa464ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034401Z:3af86b81-3310-482e-8bdb-1f24eaa464ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2424b58-0fa8-4ed8-a71d-125d3a246969', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9272', - 'x-ms-correlation-request-id', - 'c0f2b0e2-97f2-4ab2-a87a-a7a3c7544ee0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034402Z:c0f2b0e2-97f2-4ab2-a87a-a7a3c7544ee0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e095fdc4-9ccc-46e9-a8b5-9305be364ff2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9271', - 'x-ms-correlation-request-id', - '299bf1c1-ad89-4b24-be08-5ebf00a5ab95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034402Z:299bf1c1-ad89-4b24-be08-5ebf00a5ab95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd79bab1-bafd-4e74-8307-f15ff365b577', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9270', - 'x-ms-correlation-request-id', - '34794ebb-f016-43d5-94d5-d8fb81a888da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034403Z:34794ebb-f016-43d5-94d5-d8fb81a888da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2441a6fc-8a47-46f7-9862-cc9659dc9c83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9269', - 'x-ms-correlation-request-id', - 'efb2ac9e-7ac8-43d9-9005-c926f2dc8aaf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034403Z:efb2ac9e-7ac8-43d9-9005-c926f2dc8aaf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb423c07-db07-4a6f-b6df-f85d80534b46', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9268', - 'x-ms-correlation-request-id', - 'e7f22415-8bb4-4d5f-ba01-f0c795d20759', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034403Z:e7f22415-8bb4-4d5f-ba01-f0c795d20759', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4013e05e-fb4f-466c-80a7-6f93d838c39a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9267', - 'x-ms-correlation-request-id', - '42d26394-c450-423f-8ba8-fba0e75c0c7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034404Z:42d26394-c450-423f-8ba8-fba0e75c0c7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04f1aecc-643d-471b-983c-d7062afa6ecf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9266', - 'x-ms-correlation-request-id', - '5a3ec0ef-81c7-435c-a19e-0733b31cc1b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034404Z:5a3ec0ef-81c7-435c-a19e-0733b31cc1b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ffb43b1-5267-4f11-b740-500c0010d9c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9265', - 'x-ms-correlation-request-id', - '2c462f6a-1706-4847-b3d9-1bb1b9c7acad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034405Z:2c462f6a-1706-4847-b3d9-1bb1b9c7acad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce985855-9207-4a62-b46b-28563587dbdc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9264', - 'x-ms-correlation-request-id', - 'ab8c2d97-60c6-4cfa-abdd-77325603cba3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034405Z:ab8c2d97-60c6-4cfa-abdd-77325603cba3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '186babb1-7a72-4fed-b1a3-35a52f55d88c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9263', - 'x-ms-correlation-request-id', - '084ba289-20c5-443b-901b-d18cc48e4a5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034405Z:084ba289-20c5-443b-901b-d18cc48e4a5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3dbdb8e-5799-4da9-be6d-7ad5eabc54a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9262', - 'x-ms-correlation-request-id', - '33a9469e-593d-4780-acd6-a52f9665cd08', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034406Z:33a9469e-593d-4780-acd6-a52f9665cd08', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbb7c802-9399-4cb8-8776-583570c86976', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9261', - 'x-ms-correlation-request-id', - 'd4e5ff71-158b-4ad1-95a8-9fb9bd2d625d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034406Z:d4e5ff71-158b-4ad1-95a8-9fb9bd2d625d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '692b9dfa-6fc2-44b9-a379-e7ebe71526bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9260', - 'x-ms-correlation-request-id', - '68c20201-306a-4182-bf74-3814c769e3e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034407Z:68c20201-306a-4182-bf74-3814c769e3e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34f404b3-8d99-4d27-96d5-5aa7f6cccad9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9259', - 'x-ms-correlation-request-id', - '983c06a3-8ce5-47e9-b919-643416c99748', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034407Z:983c06a3-8ce5-47e9-b919-643416c99748', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13867887-3b7b-46a8-940e-3801b46a7ad1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9258', - 'x-ms-correlation-request-id', - 'e4a43b60-4d27-41fe-bace-28e407740411', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034408Z:e4a43b60-4d27-41fe-bace-28e407740411', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4811970f-15fa-40fc-921a-3fbe3526868e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9257', - 'x-ms-correlation-request-id', - '36b4f93a-4af9-477b-976e-4f6366c6bc97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034408Z:36b4f93a-4af9-477b-976e-4f6366c6bc97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79c61f06-3930-4c77-917c-21af1a922e07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9256', - 'x-ms-correlation-request-id', - '428d944c-5a10-4074-966e-a5ff7a683abb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034408Z:428d944c-5a10-4074-966e-a5ff7a683abb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1cff7775-ba60-47b2-8133-04f45eb47cc5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9255', - 'x-ms-correlation-request-id', - 'c304ad83-f41b-46e8-b061-3a931a3afbec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034409Z:c304ad83-f41b-46e8-b061-3a931a3afbec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ea86ca8-6681-466b-b735-5eac92c2a6d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9254', - 'x-ms-correlation-request-id', - 'c54b56a6-7c3e-4cfa-9bff-21c118ae262e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034409Z:c54b56a6-7c3e-4cfa-9bff-21c118ae262e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e40a33b-c4a8-4e8d-aa65-ff7eae916567', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9253', - 'x-ms-correlation-request-id', - '8de12e74-6cc4-4825-865b-d735e5e5e72b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034410Z:8de12e74-6cc4-4825-865b-d735e5e5e72b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e630f7cc-70d1-4f43-9b02-4113e370f886', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9252', - 'x-ms-correlation-request-id', - '0ebab18c-5520-4243-9b57-e343e126312e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034410Z:0ebab18c-5520-4243-9b57-e343e126312e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f57477f-e02b-4914-8e34-df4b154e4b39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9251', - 'x-ms-correlation-request-id', - 'a5d7c8a5-be40-4350-9800-9d0ad93acba7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034410Z:a5d7c8a5-be40-4350-9800-9d0ad93acba7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26e3019d-aa49-42fe-b5fe-74884b7675cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9250', - 'x-ms-correlation-request-id', - 'f10c0d6f-1f4e-4b69-a56c-ce0d849093ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034411Z:f10c0d6f-1f4e-4b69-a56c-ce0d849093ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f0f67c9-40ad-4dae-8af7-ab568c94b282', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9249', - 'x-ms-correlation-request-id', - '9431cf55-525b-4d6a-96e5-e742f7d569c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034411Z:9431cf55-525b-4d6a-96e5-e742f7d569c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a71b1cf8-7623-4dff-b20e-1f9fcdd2b708', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9248', - 'x-ms-correlation-request-id', - '6c21404c-10f5-4b15-ac7b-b33966ecd77c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034412Z:6c21404c-10f5-4b15-ac7b-b33966ecd77c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef67eb9a-f428-4b06-a9bd-aaf22a0e1c73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9247', - 'x-ms-correlation-request-id', - '529c9b25-44f7-45ef-b168-2d0c195a47c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034412Z:529c9b25-44f7-45ef-b168-2d0c195a47c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66321927-c412-4bb3-ae33-343c33e450b0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9246', - 'x-ms-correlation-request-id', - '6f9ee9e6-2e2c-45a6-9aa7-816860c7c6a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034412Z:6f9ee9e6-2e2c-45a6-9aa7-816860c7c6a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be8ce6b3-0556-4dae-bb6b-4e6248131a03', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9245', - 'x-ms-correlation-request-id', - '89f8dcce-7620-4751-b49b-35d502283378', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034413Z:89f8dcce-7620-4751-b49b-35d502283378', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6f5e0f7-e67a-454b-91dd-7bbbef866891', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9244', - 'x-ms-correlation-request-id', - '391145d2-6abf-4802-8cd7-328b8cf32273', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034413Z:391145d2-6abf-4802-8cd7-328b8cf32273', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8dae101d-81c8-408c-bae3-a072e586b517', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9243', - 'x-ms-correlation-request-id', - 'a1bdfdd5-c430-44b3-9d5c-56b3f4c2a768', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034414Z:a1bdfdd5-c430-44b3-9d5c-56b3f4c2a768', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee49a135-6d77-47d7-90ec-ade890f08f79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9242', - 'x-ms-correlation-request-id', - '7f425627-69c1-4e1d-a68a-e44c39b9441c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034414Z:7f425627-69c1-4e1d-a68a-e44c39b9441c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21fe89dc-2f06-414c-ba5f-0889f5efd81c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9241', - 'x-ms-correlation-request-id', - '796adb99-b8c6-4f76-8c7b-2062d23dd3e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034414Z:796adb99-b8c6-4f76-8c7b-2062d23dd3e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '52944978-0c3f-4ee1-b970-26549add2878', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9240', - 'x-ms-correlation-request-id', - 'f918a6a2-894f-47b6-94ac-00cb5f3eae7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034415Z:f918a6a2-894f-47b6-94ac-00cb5f3eae7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30968450-b116-44c2-9037-9cafc82f9929', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9239', - 'x-ms-correlation-request-id', - '4697342f-ec57-4ef2-896a-310ded15ffb6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034415Z:4697342f-ec57-4ef2-896a-310ded15ffb6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a48b7d94-f3f1-45dd-aeda-61fec36638fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9238', - 'x-ms-correlation-request-id', - 'e6a6915b-9227-4966-89c1-41b6acc2130f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034416Z:e6a6915b-9227-4966-89c1-41b6acc2130f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e82101bf-4cc7-4f69-8206-e40205f33e17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9237', - 'x-ms-correlation-request-id', - '19279c03-2a54-4147-b282-359b26d974ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034416Z:19279c03-2a54-4147-b282-359b26d974ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd764149-912a-483a-a97f-e046456bb9a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9236', - 'x-ms-correlation-request-id', - '19ca9434-dd76-4c53-b2af-d6e8a1466694', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034416Z:19ca9434-dd76-4c53-b2af-d6e8a1466694', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bfea7ef3-b251-4830-b40a-554d13b03602', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9235', - 'x-ms-correlation-request-id', - '0277d35a-e959-4e3d-bd30-2256e9439050', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034417Z:0277d35a-e959-4e3d-bd30-2256e9439050', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19b8e747-af37-409c-8abd-d30b39ec38c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9234', - 'x-ms-correlation-request-id', - 'c13db901-819c-4227-a5cb-e6e767e8bd95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034417Z:c13db901-819c-4227-a5cb-e6e767e8bd95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0450327e-9272-4915-921e-414f27627bbb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9233', - 'x-ms-correlation-request-id', - '5ddb70e9-844c-4ca6-8aa7-103198ad0935', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034418Z:5ddb70e9-844c-4ca6-8aa7-103198ad0935', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7077d6e-8ce2-4467-9a4d-1fce2c126596', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9232', - 'x-ms-correlation-request-id', - '5b0103fc-5199-401a-915f-9cd37718b962', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034418Z:5b0103fc-5199-401a-915f-9cd37718b962', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e35d755-6a2f-4faa-89a7-cf43b3b466c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9231', - 'x-ms-correlation-request-id', - '0f718259-40f6-4a59-85ed-97f767a43072', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034418Z:0f718259-40f6-4a59-85ed-97f767a43072', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6687aac7-45dd-4239-a1bf-be8b3287ce8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9230', - 'x-ms-correlation-request-id', - '7e2038d8-a5da-4973-89ee-f254629cf623', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034419Z:7e2038d8-a5da-4973-89ee-f254629cf623', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7863da4-acaa-4e79-a05c-980d19899233', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9229', - 'x-ms-correlation-request-id', - '87412211-d70b-4609-9801-c87f0cdfd403', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034419Z:87412211-d70b-4609-9801-c87f0cdfd403', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a70b3b5f-6fd7-491d-aba3-1d627fc71b5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9228', - 'x-ms-correlation-request-id', - '0742a3aa-f921-4ea0-ad36-fa6e7990f927', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034419Z:0742a3aa-f921-4ea0-ad36-fa6e7990f927', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44aa0d4a-56ef-4549-814f-065ae3cc623e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9227', - 'x-ms-correlation-request-id', - 'bc2b29e1-eb25-44de-8b35-b8b155e74dd2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034420Z:bc2b29e1-eb25-44de-8b35-b8b155e74dd2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8bfdb15-3120-45d7-af69-73fea522bee0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9226', - 'x-ms-correlation-request-id', - '2f4aabfd-a20f-4a5d-9ac2-55bf73742308', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034420Z:2f4aabfd-a20f-4a5d-9ac2-55bf73742308', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '758d4b76-49ba-4b73-868a-11c7e6c3ca69', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9225', - 'x-ms-correlation-request-id', - '953ae18d-021e-472c-9029-ef9e4ce6b614', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034421Z:953ae18d-021e-472c-9029-ef9e4ce6b614', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3176b6e-e54b-43cb-aa5e-bc8a773e9a5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9224', - 'x-ms-correlation-request-id', - 'fa8bf69d-a461-4d08-a886-148e999032f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034421Z:fa8bf69d-a461-4d08-a886-148e999032f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43911e1c-665d-4cfa-a5b1-83029e0d5cf9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9223', - 'x-ms-correlation-request-id', - 'cc1886e2-61df-4c94-8ef0-c7c57fe429c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034421Z:cc1886e2-61df-4c94-8ef0-c7c57fe429c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef2948da-4c0f-4997-8553-066a3e328751', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9222', - 'x-ms-correlation-request-id', - 'db3c39fc-abe6-4d32-a41f-ba7a4ad0b7cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034422Z:db3c39fc-abe6-4d32-a41f-ba7a4ad0b7cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fc100ab-0cf8-41dd-9a32-62a1196c1557', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9221', - 'x-ms-correlation-request-id', - 'a0517684-9f31-4586-aac9-b52d13c61ff4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034422Z:a0517684-9f31-4586-aac9-b52d13c61ff4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a392a91-6055-4b62-8c60-494b5130965f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9220', - 'x-ms-correlation-request-id', - 'ed268678-4861-4bc8-a3e9-f610ee237f1e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034423Z:ed268678-4861-4bc8-a3e9-f610ee237f1e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1865c6a7-b024-49cc-bfd8-7719cfa32543', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9219', - 'x-ms-correlation-request-id', - 'd7b93e2d-7e54-4bea-8884-ccfc5b49ddd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034423Z:d7b93e2d-7e54-4bea-8884-ccfc5b49ddd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e075e8b1-960e-4bb2-a213-8d0101224453', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9218', - 'x-ms-correlation-request-id', - '9cdae444-f9f6-4219-8108-737d4a856977', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034423Z:9cdae444-f9f6-4219-8108-737d4a856977', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e9e75c56-58e8-47ff-96e3-82f933b531e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9217', - 'x-ms-correlation-request-id', - '0c98eb80-a434-496c-a3f4-356480411643', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034424Z:0c98eb80-a434-496c-a3f4-356480411643', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f91ed34-8a8f-44a3-99de-dd1b50ade4c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9216', - 'x-ms-correlation-request-id', - '982acb05-198d-4971-a554-7c8eb87db21e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034424Z:982acb05-198d-4971-a554-7c8eb87db21e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25edb244-ed14-4316-9b54-0e7890ff2ec7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9215', - 'x-ms-correlation-request-id', - '18d5397b-f3c2-4cfc-8a9b-04b36e7226c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034425Z:18d5397b-f3c2-4cfc-8a9b-04b36e7226c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '725eb548-a03b-4230-8587-26f0111e7286', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9214', - 'x-ms-correlation-request-id', - 'ee8029c4-664c-4d81-b2a6-c9d271c21f0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034425Z:ee8029c4-664c-4d81-b2a6-c9d271c21f0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fcd9f39a-05ad-4561-95ef-5a4445cb9621', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9213', - 'x-ms-correlation-request-id', - '2e4219e4-7108-4b71-85fb-5e9eeb9cd043', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034425Z:2e4219e4-7108-4b71-85fb-5e9eeb9cd043', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd170f70e-9f32-4b87-a33c-b3c2c4c71c56', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9212', - 'x-ms-correlation-request-id', - 'a2145d06-be79-42be-a3be-4c5fc597eada', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034426Z:a2145d06-be79-42be-a3be-4c5fc597eada', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9f1d138f-e784-4d1f-b1b6-5579a5c6772a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9211', - 'x-ms-correlation-request-id', - '64fbf3bc-c843-4207-8427-fdd32da70437', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034426Z:64fbf3bc-c843-4207-8427-fdd32da70437', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9790cebb-350a-4106-9d22-556159d0e994', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9210', - 'x-ms-correlation-request-id', - 'e6c678f4-c8b8-484f-9e06-3df062bfc788', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034427Z:e6c678f4-c8b8-484f-9e06-3df062bfc788', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8905db53-dec3-4884-8f6d-168cb9b19460', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9209', - 'x-ms-correlation-request-id', - '0344475d-0c31-4668-bc71-11228c2baa98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034427Z:0344475d-0c31-4668-bc71-11228c2baa98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5bfcb268-ee4a-4f45-a99b-b0557e099c91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9208', - 'x-ms-correlation-request-id', - '2a6d275e-ba4d-4da2-8a62-7417ea3a7644', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034427Z:2a6d275e-ba4d-4da2-8a62-7417ea3a7644', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65afe503-f97a-49a0-8f95-f6bfb8fdae47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9207', - 'x-ms-correlation-request-id', - '77b245ef-57ad-4150-90e7-c9cf6fa93c66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034428Z:77b245ef-57ad-4150-90e7-c9cf6fa93c66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c93e7dc-5e14-470e-8e37-1df563c12518', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9206', - 'x-ms-correlation-request-id', - '41f0389a-a539-40f9-adb1-bcfd94c051de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034428Z:41f0389a-a539-40f9-adb1-bcfd94c051de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de9e6ec3-5133-4b0c-8280-462c37f5fce0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9205', - 'x-ms-correlation-request-id', - '5658f034-9494-432b-a840-726f3408e641', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034429Z:5658f034-9494-432b-a840-726f3408e641', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a40e679-1c09-4198-9f47-52f4437e0245', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9204', - 'x-ms-correlation-request-id', - '015330c2-ac98-4fad-825d-e7de4a96a7ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034429Z:015330c2-ac98-4fad-825d-e7de4a96a7ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a817f279-1668-4354-9314-1fb7501ab8e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9203', - 'x-ms-correlation-request-id', - '18b7d5ce-56de-4bd0-b479-de05975b4738', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034429Z:18b7d5ce-56de-4bd0-b479-de05975b4738', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9981b081-17a6-404e-b32f-60922f6bb68d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9202', - 'x-ms-correlation-request-id', - '77855658-d119-484d-b21f-3210146eb6a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034430Z:77855658-d119-484d-b21f-3210146eb6a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4b5220f-8def-47ac-b395-9d6957ec4be0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9201', - 'x-ms-correlation-request-id', - '1231a6b5-2b87-419b-b106-91eefa23b0a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034430Z:1231a6b5-2b87-419b-b106-91eefa23b0a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50ffd5e8-b34d-4173-9bc7-d1b2056b4b95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9200', - 'x-ms-correlation-request-id', - '723cdc2a-4f88-419e-97cb-62edf2006473', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034431Z:723cdc2a-4f88-419e-97cb-62edf2006473', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8327e410-d0a1-4e04-a63f-bef2c6c34cb4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9199', - 'x-ms-correlation-request-id', - '667d89d6-f4a1-43b7-a93d-5a1dd88dece6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034431Z:667d89d6-f4a1-43b7-a93d-5a1dd88dece6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac2d7226-d500-4253-956a-c92ea50475d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9198', - 'x-ms-correlation-request-id', - 'bd832083-5950-4ce4-9e75-d7aeb6748af7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034431Z:bd832083-5950-4ce4-9e75-d7aeb6748af7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12b80ac8-d0ad-4d1e-a758-e637a5858412', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9197', - 'x-ms-correlation-request-id', - '912e0811-a078-4b51-a380-7fab429b935c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034432Z:912e0811-a078-4b51-a380-7fab429b935c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8447f990-c9fb-42eb-b072-36fbc0a3c642', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9196', - 'x-ms-correlation-request-id', - '586e8410-74e2-47e0-9e44-c6815e6c5d53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034432Z:586e8410-74e2-47e0-9e44-c6815e6c5d53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac819c6e-1e23-4fd3-b564-805418e5332f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9195', - 'x-ms-correlation-request-id', - '3b632ba0-4799-4ce7-894e-54977e520831', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034433Z:3b632ba0-4799-4ce7-894e-54977e520831', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8806c3f2-8ff1-418a-a394-080ec2478361', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9194', - 'x-ms-correlation-request-id', - 'fde14f8e-489c-4173-b8c0-622167393f31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034433Z:fde14f8e-489c-4173-b8c0-622167393f31', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee419c91-0cd3-4f0f-8537-f9859f445a90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9193', - 'x-ms-correlation-request-id', - '4f7fa0ac-a605-4723-8288-06fa1139cb4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034433Z:4f7fa0ac-a605-4723-8288-06fa1139cb4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70b9ed7f-7cc8-47d1-ab26-4869b88c8f18', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9192', - 'x-ms-correlation-request-id', - 'aa9dda37-e5b2-45c4-9166-302cbcfff1e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034434Z:aa9dda37-e5b2-45c4-9166-302cbcfff1e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63f9f14a-0a93-4c1a-9745-80fa2f1b35e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9191', - 'x-ms-correlation-request-id', - 'f9463302-278e-44d4-a05b-b7e927a4627e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034434Z:f9463302-278e-44d4-a05b-b7e927a4627e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36c9effc-fbe4-4db7-a1a4-b63dce2624a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9190', - 'x-ms-correlation-request-id', - '59838701-0331-4eca-a0c3-ee426fe2f241', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034434Z:59838701-0331-4eca-a0c3-ee426fe2f241', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3354c8d1-00df-40c0-a037-c72abb78f1d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9189', - 'x-ms-correlation-request-id', - '421d0c91-c16c-40d6-9715-e160ea73b455', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034435Z:421d0c91-c16c-40d6-9715-e160ea73b455', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3fd5d46-413c-4d6a-b6a6-accc57d39935', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9188', - 'x-ms-correlation-request-id', - 'aa3607e1-7be4-4665-a005-d31b2539a918', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034435Z:aa3607e1-7be4-4665-a005-d31b2539a918', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbc2eecf-b0d4-428f-8e57-fce13e24d09d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9187', - 'x-ms-correlation-request-id', - '2d744752-cd49-4591-9c57-a6108e900ee2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034436Z:2d744752-cd49-4591-9c57-a6108e900ee2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13ff8ffd-a503-46c6-b6cb-353ae5ce82c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9186', - 'x-ms-correlation-request-id', - 'a76b02c5-b42a-4436-bfea-520d1dc601e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034436Z:a76b02c5-b42a-4436-bfea-520d1dc601e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4be0826c-a5cb-431c-9ae5-a2b84322c5dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9185', - 'x-ms-correlation-request-id', - 'df16cfc0-f5c3-436f-bd93-9433d7f854d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034436Z:df16cfc0-f5c3-436f-bd93-9433d7f854d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3728471f-f796-4d1b-8947-ec22bd21ccd5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9184', - 'x-ms-correlation-request-id', - '9d486f9a-cff4-4013-a4d0-e8489d65098d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034437Z:9d486f9a-cff4-4013-a4d0-e8489d65098d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da8195e8-d6ea-4053-b441-9ab142262737', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9183', - 'x-ms-correlation-request-id', - '914ab745-84d8-447e-b9d3-11e873f5ad7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034437Z:914ab745-84d8-447e-b9d3-11e873f5ad7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '036658d5-9cd7-4f46-b2f9-b029f5135da1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9182', - 'x-ms-correlation-request-id', - 'cc8d907a-91f7-4a29-9fae-42af1aaff31e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034438Z:cc8d907a-91f7-4a29-9fae-42af1aaff31e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1c3b1f1-e6ba-4555-840b-dad0eee4beb4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9181', - 'x-ms-correlation-request-id', - '48747567-9d63-4eea-ac09-d04e6f2e7877', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034438Z:48747567-9d63-4eea-ac09-d04e6f2e7877', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e87b370b-2504-43bf-81bf-b47000122f52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9180', - 'x-ms-correlation-request-id', - '2469bd93-67d2-491f-b350-e027ddc6e1c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034438Z:2469bd93-67d2-491f-b350-e027ddc6e1c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09a3fb3d-2ccf-4842-aaf8-82f66b09f663', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9179', - 'x-ms-correlation-request-id', - '8e3dabb5-1a02-4b65-a4ee-90a9cda7ab82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034439Z:8e3dabb5-1a02-4b65-a4ee-90a9cda7ab82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f25108ab-8203-4bb8-8138-090822e9b64b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9178', - 'x-ms-correlation-request-id', - 'a13edda4-70d7-4d65-b563-7ebbb5f4ab4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034439Z:a13edda4-70d7-4d65-b563-7ebbb5f4ab4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba0313b3-3eb9-4f96-97d6-d7fd621688f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9177', - 'x-ms-correlation-request-id', - '463e8a24-5278-4eee-97f0-06544faa771e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034440Z:463e8a24-5278-4eee-97f0-06544faa771e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5afb5bcf-51ff-4b2d-9b96-5289bcd54c5f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9176', - 'x-ms-correlation-request-id', - '67fe5442-2c05-4665-9c15-19645cdb7017', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034440Z:67fe5442-2c05-4665-9c15-19645cdb7017', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8c18b18-fe1f-4223-aec4-3932fe4677e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9175', - 'x-ms-correlation-request-id', - '07fd219a-0a47-4d8d-b3ee-55805b404710', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034440Z:07fd219a-0a47-4d8d-b3ee-55805b404710', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6bee5671-fe48-4e85-8e80-8f5c8488b058', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9174', - 'x-ms-correlation-request-id', - '4fa3bacb-af33-4ad3-b300-fa58615ee6fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034441Z:4fa3bacb-af33-4ad3-b300-fa58615ee6fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87bf9a93-ef08-4d35-9ab7-7403d7145969', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9173', - 'x-ms-correlation-request-id', - '10552ac1-8c75-4f94-8c13-3e088c1570ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034441Z:10552ac1-8c75-4f94-8c13-3e088c1570ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9bcc24fe-af02-449d-8f15-ea061e0b77d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9172', - 'x-ms-correlation-request-id', - '7d825271-699f-4c77-b8b9-9db54fbfa177', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034442Z:7d825271-699f-4c77-b8b9-9db54fbfa177', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5bad9c31-4756-43c1-acd7-7d0b66ee16fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9171', - 'x-ms-correlation-request-id', - 'f0bb9f89-3793-41e5-b485-4c545e1db84c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034442Z:f0bb9f89-3793-41e5-b485-4c545e1db84c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d110bfd-9e2f-4d69-8bb6-34e1dabeed73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9170', - 'x-ms-correlation-request-id', - '4f0909b5-b9af-4157-a411-cfe95cba4571', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034442Z:4f0909b5-b9af-4157-a411-cfe95cba4571', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cef547b6-d5e1-4470-ae8a-3bd92314c2f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9169', - 'x-ms-correlation-request-id', - '8ca585e3-0334-4230-8c13-d0661f3f7069', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034443Z:8ca585e3-0334-4230-8c13-d0661f3f7069', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7f9486e-6bbb-41d3-ba13-006e5ebeae62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9168', - 'x-ms-correlation-request-id', - 'a7d69082-5e08-4332-888f-54932b8796ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034443Z:a7d69082-5e08-4332-888f-54932b8796ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42390a6b-94f6-4a86-a8e0-b03e88d117c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9167', - 'x-ms-correlation-request-id', - 'a39dffbb-2498-45af-8b7f-d54174cdff02', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034443Z:a39dffbb-2498-45af-8b7f-d54174cdff02', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84fb47c5-9068-4c74-a779-f1f80cb12286', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9166', - 'x-ms-correlation-request-id', - 'e840d8e0-ccdd-4b61-b841-729077bb6661', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034444Z:e840d8e0-ccdd-4b61-b841-729077bb6661', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ed5f00b-a4ee-4050-8316-d4ec68dfb84f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9165', - 'x-ms-correlation-request-id', - 'ff54b4bf-9fc2-4b3c-8079-fa68c9fff68c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034445Z:ff54b4bf-9fc2-4b3c-8079-fa68c9fff68c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29b72781-520b-4e68-afc2-f4ae0837d4a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9164', - 'x-ms-correlation-request-id', - '13317bf3-39c4-42bc-9ba9-f80d8fd4a2ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034445Z:13317bf3-39c4-42bc-9ba9-f80d8fd4a2ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '14200777-6a9c-4d00-bf67-09581bcd9663', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9163', - 'x-ms-correlation-request-id', - '64157636-e173-4c96-aaae-eb78a1a89182', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034446Z:64157636-e173-4c96-aaae-eb78a1a89182', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b16f7c0-abb9-49e9-845d-d07687ae7ad2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9162', - 'x-ms-correlation-request-id', - '980b3686-cafd-4b2b-80cd-004c30d48f4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034446Z:980b3686-cafd-4b2b-80cd-004c30d48f4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72d11a49-0e77-4abc-bf13-d9d665bdfb2a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9161', - 'x-ms-correlation-request-id', - '07be7b9a-da98-4d03-8804-2d6e939016f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034446Z:07be7b9a-da98-4d03-8804-2d6e939016f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd1f9473-1eb0-4624-b160-3505c9ab6810', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9160', - 'x-ms-correlation-request-id', - '0df93104-f4d6-48ec-a241-7415707d9f45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034447Z:0df93104-f4d6-48ec-a241-7415707d9f45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82339a67-511e-469b-a673-aa711df98832', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9159', - 'x-ms-correlation-request-id', - '5c62c574-ab5f-49d4-85c9-65e03bb573e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034447Z:5c62c574-ab5f-49d4-85c9-65e03bb573e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e60e4456-829b-4b65-8a43-eb78f213c2a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9158', - 'x-ms-correlation-request-id', - 'ce4e5901-7588-4168-9eaf-9be3d8efa1a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034447Z:ce4e5901-7588-4168-9eaf-9be3d8efa1a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a94a155-37ee-4191-813e-94b006ae79e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9157', - 'x-ms-correlation-request-id', - '0e4228ff-204b-4193-b9e0-a733940b4ae9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034448Z:0e4228ff-204b-4193-b9e0-a733940b4ae9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82bb0078-8486-42e1-80cc-0b7dc4206c33', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9156', - 'x-ms-correlation-request-id', - '6f236659-9b42-450f-b536-79654523fb5c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034448Z:6f236659-9b42-450f-b536-79654523fb5c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '256118e8-dee4-4414-8870-6e77f6111335', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9155', - 'x-ms-correlation-request-id', - '8d9534ce-a328-4e98-9490-e7e6ae63c234', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034449Z:8d9534ce-a328-4e98-9490-e7e6ae63c234', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57037291-e41c-43b1-bdb6-5d3a620a5ef0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9154', - 'x-ms-correlation-request-id', - 'edc2a88a-eb35-4d54-93b2-4276af45c605', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034449Z:edc2a88a-eb35-4d54-93b2-4276af45c605', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '486e5c8a-7102-40e4-8b9e-143925bbedb6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9153', - 'x-ms-correlation-request-id', - 'e91e679c-991b-4ed9-a30a-9c51069e6de5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034449Z:e91e679c-991b-4ed9-a30a-9c51069e6de5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b60df58-aafd-4b97-84b6-c09f9907ce5b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9152', - 'x-ms-correlation-request-id', - '70f18aa9-68c3-463e-a44c-dc298bec5dea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034450Z:70f18aa9-68c3-463e-a44c-dc298bec5dea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4a37079-f401-432f-b827-ab8e3bfe1b07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9151', - 'x-ms-correlation-request-id', - '696374cb-d463-40e0-bcc5-0def20135ea7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034450Z:696374cb-d463-40e0-bcc5-0def20135ea7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23ee44eb-8089-4f46-8c95-c67d2e975e96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9150', - 'x-ms-correlation-request-id', - '74cd89a8-caf7-421e-89f8-afa020771100', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034451Z:74cd89a8-caf7-421e-89f8-afa020771100', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2cadeba7-fd97-4955-aa12-ee0721205080', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9149', - 'x-ms-correlation-request-id', - '75fdd4eb-c668-44c1-8816-d81ed1dd323c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034451Z:75fdd4eb-c668-44c1-8816-d81ed1dd323c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3688a02-a0b5-4271-b138-9eb939caac15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9148', - 'x-ms-correlation-request-id', - '9e293b1a-29f7-4a3e-8d7f-f0d9ee6da951', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034451Z:9e293b1a-29f7-4a3e-8d7f-f0d9ee6da951', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a7447548-f4f2-447e-a1ef-dee78b38b178', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9147', - 'x-ms-correlation-request-id', - '43e16f8e-347f-415e-b0cd-c5f7dc046499', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034452Z:43e16f8e-347f-415e-b0cd-c5f7dc046499', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e02cc3d3-df49-4dca-8e68-bf2377f1634d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9146', - 'x-ms-correlation-request-id', - '6d4b1060-ee73-4e26-b87b-db5f9b35c420', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034452Z:6d4b1060-ee73-4e26-b87b-db5f9b35c420', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d1047f2-001a-4cc4-9ee7-ab1f7aad5363', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9145', - 'x-ms-correlation-request-id', - 'ce226d73-c9f7-40d2-99ba-bff747499539', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034453Z:ce226d73-c9f7-40d2-99ba-bff747499539', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3a6baa7-51b9-47ff-81f7-767c7da82708', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9144', - 'x-ms-correlation-request-id', - '0f16dfc4-8598-4efa-ac33-fd529ca30273', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034453Z:0f16dfc4-8598-4efa-ac33-fd529ca30273', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7606a15f-c2a0-4c73-921e-428685ecff94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9143', - 'x-ms-correlation-request-id', - '0a621768-279c-4496-abeb-bcfca52107bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034453Z:0a621768-279c-4496-abeb-bcfca52107bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c71e9881-bd0b-4354-8256-e8d33bc6ca13', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9142', - 'x-ms-correlation-request-id', - 'b1859191-d060-4ef2-b3b1-4f5240aa8020', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034454Z:b1859191-d060-4ef2-b3b1-4f5240aa8020', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '972cc58d-a313-4eee-86a9-f1c1e666e6a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9141', - 'x-ms-correlation-request-id', - '3fa08a51-469f-463c-a1cf-57bb88cd1fbf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034454Z:3fa08a51-469f-463c-a1cf-57bb88cd1fbf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b085fe8b-eddd-449b-87bb-96218634ed0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9140', - 'x-ms-correlation-request-id', - '478dfccc-afe0-4c4e-82ad-7b4741d1a319', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034455Z:478dfccc-afe0-4c4e-82ad-7b4741d1a319', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '633d5248-d44c-423d-b049-cd20d82e8639', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9139', - 'x-ms-correlation-request-id', - 'e6ff3217-5988-41aa-9367-2040d69546d1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034455Z:e6ff3217-5988-41aa-9367-2040d69546d1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '209bd3c7-d6b7-42d1-bf7a-4e216a35a221', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9138', - 'x-ms-correlation-request-id', - 'f6b73e07-3fb6-48c8-af2b-2e66973600a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034455Z:f6b73e07-3fb6-48c8-af2b-2e66973600a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e1273e6-f707-4bf2-a6e0-39188d576325', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9137', - 'x-ms-correlation-request-id', - '2c2cf709-ce0d-499c-9903-0750b6046011', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034456Z:2c2cf709-ce0d-499c-9903-0750b6046011', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26ee4cb0-a78c-43c9-8584-fdab7c0ab6b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9136', - 'x-ms-correlation-request-id', - '646225bd-0d71-46c6-ae33-082f6506923a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034456Z:646225bd-0d71-46c6-ae33-082f6506923a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17f49416-97a6-4bd1-9023-f05a386c10d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9135', - 'x-ms-correlation-request-id', - '0de9ddbb-71d7-4d1e-824d-396a16f9e2ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034457Z:0de9ddbb-71d7-4d1e-824d-396a16f9e2ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bfdaf96b-754a-4211-a828-d0f9e0a14c6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9134', - 'x-ms-correlation-request-id', - 'c409b6d6-378e-4151-9d99-8d1b52520f68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034457Z:c409b6d6-378e-4151-9d99-8d1b52520f68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ba33302-96f3-4a6e-a0ee-c0dad39f2262', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9133', - 'x-ms-correlation-request-id', - 'd9ecf12c-11ae-4e2f-a58f-9715262727c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034457Z:d9ecf12c-11ae-4e2f-a58f-9715262727c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '552615bb-887f-4d8e-902d-f263e6c0f9f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9132', - 'x-ms-correlation-request-id', - '57a9f478-8b77-418e-9968-2c4a1739d9aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034458Z:57a9f478-8b77-418e-9968-2c4a1739d9aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fdbb9224-3bdc-4a97-acd7-4c9235926fe9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9131', - 'x-ms-correlation-request-id', - 'd9235432-034d-4304-a660-eef084cc9357', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034458Z:d9235432-034d-4304-a660-eef084cc9357', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f26ab491-ae38-4fba-80d8-221c4cddcda0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9130', - 'x-ms-correlation-request-id', - 'bc4d36b3-d00b-4c65-98ca-39f4f7bb61de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034459Z:bc4d36b3-d00b-4c65-98ca-39f4f7bb61de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72a0c8e9-12ed-46b2-a81b-f08ccd00cb0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9129', - 'x-ms-correlation-request-id', - '553267ea-2dc2-4dcf-9753-d9078400f979', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034459Z:553267ea-2dc2-4dcf-9753-d9078400f979', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65e4553d-ca7f-403c-80c7-af3628e7aabe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9128', - 'x-ms-correlation-request-id', - '1e66591f-a71a-4750-ae7c-f0b44a09fc0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034459Z:1e66591f-a71a-4750-ae7c-f0b44a09fc0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:44:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1d7b765-6679-46e8-9a7f-56a8ca9f45e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9127', - 'x-ms-correlation-request-id', - '4692fb31-ac28-4c47-9c4e-ad7dc9da26fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034500Z:4692fb31-ac28-4c47-9c4e-ad7dc9da26fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9c97642-c876-4ef4-849f-e767ce4a5327', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9126', - 'x-ms-correlation-request-id', - 'c2641493-cee2-48db-a891-c5cabfaafd71', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034500Z:c2641493-cee2-48db-a891-c5cabfaafd71', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '673e0b5b-5907-417d-999e-092188afad2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9125', - 'x-ms-correlation-request-id', - 'b8fc3d42-972a-49d7-b541-50f2cf7e005f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034501Z:b8fc3d42-972a-49d7-b541-50f2cf7e005f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '534664c0-8a0e-4121-996c-56eb2603b4ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9124', - 'x-ms-correlation-request-id', - '42efa7d2-68ed-4a29-9119-d5097f489058', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034501Z:42efa7d2-68ed-4a29-9119-d5097f489058', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c408d67f-1bf7-476c-97f4-a30351f492f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9123', - 'x-ms-correlation-request-id', - '45e92b56-3829-42da-99de-2816a5d38af7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034501Z:45e92b56-3829-42da-99de-2816a5d38af7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ffabbf0-ce89-46fb-af87-ac1b6f6dd98d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9122', - 'x-ms-correlation-request-id', - 'd8a7a631-61c0-444a-bded-9ffe028f5b04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034502Z:d8a7a631-61c0-444a-bded-9ffe028f5b04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ade7c568-5486-445b-ae2d-349ed31f1678', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9121', - 'x-ms-correlation-request-id', - 'e4bc8ce1-5614-4c36-aee2-33caf6d41dfe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034502Z:e4bc8ce1-5614-4c36-aee2-33caf6d41dfe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8521ea54-fa8b-40a7-a5c0-a2ecc4f03c13', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9120', - 'x-ms-correlation-request-id', - 'f8a5d528-b56d-41c5-b4f5-4069546be8e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034503Z:f8a5d528-b56d-41c5-b4f5-4069546be8e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a49f29ae-3001-436e-8167-7ceb86a4c73d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9119', - 'x-ms-correlation-request-id', - '49216a30-ecf8-4bba-8a25-853602eda151', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034503Z:49216a30-ecf8-4bba-8a25-853602eda151', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '314b7d87-6988-4dd4-82d8-455fd9634733', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9118', - 'x-ms-correlation-request-id', - 'b3cb8242-e0a7-4a8d-88d2-0d277c7cc628', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034503Z:b3cb8242-e0a7-4a8d-88d2-0d277c7cc628', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51c17e61-b500-40f3-866b-ac6beba20138', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9117', - 'x-ms-correlation-request-id', - '655d4f5e-24e9-436e-8710-7b644ecb0d00', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034504Z:655d4f5e-24e9-436e-8710-7b644ecb0d00', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4dcb92e3-b37e-4690-82c2-b1f37b66e799', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9116', - 'x-ms-correlation-request-id', - '369ee992-5978-47ca-9c13-7d25f5a70d6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034504Z:369ee992-5978-47ca-9c13-7d25f5a70d6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33dec527-c0ac-4b70-9938-bfb93d7697f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9115', - 'x-ms-correlation-request-id', - '954f14b4-58a2-496b-905a-5d9f7e50d443', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034505Z:954f14b4-58a2-496b-905a-5d9f7e50d443', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3c54575-72bb-4ada-8b26-d4bb1109452f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9114', - 'x-ms-correlation-request-id', - '945b3de5-1b35-41b2-aafa-ba81aa3674a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034505Z:945b3de5-1b35-41b2-aafa-ba81aa3674a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a7cf86cd-7887-4ac2-929a-37e256374173', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9113', - 'x-ms-correlation-request-id', - '8515b529-f163-4cb0-94b4-5477a7dd20ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034505Z:8515b529-f163-4cb0-94b4-5477a7dd20ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d655ab8-a63e-40c0-bfff-dbd28c2e2f83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9112', - 'x-ms-correlation-request-id', - '4083ea80-c6f0-47a6-887d-3570703e434e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034506Z:4083ea80-c6f0-47a6-887d-3570703e434e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b58fe377-5d26-447f-8628-92e6074444ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9111', - 'x-ms-correlation-request-id', - '1af40426-f8a6-44ab-bb6f-a8c03938089e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034506Z:1af40426-f8a6-44ab-bb6f-a8c03938089e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a5135c6-39b7-447b-8224-94f9ebf47d2c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9110', - 'x-ms-correlation-request-id', - '74fbf5bb-71ad-42d9-a5b2-54b13607428a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034507Z:74fbf5bb-71ad-42d9-a5b2-54b13607428a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '293f1621-2df0-4a2e-95d2-b31d8c47f9a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9109', - 'x-ms-correlation-request-id', - '1b878ab1-1390-4712-bc0e-5a1eae1ef440', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034507Z:1b878ab1-1390-4712-bc0e-5a1eae1ef440', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a74a0236-bb65-4d75-a7b7-f9682e4e5271', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9108', - 'x-ms-correlation-request-id', - 'c9d66cb7-bc9a-4b57-8afd-888757f7b78f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034507Z:c9d66cb7-bc9a-4b57-8afd-888757f7b78f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5112dac1-d4f5-4869-85f5-b6fb1aaa8d7b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9107', - 'x-ms-correlation-request-id', - 'fff151e0-8bf8-40dd-951a-4416f4955701', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034508Z:fff151e0-8bf8-40dd-951a-4416f4955701', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1e673be-b824-4356-b051-95c7f4b60b2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9106', - 'x-ms-correlation-request-id', - 'ac190b13-42da-4e83-90ac-be1276655bae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034508Z:ac190b13-42da-4e83-90ac-be1276655bae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3cfd79ef-f71d-418f-b7cc-50259da09283', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9105', - 'x-ms-correlation-request-id', - 'fddb5182-eb03-44ee-89f5-d97977d16a27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034508Z:fddb5182-eb03-44ee-89f5-d97977d16a27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d364aa2-4503-4a2c-9e25-c63100f05059', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9104', - 'x-ms-correlation-request-id', - '82ddc6c1-282d-4ff1-98af-091730a80678', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034509Z:82ddc6c1-282d-4ff1-98af-091730a80678', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2ae5bd3-c1f5-40f9-8b6d-ce02d5e52c1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9103', - 'x-ms-correlation-request-id', - 'cf047b35-9b42-4e25-84a8-5f228741bdc5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034509Z:cf047b35-9b42-4e25-84a8-5f228741bdc5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e00804e9-7dd4-4c48-acce-c6a831601b54', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9102', - 'x-ms-correlation-request-id', - 'b1065ff6-f5ea-43da-8a5d-3e7cde28225d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034510Z:b1065ff6-f5ea-43da-8a5d-3e7cde28225d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e966b1b2-cf1b-446e-9d8a-877945fbcb89', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9101', - 'x-ms-correlation-request-id', - '35e895ff-03a6-4a65-bb5e-6342b61e47d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034510Z:35e895ff-03a6-4a65-bb5e-6342b61e47d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c058d0d6-2f48-46ae-a78c-de8776706950', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9100', - 'x-ms-correlation-request-id', - '42828b9a-0b82-493c-87e1-dd4c7e3ff036', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034510Z:42828b9a-0b82-493c-87e1-dd4c7e3ff036', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a18c879b-ff92-4cf1-9d9b-e1ef3057b5da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9099', - 'x-ms-correlation-request-id', - '1e34c0d1-2da3-407a-ac3f-e7b4ad57d095', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034511Z:1e34c0d1-2da3-407a-ac3f-e7b4ad57d095', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '785e3a76-1486-4e48-aee9-a9dae89a330b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9098', - 'x-ms-correlation-request-id', - 'e87dc155-7e67-43e6-a3fa-535b18602790', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034511Z:e87dc155-7e67-43e6-a3fa-535b18602790', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fde77b3d-c11c-4790-9210-af0c019cc245', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9097', - 'x-ms-correlation-request-id', - '206b80a6-8580-4203-b257-98bf5ab8df64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034512Z:206b80a6-8580-4203-b257-98bf5ab8df64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b813b182-edd9-4fcb-ba56-dfe924c7b9c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9096', - 'x-ms-correlation-request-id', - '75a58d7b-5285-4418-92bd-a4de1ed546a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034512Z:75a58d7b-5285-4418-92bd-a4de1ed546a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd552d90-0b88-478f-92ef-1a3d3556def9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9095', - 'x-ms-correlation-request-id', - '73e8c44a-999a-4e90-81e7-c0b6987bffc2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034512Z:73e8c44a-999a-4e90-81e7-c0b6987bffc2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ef43b15-7aeb-4c08-9b95-bf5b90ab3364', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9094', - 'x-ms-correlation-request-id', - '7b3e2922-89d4-4fb8-a0d9-84a06a4600a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034513Z:7b3e2922-89d4-4fb8-a0d9-84a06a4600a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9105f72-8704-43e9-a480-9c3d3974b6a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9093', - 'x-ms-correlation-request-id', - '21ac7011-1700-4b0d-b3b1-a93d04565ce0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034513Z:21ac7011-1700-4b0d-b3b1-a93d04565ce0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd358c348-a0a6-4784-a66d-39d2f657b57a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9092', - 'x-ms-correlation-request-id', - '04f05d9f-8b7d-4a27-9bf4-9e2ff853b0e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034514Z:04f05d9f-8b7d-4a27-9bf4-9e2ff853b0e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f8be9d4-b315-4bb4-a640-0ca7d0942c1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9091', - 'x-ms-correlation-request-id', - '82c50715-bd0a-43c4-8d3a-8cfa9081bcef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034514Z:82c50715-bd0a-43c4-8d3a-8cfa9081bcef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '06d86e5a-c5e3-42e5-82ae-487b40c753f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9090', - 'x-ms-correlation-request-id', - '08b024c3-b0a9-4b71-b306-3ef67135e1c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034514Z:08b024c3-b0a9-4b71-b306-3ef67135e1c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab8e3fe9-6260-4956-bf81-f042b6299e96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9089', - 'x-ms-correlation-request-id', - '4feb1b82-1132-4c41-9b6f-7397493dec2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034515Z:4feb1b82-1132-4c41-9b6f-7397493dec2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '85e4d345-181a-4b6d-aa72-0d41b6535a09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9088', - 'x-ms-correlation-request-id', - '652437d0-12b1-4936-927a-6bcd7007442e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034515Z:652437d0-12b1-4936-927a-6bcd7007442e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff770167-52fd-4704-801e-0054294684a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9087', - 'x-ms-correlation-request-id', - '5efcb56b-950b-4607-93c4-b8957f8a2eca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034516Z:5efcb56b-950b-4607-93c4-b8957f8a2eca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82335525-70e7-4aa4-bb8c-310991dba0b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9086', - 'x-ms-correlation-request-id', - '88c2dbcb-3e82-4848-8dbe-5468bd94a140', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034516Z:88c2dbcb-3e82-4848-8dbe-5468bd94a140', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '429819a3-e410-42f5-a3ec-5d6e876163db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9085', - 'x-ms-correlation-request-id', - 'b7cda7e8-5fae-4eb3-8f36-850db0e95975', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034516Z:b7cda7e8-5fae-4eb3-8f36-850db0e95975', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7bff585b-5874-48ca-8f4f-12c875e3ce52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9084', - 'x-ms-correlation-request-id', - '120dad97-5bbf-4c27-ab0e-cd6a6edd59ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034517Z:120dad97-5bbf-4c27-ab0e-cd6a6edd59ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46067117-f58f-43d1-8ca2-1dcfde975cb9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9083', - 'x-ms-correlation-request-id', - '882cc415-93bb-4cde-be20-3e362ecd1ccf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034517Z:882cc415-93bb-4cde-be20-3e362ecd1ccf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b977c86-bf78-4cc6-835d-bd7f6d93d1e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9082', - 'x-ms-correlation-request-id', - 'd0825cb1-db33-4681-b5ba-38878e1cebf6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034518Z:d0825cb1-db33-4681-b5ba-38878e1cebf6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a4ad398-4315-47ca-94f1-4f26a9ee49a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9081', - 'x-ms-correlation-request-id', - '4bb6dbae-441a-420a-a506-b7e155eaf91b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034518Z:4bb6dbae-441a-420a-a506-b7e155eaf91b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '712a1d1d-32e6-4a0d-93c2-0118c7f357f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9080', - 'x-ms-correlation-request-id', - '75a6e228-2ce3-4c3f-bb93-a1313573f630', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034518Z:75a6e228-2ce3-4c3f-bb93-a1313573f630', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0bae34f5-cd14-42f5-bdb8-21b032084b7d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9079', - 'x-ms-correlation-request-id', - 'fc18004b-c3f9-4654-af10-3c8fbea65eb9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034519Z:fc18004b-c3f9-4654-af10-3c8fbea65eb9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a021451-ad14-487d-aeaa-a65e7d48b9b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9078', - 'x-ms-correlation-request-id', - '32cc08b2-8b67-425c-af66-f1c32c69b8a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034519Z:32cc08b2-8b67-425c-af66-f1c32c69b8a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd42d986c-8c30-45ad-9bc1-ba9f2e70d0cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9077', - 'x-ms-correlation-request-id', - '5610dc9c-f3b3-4bbf-87c5-52da8bb05e2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034520Z:5610dc9c-f3b3-4bbf-87c5-52da8bb05e2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a34d6f77-ae99-471b-97fa-fa1adafd2478', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9076', - 'x-ms-correlation-request-id', - '1f7d636b-e037-491e-9478-8471dbf1383b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034520Z:1f7d636b-e037-491e-9478-8471dbf1383b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3820ee4b-3f3d-4949-9b6c-be31b4709006', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9075', - 'x-ms-correlation-request-id', - '1d87e29d-2320-423c-a47d-8a8031d907c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034520Z:1d87e29d-2320-423c-a47d-8a8031d907c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08e1279d-5547-4909-a81d-4c534fe03148', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9074', - 'x-ms-correlation-request-id', - '9c9556dc-2d46-4677-bfe5-417faae8cf5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034521Z:9c9556dc-2d46-4677-bfe5-417faae8cf5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4e00ebd-afd7-4dca-bc8a-730223f64e80', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9073', - 'x-ms-correlation-request-id', - '765d2fb1-c435-494f-bf70-aa78fe9a4055', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034521Z:765d2fb1-c435-494f-bf70-aa78fe9a4055', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f73b6677-5aa0-43e4-9b4a-6e0f651e2564', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9072', - 'x-ms-correlation-request-id', - '3d238125-8669-4dd3-894a-41d551faf061', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034522Z:3d238125-8669-4dd3-894a-41d551faf061', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae9210be-8f87-4d6a-a908-67f29d33a15d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9071', - 'x-ms-correlation-request-id', - '35df6622-7845-44ab-a601-b88bc72b983c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034522Z:35df6622-7845-44ab-a601-b88bc72b983c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c43354e4-16d2-4b49-8deb-78f08cbd5302', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9070', - 'x-ms-correlation-request-id', - '1461a072-4639-459b-aa67-48c6d4dfb1e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034522Z:1461a072-4639-459b-aa67-48c6d4dfb1e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '128e2a16-1281-4dab-90ab-847848c94ba8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9069', - 'x-ms-correlation-request-id', - '7ff8c301-4a9e-4874-8c42-4e0a73f0603e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034523Z:7ff8c301-4a9e-4874-8c42-4e0a73f0603e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b93aeae0-59ad-4195-8550-a847e8ed343a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9068', - 'x-ms-correlation-request-id', - 'd282e20f-595b-4078-9d89-5fa9869b524b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034523Z:d282e20f-595b-4078-9d89-5fa9869b524b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6847c6f9-2a81-4b73-98e7-1df9c3c6bc41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9067', - 'x-ms-correlation-request-id', - '5400774b-709c-4136-a77e-de32b2cad34e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034524Z:5400774b-709c-4136-a77e-de32b2cad34e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9df91285-ed02-4c54-b873-79538b200674', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9066', - 'x-ms-correlation-request-id', - 'a196fab8-e883-46f6-98d0-cad13182d2d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034524Z:a196fab8-e883-46f6-98d0-cad13182d2d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5792d155-4ed9-4c82-9273-6aecac1fd4f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9065', - 'x-ms-correlation-request-id', - 'c06c1ec9-280a-4913-b25a-dc8b88503cfc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034524Z:c06c1ec9-280a-4913-b25a-dc8b88503cfc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '388bca75-fc3a-467f-837a-21e66f667d77', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9064', - 'x-ms-correlation-request-id', - 'a128c1b1-f80d-40f5-9c45-943564cfa6fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034525Z:a128c1b1-f80d-40f5-9c45-943564cfa6fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a75d648-5155-476e-a3eb-d13671ef6b26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9063', - 'x-ms-correlation-request-id', - '9dc6018e-80a3-41fc-81d6-00527d754dd7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034525Z:9dc6018e-80a3-41fc-81d6-00527d754dd7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb7d3525-4ffc-4c76-9016-91c232acd6eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9062', - 'x-ms-correlation-request-id', - 'd4951eaa-3a27-419a-9a89-bfb6b5c32230', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034526Z:d4951eaa-3a27-419a-9a89-bfb6b5c32230', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aee5071f-b937-490d-a5ea-16294005e5af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9061', - 'x-ms-correlation-request-id', - '5386ef21-d780-4391-9abd-aa4be66f5dfe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034526Z:5386ef21-d780-4391-9abd-aa4be66f5dfe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '416aea59-d1d3-4298-b5ed-c811a1283cce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9060', - 'x-ms-correlation-request-id', - '182c57bd-c538-4db1-bede-5374759150f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034526Z:182c57bd-c538-4db1-bede-5374759150f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '118b7a70-adb0-45c2-848f-0f4de1476e2a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9059', - 'x-ms-correlation-request-id', - 'f46bdffa-9685-4726-b913-5e19559f0268', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034527Z:f46bdffa-9685-4726-b913-5e19559f0268', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '623151f3-6125-460a-bdf6-a80c39a492e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9058', - 'x-ms-correlation-request-id', - 'eaa06719-d798-4e4f-835e-ee852d7cb8b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034527Z:eaa06719-d798-4e4f-835e-ee852d7cb8b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa5f7b6a-e5e1-406f-a38f-80101a6b6e2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9057', - 'x-ms-correlation-request-id', - '288845f1-979c-4fe0-b198-b5a5ec7afcbd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034527Z:288845f1-979c-4fe0-b198-b5a5ec7afcbd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f24d60b5-b59b-405b-ad82-f58325c5070e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9056', - 'x-ms-correlation-request-id', - '935628f9-5124-4b86-a146-05884766c53c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034528Z:935628f9-5124-4b86-a146-05884766c53c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72b1e2d0-558b-44a0-a3a6-365f5e223b10', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9055', - 'x-ms-correlation-request-id', - '7ad099ee-6354-4b90-bd65-42cfdb0e1b5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034528Z:7ad099ee-6354-4b90-bd65-42cfdb0e1b5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '577e182f-5c19-4d4d-9a42-fdc0a801edc0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9054', - 'x-ms-correlation-request-id', - '0bc60675-a4fc-4705-9e68-70885cbe4e79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034529Z:0bc60675-a4fc-4705-9e68-70885cbe4e79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e900c86c-20ea-46cb-8b52-b3b5646e9fd9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9053', - 'x-ms-correlation-request-id', - 'c99795f8-e7f2-4618-9483-6598ae7cd7c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034529Z:c99795f8-e7f2-4618-9483-6598ae7cd7c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bfbec1e1-4685-458a-ac28-9728cb1c0554', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9052', - 'x-ms-correlation-request-id', - 'e2dce64f-b217-4c91-8a0e-a107f23ef8fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034529Z:e2dce64f-b217-4c91-8a0e-a107f23ef8fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '610e6bbd-175f-405f-8b1b-575cffaac5c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9051', - 'x-ms-correlation-request-id', - '678bcf35-5b79-4544-af3f-9a186c98b3ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034530Z:678bcf35-5b79-4544-af3f-9a186c98b3ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0ceb3e3-72e4-4066-ba1b-6172281bdc8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9050', - 'x-ms-correlation-request-id', - '234bd962-4439-4a49-bf1c-020868034a47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034530Z:234bd962-4439-4a49-bf1c-020868034a47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e16196e1-8a99-441c-8118-c5101af52f7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9049', - 'x-ms-correlation-request-id', - '3f916f9a-30d7-4331-ac58-d146875edf0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034531Z:3f916f9a-30d7-4331-ac58-d146875edf0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34ece987-aace-4385-8363-ce1c9f8fccdd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9048', - 'x-ms-correlation-request-id', - '7b2f598c-3f80-4d14-9c1a-949cf01c1448', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034531Z:7b2f598c-3f80-4d14-9c1a-949cf01c1448', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '943d5bc3-6b94-4b42-b451-17c4ab0e7d33', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9047', - 'x-ms-correlation-request-id', - '8d56e1d8-1863-43f9-85a6-adedb89b0a66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034531Z:8d56e1d8-1863-43f9-85a6-adedb89b0a66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2118d7cc-6aa2-4a58-8f08-c07463a32aa5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9046', - 'x-ms-correlation-request-id', - '7fbe5e2c-b613-4cd9-9189-353437c27baa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034532Z:7fbe5e2c-b613-4cd9-9189-353437c27baa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb52a39d-3332-4121-b9a5-726c304517fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9045', - 'x-ms-correlation-request-id', - '97747eac-5b14-45f9-9eca-d4357afb4d06', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034532Z:97747eac-5b14-45f9-9eca-d4357afb4d06', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b2a76ea-cf39-4f5c-b5dd-fd912d0b4cb0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9044', - 'x-ms-correlation-request-id', - '050e664a-b743-4433-8a57-c35a4c3ea88a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034533Z:050e664a-b743-4433-8a57-c35a4c3ea88a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c3654e8-ec05-4c0c-8879-4d12f90205a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9043', - 'x-ms-correlation-request-id', - 'ccecb849-bd74-43ea-a644-01262a343c95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034533Z:ccecb849-bd74-43ea-a644-01262a343c95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b6ae7da-5c7a-4800-8bd6-400075586724', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9042', - 'x-ms-correlation-request-id', - '21d904e8-ddc4-4c76-a300-7a1c8046dc07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034534Z:21d904e8-ddc4-4c76-a300-7a1c8046dc07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c97464f0-f812-4cb4-8696-e838b24b6dff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9041', - 'x-ms-correlation-request-id', - '309e52a3-38cc-4838-a8b5-8a049bece629', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034534Z:309e52a3-38cc-4838-a8b5-8a049bece629', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f3c151a-b3eb-4dfc-b4f0-7a3af8def83a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9040', - 'x-ms-correlation-request-id', - '63d64b70-bf56-4c24-a4e1-2476c59c10b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034534Z:63d64b70-bf56-4c24-a4e1-2476c59c10b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a343188d-9dde-445e-a4c8-db442497a2b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9039', - 'x-ms-correlation-request-id', - 'a9c9c50c-f8e9-40f4-8208-e15d0afc14b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034535Z:a9c9c50c-f8e9-40f4-8208-e15d0afc14b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d23291a-c3fc-4462-a8da-59706fe9e8c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9038', - 'x-ms-correlation-request-id', - 'f2ad4b2f-b311-43fe-99e1-1bf00b348d31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034535Z:f2ad4b2f-b311-43fe-99e1-1bf00b348d31', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '786dac5d-5065-4ca1-bc06-771c41e7be82', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9037', - 'x-ms-correlation-request-id', - 'a4b357cf-23a9-4fcb-a653-a10d93abbe4e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034535Z:a4b357cf-23a9-4fcb-a653-a10d93abbe4e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57adeae2-3b33-41bc-845a-78ea26d3735b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9036', - 'x-ms-correlation-request-id', - '84a2ed18-503b-4f86-8796-be8898a9361e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034536Z:84a2ed18-503b-4f86-8796-be8898a9361e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70654d16-e2b7-4192-a267-9c9889480656', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9035', - 'x-ms-correlation-request-id', - '485890b8-3112-435f-a539-e8d729a12bd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034536Z:485890b8-3112-435f-a539-e8d729a12bd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23f7c312-f38a-40b5-9480-877175b3c243', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9034', - 'x-ms-correlation-request-id', - '8b03fb05-888b-4f53-bcea-b15e00ad26a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034537Z:8b03fb05-888b-4f53-bcea-b15e00ad26a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dbf06bac-be25-44f2-806b-88ab208908ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9033', - 'x-ms-correlation-request-id', - 'e4921f54-ef80-470e-a225-6470c345c264', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034537Z:e4921f54-ef80-470e-a225-6470c345c264', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10587aa7-43da-42af-aef9-0b1a1ec4cd84', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9032', - 'x-ms-correlation-request-id', - 'f2c39676-9ca3-4e0d-b3e3-cdef88391389', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034537Z:f2c39676-9ca3-4e0d-b3e3-cdef88391389', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd17b02af-e367-4a2e-9989-e446162b8033', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9031', - 'x-ms-correlation-request-id', - 'ffb9d551-0e6e-4d36-bbce-457c9cd6c094', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034538Z:ffb9d551-0e6e-4d36-bbce-457c9cd6c094', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd6babb6-ed3e-48c1-9496-fb1df6ba0405', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9030', - 'x-ms-correlation-request-id', - 'f85847c2-0074-49b4-a3c5-922e8088527b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034538Z:f85847c2-0074-49b4-a3c5-922e8088527b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a89b355-a1e7-48de-a62e-79d86b203ae6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9029', - 'x-ms-correlation-request-id', - 'ae9d35ed-8898-407e-b0f6-2090274d246a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034539Z:ae9d35ed-8898-407e-b0f6-2090274d246a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd2861ac-d62a-4d6b-89af-a29989fb60c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9028', - 'x-ms-correlation-request-id', - 'ca692682-ddb9-4e4a-b26e-15adda3f4788', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034539Z:ca692682-ddb9-4e4a-b26e-15adda3f4788', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa99d429-f4b1-4cc6-8ef9-e196242b9a4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9027', - 'x-ms-correlation-request-id', - 'e5c928d5-c8a3-40de-82de-563f13374592', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034539Z:e5c928d5-c8a3-40de-82de-563f13374592', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0eb002cf-87e5-4e14-a158-f6afd6c82782', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9026', - 'x-ms-correlation-request-id', - '3dc88ef9-63f6-43b1-9866-70ebb72d27c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034540Z:3dc88ef9-63f6-43b1-9866-70ebb72d27c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02ff7a86-3049-4f59-bb87-bd5fba4132c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9025', - 'x-ms-correlation-request-id', - 'e9da76c0-b845-4a78-b439-cf0d499e38a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034540Z:e9da76c0-b845-4a78-b439-cf0d499e38a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96d65af2-2791-4b8c-9240-10f7af667254', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9024', - 'x-ms-correlation-request-id', - 'b777f163-fd5a-4d33-a66d-e3a8581b3c33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034541Z:b777f163-fd5a-4d33-a66d-e3a8581b3c33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7345718a-4480-405f-a6d1-203607227ec5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9023', - 'x-ms-correlation-request-id', - '3e457b79-66d4-4df2-b90d-ac07edc105cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034541Z:3e457b79-66d4-4df2-b90d-ac07edc105cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f7e47d6-4e01-4f4a-a00f-635e30e1c832', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9022', - 'x-ms-correlation-request-id', - '5b815a43-4b45-4076-98ab-7fa49dec0561', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034541Z:5b815a43-4b45-4076-98ab-7fa49dec0561', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aad58480-5e68-49ec-843f-f422d0951341', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9021', - 'x-ms-correlation-request-id', - '255f5983-6501-4784-ada7-489d430dcd38', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034542Z:255f5983-6501-4784-ada7-489d430dcd38', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c82e3788-57d2-4b3f-b985-6dc09d3c32d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9020', - 'x-ms-correlation-request-id', - '83def7a1-0cfa-4010-b3f7-9a3e5f733839', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034542Z:83def7a1-0cfa-4010-b3f7-9a3e5f733839', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19a664e4-b191-4522-9aab-baf5dd053e90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9019', - 'x-ms-correlation-request-id', - '7c7a166f-a7b7-4bd6-b1f5-1d18ba9a1355', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034543Z:7c7a166f-a7b7-4bd6-b1f5-1d18ba9a1355', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4df9e7f-da65-452e-8296-b4ae4c369efa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9018', - 'x-ms-correlation-request-id', - '7ed862fc-6e47-456c-aaac-61a41bd49d2d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034543Z:7ed862fc-6e47-456c-aaac-61a41bd49d2d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4e41448-688c-4779-8d11-25788b119988', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9017', - 'x-ms-correlation-request-id', - '02b6ae27-7244-443f-9cf5-267ec9aeb191', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034544Z:02b6ae27-7244-443f-9cf5-267ec9aeb191', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f593d769-569f-4a4b-84af-fd17fd3cc3d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9016', - 'x-ms-correlation-request-id', - 'a0f5df90-33a1-40c5-8678-78e39c7fe76c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034544Z:a0f5df90-33a1-40c5-8678-78e39c7fe76c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed3fe831-2aca-476c-8582-bed47da3d976', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9015', - 'x-ms-correlation-request-id', - '17820c5b-5e06-42be-8d70-f7019b5b8c67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034544Z:17820c5b-5e06-42be-8d70-f7019b5b8c67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a28a5119-5c55-4f2f-9467-756fd48a3693', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9014', - 'x-ms-correlation-request-id', - '2e00652c-ac63-44ef-a803-45cbb2ba51d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034545Z:2e00652c-ac63-44ef-a803-45cbb2ba51d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1fb1b859-53eb-45f2-917a-ea7a006a98aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9013', - 'x-ms-correlation-request-id', - '767353a8-afac-4567-8203-9a39e91cd5af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034545Z:767353a8-afac-4567-8203-9a39e91cd5af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e31b9531-8c36-47bd-b6f1-dc17718b384d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9012', - 'x-ms-correlation-request-id', - '502519e5-668a-430d-bde3-43ffb1d0e6e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034546Z:502519e5-668a-430d-bde3-43ffb1d0e6e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '552e9390-7e0c-4848-aae2-9709d19fede8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9011', - 'x-ms-correlation-request-id', - '98e169ad-e63a-494a-b150-bee4ca69317f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034546Z:98e169ad-e63a-494a-b150-bee4ca69317f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '993d6b71-6f04-4f51-9d9f-e6d6d0ab9184', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9010', - 'x-ms-correlation-request-id', - '054253c8-c130-4158-80e0-360f0918476c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034546Z:054253c8-c130-4158-80e0-360f0918476c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95e2f7dc-432e-4b91-aa32-499e3dd134fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9009', - 'x-ms-correlation-request-id', - 'a4ced170-b3bb-447a-9b7e-1b6e33507ff9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034547Z:a4ced170-b3bb-447a-9b7e-1b6e33507ff9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5438b4e-6724-4ae0-8464-addda77235f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9008', - 'x-ms-correlation-request-id', - '8ce7c59d-58db-4f2e-a087-45dbc4ebc75d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034547Z:8ce7c59d-58db-4f2e-a087-45dbc4ebc75d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01df4570-b1e8-4382-a941-e4b445472a1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9007', - 'x-ms-correlation-request-id', - '85eed104-0f4f-4913-b12b-02a29b92b368', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034548Z:85eed104-0f4f-4913-b12b-02a29b92b368', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f705d25a-27af-4060-8520-1da97a48ce0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9006', - 'x-ms-correlation-request-id', - '80b6bb09-ef8b-4b4b-a9bd-f2e7150c93c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034548Z:80b6bb09-ef8b-4b4b-a9bd-f2e7150c93c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '522dbcbe-c757-46ab-9c84-905b451c5631', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9005', - 'x-ms-correlation-request-id', - 'c88d277f-bce2-4da2-a1cd-a39f03468e9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034548Z:c88d277f-bce2-4da2-a1cd-a39f03468e9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54565ac9-a9e8-4432-9830-ebba686e7111', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9004', - 'x-ms-correlation-request-id', - '289ccf9e-45d7-4a75-998a-fcd26e9d6cea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034549Z:289ccf9e-45d7-4a75-998a-fcd26e9d6cea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41954c2c-c23f-4682-81c5-68dfabeb6deb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9003', - 'x-ms-correlation-request-id', - '054deb8c-9d25-432b-a1b6-4561481fb9a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034549Z:054deb8c-9d25-432b-a1b6-4561481fb9a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4deae767-176b-447e-90eb-fba1519399b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9002', - 'x-ms-correlation-request-id', - '43c4a445-2875-4ac9-8621-004e7237c624', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034549Z:43c4a445-2875-4ac9-8621-004e7237c624', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03e6b929-7475-49b3-ac2b-7a6e9e990b6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9001', - 'x-ms-correlation-request-id', - 'b03c116b-cb0d-4913-9c0e-90f6f50da28a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034550Z:b03c116b-cb0d-4913-9c0e-90f6f50da28a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e6fbebc-a1a9-4aa4-87ad-670664944982', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '9000', - 'x-ms-correlation-request-id', - '47339269-ed87-4ebd-a836-2d8e7108304d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034550Z:47339269-ed87-4ebd-a836-2d8e7108304d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31dc7ac1-9942-409a-a686-3a585be7b173', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8999', - 'x-ms-correlation-request-id', - '06235e10-42a6-417b-84b8-ff3bcc3b0850', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034551Z:06235e10-42a6-417b-84b8-ff3bcc3b0850', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff5e6c37-b024-4659-9a73-6f3c79ba8cbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8998', - 'x-ms-correlation-request-id', - '5f4404d7-8d9f-4295-a65d-a80cf3e13a93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034551Z:5f4404d7-8d9f-4295-a65d-a80cf3e13a93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64e7e269-29c9-4315-9fbd-ccca52aa4659', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8997', - 'x-ms-correlation-request-id', - '1467d8ff-1d31-4913-8c96-e46cf23ef049', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034551Z:1467d8ff-1d31-4913-8c96-e46cf23ef049', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66d63997-b416-4ce9-998c-03f54df15b85', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8996', - 'x-ms-correlation-request-id', - '6d5d67c5-4c7b-4503-85f3-10f10cc0aad6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034552Z:6d5d67c5-4c7b-4503-85f3-10f10cc0aad6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b96b165-d0d9-4e6a-bf7d-bcf81360db80', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8995', - 'x-ms-correlation-request-id', - 'cfaa34ae-3cf8-4c60-ab00-7c314d5c2138', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034552Z:cfaa34ae-3cf8-4c60-ab00-7c314d5c2138', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6c3ca6e3-8d87-449e-aa7c-c9eae9a9e684', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8994', - 'x-ms-correlation-request-id', - 'f9e51e10-6246-4783-9bc9-968c150dbe73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034553Z:f9e51e10-6246-4783-9bc9-968c150dbe73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24e79949-1bd9-4625-a82d-5eda629a0b22', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8993', - 'x-ms-correlation-request-id', - '4df54647-3cfd-473a-b5e7-207cdddd2ffe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034553Z:4df54647-3cfd-473a-b5e7-207cdddd2ffe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '175f9dbc-ac19-4bf5-aea2-3e1c5c4de2bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8992', - 'x-ms-correlation-request-id', - '83c7b85a-1db0-42f5-9df6-e350dcdbd6a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034553Z:83c7b85a-1db0-42f5-9df6-e350dcdbd6a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1492039c-3fec-4b13-8a19-9fcc9da8b035', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8991', - 'x-ms-correlation-request-id', - 'e66e6d96-87c7-401f-ad57-0f8831c05406', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034554Z:e66e6d96-87c7-401f-ad57-0f8831c05406', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '61b91906-7f7e-45f3-83eb-288a51029def', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8990', - 'x-ms-correlation-request-id', - '37e73bab-e529-48ff-a815-fc02e4eb18f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034554Z:37e73bab-e529-48ff-a815-fc02e4eb18f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50b3ba1e-5175-4a51-8e8c-09d00a4cce3e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8989', - 'x-ms-correlation-request-id', - '56dd183e-8034-43c8-98f2-cdbd9e11f347', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034555Z:56dd183e-8034-43c8-98f2-cdbd9e11f347', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38e9a20c-9614-460c-9f4e-bda8a619e20a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8988', - 'x-ms-correlation-request-id', - '18d82585-a88d-4ec4-81c1-47ed6b845a90', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034555Z:18d82585-a88d-4ec4-81c1-47ed6b845a90', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7894e9fd-c0f6-4da2-b7e8-93ddb99200bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8987', - 'x-ms-correlation-request-id', - 'a0da74a1-61a3-4650-b5e2-b38ac2f9d352', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034555Z:a0da74a1-61a3-4650-b5e2-b38ac2f9d352', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '18232938-4a36-4782-a0eb-7cbcaaa0b508', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8986', - 'x-ms-correlation-request-id', - '660d8c8e-479e-400f-b78a-8518db29a51b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034556Z:660d8c8e-479e-400f-b78a-8518db29a51b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5c7c892-c4f9-4ca4-a679-9180f13649e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8985', - 'x-ms-correlation-request-id', - 'c9894ff1-3c41-4688-9ba0-dc5a6fe5f2f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034556Z:c9894ff1-3c41-4688-9ba0-dc5a6fe5f2f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0949df83-5d09-483f-a3e3-af477b12bf9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8984', - 'x-ms-correlation-request-id', - '914bcabc-bf6f-4425-94f6-9a2961270d67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034557Z:914bcabc-bf6f-4425-94f6-9a2961270d67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2aefb1b1-b484-4787-bf0f-1fd2bbf76acd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8983', - 'x-ms-correlation-request-id', - 'e59038ae-3390-4550-be09-bcdc3a83397c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034557Z:e59038ae-3390-4550-be09-bcdc3a83397c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07c474f4-d0b4-4f21-b7d4-d8a477fa02f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8982', - 'x-ms-correlation-request-id', - '1b679044-e1b4-461c-bf9d-b47c3a887911', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034557Z:1b679044-e1b4-461c-bf9d-b47c3a887911', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4dcf84a5-810f-4308-a6a0-e95cb1a499d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8981', - 'x-ms-correlation-request-id', - '6697d069-85c3-4845-86ea-f7e02f61cb8a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034558Z:6697d069-85c3-4845-86ea-f7e02f61cb8a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be9ad60c-f902-4ed6-a74c-5f1343421b86', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8980', - 'x-ms-correlation-request-id', - '55160816-7d11-4b8a-a140-564b5fd311dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034558Z:55160816-7d11-4b8a-a140-564b5fd311dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5685713d-3abb-422c-9726-179c6e8f8e6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8979', - 'x-ms-correlation-request-id', - '62df0f20-4de3-41d9-b1c4-502cd5ba1d3d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034559Z:62df0f20-4de3-41d9-b1c4-502cd5ba1d3d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ac8bc49-9306-4364-bff1-7d810ce57fba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8978', - 'x-ms-correlation-request-id', - '13114b29-bce8-49b1-bf91-618b3bb3a4b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034559Z:13114b29-bce8-49b1-bf91-618b3bb3a4b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2750706-1099-48c9-bd2c-50da98f1bbd8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8977', - 'x-ms-correlation-request-id', - '7484754f-4a3d-4d57-aa1f-07a5a845b27b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034559Z:7484754f-4a3d-4d57-aa1f-07a5a845b27b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77bce6fa-91e0-4bd7-b8a3-321f24364545', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8976', - 'x-ms-correlation-request-id', - '23bce1ad-fc8e-42d5-a53d-efe3f07dba1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034600Z:23bce1ad-fc8e-42d5-a53d-efe3f07dba1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:45:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00e08ef8-2d3d-4bf6-9843-1b05fd672046', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8975', - 'x-ms-correlation-request-id', - '5b5d3bd9-c6e8-4a75-b2dc-4885bb38528d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034600Z:5b5d3bd9-c6e8-4a75-b2dc-4885bb38528d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a15defb3-cb3e-413b-81bd-b79469452e73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8974', - 'x-ms-correlation-request-id', - 'c21d1a87-ab2b-40f2-97be-216158a8ac8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034601Z:c21d1a87-ab2b-40f2-97be-216158a8ac8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '862f34d9-7f42-424a-8516-e84786779958', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8973', - 'x-ms-correlation-request-id', - '949db306-914a-4a74-aca6-9b77e7d34320', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034601Z:949db306-914a-4a74-aca6-9b77e7d34320', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c598e16-51f5-4777-92b5-241c5e0c97e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8972', - 'x-ms-correlation-request-id', - 'e5f15acf-c8ae-49b0-8970-18bb0c6be06d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034601Z:e5f15acf-c8ae-49b0-8970-18bb0c6be06d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f9754ea-2907-407a-a56a-f80e2a295db0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8971', - 'x-ms-correlation-request-id', - '51012df0-0ef0-4eeb-9eeb-74d6be89f796', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034602Z:51012df0-0ef0-4eeb-9eeb-74d6be89f796', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9da92c9a-5d05-4dae-bfd5-4ee79f7fd708', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8970', - 'x-ms-correlation-request-id', - '8dd6f2ff-d12a-4e9d-9146-ca5fef010c72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034602Z:8dd6f2ff-d12a-4e9d-9146-ca5fef010c72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f738f95-6a34-46f9-80d2-3be068c03df8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8969', - 'x-ms-correlation-request-id', - '20866203-9d17-490b-b2df-094b42882e48', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034603Z:20866203-9d17-490b-b2df-094b42882e48', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24b4c5ff-be94-4219-a0a1-ab1a4661e4d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8968', - 'x-ms-correlation-request-id', - 'c5270132-96c2-496d-8885-352819f0f8df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034603Z:c5270132-96c2-496d-8885-352819f0f8df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df3e0941-f6d8-4d7c-8f59-49faf144740d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8967', - 'x-ms-correlation-request-id', - 'fda92267-4f6c-4a0b-9779-18b0ce0990c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034603Z:fda92267-4f6c-4a0b-9779-18b0ce0990c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a3b54da8-9ac5-4540-ad84-f894275a60ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8966', - 'x-ms-correlation-request-id', - '61e9ca1c-8c87-42fc-ba4e-db19985c6871', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034604Z:61e9ca1c-8c87-42fc-ba4e-db19985c6871', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3467d0e8-4987-4af0-898e-0387bf128f9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8965', - 'x-ms-correlation-request-id', - 'ec4e648c-7d00-4d17-a16a-0e51b889d13c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034604Z:ec4e648c-7d00-4d17-a16a-0e51b889d13c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd369e585-9220-4779-a9f2-b96d2f8443c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8964', - 'x-ms-correlation-request-id', - '353c9445-fc43-4a94-a479-31100de63c9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034605Z:353c9445-fc43-4a94-a479-31100de63c9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdb0552a-f2f8-4269-90c5-ec7e2cd5d53a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8963', - 'x-ms-correlation-request-id', - '73bb4847-a7b8-4a86-8b6a-c4e1b69e2723', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034605Z:73bb4847-a7b8-4a86-8b6a-c4e1b69e2723', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f690b396-9230-47ea-a8b4-a8f7623d2a1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8962', - 'x-ms-correlation-request-id', - 'edb83ac9-ca7f-4947-b3d3-7e6211d77cf8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034605Z:edb83ac9-ca7f-4947-b3d3-7e6211d77cf8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b2afb33-cbb8-438a-a5c0-9bcfc0ee97d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8961', - 'x-ms-correlation-request-id', - 'c1e25422-2f3a-4653-a8c4-4f6063141049', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034606Z:c1e25422-2f3a-4653-a8c4-4f6063141049', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fdbb10be-b354-414d-bf82-eabe59ac9593', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8960', - 'x-ms-correlation-request-id', - '1fa218be-8d70-4a5a-aa15-9804e6060792', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034606Z:1fa218be-8d70-4a5a-aa15-9804e6060792', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '558c83d1-68db-49b6-987e-2cddc67d4901', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8959', - 'x-ms-correlation-request-id', - 'a1f6337b-cb18-4f4d-a3a2-91ed9b345fb9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034607Z:a1f6337b-cb18-4f4d-a3a2-91ed9b345fb9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed701f66-0f31-4cfd-9905-5d296e081de0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8958', - 'x-ms-correlation-request-id', - '4f4f353e-34e1-419d-83b9-a8ab3e893f0f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034607Z:4f4f353e-34e1-419d-83b9-a8ab3e893f0f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '18f26b17-a36f-4194-bf2a-25adc8657fde', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8957', - 'x-ms-correlation-request-id', - 'f512caac-a45b-40e1-9353-0f33868f9c5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034607Z:f512caac-a45b-40e1-9353-0f33868f9c5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b705814-7612-4f07-b160-845f8c91e8d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8956', - 'x-ms-correlation-request-id', - '4c5e5cb1-08e6-4162-955d-e42f19506d58', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034608Z:4c5e5cb1-08e6-4162-955d-e42f19506d58', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd502d9d-dd0c-48e7-885a-bb40e0086c0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8955', - 'x-ms-correlation-request-id', - 'efccb556-de92-40d6-81bf-bd3ec7bfe562', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034608Z:efccb556-de92-40d6-81bf-bd3ec7bfe562', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c9f1334-4e4f-4feb-9db4-05c3eae1d81b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8954', - 'x-ms-correlation-request-id', - '4e959278-b6c5-4428-8fe9-5ae9593901cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034608Z:4e959278-b6c5-4428-8fe9-5ae9593901cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08dd802d-211c-4b83-a19c-beb9c97de073', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8953', - 'x-ms-correlation-request-id', - '958f969f-938d-4c9f-be64-9b9db8968552', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034609Z:958f969f-938d-4c9f-be64-9b9db8968552', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a33ec2a-6f6d-44cf-8215-ecb9b091b4e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8952', - 'x-ms-correlation-request-id', - 'b6f7d271-cef0-415d-9bcc-9481c6047749', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034609Z:b6f7d271-cef0-415d-9bcc-9481c6047749', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28fec2e4-e9ae-46bc-9661-a64cdd479fee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8951', - 'x-ms-correlation-request-id', - 'b5ea7adb-e6f8-4fe6-8415-ce5346eeff24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034610Z:b5ea7adb-e6f8-4fe6-8415-ce5346eeff24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f00d3d3e-471a-4daa-aa27-76d48e0f3964', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8950', - 'x-ms-correlation-request-id', - '3a0f60b3-9126-4492-9855-86ae401fdcfa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034610Z:3a0f60b3-9126-4492-9855-86ae401fdcfa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '741ab4ce-5ce5-47ab-8103-dbcc9fe40d43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8949', - 'x-ms-correlation-request-id', - '40dcb228-b081-4c02-9720-a76ee66ac6d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034611Z:40dcb228-b081-4c02-9720-a76ee66ac6d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57576609-74af-4bdb-bc88-358c7b359b7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8948', - 'x-ms-correlation-request-id', - '3a0fa88f-26fb-45ae-956b-b90800163a86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034611Z:3a0fa88f-26fb-45ae-956b-b90800163a86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a1edc87-285c-4471-9636-21beb705dfc0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8947', - 'x-ms-correlation-request-id', - '9670a95c-5818-4e7b-8cce-caf3b37612fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034611Z:9670a95c-5818-4e7b-8cce-caf3b37612fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62ea38d2-f68e-4f1d-8b9a-3b0a6e66cb01', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8946', - 'x-ms-correlation-request-id', - '618973ee-8001-4a30-977d-3a24c0aeacd2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034612Z:618973ee-8001-4a30-977d-3a24c0aeacd2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11e8aaf7-b26a-4856-935c-71bf7b6dd7d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8945', - 'x-ms-correlation-request-id', - '76c9f3fd-f67b-4e4b-b5b3-e5bad9664f2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034612Z:76c9f3fd-f67b-4e4b-b5b3-e5bad9664f2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'efc5b45c-0573-4b76-ba3a-5c3b37e55d4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8944', - 'x-ms-correlation-request-id', - 'abebd6c5-7d7c-472b-a830-6ad71c3219c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034613Z:abebd6c5-7d7c-472b-a830-6ad71c3219c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90c8049d-1923-4108-9d66-44afca076974', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8943', - 'x-ms-correlation-request-id', - 'a56daec1-ac29-44c1-a372-cc3f2d62fbf2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034613Z:a56daec1-ac29-44c1-a372-cc3f2d62fbf2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34dfbae5-95ee-4dae-955e-2f3bd97f5ffc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8942', - 'x-ms-correlation-request-id', - '19b0f0e6-9cf1-460d-beb1-f9c2620d3992', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034613Z:19b0f0e6-9cf1-460d-beb1-f9c2620d3992', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76fc072a-d722-4bf4-9190-f363c464046e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8941', - 'x-ms-correlation-request-id', - '40ad2f6f-4a61-4d54-a6fd-5b0b3e0931d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034614Z:40ad2f6f-4a61-4d54-a6fd-5b0b3e0931d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e5b63b0-2565-4548-87d9-69e21bdca370', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8940', - 'x-ms-correlation-request-id', - '1583bcde-b781-498c-b020-6f9e9231fdc6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034614Z:1583bcde-b781-498c-b020-6f9e9231fdc6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75c403da-9b4d-4e94-afdb-a61c8a81fd64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8939', - 'x-ms-correlation-request-id', - '2f87029e-7d25-460d-8a4e-1cf414c0b491', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034615Z:2f87029e-7d25-460d-8a4e-1cf414c0b491', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bfe419c3-dd1f-4159-af29-c10e7973df47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8938', - 'x-ms-correlation-request-id', - 'd74a11d5-f622-4c6a-9aac-d3b50f9643fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034615Z:d74a11d5-f622-4c6a-9aac-d3b50f9643fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7275304d-2761-48b7-bfdd-5a7298182264', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8937', - 'x-ms-correlation-request-id', - '031214b0-564a-4be9-9ce2-8e22ab159c54', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034615Z:031214b0-564a-4be9-9ce2-8e22ab159c54', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '964c2105-4180-495d-b486-e768cc89f699', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8936', - 'x-ms-correlation-request-id', - '11b3ec4d-208c-47fb-817e-8340fa2d047f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034616Z:11b3ec4d-208c-47fb-817e-8340fa2d047f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5cbd7f0-3f20-42a4-9e87-b43f2d99ead8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8935', - 'x-ms-correlation-request-id', - 'fb66e5c9-fa55-4960-bfe2-daf7ed427863', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034616Z:fb66e5c9-fa55-4960-bfe2-daf7ed427863', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02e3527d-9654-4aed-b6b1-541bf75b14a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8934', - 'x-ms-correlation-request-id', - 'bf3f8790-0552-4bdf-957c-7616e26642da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034617Z:bf3f8790-0552-4bdf-957c-7616e26642da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8543dcc-0274-4080-a47b-2689b650d3d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8933', - 'x-ms-correlation-request-id', - 'ca048b0e-ff87-4589-9d42-85f60ab149c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034617Z:ca048b0e-ff87-4589-9d42-85f60ab149c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7549f7b6-bbb6-4bea-ab1b-a6b47a68ce71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8932', - 'x-ms-correlation-request-id', - '97556309-3365-4a29-be78-f76e6ba11cdc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034617Z:97556309-3365-4a29-be78-f76e6ba11cdc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3e1eec8-89a8-44e4-9d62-07931a47cd4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8931', - 'x-ms-correlation-request-id', - '112940b8-31e1-4b00-bd66-7e1f0c4743db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034618Z:112940b8-31e1-4b00-bd66-7e1f0c4743db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e78eaad-5665-402b-803f-6d44c655a816', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8930', - 'x-ms-correlation-request-id', - '38a80aa5-cdb5-4587-b780-20fe4b30a531', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034618Z:38a80aa5-cdb5-4587-b780-20fe4b30a531', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '328090b1-2d54-4b81-bc84-de22ebc8ed94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8929', - 'x-ms-correlation-request-id', - 'f9e3f217-416e-4e84-bbe7-fe8c5a70edc0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034619Z:f9e3f217-416e-4e84-bbe7-fe8c5a70edc0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '784cedf0-5fc4-4fae-bf16-a2cb292683d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8928', - 'x-ms-correlation-request-id', - 'df9c0f37-6328-4608-9754-c71f68d08481', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034619Z:df9c0f37-6328-4608-9754-c71f68d08481', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc0b2563-8dc4-47a4-9f17-c1d64c793af3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8927', - 'x-ms-correlation-request-id', - '13643b56-9d80-4ef6-a6e8-e29e696b32cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034619Z:13643b56-9d80-4ef6-a6e8-e29e696b32cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e02295b5-53ba-4d31-88cd-fef1c496ec23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8926', - 'x-ms-correlation-request-id', - 'b20fb3a0-c191-4801-996f-4543b5385183', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034620Z:b20fb3a0-c191-4801-996f-4543b5385183', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49d2c2d6-eaf8-4a0c-ad6a-b522906c168d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8925', - 'x-ms-correlation-request-id', - 'ac552af3-b57f-4c8b-91c6-ffed3e2d17de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034620Z:ac552af3-b57f-4c8b-91c6-ffed3e2d17de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98b2de87-eb3c-48a9-9601-3261f3578909', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8924', - 'x-ms-correlation-request-id', - '723fcc16-5f6a-44ca-9978-2bbbaa725e73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034621Z:723fcc16-5f6a-44ca-9978-2bbbaa725e73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b10cf5c-87a6-42aa-bf74-11340a9b559b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8923', - 'x-ms-correlation-request-id', - 'e544f95c-03a2-4500-8ed2-bd6ca08ba126', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034621Z:e544f95c-03a2-4500-8ed2-bd6ca08ba126', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f975918-0a79-47b6-ae13-acae0f917341', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8922', - 'x-ms-correlation-request-id', - '003ba7dc-bcfd-4684-b302-a572e6ac5def', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034622Z:003ba7dc-bcfd-4684-b302-a572e6ac5def', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '563f095e-6d4f-4bc1-b860-beb4fcfbc7f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8921', - 'x-ms-correlation-request-id', - '5c70052f-5fb1-4649-8de1-19f9913d6988', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034622Z:5c70052f-5fb1-4649-8de1-19f9913d6988', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b1a617a-77dc-4810-8a91-1a0c81f9bff2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8920', - 'x-ms-correlation-request-id', - '69c551bf-c625-4174-a9fe-975669db96d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034622Z:69c551bf-c625-4174-a9fe-975669db96d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46651e6c-0690-42c5-807d-041fbf585b37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8919', - 'x-ms-correlation-request-id', - '8432af26-8130-4399-909f-ca443c0ce980', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034623Z:8432af26-8130-4399-909f-ca443c0ce980', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e3bc1c4-da2d-4442-8ad3-0febbca08fea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8918', - 'x-ms-correlation-request-id', - 'c5eb8815-f21d-43f9-9f00-01fa782e8757', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034623Z:c5eb8815-f21d-43f9-9f00-01fa782e8757', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '852b446e-6704-44bb-86a3-c04c73736532', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8917', - 'x-ms-correlation-request-id', - '5a7b3401-3fe2-4f23-b334-ad468721cd44', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034624Z:5a7b3401-3fe2-4f23-b334-ad468721cd44', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38cd63b8-d180-4b3e-8192-01da17b24273', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8916', - 'x-ms-correlation-request-id', - '1807d3a4-1b63-4c28-8514-83bf8922a97f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034624Z:1807d3a4-1b63-4c28-8514-83bf8922a97f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '670e4558-8962-4b54-afe8-1349128ab743', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8915', - 'x-ms-correlation-request-id', - '70896426-9e31-489d-bb54-bc3f88981628', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034625Z:70896426-9e31-489d-bb54-bc3f88981628', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10037470-dde3-4b3b-ad5b-38f9d5d45021', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8914', - 'x-ms-correlation-request-id', - 'f5bc8dde-ee79-490f-a82d-ebe5fbecad17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034625Z:f5bc8dde-ee79-490f-a82d-ebe5fbecad17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7cd46b0a-aa14-49ea-a8fc-bc185d01072c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8913', - 'x-ms-correlation-request-id', - 'ef8762a1-0c93-4b48-a7ba-111bc2cef7c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034625Z:ef8762a1-0c93-4b48-a7ba-111bc2cef7c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee77cb0a-6be5-4392-af1a-eac47d0b9df2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8912', - 'x-ms-correlation-request-id', - 'a4903635-5dd8-485c-b27a-53d313fd8244', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034626Z:a4903635-5dd8-485c-b27a-53d313fd8244', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5b859cf-a66e-42fc-bc48-9b44341c5760', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8911', - 'x-ms-correlation-request-id', - 'dcac2250-c746-4290-87fb-29350d7bb348', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034626Z:dcac2250-c746-4290-87fb-29350d7bb348', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7365970b-540b-4392-a0f5-ae5e190be5e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8910', - 'x-ms-correlation-request-id', - '34494300-5eed-4595-a2e6-ac6cff2ddfbf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034627Z:34494300-5eed-4595-a2e6-ac6cff2ddfbf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07bcd4c1-8621-40a0-aa3a-47806b4e3137', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8909', - 'x-ms-correlation-request-id', - 'c8e72166-7fe0-4d0d-805b-2f5b28d2a9f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034627Z:c8e72166-7fe0-4d0d-805b-2f5b28d2a9f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a165da5e-9e8d-4ccd-b0f7-e66196abcc4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8908', - 'x-ms-correlation-request-id', - '2b77ccb0-971a-439d-8a51-73b83f7e2e8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034628Z:2b77ccb0-971a-439d-8a51-73b83f7e2e8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90628140-4026-455b-8a65-9b3ca9a21f74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8907', - 'x-ms-correlation-request-id', - 'c15a4fab-a67e-4ec4-ac7e-9ba6e0688e45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034628Z:c15a4fab-a67e-4ec4-ac7e-9ba6e0688e45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f447a866-0bf6-4da0-a74e-77cad5a04c08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8906', - 'x-ms-correlation-request-id', - '03faf475-fa43-4b62-9360-7c6fa2c7db63', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034628Z:03faf475-fa43-4b62-9360-7c6fa2c7db63', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a218ac3a-8d50-400e-b8bd-640001b033c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8905', - 'x-ms-correlation-request-id', - 'e7a9bdca-3df3-4a6f-be87-5828bed7ea4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034629Z:e7a9bdca-3df3-4a6f-be87-5828bed7ea4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8858730f-fbcc-4b5d-979e-b51d8e4f8427', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8904', - 'x-ms-correlation-request-id', - '22e53dd3-e7c6-44ac-a6bd-590f30f868f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034629Z:22e53dd3-e7c6-44ac-a6bd-590f30f868f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce0a7134-3516-4fef-8f4e-16f3c60ea8ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8903', - 'x-ms-correlation-request-id', - 'e5ea970e-13f5-4318-b1b2-a56fa1f49550', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034630Z:e5ea970e-13f5-4318-b1b2-a56fa1f49550', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc0ea1cc-1983-433d-af29-ffc614cc21be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8902', - 'x-ms-correlation-request-id', - '979255d7-e634-430e-b7a8-ea043dcdb60c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034630Z:979255d7-e634-430e-b7a8-ea043dcdb60c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87f5dd04-0776-46aa-8e87-85620ab16811', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8901', - 'x-ms-correlation-request-id', - '675c1543-bb0a-4ca0-835b-15f628bf68a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034630Z:675c1543-bb0a-4ca0-835b-15f628bf68a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82d3fbae-a042-490b-9f18-2768a797b903', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8900', - 'x-ms-correlation-request-id', - '10d2d6c9-fd4b-4fb9-85c9-e6b5b46ef165', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034631Z:10d2d6c9-fd4b-4fb9-85c9-e6b5b46ef165', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f36db06-b81d-4e45-9828-579b0ad6a7dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8899', - 'x-ms-correlation-request-id', - '6fe4cb7d-e9ba-4a9d-acea-ae9cce2b4fbc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034631Z:6fe4cb7d-e9ba-4a9d-acea-ae9cce2b4fbc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f88e744-6b20-45b6-ba48-0c54146850b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8898', - 'x-ms-correlation-request-id', - '461a20eb-62d5-4be3-afea-2959e49ff131', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034632Z:461a20eb-62d5-4be3-afea-2959e49ff131', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a34b20d6-6def-46b1-9e93-c605aad23236', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8897', - 'x-ms-correlation-request-id', - '939a26c5-ef87-46a2-9470-5def163866a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034632Z:939a26c5-ef87-46a2-9470-5def163866a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db6d445f-0ae2-409a-988a-ac6da34bcc78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8896', - 'x-ms-correlation-request-id', - '929886f6-d3ea-4f8b-b6df-37561cf67e50', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034632Z:929886f6-d3ea-4f8b-b6df-37561cf67e50', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c9a5366-3204-44e3-9973-4f2db1808c09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8895', - 'x-ms-correlation-request-id', - '2b7ba563-7eda-4dee-ad17-55817c1fd0f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034633Z:2b7ba563-7eda-4dee-ad17-55817c1fd0f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b77dc822-98c7-4cff-96bc-432bfd89ccb0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8894', - 'x-ms-correlation-request-id', - 'b52a5683-7211-48c8-9d99-cf2ada08e1c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034633Z:b52a5683-7211-48c8-9d99-cf2ada08e1c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4966a87f-04fe-4029-8d3f-332374a56021', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8893', - 'x-ms-correlation-request-id', - '58aeaa4e-99f5-4e9e-a441-a390a2184971', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034634Z:58aeaa4e-99f5-4e9e-a441-a390a2184971', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df5c7742-3567-4465-ab79-e2071874ae3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8892', - 'x-ms-correlation-request-id', - '4cf0535c-671a-4ffc-a58d-17ffd9569391', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034634Z:4cf0535c-671a-4ffc-a58d-17ffd9569391', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3143248a-2650-4bf5-ac99-705261d92292', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8891', - 'x-ms-correlation-request-id', - 'a2382276-6e94-4d02-8168-e2e8c2398aa8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034635Z:a2382276-6e94-4d02-8168-e2e8c2398aa8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a5f58e6-2469-4776-aa5e-078e3f16f32f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8890', - 'x-ms-correlation-request-id', - '9e57e807-e42a-4cfb-a39c-f2e90438f586', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034635Z:9e57e807-e42a-4cfb-a39c-f2e90438f586', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca85c8da-2af4-4144-9a5d-64671cc8a7a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8889', - 'x-ms-correlation-request-id', - '5f00aa45-9392-4b0c-b83a-a29451dd3a42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034635Z:5f00aa45-9392-4b0c-b83a-a29451dd3a42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9fb63aca-1461-4d7f-9675-f493d8c66304', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8888', - 'x-ms-correlation-request-id', - '79e1d8b9-139d-4417-a7a2-18d165cb4148', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034636Z:79e1d8b9-139d-4417-a7a2-18d165cb4148', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '329537f5-1493-4906-bfcb-4292bfb9332f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8887', - 'x-ms-correlation-request-id', - 'ca0db36d-6bd2-4413-9412-be275e090ef1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034636Z:ca0db36d-6bd2-4413-9412-be275e090ef1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f66175b9-4c3f-440a-a5f4-7d8dd2fcacc0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8886', - 'x-ms-correlation-request-id', - 'f0728879-404e-4bf0-9ba6-063d3c1880b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034636Z:f0728879-404e-4bf0-9ba6-063d3c1880b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e011ab4-9a26-4f2a-96fd-676f4a4138c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8885', - 'x-ms-correlation-request-id', - '6e794e51-33f0-430f-a62a-22ecf24ad6d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034637Z:6e794e51-33f0-430f-a62a-22ecf24ad6d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d88c1c9-db30-4085-9b49-2e2d93413438', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8884', - 'x-ms-correlation-request-id', - '63103b96-b2ae-415d-bcfd-c4aa7c3653d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034637Z:63103b96-b2ae-415d-bcfd-c4aa7c3653d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d7b1b50-b425-4890-9fd5-dd546641b6e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8883', - 'x-ms-correlation-request-id', - '0709c89f-e664-427f-8374-1ca4d35b0d75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034638Z:0709c89f-e664-427f-8374-1ca4d35b0d75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fa6a2fa-9cf3-42ce-b0c2-9d12451700bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8882', - 'x-ms-correlation-request-id', - '3b15a831-d9bb-4601-8e30-c45016cb52b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034638Z:3b15a831-d9bb-4601-8e30-c45016cb52b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ecebe5cf-8a52-41c1-a2f5-cee57b8288ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8881', - 'x-ms-correlation-request-id', - 'a9719524-e59d-4953-a0c3-d51388cb0be6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034638Z:a9719524-e59d-4953-a0c3-d51388cb0be6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd9377390-9777-4726-8444-8d054af8ae98', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8880', - 'x-ms-correlation-request-id', - '4be5f04a-3cd8-4eaf-ba80-74b18ff61c9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034639Z:4be5f04a-3cd8-4eaf-ba80-74b18ff61c9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8f1e028-089e-4682-8199-7214dca656ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8879', - 'x-ms-correlation-request-id', - '81013c39-c24c-46d0-8083-30a2bdc4a504', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034639Z:81013c39-c24c-46d0-8083-30a2bdc4a504', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a74ec19-55b5-4e70-a0b7-1d246070d9cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8878', - 'x-ms-correlation-request-id', - 'c018cfad-b905-40c7-a769-0f144ed20a8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034640Z:c018cfad-b905-40c7-a769-0f144ed20a8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f735df67-a7a1-4d1e-af6e-4db10ce7c014', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8877', - 'x-ms-correlation-request-id', - 'dea89aaf-c1aa-49a6-87a6-f02fa58c3b23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034640Z:dea89aaf-c1aa-49a6-87a6-f02fa58c3b23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6aac397-795e-4b75-b84f-856d56e447b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8876', - 'x-ms-correlation-request-id', - 'b936c3c3-f7b8-4c97-88b9-41ea7c2578c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034640Z:b936c3c3-f7b8-4c97-88b9-41ea7c2578c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'efebb352-1f1c-4454-8179-235604a3ce14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8875', - 'x-ms-correlation-request-id', - '049a64ba-52df-4a59-9b45-c09d923ed85d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034641Z:049a64ba-52df-4a59-9b45-c09d923ed85d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9db77ec0-9f11-43ec-86e1-23b91dec7a75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8874', - 'x-ms-correlation-request-id', - 'aa1bb0ad-5a75-4614-a7ca-52838562bacc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034641Z:aa1bb0ad-5a75-4614-a7ca-52838562bacc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd01116c3-588b-4303-a2ff-1fc78501c124', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8873', - 'x-ms-correlation-request-id', - '82ae62ac-59b3-45d3-b3d6-3b769f82d167', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034642Z:82ae62ac-59b3-45d3-b3d6-3b769f82d167', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bb48efd-53b3-4768-b8f5-8a422884a81e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8872', - 'x-ms-correlation-request-id', - '7705367d-139f-4694-be3e-050556627abe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034642Z:7705367d-139f-4694-be3e-050556627abe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3a2a3c4-bec9-4f8d-8bf1-dc79f6e57cc3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8871', - 'x-ms-correlation-request-id', - '351870b3-32df-42eb-800b-dc88fc03f3ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034642Z:351870b3-32df-42eb-800b-dc88fc03f3ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0982c9b-82cd-4c5f-80d7-1d1867cf48d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8870', - 'x-ms-correlation-request-id', - '23e89f64-17e9-4fed-88e7-e7b0d7d370cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034643Z:23e89f64-17e9-4fed-88e7-e7b0d7d370cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c7b01c3-6cd5-4597-916c-981e658b0c4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8869', - 'x-ms-correlation-request-id', - 'd4547feb-c64d-408e-b93c-4141aebe0511', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034643Z:d4547feb-c64d-408e-b93c-4141aebe0511', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c55cdeb-7790-4d25-bf84-d7e8c29e962b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8868', - 'x-ms-correlation-request-id', - 'b192ea30-90ee-4280-a556-09a7c43992a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034644Z:b192ea30-90ee-4280-a556-09a7c43992a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fff10420-8253-40b2-9230-98a77d97c044', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8867', - 'x-ms-correlation-request-id', - 'dc0d9c37-eda6-401d-aaf5-d59b64239851', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034644Z:dc0d9c37-eda6-401d-aaf5-d59b64239851', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4a62258-a689-446f-b57a-68db296e08c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8866', - 'x-ms-correlation-request-id', - '7d9f6745-7969-42cb-b6fd-1882c65dd83c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034644Z:7d9f6745-7969-42cb-b6fd-1882c65dd83c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29c9aeed-24cf-4909-a8bd-3c0842962436', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8865', - 'x-ms-correlation-request-id', - 'db8fae24-96a0-401c-ab22-b6fb9eeb6cfa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034645Z:db8fae24-96a0-401c-ab22-b6fb9eeb6cfa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c48bf473-2e92-40e8-89d5-cf3b67ddb48f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8864', - 'x-ms-correlation-request-id', - 'ae9d3e78-394e-4407-ab18-279f344b8aa4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034645Z:ae9d3e78-394e-4407-ab18-279f344b8aa4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e4b4f10-c521-4f76-b540-bd5923a89af5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8863', - 'x-ms-correlation-request-id', - '906f013c-6cb9-44ff-9908-06cb7ae22705', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034645Z:906f013c-6cb9-44ff-9908-06cb7ae22705', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0bf18650-78d3-4b48-9c8e-9816464783a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8862', - 'x-ms-correlation-request-id', - '06af9f84-412f-47a2-ae6c-42e47aa86069', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034646Z:06af9f84-412f-47a2-ae6c-42e47aa86069', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f22c184-b9e1-4e86-8c89-573bec22639e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8861', - 'x-ms-correlation-request-id', - 'd03e5ddf-83be-4b05-8e6b-1c08b9032147', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034646Z:d03e5ddf-83be-4b05-8e6b-1c08b9032147', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd00bab63-2f33-4b91-9e71-1855eb8b8fba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8860', - 'x-ms-correlation-request-id', - '1cc01c4e-26f4-4659-a6d9-b38ce9d8233d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034647Z:1cc01c4e-26f4-4659-a6d9-b38ce9d8233d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cbcb732-f71f-4a75-97c9-ee2444c20b12', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8859', - 'x-ms-correlation-request-id', - 'd09f9b48-9a67-4cb7-a9d8-a254bd09fefe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034647Z:d09f9b48-9a67-4cb7-a9d8-a254bd09fefe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '226631db-5a6a-4a6a-91db-0a678f575036', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8858', - 'x-ms-correlation-request-id', - 'a2eca79f-56af-420d-94ca-08ed00d6013e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034648Z:a2eca79f-56af-420d-94ca-08ed00d6013e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1613c321-2f25-4192-b60d-4f1acf4687ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8857', - 'x-ms-correlation-request-id', - '6c2c280e-2407-492b-bc34-e2780dbd8859', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034648Z:6c2c280e-2407-492b-bc34-e2780dbd8859', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '288779d8-9949-419f-87ca-7d45f3f8b936', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8856', - 'x-ms-correlation-request-id', - '0f7653b8-f273-4d62-a90b-7d9825ed2371', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034648Z:0f7653b8-f273-4d62-a90b-7d9825ed2371', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '566a3156-729d-45e2-9306-5aa148ab4b7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8855', - 'x-ms-correlation-request-id', - '2fdcde11-2158-4ecc-b01c-34b5258364d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034649Z:2fdcde11-2158-4ecc-b01c-34b5258364d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2ef5886-2d2c-4ae9-9482-5933ec4377db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8854', - 'x-ms-correlation-request-id', - '95130baf-6464-4749-b5f5-069c55a79132', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034649Z:95130baf-6464-4749-b5f5-069c55a79132', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ce7d9cf-41c0-4900-a83e-7aa67de9d401', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8853', - 'x-ms-correlation-request-id', - '51f737f8-7936-4dc0-8366-ee0c8d7880c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034650Z:51f737f8-7936-4dc0-8366-ee0c8d7880c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe6dfb5c-897f-4dac-998c-0ac83a8e7c7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8852', - 'x-ms-correlation-request-id', - '1c677ab3-c1d3-49a6-8737-57b4078bae9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034650Z:1c677ab3-c1d3-49a6-8737-57b4078bae9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21a72799-0f6a-4aef-8b99-9dab446ab036', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8851', - 'x-ms-correlation-request-id', - '73375e17-fbc0-487d-b4bc-aa0dcce0f334', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034650Z:73375e17-fbc0-487d-b4bc-aa0dcce0f334', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63f585ac-f59a-48ac-95c8-ed3637feb12a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8850', - 'x-ms-correlation-request-id', - 'ebbbe086-40a5-44fb-a31f-829a5d7beda7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034651Z:ebbbe086-40a5-44fb-a31f-829a5d7beda7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '639b8349-caf7-4367-abd8-9867ad206b0f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8849', - 'x-ms-correlation-request-id', - '99b07a21-27d4-4655-b1df-f0aff3f60344', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034651Z:99b07a21-27d4-4655-b1df-f0aff3f60344', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd679ca3c-52a7-4de1-b5d2-45cda7f324c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8848', - 'x-ms-correlation-request-id', - '43951796-2a2b-4387-b706-6139170fd608', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034652Z:43951796-2a2b-4387-b706-6139170fd608', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9b3ec1ae-5048-4f4f-bc51-f38242b689ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8847', - 'x-ms-correlation-request-id', - '54d62722-5710-4670-ab0b-9a290fcdb436', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034652Z:54d62722-5710-4670-ab0b-9a290fcdb436', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '99c51561-185b-4b12-925c-304f57a9c811', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8846', - 'x-ms-correlation-request-id', - '4798fd7e-cfb7-493e-bc54-956348c2aa3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034652Z:4798fd7e-cfb7-493e-bc54-956348c2aa3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7fded6c9-4979-4997-a79a-61d9ef677baa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8845', - 'x-ms-correlation-request-id', - 'ca65e62e-606d-4832-980d-ff1196e5878b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034653Z:ca65e62e-606d-4832-980d-ff1196e5878b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9f0b4e34-47eb-4f08-848d-84b20c356ccc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8844', - 'x-ms-correlation-request-id', - 'd901b6b3-a1a5-4075-8162-238925c5ae77', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034653Z:d901b6b3-a1a5-4075-8162-238925c5ae77', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58ac86ad-06db-452f-952f-99642df7d337', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8843', - 'x-ms-correlation-request-id', - '25215732-85ee-4a21-8a8d-3c5e9eb70ce7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034654Z:25215732-85ee-4a21-8a8d-3c5e9eb70ce7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc3abe91-19b6-47ed-a7f2-8bef6540f6f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8842', - 'x-ms-correlation-request-id', - '54a5f970-457d-46c0-a872-639421d4fe09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034654Z:54a5f970-457d-46c0-a872-639421d4fe09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25b11913-429e-4d40-9ec5-c692b6f15f8c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8841', - 'x-ms-correlation-request-id', - 'c9671167-ce6b-4458-aabf-474c7a1ec4f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034654Z:c9671167-ce6b-4458-aabf-474c7a1ec4f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '042851d2-105c-40ca-b9c6-2c27d87deeb8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8840', - 'x-ms-correlation-request-id', - 'ab0f2a41-590e-4032-86d0-c173a19a8639', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034655Z:ab0f2a41-590e-4032-86d0-c173a19a8639', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28e3f22b-1648-4aca-bb8e-d01da92fbcb7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8839', - 'x-ms-correlation-request-id', - '5879a3f3-17c2-4f25-9acb-15008ef2d4dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034655Z:5879a3f3-17c2-4f25-9acb-15008ef2d4dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c2da922-8662-4ef9-8cf4-46bd52266b12', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8838', - 'x-ms-correlation-request-id', - 'c8990f6c-d05f-4a33-8445-039aa008aa3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034656Z:c8990f6c-d05f-4a33-8445-039aa008aa3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3dcff164-1518-4d30-9bf2-c2ab75a615d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8837', - 'x-ms-correlation-request-id', - '51944987-32b2-4e7d-b685-c119a3b7c1f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034656Z:51944987-32b2-4e7d-b685-c119a3b7c1f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8099ce36-d719-4972-85f3-cd49bf471809', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8836', - 'x-ms-correlation-request-id', - '91df92a3-be2c-4bc3-82b4-fc33bb83bb46', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034656Z:91df92a3-be2c-4bc3-82b4-fc33bb83bb46', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8881fe14-9b49-4339-9e82-e011fd0a78ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8835', - 'x-ms-correlation-request-id', - 'adc03a9d-69cb-4180-81c2-eef49f7a137f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034657Z:adc03a9d-69cb-4180-81c2-eef49f7a137f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac69a0be-68ff-4068-8061-175e228bf8ab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8834', - 'x-ms-correlation-request-id', - 'ad654902-136b-4452-9660-66d2ebdc85a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034657Z:ad654902-136b-4452-9660-66d2ebdc85a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd940f38d-24d6-4f16-8cf3-dc637e508f87', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8833', - 'x-ms-correlation-request-id', - 'bacedde9-3a4e-4286-9e37-60602b10df92', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034658Z:bacedde9-3a4e-4286-9e37-60602b10df92', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6dcb7f51-9817-47fb-a573-57a9974d9fcd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8832', - 'x-ms-correlation-request-id', - '448e85ee-a346-491f-8c3b-28967eeff073', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034658Z:448e85ee-a346-491f-8c3b-28967eeff073', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf5b2821-76b4-487d-b648-8dae5f7e9545', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8831', - 'x-ms-correlation-request-id', - '6a63bad2-9f04-409b-9edd-419bb84cf46d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034658Z:6a63bad2-9f04-409b-9edd-419bb84cf46d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3cfd97f5-38d8-4f4b-aef3-322785802622', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8830', - 'x-ms-correlation-request-id', - '695c7e5a-da58-4cef-ad0e-cc6faba6beca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034659Z:695c7e5a-da58-4cef-ad0e-cc6faba6beca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '292e3165-0822-4b30-ad08-3adf5dfc1cd8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8829', - 'x-ms-correlation-request-id', - '698c837c-8aba-4874-bc76-50d5a492176f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034659Z:698c837c-8aba-4874-bc76-50d5a492176f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4593f2d0-46e7-4d6a-8eb9-1cc3b8207565', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8828', - 'x-ms-correlation-request-id', - '9bfbd7b4-8c4d-4ca8-b3a3-93d02928eb7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034659Z:9bfbd7b4-8c4d-4ca8-b3a3-93d02928eb7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6be2859d-3351-4a71-a42b-eaf4bbb64ff0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8827', - 'x-ms-correlation-request-id', - 'bdbc2dc3-e857-48bd-ad2d-275ab9eed7c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034700Z:bdbc2dc3-e857-48bd-ad2d-275ab9eed7c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d2ef57c-71b9-4004-a0be-9ecaa11c3ad6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8826', - 'x-ms-correlation-request-id', - 'ba3c0259-1401-47e4-8d48-cf2e5d9ceaf5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034700Z:ba3c0259-1401-47e4-8d48-cf2e5d9ceaf5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:46:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '572008f4-37cb-4916-adc5-84da9207e52a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8825', - 'x-ms-correlation-request-id', - '82d2d55d-8650-4ac3-8c7b-66ea41c9946c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034701Z:82d2d55d-8650-4ac3-8c7b-66ea41c9946c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '99e309d6-5dbb-48fd-b91e-08d2f30cdef7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8824', - 'x-ms-correlation-request-id', - '7970fad8-9ae8-44ed-a2d6-072e1fe2c43c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034701Z:7970fad8-9ae8-44ed-a2d6-072e1fe2c43c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7b8bc9b-df0f-4d11-ac71-08e8bef0ee56', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8823', - 'x-ms-correlation-request-id', - 'c774dc9b-d0a4-4605-a380-f363459111f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034701Z:c774dc9b-d0a4-4605-a380-f363459111f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '734d5cf9-9cd2-4a59-801b-da0684641cf4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8822', - 'x-ms-correlation-request-id', - 'fd4e603f-0ffa-462f-bb62-f40602ca4354', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034702Z:fd4e603f-0ffa-462f-bb62-f40602ca4354', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7cd94a2e-285a-4ed2-a5a0-3396092e5a4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8821', - 'x-ms-correlation-request-id', - 'bd548692-caec-4d45-b567-ddd60919b479', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034702Z:bd548692-caec-4d45-b567-ddd60919b479', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e031b055-69e6-4ba0-a410-4e5293ca81a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8820', - 'x-ms-correlation-request-id', - '0948f365-6f74-423e-96e1-adba71534fb9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034703Z:0948f365-6f74-423e-96e1-adba71534fb9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57ce84d5-ce2f-45a3-a720-7a4aa958f9ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8819', - 'x-ms-correlation-request-id', - '74476777-2fb0-41ba-a5cf-cef35d27bd1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034703Z:74476777-2fb0-41ba-a5cf-cef35d27bd1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45d66225-00b8-4286-8fe6-10838b5ab8a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8818', - 'x-ms-correlation-request-id', - '2cf79db8-fe72-494c-b01d-5a790a77db62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034703Z:2cf79db8-fe72-494c-b01d-5a790a77db62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90c53f62-144c-4e7a-90c3-290360864f40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8817', - 'x-ms-correlation-request-id', - 'd9a65cde-c5e8-4f72-92cc-4d5375061728', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034704Z:d9a65cde-c5e8-4f72-92cc-4d5375061728', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd519fc82-fc2f-4871-836c-2360eaa0b533', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8816', - 'x-ms-correlation-request-id', - '348c0422-02cc-4ae6-bcc3-8f5c56379690', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034704Z:348c0422-02cc-4ae6-bcc3-8f5c56379690', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a10295da-b531-425f-a0e8-78ef19a3128d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8815', - 'x-ms-correlation-request-id', - 'd0452907-0995-4050-91ac-ca27b14c299c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034705Z:d0452907-0995-4050-91ac-ca27b14c299c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73e1e136-bc4c-4cc9-8ec6-d9a903aa42b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8814', - 'x-ms-correlation-request-id', - '06acbdcb-471b-454d-ae60-967b73ec7bc2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034705Z:06acbdcb-471b-454d-ae60-967b73ec7bc2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1061db90-7b80-4b88-b211-587387c87a2b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8813', - 'x-ms-correlation-request-id', - 'd5d24471-faaf-4ba1-a582-c3864e8c223d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034706Z:d5d24471-faaf-4ba1-a582-c3864e8c223d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aac90007-119c-4779-948c-4c795d32339a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8812', - 'x-ms-correlation-request-id', - 'a9cbca4f-1c69-4892-be9c-9edd9461302c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034706Z:a9cbca4f-1c69-4892-be9c-9edd9461302c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23b83be6-cd2e-4e07-ad00-1581b7a8caee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8811', - 'x-ms-correlation-request-id', - 'c47e9f5d-f361-4f9b-ad95-68638d349ee2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034706Z:c47e9f5d-f361-4f9b-ad95-68638d349ee2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30054b08-2fe5-4813-b885-6e03616b08ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8810', - 'x-ms-correlation-request-id', - 'cf4dced9-36a8-40be-ae29-ddd45bf887d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034707Z:cf4dced9-36a8-40be-ae29-ddd45bf887d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e61353d7-f105-40e7-81b1-d8791beff1a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8809', - 'x-ms-correlation-request-id', - '7902f3b8-5732-482b-bd8f-93647b8cf9de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034707Z:7902f3b8-5732-482b-bd8f-93647b8cf9de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7965cee-c6a1-4b2a-97ef-f6ade5e2f518', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8808', - 'x-ms-correlation-request-id', - '5bb3765c-73a4-4bb9-bc58-7369b68e351b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034708Z:5bb3765c-73a4-4bb9-bc58-7369b68e351b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0c374d2-d474-49ba-bd41-6f950819aa0a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8807', - 'x-ms-correlation-request-id', - '3470d04c-4898-4a35-8f36-c68f756a2de4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034708Z:3470d04c-4898-4a35-8f36-c68f756a2de4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be4986fc-8153-4f2d-8cdd-72a3acccce86', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8806', - 'x-ms-correlation-request-id', - 'c173071f-d9c2-44ba-92d6-3d5e93672723', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034708Z:c173071f-d9c2-44ba-92d6-3d5e93672723', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6207deca-79d2-4805-8e00-3a1da980b9b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8805', - 'x-ms-correlation-request-id', - '7d2a45bc-b41f-4cf9-8c89-5081421b46c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034709Z:7d2a45bc-b41f-4cf9-8c89-5081421b46c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2865ec95-31e9-498d-b8d6-9fe72f4c6300', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8804', - 'x-ms-correlation-request-id', - '5ff94b50-a97b-4c55-bf77-4c5c14803738', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034709Z:5ff94b50-a97b-4c55-bf77-4c5c14803738', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77aefd10-4982-4807-a517-b01c76dad15f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8803', - 'x-ms-correlation-request-id', - 'ea012bdb-d386-4678-9aa1-7aa3d8c9d032', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034710Z:ea012bdb-d386-4678-9aa1-7aa3d8c9d032', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24d77f87-5db3-4897-a0ca-ee1550110ca2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8802', - 'x-ms-correlation-request-id', - 'da4cfd25-6aa2-44dc-bd8e-ac9452d366d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034710Z:da4cfd25-6aa2-44dc-bd8e-ac9452d366d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15161fc6-0245-491e-a2ed-b8e8e2f394d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8801', - 'x-ms-correlation-request-id', - '63ae569a-1140-4a2b-bb44-9ef9a4048e0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034710Z:63ae569a-1140-4a2b-bb44-9ef9a4048e0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd88f2a0e-662a-4858-a0f7-eb8ebd39ed0a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8800', - 'x-ms-correlation-request-id', - '0c69b9ed-ae52-4441-b38e-c46816de9552', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034711Z:0c69b9ed-ae52-4441-b38e-c46816de9552', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36b729df-052b-479d-a566-55abc0a5af25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8799', - 'x-ms-correlation-request-id', - 'af28ccfd-b5cf-43b3-91cd-f145df50ed30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034711Z:af28ccfd-b5cf-43b3-91cd-f145df50ed30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3525bd8-1ba7-4758-bbb7-c508c7df61d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8798', - 'x-ms-correlation-request-id', - '43a54926-a79a-47f4-b2ff-fcf3d039b3e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034712Z:43a54926-a79a-47f4-b2ff-fcf3d039b3e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '47270dab-a209-4db4-af37-223e3f7c3a11', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8797', - 'x-ms-correlation-request-id', - '03bc06c9-f0f2-4f89-9547-e19da70610af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034712Z:03bc06c9-f0f2-4f89-9547-e19da70610af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8051a103-cfd7-4ba8-981e-2ed959ef00ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8796', - 'x-ms-correlation-request-id', - '3264864d-5f12-4bfc-98b3-cf190f5c5129', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034712Z:3264864d-5f12-4bfc-98b3-cf190f5c5129', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3d5d11a-92ed-4ffa-a64f-eb918cc275b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8795', - 'x-ms-correlation-request-id', - '9c5ad03a-7823-4cc2-a006-45b44aaff7ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034713Z:9c5ad03a-7823-4cc2-a006-45b44aaff7ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77b77b68-cbc5-405f-9102-c1f5c2b11e42', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8794', - 'x-ms-correlation-request-id', - 'dddfdbe2-a38c-49aa-b50d-eccd23d69806', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034713Z:dddfdbe2-a38c-49aa-b50d-eccd23d69806', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5eaf4931-a001-4bd2-8b33-9b448983c635', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8793', - 'x-ms-correlation-request-id', - 'b570ecaa-c884-4979-a1cb-d8a67e146d24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034714Z:b570ecaa-c884-4979-a1cb-d8a67e146d24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd04fa70a-04f8-44df-8ee4-2a6f1550e240', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8792', - 'x-ms-correlation-request-id', - '9cddbbb4-a0fd-4072-a892-d33bc0137581', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034714Z:9cddbbb4-a0fd-4072-a892-d33bc0137581', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0879d095-44cb-4f67-bb8a-400f027e9287', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8791', - 'x-ms-correlation-request-id', - '6fa22085-7434-4e63-ba48-c60d5fe808b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034714Z:6fa22085-7434-4e63-ba48-c60d5fe808b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9b77cc29-e806-43ba-bb00-c65ef11b4817', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8790', - 'x-ms-correlation-request-id', - '353175dd-42a9-4b29-a6ab-27ec1264b725', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034715Z:353175dd-42a9-4b29-a6ab-27ec1264b725', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87aed33b-617f-4228-ba26-2ed0697a79f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8789', - 'x-ms-correlation-request-id', - 'a7d645a9-9394-4ac9-8750-3c40282c8722', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034715Z:a7d645a9-9394-4ac9-8750-3c40282c8722', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd858edfc-2471-429a-97ba-6c16d213c261', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8788', - 'x-ms-correlation-request-id', - 'a35fb767-d7b9-4914-b778-3ae57f1cf27e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034716Z:a35fb767-d7b9-4914-b778-3ae57f1cf27e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2de9c223-8e3e-4f2d-923e-02ceaf187ce3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8787', - 'x-ms-correlation-request-id', - 'd6f05cfb-447d-416d-b16f-391c47a9edcd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034716Z:d6f05cfb-447d-416d-b16f-391c47a9edcd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa2c696b-d296-4077-8962-80a4c0a4c3af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8786', - 'x-ms-correlation-request-id', - '124709b6-ee92-4f9f-abcf-7e282d268f68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034716Z:124709b6-ee92-4f9f-abcf-7e282d268f68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d696a16-4a34-4c3d-80dc-be2e30509e9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8785', - 'x-ms-correlation-request-id', - '70a2b723-ff03-4045-9945-5c638a61908c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034717Z:70a2b723-ff03-4045-9945-5c638a61908c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c3f417b-9f03-40c2-b8d0-99cc3d13bc38', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8784', - 'x-ms-correlation-request-id', - '6c395d1b-71c7-4fbc-a480-55abf83ec528', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034717Z:6c395d1b-71c7-4fbc-a480-55abf83ec528', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8edfd02-39ff-4a4f-93b9-c5915030cf8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8783', - 'x-ms-correlation-request-id', - '03a75a4a-5151-4e40-b8ac-7bd82b0d567d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034718Z:03a75a4a-5151-4e40-b8ac-7bd82b0d567d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50cf7f4a-b798-400a-bfbb-6a548e989e6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8782', - 'x-ms-correlation-request-id', - '39667e00-0943-4a26-a6d9-b829439aa95f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034718Z:39667e00-0943-4a26-a6d9-b829439aa95f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d747ffb-0467-4309-a4b5-3d5d0fba55cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8781', - 'x-ms-correlation-request-id', - '6e23ada6-b8b7-4b8a-af58-45a720c78f28', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034718Z:6e23ada6-b8b7-4b8a-af58-45a720c78f28', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdc0b43a-7fb3-47c3-8ec2-6f30f6bf1c7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8780', - 'x-ms-correlation-request-id', - 'bbd9f169-4f37-4151-b93c-a314c018f3c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034719Z:bbd9f169-4f37-4151-b93c-a314c018f3c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98e7ac9d-d846-41aa-88e7-fa8b7c959675', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8779', - 'x-ms-correlation-request-id', - '68f44e41-a230-4172-81fb-0139d0d3d428', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034719Z:68f44e41-a230-4172-81fb-0139d0d3d428', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd0cf6c5-c6ba-4594-bfc5-5daaf22d8928', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8778', - 'x-ms-correlation-request-id', - 'b41101de-a9ee-497e-87e4-9abebc01e160', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034720Z:b41101de-a9ee-497e-87e4-9abebc01e160', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '422cc510-64e7-4a76-b28f-b930fbeff46a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8777', - 'x-ms-correlation-request-id', - '6a2e9231-5e40-4459-a37d-a85077e2bce9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034720Z:6a2e9231-5e40-4459-a37d-a85077e2bce9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca10cfe2-6fe9-4f4c-8b01-44cd632c2e5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8776', - 'x-ms-correlation-request-id', - '0e9a931e-8937-4670-83c7-1976d66a15ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034720Z:0e9a931e-8937-4670-83c7-1976d66a15ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13358ca9-7975-4c12-96d7-1eb979cfbf28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8775', - 'x-ms-correlation-request-id', - 'c23c3907-ded3-4602-befb-6511aa6417fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034721Z:c23c3907-ded3-4602-befb-6511aa6417fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8473e65a-92f4-49b0-bbe8-2ffa980a41f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8774', - 'x-ms-correlation-request-id', - 'dd3aebf3-6ff3-447d-b8cf-b291e2bb26f2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034721Z:dd3aebf3-6ff3-447d-b8cf-b291e2bb26f2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb553b7d-aac5-40f6-b227-a471e9451e50', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8773', - 'x-ms-correlation-request-id', - 'ad03ba76-d9ea-4370-86b2-37261510caa0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034722Z:ad03ba76-d9ea-4370-86b2-37261510caa0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5de1478b-37a1-4593-bf66-9acc55935c19', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8772', - 'x-ms-correlation-request-id', - '25bdbd30-dfc8-4954-84af-6d6383f64271', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034722Z:25bdbd30-dfc8-4954-84af-6d6383f64271', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34edaadf-02e3-4bfb-9630-388becd1f8d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8771', - 'x-ms-correlation-request-id', - '5dda5cdd-0d79-48f2-a4bf-d4f6da27005e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034722Z:5dda5cdd-0d79-48f2-a4bf-d4f6da27005e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa7d1c63-859d-4391-9da4-ab426e8a6222', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8770', - 'x-ms-correlation-request-id', - '6ed570c7-eca7-42ce-8c29-78a52db8e3bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034723Z:6ed570c7-eca7-42ce-8c29-78a52db8e3bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1f47ffd-b2cb-4c57-846d-22fa63f5360b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8769', - 'x-ms-correlation-request-id', - 'b0155995-0e23-4f1f-b0a9-d00e13f8dc9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034723Z:b0155995-0e23-4f1f-b0a9-d00e13f8dc9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ed09aac-da51-4148-897f-76fa611a2ab2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8768', - 'x-ms-correlation-request-id', - '7243f707-ecc6-4945-b150-f9e13816cd5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034725Z:7243f707-ecc6-4945-b150-f9e13816cd5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1c269d3-a280-4674-9362-6f7ab5337cb4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8767', - 'x-ms-correlation-request-id', - '8ac17cf1-b28e-44bb-a4b4-da39cc617493', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034725Z:8ac17cf1-b28e-44bb-a4b4-da39cc617493', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c09abc5b-b08b-4353-b85b-a73ef09f2ed0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8766', - 'x-ms-correlation-request-id', - '5361f817-a30c-47d6-a517-fc4f1d4c5477', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034725Z:5361f817-a30c-47d6-a517-fc4f1d4c5477', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43441ad2-a75c-4f4a-b4c2-f0c977d119bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8765', - 'x-ms-correlation-request-id', - '3b8b3288-6ea0-4f29-af18-a2c96178d36c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034726Z:3b8b3288-6ea0-4f29-af18-a2c96178d36c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96762227-0258-4768-8e65-3a4eec763149', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8764', - 'x-ms-correlation-request-id', - 'e4f797d2-641f-4a26-92fb-028fff83c18d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034726Z:e4f797d2-641f-4a26-92fb-028fff83c18d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9405a88f-eccd-46f4-808c-8338e99ec5ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8763', - 'x-ms-correlation-request-id', - '29b7e08a-ba1a-4fa4-a410-81b769865a4e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034727Z:29b7e08a-ba1a-4fa4-a410-81b769865a4e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e387c79-3313-4260-bf8f-0f762b0bf95d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8762', - 'x-ms-correlation-request-id', - 'a77f7c52-8362-4dab-8bdc-543ce90d57b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034727Z:a77f7c52-8362-4dab-8bdc-543ce90d57b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9b09675-e9f9-4a97-91cb-23f518393184', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8761', - 'x-ms-correlation-request-id', - '257763d5-3593-46bb-ba7e-4b127d536f2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034727Z:257763d5-3593-46bb-ba7e-4b127d536f2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '133d3805-f9aa-46c8-a6cf-25cd034bc157', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8760', - 'x-ms-correlation-request-id', - 'ecba30fc-b52e-49ef-bab1-574bf7d4ac31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034728Z:ecba30fc-b52e-49ef-bab1-574bf7d4ac31', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef1d478b-fb12-45d9-b215-9a46f6dcf2d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8759', - 'x-ms-correlation-request-id', - '95259293-8eaa-47c9-ab1e-526b908f8355', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034728Z:95259293-8eaa-47c9-ab1e-526b908f8355', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a02d891-9e17-4a2d-a0a3-25a2f1b6cf3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8758', - 'x-ms-correlation-request-id', - 'da386e75-bedc-4821-8a12-2b8e7ef62b46', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034729Z:da386e75-bedc-4821-8a12-2b8e7ef62b46', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12100ea1-f340-4ff9-8aa8-b8d2a4bc18a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8757', - 'x-ms-correlation-request-id', - 'a69e2c5f-c8cb-4d64-b6b5-a696f1bde6ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034729Z:a69e2c5f-c8cb-4d64-b6b5-a696f1bde6ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a662d94-aeea-4388-88da-0c90e783c647', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8756', - 'x-ms-correlation-request-id', - 'a5465db8-9cb4-4099-ada8-1dc4113d1729', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034729Z:a5465db8-9cb4-4099-ada8-1dc4113d1729', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fce5e947-6f55-4252-a458-e59756eca442', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8755', - 'x-ms-correlation-request-id', - 'a206d3b0-49cd-49f5-84b3-dd64bd9913be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034730Z:a206d3b0-49cd-49f5-84b3-dd64bd9913be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db625ec4-77c6-41de-ba56-a3d818b608b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8754', - 'x-ms-correlation-request-id', - '06808ff7-f68a-47a3-a49a-506f49970644', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034730Z:06808ff7-f68a-47a3-a49a-506f49970644', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8380f09-aa56-4c6e-9208-bde1560f1169', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8753', - 'x-ms-correlation-request-id', - 'bf1eb2ba-e322-4950-af4c-6a69afe13a66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034731Z:bf1eb2ba-e322-4950-af4c-6a69afe13a66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e79959a-ebc3-4fd8-82b9-0de166090e57', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8752', - 'x-ms-correlation-request-id', - 'e5e426bd-3922-4510-a63f-65d01e8dcd8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034731Z:e5e426bd-3922-4510-a63f-65d01e8dcd8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10f238e0-973f-452c-9b52-2c2c8134f7cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8751', - 'x-ms-correlation-request-id', - '09e6dc68-23ed-4e4e-bfec-9dc7651d26c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034731Z:09e6dc68-23ed-4e4e-bfec-9dc7651d26c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33fe6a40-6047-4d00-af05-f2979097578f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8750', - 'x-ms-correlation-request-id', - 'fddff536-3e5a-448c-b813-b2bfc37a6fd5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034732Z:fddff536-3e5a-448c-b813-b2bfc37a6fd5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '618dc479-022b-46ad-b93d-dcfc861e3389', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8749', - 'x-ms-correlation-request-id', - 'ad1a01b5-8012-4143-8c09-e183ffe57ef8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034732Z:ad1a01b5-8012-4143-8c09-e183ffe57ef8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67076c31-eabf-436b-a7bd-4816a27239b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8748', - 'x-ms-correlation-request-id', - 'fabd522e-24c0-47b9-ac05-8bdab4e993a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034732Z:fabd522e-24c0-47b9-ac05-8bdab4e993a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d44079e-9b58-4c90-9aac-3e15e8a16bf6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8747', - 'x-ms-correlation-request-id', - '60de05f1-6f35-460f-9c1d-f5ef5ff87799', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034733Z:60de05f1-6f35-460f-9c1d-f5ef5ff87799', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7970eaa9-9c3a-4b96-aac0-d46ce4a59978', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8746', - 'x-ms-correlation-request-id', - '980d65af-f622-4a3c-857e-46b75f8b507d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034733Z:980d65af-f622-4a3c-857e-46b75f8b507d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35bf5cf9-0538-495d-a3ae-e613109f9fca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8745', - 'x-ms-correlation-request-id', - '3ab795d6-0fa6-4d57-93bd-42e186f5534a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034734Z:3ab795d6-0fa6-4d57-93bd-42e186f5534a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a90a6928-17c1-453b-bfac-b1e9ecca08b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8744', - 'x-ms-correlation-request-id', - '4fac1505-f6b0-4284-9121-7218f9e8cb15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034734Z:4fac1505-f6b0-4284-9121-7218f9e8cb15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a22be68b-c571-4ecb-9123-9e1f3068cc2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8743', - 'x-ms-correlation-request-id', - '282da5c5-3cb2-4a15-9abb-6785f2ec36ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034734Z:282da5c5-3cb2-4a15-9abb-6785f2ec36ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24410991-150e-4c8f-904d-298cef5fae73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8742', - 'x-ms-correlation-request-id', - 'f75ad649-37f2-4545-940c-f9ef22d008c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034735Z:f75ad649-37f2-4545-940c-f9ef22d008c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70929b26-c611-4dac-8860-6e324fe95e20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8741', - 'x-ms-correlation-request-id', - 'ff9d9901-8242-4e82-8492-0f8face1ca8a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034735Z:ff9d9901-8242-4e82-8492-0f8face1ca8a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f44dabc6-7685-4e38-95fd-a34f003744c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8740', - 'x-ms-correlation-request-id', - '9a1abdad-9f7c-4d45-a6ff-f47f10117cd4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034736Z:9a1abdad-9f7c-4d45-a6ff-f47f10117cd4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f16a645f-58cd-4b55-8782-4798b68e1827', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8739', - 'x-ms-correlation-request-id', - '01212dcf-fec7-471b-8368-c2a449297c72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034736Z:01212dcf-fec7-471b-8368-c2a449297c72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ad02ddc-adf7-44ac-ad9f-ec34b35a8228', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8738', - 'x-ms-correlation-request-id', - '0123d1a8-c525-4ef5-aeb5-2272ebdc31a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034736Z:0123d1a8-c525-4ef5-aeb5-2272ebdc31a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77042c52-393e-4631-b9de-98e270ce68eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8737', - 'x-ms-correlation-request-id', - '957d8d5f-9a57-469e-9242-cf5b9fd1f2cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034737Z:957d8d5f-9a57-469e-9242-cf5b9fd1f2cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '965c5d0d-7c45-4ba2-8467-6eae69742bc9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8736', - 'x-ms-correlation-request-id', - '3a9da793-6e54-4dd4-95bd-af2f4dff3270', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034737Z:3a9da793-6e54-4dd4-95bd-af2f4dff3270', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7157dc65-bbb0-4821-be68-988773e378f5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8735', - 'x-ms-correlation-request-id', - 'f3ed13e2-913d-41aa-bf4d-1632a841d6e5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034738Z:f3ed13e2-913d-41aa-bf4d-1632a841d6e5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc656af5-5baf-431c-be08-357c58c444e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8734', - 'x-ms-correlation-request-id', - '8ed04281-51ba-4a34-9623-5240f9f994ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034738Z:8ed04281-51ba-4a34-9623-5240f9f994ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc75a874-550c-4da6-b02b-1633af9dddcb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8733', - 'x-ms-correlation-request-id', - '2d5d805d-c2f8-4136-b7ec-1a0e4693e42e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034739Z:2d5d805d-c2f8-4136-b7ec-1a0e4693e42e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a44702c-56dd-4574-b9e1-546b3f335538', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8732', - 'x-ms-correlation-request-id', - 'e9b434e9-aac6-4f61-9d7f-0531bcc1a66c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034739Z:e9b434e9-aac6-4f61-9d7f-0531bcc1a66c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50402aac-78bb-488f-bf2c-4e33e634548d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8731', - 'x-ms-correlation-request-id', - 'cb5873e0-c899-4a84-9d08-b49c12c7d466', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034739Z:cb5873e0-c899-4a84-9d08-b49c12c7d466', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb9d62a4-0fbd-4767-85ce-e5a6220573b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8730', - 'x-ms-correlation-request-id', - 'd41cf588-abc8-408d-9e34-b096720b6a6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034740Z:d41cf588-abc8-408d-9e34-b096720b6a6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cfc233ce-5769-41c3-9ab4-d3a5dc9bf0df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8729', - 'x-ms-correlation-request-id', - 'c7451b20-24bd-4de1-aa33-7066b2b4d855', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034740Z:c7451b20-24bd-4de1-aa33-7066b2b4d855', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc1dbe09-3930-4448-8352-b0da0a1b6688', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8728', - 'x-ms-correlation-request-id', - 'cc23d7cd-977e-4655-a1c8-81c2aa5f58e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034741Z:cc23d7cd-977e-4655-a1c8-81c2aa5f58e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '165da0ad-0a11-471d-90a6-cc1636f5f503', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8727', - 'x-ms-correlation-request-id', - '87bff7cf-d937-4d38-b250-b260365bdb5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034741Z:87bff7cf-d937-4d38-b250-b260365bdb5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '182833e7-52f9-4bf7-b04b-da471936bb4e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8726', - 'x-ms-correlation-request-id', - 'a7561900-4395-4698-a9ed-7636bec0989d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034741Z:a7561900-4395-4698-a9ed-7636bec0989d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b954c61f-b599-49d0-a90d-4da781d1990b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8725', - 'x-ms-correlation-request-id', - 'fe30c7d4-5c92-4f6c-81b3-c425833f7106', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034742Z:fe30c7d4-5c92-4f6c-81b3-c425833f7106', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f27183d0-3d9d-4a1e-aa15-9882864b11c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8724', - 'x-ms-correlation-request-id', - 'f2135286-e93b-422d-97c2-76cb7b55b053', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034742Z:f2135286-e93b-422d-97c2-76cb7b55b053', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3f50a85-6b93-49d2-beb3-9434db0d6571', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8723', - 'x-ms-correlation-request-id', - '7072b350-ad2b-4989-884c-f3a1319466d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034743Z:7072b350-ad2b-4989-884c-f3a1319466d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c5485c0-b109-45af-b95b-f036e87fb7ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8722', - 'x-ms-correlation-request-id', - '3a2fb7f2-a79d-49c4-a4f2-27ff41705d2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034743Z:3a2fb7f2-a79d-49c4-a4f2-27ff41705d2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd82e6bf8-4e41-41c5-aa74-8b7ba01de355', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8721', - 'x-ms-correlation-request-id', - '0efa5e5a-6470-4766-a080-3796e8144c98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034743Z:0efa5e5a-6470-4766-a080-3796e8144c98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e98afb49-fd0c-4278-b0b2-60a85d7027bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8720', - 'x-ms-correlation-request-id', - '5d0d62eb-3eca-4a0d-85d8-21973aef34e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034744Z:5d0d62eb-3eca-4a0d-85d8-21973aef34e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7fa22d0f-76df-456f-bf8d-d048e817cc11', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8719', - 'x-ms-correlation-request-id', - 'bf5122ee-a1c1-446d-91a7-c5ecc26bc4b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034744Z:bf5122ee-a1c1-446d-91a7-c5ecc26bc4b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e18ec8e3-c5c5-4dc4-9c18-58b7126bfc97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8718', - 'x-ms-correlation-request-id', - 'b0381beb-429a-4697-ac64-d2f44d5292dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034745Z:b0381beb-429a-4697-ac64-d2f44d5292dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49aab654-b6f3-4541-bd82-5cdb7a2ad27d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8717', - 'x-ms-correlation-request-id', - '53021d17-2706-4c84-a91e-d7c08c92be9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034745Z:53021d17-2706-4c84-a91e-d7c08c92be9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f585b10-dbb1-466f-afd9-87a073170216', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8716', - 'x-ms-correlation-request-id', - 'fd4a5280-b3a2-4e6b-b174-954618f70ecc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034745Z:fd4a5280-b3a2-4e6b-b174-954618f70ecc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c83a42c9-02cf-4dce-a31f-828de55d317a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8715', - 'x-ms-correlation-request-id', - 'b9a58dd1-4bae-4ebb-a40e-c80ac84d914b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034746Z:b9a58dd1-4bae-4ebb-a40e-c80ac84d914b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5be64f6c-d462-4d97-8cc3-bf57a238d27a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8714', - 'x-ms-correlation-request-id', - '865272cb-55be-409b-a69e-3e92074d42d1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034746Z:865272cb-55be-409b-a69e-3e92074d42d1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a062ade-21d9-44c2-bdeb-bb9b0311cd29', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8713', - 'x-ms-correlation-request-id', - '8562c390-a3f0-4754-893a-2fc86901043b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034747Z:8562c390-a3f0-4754-893a-2fc86901043b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6b6c810-eeeb-43a1-95d7-049862c8ade1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8712', - 'x-ms-correlation-request-id', - '32a0e15a-54f8-46e2-8fab-a928b6a802e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034747Z:32a0e15a-54f8-46e2-8fab-a928b6a802e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5541aed0-d882-485f-8429-0d024968933f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8711', - 'x-ms-correlation-request-id', - '85eb39a2-155f-4791-9ed9-5d409d265604', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034747Z:85eb39a2-155f-4791-9ed9-5d409d265604', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73816ab1-dab4-43d7-b6aa-361883c69def', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8710', - 'x-ms-correlation-request-id', - '84dae7a8-abf8-4f33-aec7-a9b58747abeb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034748Z:84dae7a8-abf8-4f33-aec7-a9b58747abeb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '002d4870-0c2a-4743-9c59-dd47a97a1165', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8709', - 'x-ms-correlation-request-id', - '11cf0c19-83da-494e-a0e9-6f489277a699', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034748Z:11cf0c19-83da-494e-a0e9-6f489277a699', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d1ef0d4-9e55-4cfd-88c5-56b04562b86d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8708', - 'x-ms-correlation-request-id', - '3deb37e7-75ad-430e-8cd8-6088d761f154', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034749Z:3deb37e7-75ad-430e-8cd8-6088d761f154', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '960bb7fc-d185-468f-93f2-436e2ec48f8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8707', - 'x-ms-correlation-request-id', - '77031358-a6c5-43ae-ae15-07051f5f1cdf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034749Z:77031358-a6c5-43ae-ae15-07051f5f1cdf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aeaa10bd-69f7-46be-9794-22946b1e2acf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8706', - 'x-ms-correlation-request-id', - '7e65028f-32af-439f-9a8e-a1ed7b2a1488', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034749Z:7e65028f-32af-439f-9a8e-a1ed7b2a1488', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6808a73-3cef-45b1-b0d7-82eae6da3405', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8705', - 'x-ms-correlation-request-id', - '2b645327-af99-40d1-9c07-ca267f2dd936', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034750Z:2b645327-af99-40d1-9c07-ca267f2dd936', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4bcd097b-4993-4285-aa44-9368d06ba1fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8704', - 'x-ms-correlation-request-id', - '70df9f29-90a3-4162-8993-fd27145c8551', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034750Z:70df9f29-90a3-4162-8993-fd27145c8551', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0c69dee-45f8-465e-8839-3ac771fb5219', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8703', - 'x-ms-correlation-request-id', - 'af5301a8-9d07-4aa9-b96d-11ea04846633', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034751Z:af5301a8-9d07-4aa9-b96d-11ea04846633', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a824c42b-479f-4108-8fd5-376a57f39580', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8702', - 'x-ms-correlation-request-id', - 'fa8ceb0e-1c5a-4a5e-aea6-73feb6af8ae0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034751Z:fa8ceb0e-1c5a-4a5e-aea6-73feb6af8ae0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '203276b9-5d8c-4f3f-baff-e4d1fe4a6c7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8701', - 'x-ms-correlation-request-id', - 'a1e651d8-d00e-4452-acf0-f3427e7aabab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034751Z:a1e651d8-d00e-4452-acf0-f3427e7aabab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '577b74bc-63e9-4455-8fbc-b9be0076c0c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8700', - 'x-ms-correlation-request-id', - '2d497156-6bc5-4f53-8b5a-1f7609943d36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034752Z:2d497156-6bc5-4f53-8b5a-1f7609943d36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3dfe7423-6cb8-4dbc-86e3-d039cd80874d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8699', - 'x-ms-correlation-request-id', - '3a3d0ef1-a51c-42ef-b81c-2d10bb7e5a51', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034752Z:3a3d0ef1-a51c-42ef-b81c-2d10bb7e5a51', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5312b35a-0f1d-45a2-ab6d-23d0f3c2212d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8698', - 'x-ms-correlation-request-id', - 'a4267bc8-be10-4edb-afc0-1761fdc0e18e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034753Z:a4267bc8-be10-4edb-afc0-1761fdc0e18e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20d21d15-7ea4-4747-8a38-f072352ccfcc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8697', - 'x-ms-correlation-request-id', - '9e25899b-4b6d-41cd-a0c0-62acb238e383', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034753Z:9e25899b-4b6d-41cd-a0c0-62acb238e383', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5205df89-ae83-420e-944e-f54d80f7f6d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8696', - 'x-ms-correlation-request-id', - 'c880e02a-2c24-43ac-8588-d734a9bdb449', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034754Z:c880e02a-2c24-43ac-8588-d734a9bdb449', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07c6e053-38af-4619-a54a-01135cf4fcbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8695', - 'x-ms-correlation-request-id', - '84607890-6083-4de5-ba4b-f9d341d1017a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034754Z:84607890-6083-4de5-ba4b-f9d341d1017a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0af00a4-379d-49f6-92b3-024ba34caf7b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8694', - 'x-ms-correlation-request-id', - 'd6222827-d3db-4674-a740-e44a61aeb326', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034754Z:d6222827-d3db-4674-a740-e44a61aeb326', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7858292f-d710-4bb9-a6cd-87d980264414', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8693', - 'x-ms-correlation-request-id', - '1d2da811-eb84-49bd-bdd6-c78064af73f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034755Z:1d2da811-eb84-49bd-bdd6-c78064af73f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fdc626bd-6be2-449d-9cfb-b8a09c5a786c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8692', - 'x-ms-correlation-request-id', - '17970f38-f79c-400e-96c5-46147bbd4563', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034755Z:17970f38-f79c-400e-96c5-46147bbd4563', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9c3d199-5a14-4930-9a22-9138e191fba5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8691', - 'x-ms-correlation-request-id', - '8da3eaba-388b-4366-9471-66a3f0ada5a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034756Z:8da3eaba-388b-4366-9471-66a3f0ada5a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1db6a21a-31db-46a9-88f4-a718b7d67fcd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8690', - 'x-ms-correlation-request-id', - '91623c68-3b1e-4a6a-945e-356f19d75d97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034756Z:91623c68-3b1e-4a6a-945e-356f19d75d97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ac04b52-b210-4154-8387-acd2fd55e695', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8689', - 'x-ms-correlation-request-id', - 'd4c3d56b-e0d2-4831-a3b0-031de6649f62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034757Z:d4c3d56b-e0d2-4831-a3b0-031de6649f62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c19c0083-24eb-459c-93dd-e853ce486568', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8688', - 'x-ms-correlation-request-id', - 'be6d31a4-ecff-42d3-94e7-28f95c81972c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034757Z:be6d31a4-ecff-42d3-94e7-28f95c81972c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2158c7f6-ca7c-4aa8-bf1b-3e2f31e1c76e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8687', - 'x-ms-correlation-request-id', - '484d1efb-fb4f-401b-bcb9-a8b71e3efc63', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034758Z:484d1efb-fb4f-401b-bcb9-a8b71e3efc63', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50daf4f1-3f12-4725-a1f7-f8e4a456e87d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8686', - 'x-ms-correlation-request-id', - '26ee1826-bf22-411c-9eef-d992e91ad649', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034758Z:26ee1826-bf22-411c-9eef-d992e91ad649', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '912bbb1e-b193-40f6-b8e3-155c417851d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8685', - 'x-ms-correlation-request-id', - '345dfea8-01ce-4e85-a3e5-b345da3e548a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034758Z:345dfea8-01ce-4e85-a3e5-b345da3e548a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0beeece6-0652-4a13-92cf-d3024588d7d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8684', - 'x-ms-correlation-request-id', - 'c29c4f5f-fffb-4618-b812-e35c40cb5d52', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034759Z:c29c4f5f-fffb-4618-b812-e35c40cb5d52', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '190ed59a-c41c-4a1c-a96b-a25f5e6e3d8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8683', - 'x-ms-correlation-request-id', - 'cc6fe1dd-a349-419c-9e11-4bb07ce3a19e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034759Z:cc6fe1dd-a349-419c-9e11-4bb07ce3a19e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '293b90b9-b3c7-4518-997a-08f630d23f95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8682', - 'x-ms-correlation-request-id', - '1509b83a-9cbc-4327-aaf0-f089e350ccfc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034800Z:1509b83a-9cbc-4327-aaf0-f089e350ccfc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:47:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a02d7b6b-08cb-4f3e-a6ed-b2bb83189748', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8681', - 'x-ms-correlation-request-id', - '2a6fe09c-ec3d-4b88-b342-fca33f6e8815', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034800Z:2a6fe09c-ec3d-4b88-b342-fca33f6e8815', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab83e515-2de9-4c3e-90ec-3fcbffe3a048', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8680', - 'x-ms-correlation-request-id', - 'ea12bf36-c70f-4b4a-b886-341a5858af09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034800Z:ea12bf36-c70f-4b4a-b886-341a5858af09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae974ea1-c2d3-46cc-b1a4-4c164faefa67', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8679', - 'x-ms-correlation-request-id', - '62bedebe-974b-4af2-85d1-3dcb150217cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034801Z:62bedebe-974b-4af2-85d1-3dcb150217cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1dc8e096-5bc3-4cfa-98e9-8b34e4104dfd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8678', - 'x-ms-correlation-request-id', - '7a3064d4-b4ef-4770-a556-e8cd5318ec05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034801Z:7a3064d4-b4ef-4770-a556-e8cd5318ec05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81c817d6-796e-43ff-9c18-457f09711b7d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8677', - 'x-ms-correlation-request-id', - 'ae3f3123-b212-4763-9276-888eb8613f69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034802Z:ae3f3123-b212-4763-9276-888eb8613f69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9b588fab-1b3e-4f1e-b0f7-a166c555e610', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8676', - 'x-ms-correlation-request-id', - '2f7d71fd-d6ef-4347-9f33-d430c85e88b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034802Z:2f7d71fd-d6ef-4347-9f33-d430c85e88b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fef210b7-2aa9-4839-a872-26b2d6025a39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8675', - 'x-ms-correlation-request-id', - '2fbab839-d407-42c7-aef6-ee6a69d9bb40', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034802Z:2fbab839-d407-42c7-aef6-ee6a69d9bb40', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f51e7a55-e26c-4576-8086-37215ea0d245', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8674', - 'x-ms-correlation-request-id', - '409ace48-e4eb-451a-bf78-75686fcf3dc1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034803Z:409ace48-e4eb-451a-bf78-75686fcf3dc1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2c8da7f-2d1c-4071-b7eb-ec7dffeba669', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8673', - 'x-ms-correlation-request-id', - '6c0ea7b9-75bb-45ef-9ced-a53064eca376', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034803Z:6c0ea7b9-75bb-45ef-9ced-a53064eca376', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff442d14-5f01-4211-a86b-b7984dd846e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8672', - 'x-ms-correlation-request-id', - '5c89a58f-d7fb-42a5-a45e-1ed800b35ebd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034804Z:5c89a58f-d7fb-42a5-a45e-1ed800b35ebd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d3eb04e-88a2-4f5d-8f65-2d4d44037943', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8671', - 'x-ms-correlation-request-id', - '115ce0de-36e0-4eae-908a-3c381b6b2779', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034804Z:115ce0de-36e0-4eae-908a-3c381b6b2779', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00a19c28-f6d1-4bb7-86f3-a780ca600f5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8670', - 'x-ms-correlation-request-id', - 'cd002cdb-4ac8-4a9d-b091-4cfaefa39c98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034804Z:cd002cdb-4ac8-4a9d-b091-4cfaefa39c98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4ca9f8a-8c13-42e7-a246-fda5e4c2e564', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8669', - 'x-ms-correlation-request-id', - '8ce1a577-eb62-416a-b64a-659cbdd65610', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034805Z:8ce1a577-eb62-416a-b64a-659cbdd65610', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ec735b0-3cb9-4894-be5d-f700b5d5ba45', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8668', - 'x-ms-correlation-request-id', - '23893972-04e6-42f4-af35-886ca7aa9b84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034805Z:23893972-04e6-42f4-af35-886ca7aa9b84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc2f6451-2fb9-4807-a23c-c8baf3e6ffb6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8667', - 'x-ms-correlation-request-id', - 'ba376e96-8810-4c44-beb6-a06808bf88a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034806Z:ba376e96-8810-4c44-beb6-a06808bf88a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '287683e5-a14e-4f48-ba2e-2a3739dfd68a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8666', - 'x-ms-correlation-request-id', - 'e654aac0-127a-4c5f-8f9e-1d131eb21a85', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034806Z:e654aac0-127a-4c5f-8f9e-1d131eb21a85', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ad981ee-0f5d-4fae-abd2-4fa3fdfb87e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8665', - 'x-ms-correlation-request-id', - '230a42a5-050c-40ee-9c90-df775992768c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034806Z:230a42a5-050c-40ee-9c90-df775992768c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01f5892b-11a7-4787-81d3-584e82d12628', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8664', - 'x-ms-correlation-request-id', - '3c9eb1eb-43fe-4170-a15b-681038b7b8fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034807Z:3c9eb1eb-43fe-4170-a15b-681038b7b8fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4439f24-ee10-4968-9595-af8008eb6d41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8663', - 'x-ms-correlation-request-id', - '8fcc863c-d4f5-4994-87e8-1a1ed7c1b82a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034807Z:8fcc863c-d4f5-4994-87e8-1a1ed7c1b82a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f658162e-b1d3-4ed6-a831-7aababcfbd7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8662', - 'x-ms-correlation-request-id', - '2c35396f-2921-4558-a492-25e3fba3c4d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034808Z:2c35396f-2921-4558-a492-25e3fba3c4d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '511f292f-38bb-40a8-82f8-1198fde7db58', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8661', - 'x-ms-correlation-request-id', - '84f5ca22-de1a-4800-bff5-62762f616cfc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034808Z:84f5ca22-de1a-4800-bff5-62762f616cfc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a9fb648-9249-4220-a7b8-a76f777b3706', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8660', - 'x-ms-correlation-request-id', - 'c5029008-b2f9-4c8e-b5e5-8f707cc8049b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034808Z:c5029008-b2f9-4c8e-b5e5-8f707cc8049b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7dd812db-6167-4fb7-af16-0f2ff475fa4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8659', - 'x-ms-correlation-request-id', - 'd5aeec1a-ba61-4ec5-9d8e-002cece53265', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034809Z:d5aeec1a-ba61-4ec5-9d8e-002cece53265', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9bdb176-0284-48cd-af07-11c28cfc5ff5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8658', - 'x-ms-correlation-request-id', - '7658d1e9-3e52-4085-9476-94fee270fc52', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034809Z:7658d1e9-3e52-4085-9476-94fee270fc52', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bde7642d-302e-463c-94d3-7bb16b4ebe0a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8657', - 'x-ms-correlation-request-id', - '721b79e1-e5ee-4df2-bf2f-7725322f5500', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034809Z:721b79e1-e5ee-4df2-bf2f-7725322f5500', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69c924fa-bb4a-490c-8379-bf029ab974be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8656', - 'x-ms-correlation-request-id', - 'b647d597-fc6e-4220-bc49-80d356cc7411', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034810Z:b647d597-fc6e-4220-bc49-80d356cc7411', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ec5bd0b-764c-45ea-8ea9-b9fb66ea2eb4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8655', - 'x-ms-correlation-request-id', - 'af376f9f-45ef-426d-aa34-c9b43e46edd1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034810Z:af376f9f-45ef-426d-aa34-c9b43e46edd1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa69a3bf-0477-4ff5-822d-a6f142722f1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8654', - 'x-ms-correlation-request-id', - '6ea38e80-c88c-43af-87f6-065415b19cf6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034811Z:6ea38e80-c88c-43af-87f6-065415b19cf6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb577987-5679-4441-9bf2-7f7e3104f045', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8653', - 'x-ms-correlation-request-id', - '17b72faf-6db9-4d9c-b3f6-5b074d0bcd93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034811Z:17b72faf-6db9-4d9c-b3f6-5b074d0bcd93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6cb3c564-5438-4955-86e3-0bf27bc67800', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8652', - 'x-ms-correlation-request-id', - '02e40e36-3c28-4ad1-b443-860c369af20e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034811Z:02e40e36-3c28-4ad1-b443-860c369af20e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21b3f50d-ca4e-4842-be69-c6ad28b73d43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8651', - 'x-ms-correlation-request-id', - 'cad3b019-326f-4e40-b338-de6e526666c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034812Z:cad3b019-326f-4e40-b338-de6e526666c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74fd42b0-1798-48a6-9c22-1602d5d6f180', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8650', - 'x-ms-correlation-request-id', - 'a0b1c47d-2b7e-4f8b-abaa-339a2937cb15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034812Z:a0b1c47d-2b7e-4f8b-abaa-339a2937cb15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d6b6090-6473-49c9-b29a-3f2febbb695c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8649', - 'x-ms-correlation-request-id', - '960ad5d3-1494-4a98-b3ef-56e919950b63', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034813Z:960ad5d3-1494-4a98-b3ef-56e919950b63', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8faab181-bab7-46fa-ace8-546004984736', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8648', - 'x-ms-correlation-request-id', - '05371b98-a821-4bf4-a28f-2ebbbf8d3b57', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034813Z:05371b98-a821-4bf4-a28f-2ebbbf8d3b57', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe294863-b131-4a51-890b-115ef3674f88', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8647', - 'x-ms-correlation-request-id', - '03d271e7-e3c8-45ef-95c4-398938d55124', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034813Z:03d271e7-e3c8-45ef-95c4-398938d55124', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ebae5da-d696-485a-a663-2fa79e83081a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8646', - 'x-ms-correlation-request-id', - 'fc6640ff-563c-4617-aa5a-04ef559d4ed1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034814Z:fc6640ff-563c-4617-aa5a-04ef559d4ed1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e19de235-c40f-4c03-8fdc-14873dd8e257', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8645', - 'x-ms-correlation-request-id', - '81a9f6fb-8b5c-42c5-b367-40d7909375a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034814Z:81a9f6fb-8b5c-42c5-b367-40d7909375a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '14e71980-4cf6-46b5-a747-67bb062589b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8644', - 'x-ms-correlation-request-id', - 'f5b8a692-d734-4498-92ec-2a6dd626f92b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034815Z:f5b8a692-d734-4498-92ec-2a6dd626f92b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ecd94cd6-a9f8-40ee-a628-7ce03891e070', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8643', - 'x-ms-correlation-request-id', - '947d42d7-6f2a-4977-8e09-cb1f6879fc17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034815Z:947d42d7-6f2a-4977-8e09-cb1f6879fc17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b254720-c29d-4dec-906c-56e969772d60', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8642', - 'x-ms-correlation-request-id', - '376159c9-82b5-49b0-a1d5-6e288c6cdc68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034815Z:376159c9-82b5-49b0-a1d5-6e288c6cdc68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '184477d7-3081-4348-8191-42ac501dc40f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8641', - 'x-ms-correlation-request-id', - '5503254a-e2ed-4b2c-b0af-129390129b8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034816Z:5503254a-e2ed-4b2c-b0af-129390129b8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5e25e09-412b-4955-a903-1e6e831852be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8640', - 'x-ms-correlation-request-id', - '7b7a7059-3218-43e0-b65a-3352044ca35f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034816Z:7b7a7059-3218-43e0-b65a-3352044ca35f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5870bac7-baa4-4ae2-8848-d8c81cb4ed24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8639', - 'x-ms-correlation-request-id', - '2c5e1899-c722-4bcb-95ff-b0bfa1bd14be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034817Z:2c5e1899-c722-4bcb-95ff-b0bfa1bd14be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6bceb309-11b6-4137-9bb6-8fb32399dd1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8638', - 'x-ms-correlation-request-id', - '2051e8ac-c89d-4e08-b95c-25f4aa19402e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034817Z:2051e8ac-c89d-4e08-b95c-25f4aa19402e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '976adb24-c3ce-42bf-b62b-afe85ef858ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8637', - 'x-ms-correlation-request-id', - 'd8980e4e-ba3f-4792-a41c-441456f8e208', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034817Z:d8980e4e-ba3f-4792-a41c-441456f8e208', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3dcdb970-6c91-4c93-bbe7-2f4483aa25af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8636', - 'x-ms-correlation-request-id', - 'c45ffb15-ac52-4ebd-abbe-ccd7b8ff8ff5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034818Z:c45ffb15-ac52-4ebd-abbe-ccd7b8ff8ff5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a64feec-091b-4963-a3eb-985aec1958b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8635', - 'x-ms-correlation-request-id', - '09df6fdb-8dbd-44b0-864b-b9a306d1adcd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034818Z:09df6fdb-8dbd-44b0-864b-b9a306d1adcd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55b642b9-767d-42ac-81da-f456946f1cf3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8634', - 'x-ms-correlation-request-id', - 'cd031913-398c-4668-8fa5-b0868c1ef635', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034819Z:cd031913-398c-4668-8fa5-b0868c1ef635', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ec7e2ce-c29f-4e40-bfff-65013a6d8dab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8633', - 'x-ms-correlation-request-id', - '3251a954-dd86-4116-9e5d-1dbc777b25d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034819Z:3251a954-dd86-4116-9e5d-1dbc777b25d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84776772-a304-4ea5-ac3c-92f38a26277e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8632', - 'x-ms-correlation-request-id', - 'cf716255-3eae-400d-a64b-ea2f054732c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034819Z:cf716255-3eae-400d-a64b-ea2f054732c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f146c92-2fb5-4615-bfdd-9300a4d1eefc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8631', - 'x-ms-correlation-request-id', - 'b0b49d5c-9354-4e05-8472-cd6a9fed7fbe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034820Z:b0b49d5c-9354-4e05-8472-cd6a9fed7fbe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69ac033c-ff5e-437a-a130-7ead4c0bec6a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8630', - 'x-ms-correlation-request-id', - 'd77f45c5-a9c0-4332-a69b-4c12ef4f70a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034820Z:d77f45c5-a9c0-4332-a69b-4c12ef4f70a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a58dbe3e-13bd-4bf2-a989-f7f2858d90db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8629', - 'x-ms-correlation-request-id', - '1103f631-103d-45da-beda-8722d6bb426d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034821Z:1103f631-103d-45da-beda-8722d6bb426d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a689ceb-e853-4cd6-8169-f13116581da5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8628', - 'x-ms-correlation-request-id', - 'cbdfe9dc-2acc-445f-bf00-ef12ac7237ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034821Z:cbdfe9dc-2acc-445f-bf00-ef12ac7237ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7983fe80-fef8-484b-8bd1-cd696b6b1bb8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8627', - 'x-ms-correlation-request-id', - 'b496b74e-7174-4361-973f-1e722815cc5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034821Z:b496b74e-7174-4361-973f-1e722815cc5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77403bf6-e627-468d-8026-44ee6b990a5e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8626', - 'x-ms-correlation-request-id', - 'c7ee6113-ac87-47fd-a97a-a3b9b8e9259e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034822Z:c7ee6113-ac87-47fd-a97a-a3b9b8e9259e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3cd978d5-ac6e-4701-a0ce-a6eb2f0b2948', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8625', - 'x-ms-correlation-request-id', - '7e9d3dfb-212a-4979-8226-d29a86cfccff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034822Z:7e9d3dfb-212a-4979-8226-d29a86cfccff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e21c5cf-d9c3-4113-b75c-d1b45544b2b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8624', - 'x-ms-correlation-request-id', - '228bd58b-0993-4774-b55b-ba2e21114321', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034823Z:228bd58b-0993-4774-b55b-ba2e21114321', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2407430-7784-4177-8807-d8b23a79b321', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8623', - 'x-ms-correlation-request-id', - '40130054-2342-4047-9415-2d7543465976', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034823Z:40130054-2342-4047-9415-2d7543465976', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f0ffd12-c818-4abb-9392-06296badba2c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8622', - 'x-ms-correlation-request-id', - '3d24b1fb-583c-4b6d-896f-2eba711e6ea4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034823Z:3d24b1fb-583c-4b6d-896f-2eba711e6ea4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6afe2a4-f59f-4fca-aeff-b28824575e48', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8621', - 'x-ms-correlation-request-id', - '901f776b-6b79-452c-a7ff-26f2cd8acdf1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034824Z:901f776b-6b79-452c-a7ff-26f2cd8acdf1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7140c3b5-94eb-49d5-bcb6-220895624ba0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8620', - 'x-ms-correlation-request-id', - 'cfb2f4ee-813a-4158-92be-defb8afa877d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034824Z:cfb2f4ee-813a-4158-92be-defb8afa877d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b82b6db-737f-4e3f-ad74-ade77c9ff2a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8619', - 'x-ms-correlation-request-id', - 'fcc13d05-55d8-46cc-ada5-7acf5eedef41', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034825Z:fcc13d05-55d8-46cc-ada5-7acf5eedef41', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1c7fbc7-a93e-452b-be11-964668ff285c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8618', - 'x-ms-correlation-request-id', - '5d64a48d-5c6f-4070-b190-75b2eed3f0a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034825Z:5d64a48d-5c6f-4070-b190-75b2eed3f0a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58b478ef-5370-47ab-b189-d233a9d997d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8617', - 'x-ms-correlation-request-id', - 'f4a069fb-b1f7-4933-82af-75372d2517bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034825Z:f4a069fb-b1f7-4933-82af-75372d2517bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '666b7254-1790-4773-994a-8bc76341c3f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8616', - 'x-ms-correlation-request-id', - 'fd3bc9ea-6d91-48d2-ae19-7b4f5f3637cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034826Z:fd3bc9ea-6d91-48d2-ae19-7b4f5f3637cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7cdfc7de-8e3d-4d80-aca0-bd324847a6df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8615', - 'x-ms-correlation-request-id', - '7e94e10a-5f76-49c5-b8ad-f10f3284c0eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034826Z:7e94e10a-5f76-49c5-b8ad-f10f3284c0eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94ca001a-35a0-470f-a71a-07ac331a0ab0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8614', - 'x-ms-correlation-request-id', - 'eaee40f7-1d70-4b36-9451-c35463a4a02f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034827Z:eaee40f7-1d70-4b36-9451-c35463a4a02f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4cab9dfd-5798-448e-abb5-481472971d97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8613', - 'x-ms-correlation-request-id', - 'de373132-87d0-46f1-859b-5b2166053a70', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034827Z:de373132-87d0-46f1-859b-5b2166053a70', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41614a4d-43bd-4f48-b2d8-3a1db78d9d6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8612', - 'x-ms-correlation-request-id', - '5b827948-033c-4fb6-b136-ef5b7baee526', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034827Z:5b827948-033c-4fb6-b136-ef5b7baee526', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc9d01f4-0334-4912-890c-71f19a77ca4e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8611', - 'x-ms-correlation-request-id', - 'e286231e-ad95-4a5e-837a-602e822bcadf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034828Z:e286231e-ad95-4a5e-837a-602e822bcadf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac9ade39-c8f7-46b4-8ac8-d0c6dd06f179', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8610', - 'x-ms-correlation-request-id', - 'ec537ff9-27a0-44aa-b4fd-419589d8dd74', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034828Z:ec537ff9-27a0-44aa-b4fd-419589d8dd74', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7eca34f0-9bcc-4bc0-bce5-1f639277d334', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8609', - 'x-ms-correlation-request-id', - '297b4e71-3f15-425c-9a09-680ccf495c0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034829Z:297b4e71-3f15-425c-9a09-680ccf495c0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8e60f1d-93d2-4ef5-8653-2960557c349e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8608', - 'x-ms-correlation-request-id', - 'd9f57494-a618-4204-9232-7156f9e634c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034829Z:d9f57494-a618-4204-9232-7156f9e634c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b55fba06-5569-43a2-abc7-fe60c94ab424', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8607', - 'x-ms-correlation-request-id', - 'c8e91f0b-d515-4397-b7fd-b8bdfa0e033d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034829Z:c8e91f0b-d515-4397-b7fd-b8bdfa0e033d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8dac287d-53ee-4805-806e-fc3501c0a76c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8606', - 'x-ms-correlation-request-id', - '5c453e6d-0f28-4366-8f6e-6d9f898d0214', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034830Z:5c453e6d-0f28-4366-8f6e-6d9f898d0214', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1797d20f-ff68-43e3-be24-68fe6ba60119', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8605', - 'x-ms-correlation-request-id', - '4557f42b-2d4c-4b93-b9d8-8c8dda855564', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034830Z:4557f42b-2d4c-4b93-b9d8-8c8dda855564', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57196a3c-3532-442d-bdfa-23e8f6be73ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8604', - 'x-ms-correlation-request-id', - '518260f5-33d3-4deb-b3f2-2ab3b903860b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034831Z:518260f5-33d3-4deb-b3f2-2ab3b903860b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43e771a6-7bb9-45eb-9d30-c9ca08ff20f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8603', - 'x-ms-correlation-request-id', - '07e959ed-9050-42cb-bb78-ecba689fef2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034831Z:07e959ed-9050-42cb-bb78-ecba689fef2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '942e4e9a-dd71-4c04-8a0d-d5890175386e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8602', - 'x-ms-correlation-request-id', - 'f98788d7-bb9a-47f1-842f-d7b9c52a1a1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034831Z:f98788d7-bb9a-47f1-842f-d7b9c52a1a1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08c5dea2-4a4b-4387-9372-634af730c42b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8601', - 'x-ms-correlation-request-id', - '53a88dfb-5179-4b51-ae87-173e260a2868', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034832Z:53a88dfb-5179-4b51-ae87-173e260a2868', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4cb60d27-be8f-48d2-8adc-0b3cdd143f0a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8600', - 'x-ms-correlation-request-id', - '0afdaa9a-bd97-4f20-91ae-6c18956301f2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034832Z:0afdaa9a-bd97-4f20-91ae-6c18956301f2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc590f1c-15a1-4edb-b7aa-6f5f732669ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8599', - 'x-ms-correlation-request-id', - '1ac3ae76-f317-4d18-966b-f21e7e122ad3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034833Z:1ac3ae76-f317-4d18-966b-f21e7e122ad3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bbf4c4b5-a3e6-405a-af7f-7a33de339a57', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8598', - 'x-ms-correlation-request-id', - '1555ca46-d073-487c-8b61-53d70ab7a73b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034833Z:1555ca46-d073-487c-8b61-53d70ab7a73b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a88b4bdb-20bf-45d3-b42e-2e6a5e59e4cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8597', - 'x-ms-correlation-request-id', - 'ce1261c1-633e-498f-b0c3-9ff78a8900fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034833Z:ce1261c1-633e-498f-b0c3-9ff78a8900fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '333645e6-c3bb-49b0-b29e-0faa51345ab7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8596', - 'x-ms-correlation-request-id', - '6a90ac0b-576e-4fea-a15e-4ebcc908d849', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034834Z:6a90ac0b-576e-4fea-a15e-4ebcc908d849', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7cc2bb7e-0741-4626-9343-08d4f901e302', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8595', - 'x-ms-correlation-request-id', - 'c6e66a8f-3023-4058-b515-aec321d18238', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034834Z:c6e66a8f-3023-4058-b515-aec321d18238', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26c73d2d-be69-482f-89c0-88d8ec5957be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8594', - 'x-ms-correlation-request-id', - 'd615fc2d-370e-4194-a143-b80b6fe57197', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034835Z:d615fc2d-370e-4194-a143-b80b6fe57197', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7bbd0d4d-e870-4b41-8601-6ced8499309f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8593', - 'x-ms-correlation-request-id', - '5cbaba43-e114-41e3-adc5-82e06752bcd9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034835Z:5cbaba43-e114-41e3-adc5-82e06752bcd9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4203277-9181-433c-a52a-bbef763b0e4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8592', - 'x-ms-correlation-request-id', - '75353b1e-0c1c-4826-9bdf-656a9fb1aa1f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034835Z:75353b1e-0c1c-4826-9bdf-656a9fb1aa1f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd1b1569-7160-42fe-92ab-4d03a82c1f53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8591', - 'x-ms-correlation-request-id', - 'd78ebcf7-d075-44a8-b4d5-67bb674f4037', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034836Z:d78ebcf7-d075-44a8-b4d5-67bb674f4037', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6be4987-d8e2-4f32-a2bd-ba634a2e2e75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8590', - 'x-ms-correlation-request-id', - '2e095e16-2856-48a7-a882-38d8c9dc2b7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034836Z:2e095e16-2856-48a7-a882-38d8c9dc2b7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07841cba-e1d9-448e-8dc6-407af0b2bb1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8589', - 'x-ms-correlation-request-id', - '6b925077-ccb4-43b5-bdb2-9da29e0a7b1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034837Z:6b925077-ccb4-43b5-bdb2-9da29e0a7b1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3296aa39-e7f4-4773-b729-0d3570c260da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8588', - 'x-ms-correlation-request-id', - '65cabe79-29e4-4a7f-b24f-3ab5ba764c1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034837Z:65cabe79-29e4-4a7f-b24f-3ab5ba764c1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec848fdf-cc87-4df9-a790-6557c131d303', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8587', - 'x-ms-correlation-request-id', - '8063cc6e-bba5-4b90-958b-7de1afabc223', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034837Z:8063cc6e-bba5-4b90-958b-7de1afabc223', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94dd786c-8e19-4fa5-a40c-a9325296d01b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8586', - 'x-ms-correlation-request-id', - 'd1ce0fa2-cf66-420e-a33e-df71064b7b99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034838Z:d1ce0fa2-cf66-420e-a33e-df71064b7b99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '018a7a1e-cdf4-4f8c-9954-16a3dadf8f3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8585', - 'x-ms-correlation-request-id', - '13ba6238-e45b-4715-9780-f77c8a434686', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034838Z:13ba6238-e45b-4715-9780-f77c8a434686', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a528ff41-78e4-4285-948a-1fc1fa11b983', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8584', - 'x-ms-correlation-request-id', - '0ef05cd0-9824-4a31-88b3-d5e8119f6830', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034839Z:0ef05cd0-9824-4a31-88b3-d5e8119f6830', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89c896ec-0722-4a8e-9a88-a3a332337592', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8583', - 'x-ms-correlation-request-id', - '4c90e85b-fdf8-4829-b431-0124087e5195', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034839Z:4c90e85b-fdf8-4829-b431-0124087e5195', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ffc3568-038c-4bbb-a896-ff9ce5317754', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8582', - 'x-ms-correlation-request-id', - '944b2a69-48ef-4f56-ac5c-85a703d17b0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034840Z:944b2a69-48ef-4f56-ac5c-85a703d17b0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a1086df-4758-4d34-970b-1365ece34caf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8581', - 'x-ms-correlation-request-id', - '1c5e1609-f696-4ce9-bbed-03c5fa0865de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034840Z:1c5e1609-f696-4ce9-bbed-03c5fa0865de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a3256c0-f791-4e07-92bc-2bf72f3c48cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8580', - 'x-ms-correlation-request-id', - '292b490c-c06d-4d11-a049-d23b8a5dfe38', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034840Z:292b490c-c06d-4d11-a049-d23b8a5dfe38', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd2e676d-c7d4-4c46-bd3f-a017bc7707d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8579', - 'x-ms-correlation-request-id', - 'e658a67f-523d-43de-bdc8-f887aecfe596', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034841Z:e658a67f-523d-43de-bdc8-f887aecfe596', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f73bdc7-2078-4075-a529-af80fa90de04', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8578', - 'x-ms-correlation-request-id', - 'd8980ebe-914a-449c-bd15-5e656b3be2d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034841Z:d8980ebe-914a-449c-bd15-5e656b3be2d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b6dc5c6-c6f3-477e-a1cc-8db430a29193', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8577', - 'x-ms-correlation-request-id', - '1fd88fd0-0652-4892-9daf-f730553c8864', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034841Z:1fd88fd0-0652-4892-9daf-f730553c8864', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29e82eb1-de1e-4e83-9496-880cc30e8a6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8576', - 'x-ms-correlation-request-id', - '3681aee1-c7d6-4044-b60d-e32e27217b10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034842Z:3681aee1-c7d6-4044-b60d-e32e27217b10', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '101902ca-b0b3-4340-b00e-c8c23399a273', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8575', - 'x-ms-correlation-request-id', - '90fe7242-d91f-493c-a726-2f0a5c3d1959', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034842Z:90fe7242-d91f-493c-a726-2f0a5c3d1959', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '471dfce8-2508-4a0b-9db7-0f15243ce12d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8574', - 'x-ms-correlation-request-id', - '5df11d2a-83e8-465a-aa04-ba24a20872d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034843Z:5df11d2a-83e8-465a-aa04-ba24a20872d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7aa22ac6-4577-4a3f-94c1-b0725e1bf49c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8573', - 'x-ms-correlation-request-id', - '3dd76733-f04e-4cbb-83fb-168932a0f55d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034843Z:3dd76733-f04e-4cbb-83fb-168932a0f55d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8059d91-05d2-4ff3-b210-f83f42a1d5ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8572', - 'x-ms-correlation-request-id', - '13d7aa33-86b3-4676-b641-3fd5d92da689', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034843Z:13d7aa33-86b3-4676-b641-3fd5d92da689', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66d47f8a-c70e-4ca7-bf8d-849c8479225e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8571', - 'x-ms-correlation-request-id', - '28c5a796-f1aa-4f9f-803e-dafe34a30f46', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034844Z:28c5a796-f1aa-4f9f-803e-dafe34a30f46', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed1d844c-867a-4093-9ed4-0d7d73ff0b88', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8570', - 'x-ms-correlation-request-id', - '4e7d4a82-cba3-4ed8-9266-ce4390d974bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034844Z:4e7d4a82-cba3-4ed8-9266-ce4390d974bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c911940-89b5-47b0-9c32-adc1c2463ddb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8569', - 'x-ms-correlation-request-id', - 'd9548084-d31d-4eb4-a36c-184dfe89daa0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034845Z:d9548084-d31d-4eb4-a36c-184dfe89daa0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf548c00-4a0f-4e21-9810-6df684a3156f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8568', - 'x-ms-correlation-request-id', - 'e9e37bea-d566-46db-8ff1-7ed48e941e65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034845Z:e9e37bea-d566-46db-8ff1-7ed48e941e65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d68cffc-bcfc-4df4-b396-432b47b298eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8567', - 'x-ms-correlation-request-id', - '8c13592d-6d39-4dd0-8216-2adbebd895f2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034845Z:8c13592d-6d39-4dd0-8216-2adbebd895f2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '232674ea-4ca7-471b-9366-210652a420d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8566', - 'x-ms-correlation-request-id', - '97091123-61e0-44a3-80ea-a27a6b59b8b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034846Z:97091123-61e0-44a3-80ea-a27a6b59b8b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d7a583f-e087-463e-bc12-ad30fdd7332e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8565', - 'x-ms-correlation-request-id', - '21e6cb8e-0e08-46c7-8a98-85da126cd202', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034846Z:21e6cb8e-0e08-46c7-8a98-85da126cd202', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '086cfb23-f984-457e-aadd-72861d032a34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8564', - 'x-ms-correlation-request-id', - '3136e3cc-de0d-4973-a5c5-ff8fc8fc093c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034847Z:3136e3cc-de0d-4973-a5c5-ff8fc8fc093c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35ac39e5-c801-4c68-aae4-500a29e2cf1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8563', - 'x-ms-correlation-request-id', - '055fd6e2-47d4-4db7-9830-4c16723fb860', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034847Z:055fd6e2-47d4-4db7-9830-4c16723fb860', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe63060c-6f03-4e8c-afb8-6635beabdd07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8562', - 'x-ms-correlation-request-id', - 'c94cf1cd-c1bd-476f-9917-093a62ee5c4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034847Z:c94cf1cd-c1bd-476f-9917-093a62ee5c4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '463efe6b-a799-4a9c-aab7-92b12f54ae66', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8561', - 'x-ms-correlation-request-id', - '7d912833-b9b2-4252-bf9d-a41e08bbd415', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034848Z:7d912833-b9b2-4252-bf9d-a41e08bbd415', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '058c15cf-e8ff-49b7-8460-f996e5339a09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8560', - 'x-ms-correlation-request-id', - '693cc214-3eee-4c0e-bee1-61b6eb4397d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034848Z:693cc214-3eee-4c0e-bee1-61b6eb4397d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4fe590b-59e4-4647-a3ea-00413fb2c82c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8559', - 'x-ms-correlation-request-id', - '9dfc6267-8e26-4a0e-813f-19c319f4b9ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034849Z:9dfc6267-8e26-4a0e-813f-19c319f4b9ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '536255df-5d52-4445-bc52-5aaabdd86253', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8558', - 'x-ms-correlation-request-id', - '98d1da86-0a89-4cb3-8891-34b55a7c848f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034849Z:98d1da86-0a89-4cb3-8891-34b55a7c848f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f790956b-a4d3-4167-931a-d4935624f2d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8557', - 'x-ms-correlation-request-id', - '37a4b762-3483-488f-8411-00af9eec4838', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034849Z:37a4b762-3483-488f-8411-00af9eec4838', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e21cf9e1-8d81-48c2-b7ec-05e8ee819368', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8556', - 'x-ms-correlation-request-id', - 'df26d931-8e1b-4ea3-8777-f0b118e22219', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034850Z:df26d931-8e1b-4ea3-8777-f0b118e22219', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35e8dcfd-b240-4b43-9766-ba67438d3d99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8555', - 'x-ms-correlation-request-id', - 'ad4b8440-f737-4b4b-a716-f1562f769242', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034850Z:ad4b8440-f737-4b4b-a716-f1562f769242', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '787d903f-ef3a-4bef-8f73-8006184e8575', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8554', - 'x-ms-correlation-request-id', - '7b64c48a-5172-4962-b60d-a9a952eab623', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034851Z:7b64c48a-5172-4962-b60d-a9a952eab623', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1794bade-c41d-4ff7-b3ba-bfa9fe511bfd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8553', - 'x-ms-correlation-request-id', - 'a2cd2b45-3543-4ca2-a462-4a689fee6a99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034851Z:a2cd2b45-3543-4ca2-a462-4a689fee6a99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64a4444a-b887-4321-8baf-99702c46eecd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8552', - 'x-ms-correlation-request-id', - '5cd21c89-f3c0-4d16-befd-1753aa56c8e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034851Z:5cd21c89-f3c0-4d16-befd-1753aa56c8e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b12bc79a-ed54-4303-8ba8-809725a9d543', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8551', - 'x-ms-correlation-request-id', - '59fe4717-30fa-4393-89fd-b637bc7c8ac2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034852Z:59fe4717-30fa-4393-89fd-b637bc7c8ac2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d5e05a3-d4b5-4024-a540-d87dd739962e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8550', - 'x-ms-correlation-request-id', - 'b76690f9-564b-4bb2-8e3b-f89ac6b2ab1f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034852Z:b76690f9-564b-4bb2-8e3b-f89ac6b2ab1f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd47d0ded-090b-4c13-89b9-e595022fb3ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8549', - 'x-ms-correlation-request-id', - 'cd44adb7-69af-4ae0-91f6-a9e4318550ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034852Z:cd44adb7-69af-4ae0-91f6-a9e4318550ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a569207-fafc-4e37-bb1e-14c1f6d86505', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8548', - 'x-ms-correlation-request-id', - '7a83b44a-60a6-492e-98ac-4b79d6182027', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034853Z:7a83b44a-60a6-492e-98ac-4b79d6182027', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3cb97c38-3f08-4d3f-92da-2f4bfbec87f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8547', - 'x-ms-correlation-request-id', - '8a1afcd4-cf93-495b-988f-b07b7d533c14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034853Z:8a1afcd4-cf93-495b-988f-b07b7d533c14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b650011e-9ed8-4646-8b0e-71b8646359ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8546', - 'x-ms-correlation-request-id', - '13ffc77f-a82a-4b09-9040-ac7e3cced546', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034854Z:13ffc77f-a82a-4b09-9040-ac7e3cced546', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2921a36e-38b8-406b-8bc9-be6c38fe97b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8545', - 'x-ms-correlation-request-id', - '2b4a4edc-8eb7-4725-b12e-1f446236b16c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034854Z:2b4a4edc-8eb7-4725-b12e-1f446236b16c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6a3c69ae-1d73-4729-8eb9-810d3c58f5e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8544', - 'x-ms-correlation-request-id', - '0e0695ca-39f1-42d1-af8c-ebc8a698a239', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034854Z:0e0695ca-39f1-42d1-af8c-ebc8a698a239', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84fe96d0-9927-4594-b347-adb6b9fecd75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8543', - 'x-ms-correlation-request-id', - '13df5615-1cea-48db-85e4-b0fa88b571cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034855Z:13df5615-1cea-48db-85e4-b0fa88b571cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9aa33d12-5f16-483e-8954-316bf5b10744', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8542', - 'x-ms-correlation-request-id', - '27bd49ae-86b0-47bf-91c3-8c3cc58c8138', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034855Z:27bd49ae-86b0-47bf-91c3-8c3cc58c8138', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3f6a522-1d0f-4659-80c8-1397e4fb0f10', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8541', - 'x-ms-correlation-request-id', - '4d107662-162f-4098-bfef-c3825400d03b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034856Z:4d107662-162f-4098-bfef-c3825400d03b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb8bad26-1c58-4be7-808d-71150e296583', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8540', - 'x-ms-correlation-request-id', - 'b0eeb698-cdea-485c-ad77-f61b60d50a4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034856Z:b0eeb698-cdea-485c-ad77-f61b60d50a4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3222dbd4-3494-4cd8-9ebf-027a3c1bf9c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8539', - 'x-ms-correlation-request-id', - '1c975426-4a50-4be0-85a3-4e8d91e4d140', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034856Z:1c975426-4a50-4be0-85a3-4e8d91e4d140', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34caed7b-ca0c-40f2-8ed9-bbe2dda5bca3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8538', - 'x-ms-correlation-request-id', - '0e70b8cb-6ee7-45dc-b152-479310aa9b6d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034857Z:0e70b8cb-6ee7-45dc-b152-479310aa9b6d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd39ec0f7-2770-46d0-b4cd-4c658cbd6660', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8537', - 'x-ms-correlation-request-id', - '7cb24e7f-9132-4daf-a7d7-20e07a70ab59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034857Z:7cb24e7f-9132-4daf-a7d7-20e07a70ab59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da8dc91d-bd86-4f14-a4d5-b982b9387c65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8536', - 'x-ms-correlation-request-id', - 'e49799d4-b99b-4e4f-8994-88c98ceef5d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034858Z:e49799d4-b99b-4e4f-8994-88c98ceef5d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db9b8e67-5229-4e01-9d42-60c5170af0bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8535', - 'x-ms-correlation-request-id', - '9bc2bcb3-2bb5-439d-91c5-fd48c8dc4b89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034858Z:9bc2bcb3-2bb5-439d-91c5-fd48c8dc4b89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1d04d29-3b01-4817-8229-80612f8b9437', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8534', - 'x-ms-correlation-request-id', - 'bcea455d-16b5-4eef-9345-f5853023e64b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034858Z:bcea455d-16b5-4eef-9345-f5853023e64b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd7e9cfe-9494-43f1-931e-6315ea81d550', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8533', - 'x-ms-correlation-request-id', - '3f85720d-4a98-4f68-80a6-06fae49911f2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034859Z:3f85720d-4a98-4f68-80a6-06fae49911f2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9dbcfb1-0b7d-47b6-ad50-b533bc72047d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8532', - 'x-ms-correlation-request-id', - 'ee8bbf50-eec0-408d-8f1f-281fe7c53632', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034859Z:ee8bbf50-eec0-408d-8f1f-281fe7c53632', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa9d3527-021c-41f4-ad70-d7fb56d0809e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8531', - 'x-ms-correlation-request-id', - 'ec383f2d-6f0a-42ab-8312-1c59e9758163', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034900Z:ec383f2d-6f0a-42ab-8312-1c59e9758163', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:48:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc406da9-81d6-455f-a680-75887cfead8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8530', - 'x-ms-correlation-request-id', - '2c58a4d1-8bcc-4f8d-8788-db891c302acd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034900Z:2c58a4d1-8bcc-4f8d-8788-db891c302acd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd00bb2a-b59e-431a-8c54-d887176a5fdb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8529', - 'x-ms-correlation-request-id', - 'b4f6ec34-12ae-46f9-b96f-e5d891533c5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034900Z:b4f6ec34-12ae-46f9-b96f-e5d891533c5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9c3956b-b4ef-498d-9d78-0f801f6c8344', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8528', - 'x-ms-correlation-request-id', - '99a66d54-e1b9-4990-8cee-100898ea2c97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034901Z:99a66d54-e1b9-4990-8cee-100898ea2c97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0641e0d7-8e8a-4c42-9872-18ab39cfd869', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8527', - 'x-ms-correlation-request-id', - '1c326715-88b7-4569-915d-bd59a49ab761', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034901Z:1c326715-88b7-4569-915d-bd59a49ab761', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea128812-cb93-478a-b9ec-5e107ec5ced8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8526', - 'x-ms-correlation-request-id', - '430b5209-1462-42bd-b564-44584f6de739', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034902Z:430b5209-1462-42bd-b564-44584f6de739', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12ec6bb6-c9ad-49df-8e09-9f9bc5b8e9b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8525', - 'x-ms-correlation-request-id', - 'dd808030-f9a9-49af-b6e1-01e05d0c9fa8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034902Z:dd808030-f9a9-49af-b6e1-01e05d0c9fa8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '179c9c59-2a4a-4fc6-845e-894115c0a45b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8524', - 'x-ms-correlation-request-id', - 'd2d0cfce-5193-4a2c-b577-eb1b7b29473c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034902Z:d2d0cfce-5193-4a2c-b577-eb1b7b29473c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79fa8b2a-5a51-4f99-a703-163f74524b7b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8523', - 'x-ms-correlation-request-id', - 'fee8c8b2-24a1-4bca-9c61-8d98978e2f33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034903Z:fee8c8b2-24a1-4bca-9c61-8d98978e2f33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a919c11b-54f3-4fd6-92fa-ce9578cd5332', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8522', - 'x-ms-correlation-request-id', - '81c08b0f-2991-49eb-a4e1-4946634f2593', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034903Z:81c08b0f-2991-49eb-a4e1-4946634f2593', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e7153fe-6557-4a16-8852-67d8d334ffe3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8521', - 'x-ms-correlation-request-id', - 'cb1b002e-2890-4429-bbdc-fb47bec5395d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034904Z:cb1b002e-2890-4429-bbdc-fb47bec5395d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3e1cb07-ffbb-400d-b98e-c036e462d719', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8520', - 'x-ms-correlation-request-id', - 'a5cdaafb-232c-46cc-b8b6-14eb84c6ee9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034904Z:a5cdaafb-232c-46cc-b8b6-14eb84c6ee9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d8b0601-c6a6-410f-aa1c-989644205a9f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8519', - 'x-ms-correlation-request-id', - '63f63f5a-d03d-44a5-b5c1-b619d3fe4aef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034904Z:63f63f5a-d03d-44a5-b5c1-b619d3fe4aef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1561ad52-5c39-4de3-98f3-1280a809a2cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8518', - 'x-ms-correlation-request-id', - 'c9467b24-0bec-49f9-b314-36ea13b06edd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034905Z:c9467b24-0bec-49f9-b314-36ea13b06edd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '471a9c85-62fb-4cb4-b7f4-59a3ee97dc93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8517', - 'x-ms-correlation-request-id', - 'b8822d8b-4da0-45ad-bfde-e1db58d57290', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034905Z:b8822d8b-4da0-45ad-bfde-e1db58d57290', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1a69a93-040c-49ea-ba67-26ac9fe5ed1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8516', - 'x-ms-correlation-request-id', - '8695597e-e7fb-4c13-a412-7a6bf2b83151', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034906Z:8695597e-e7fb-4c13-a412-7a6bf2b83151', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '323ef4d3-f0e4-4435-8aa4-b34969f36252', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8515', - 'x-ms-correlation-request-id', - '8284ce24-0797-4cae-89ae-2849db237ad3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034906Z:8284ce24-0797-4cae-89ae-2849db237ad3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6347852-2af1-47f1-a009-d2d8d41e19e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8514', - 'x-ms-correlation-request-id', - 'd0c14987-a5e1-4eab-b4dd-d3d3024fb0ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034907Z:d0c14987-a5e1-4eab-b4dd-d3d3024fb0ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a46ee2b6-5d4b-45c6-a7f9-20caec074921', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8513', - 'x-ms-correlation-request-id', - 'e97e22b7-3dd7-491e-9902-2f18d6773af5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034907Z:e97e22b7-3dd7-491e-9902-2f18d6773af5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2985d0fd-796c-4aa3-bd72-3e31647abd72', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8512', - 'x-ms-correlation-request-id', - '89f3b2b2-0b77-414f-a685-645b8e92fbb8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034907Z:89f3b2b2-0b77-414f-a685-645b8e92fbb8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d8a8e2e-a81e-45c9-963c-2fda5817353c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8511', - 'x-ms-correlation-request-id', - '535d2c78-aacb-4c4e-95d8-0aef12b26584', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034908Z:535d2c78-aacb-4c4e-95d8-0aef12b26584', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93729e8a-626c-43d1-9700-7eb583026ec1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8510', - 'x-ms-correlation-request-id', - 'db5760d0-b243-43a6-9f62-95c1510873ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034908Z:db5760d0-b243-43a6-9f62-95c1510873ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '639f0d54-9360-4a03-a107-b3b70b9a1b0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8509', - 'x-ms-correlation-request-id', - 'ccb85ee8-03b0-4dd7-b214-ff6bc25e1f68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034909Z:ccb85ee8-03b0-4dd7-b214-ff6bc25e1f68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c6d0655-7522-4d9b-9148-4a7bb71f700d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8508', - 'x-ms-correlation-request-id', - '0ae63e40-771c-497f-80e0-16180b58c2b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034909Z:0ae63e40-771c-497f-80e0-16180b58c2b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1af6ecf-48b8-4a10-b3ab-d78ba166d57e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8507', - 'x-ms-correlation-request-id', - '376cba58-b85b-420a-8870-0553c02dc914', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034909Z:376cba58-b85b-420a-8870-0553c02dc914', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f3c3020-5b60-43d2-a5e3-c33f37f1072d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8506', - 'x-ms-correlation-request-id', - 'c0f8af44-f906-41da-b4d6-bbc9d5f86924', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034910Z:c0f8af44-f906-41da-b4d6-bbc9d5f86924', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c44c1d04-d9da-4e21-8e4c-d34411016cd3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8505', - 'x-ms-correlation-request-id', - 'd99d8f1d-dfb7-4556-b4a3-b8df55f15da3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034910Z:d99d8f1d-dfb7-4556-b4a3-b8df55f15da3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02aaba0e-ce2a-46b6-8598-b9393a42aa82', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8504', - 'x-ms-correlation-request-id', - '03fb859f-d084-40be-9529-a6255e64520a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034911Z:03fb859f-d084-40be-9529-a6255e64520a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee8b87ee-0a6e-4fc8-8b6a-56c0c99b8a94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8503', - 'x-ms-correlation-request-id', - 'be894a91-50cf-451d-b4ac-c9b711faae69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034911Z:be894a91-50cf-451d-b4ac-c9b711faae69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb10389f-9e4d-4779-b30a-a37236a2ec80', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8502', - 'x-ms-correlation-request-id', - '3c40e5fe-536f-4a69-9180-cdcae7cb9d3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034911Z:3c40e5fe-536f-4a69-9180-cdcae7cb9d3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '47dba64c-f600-466c-b259-4389f53d07bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8501', - 'x-ms-correlation-request-id', - '0c3d5355-068e-429b-b4ed-435d1cdf90d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034912Z:0c3d5355-068e-429b-b4ed-435d1cdf90d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d726b3a-bc1e-496f-a8fe-519450da77ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8500', - 'x-ms-correlation-request-id', - '0c9ed70e-d61c-47c2-9461-6dcf1f1387ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034912Z:0c9ed70e-d61c-47c2-9461-6dcf1f1387ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac09036d-2d7e-4251-8f67-f102dd02069c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8499', - 'x-ms-correlation-request-id', - '3a1dd52e-f967-4182-877f-4a21cabd9b7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034913Z:3a1dd52e-f967-4182-877f-4a21cabd9b7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93f63f55-b48a-4096-a2a4-5bf656db5a9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8498', - 'x-ms-correlation-request-id', - '6cd3ce31-36cb-4f17-a113-e75db5cb87cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034913Z:6cd3ce31-36cb-4f17-a113-e75db5cb87cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87e10ee1-0213-4428-92ba-e60e5373ada4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8497', - 'x-ms-correlation-request-id', - '421a8f9f-b197-4b10-a5c9-4ceac8909ff2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034913Z:421a8f9f-b197-4b10-a5c9-4ceac8909ff2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1b3de54-d3ae-4ed8-aeb2-b0588805089e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8496', - 'x-ms-correlation-request-id', - 'fedbb1e8-4776-4c79-8e32-289ac48ef8b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034914Z:fedbb1e8-4776-4c79-8e32-289ac48ef8b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0334ed95-7a45-4286-8bc5-cfebdf8b3388', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8495', - 'x-ms-correlation-request-id', - 'd3f449c2-dbcb-405b-8b01-d0a330cf3d09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034914Z:d3f449c2-dbcb-405b-8b01-d0a330cf3d09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '712d5826-7189-46f8-9ff0-955364bf5d59', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8494', - 'x-ms-correlation-request-id', - 'd8b5c899-0f96-4a4a-b169-2495bdfa18b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034915Z:d8b5c899-0f96-4a4a-b169-2495bdfa18b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a489ee8e-0a4d-4003-98ad-41c16c793d7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8493', - 'x-ms-correlation-request-id', - 'e95bb6d9-1387-4164-91cd-936b973e2d19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034915Z:e95bb6d9-1387-4164-91cd-936b973e2d19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd71e998-8a92-4b6c-97af-71dce982d77f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8492', - 'x-ms-correlation-request-id', - '3d67bd03-ddeb-4e3d-ad36-b70b2ce1649a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034915Z:3d67bd03-ddeb-4e3d-ad36-b70b2ce1649a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b52282a9-451f-401e-b6db-d63e4fc618ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8491', - 'x-ms-correlation-request-id', - 'bea05508-b3ff-44ea-8473-1da82c4b1ff4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034916Z:bea05508-b3ff-44ea-8473-1da82c4b1ff4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '743b7990-63ca-46e8-a379-b60d280939b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8490', - 'x-ms-correlation-request-id', - 'ce2e1fb4-7aa8-4c7b-8e96-3ff9cbfe84db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034916Z:ce2e1fb4-7aa8-4c7b-8e96-3ff9cbfe84db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1cae3630-46c0-411d-bb13-7b742969621c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8489', - 'x-ms-correlation-request-id', - '93ff5241-89f7-436a-a331-36ae67df335a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034917Z:93ff5241-89f7-436a-a331-36ae67df335a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3acdf35-7611-4939-a4a0-d6a858f4bcdf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8488', - 'x-ms-correlation-request-id', - '842c175d-f0f7-42dd-a83a-022314b50297', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034917Z:842c175d-f0f7-42dd-a83a-022314b50297', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b3a922f-4643-44f0-9d15-c405a675bcc9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8487', - 'x-ms-correlation-request-id', - 'bc72f166-b3e5-494e-9ad0-773ea0fd78da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034917Z:bc72f166-b3e5-494e-9ad0-773ea0fd78da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '809223ff-ea1e-437c-bead-471742f5f10f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8486', - 'x-ms-correlation-request-id', - '51e0c661-0ef4-4480-a5c2-19c158689404', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034918Z:51e0c661-0ef4-4480-a5c2-19c158689404', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd82e6ff7-90a3-4ba2-a27c-0217b4a7755e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8485', - 'x-ms-correlation-request-id', - 'cbd80aac-6df1-4409-a758-1bf933c33615', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034918Z:cbd80aac-6df1-4409-a758-1bf933c33615', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97dd7113-95a6-4aaf-bb66-3b56596b0b19', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8484', - 'x-ms-correlation-request-id', - '899353c7-2ddb-4b6b-83a9-9575524c6ccc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034919Z:899353c7-2ddb-4b6b-83a9-9575524c6ccc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c746c975-aa32-4ec0-99ac-164e2fc91d66', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8483', - 'x-ms-correlation-request-id', - 'd9ae86c8-8c47-4f31-9d78-2749aa8de29a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034919Z:d9ae86c8-8c47-4f31-9d78-2749aa8de29a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83b7862c-f8d2-41da-a000-f5e153a093b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8482', - 'x-ms-correlation-request-id', - '8a25fd10-6665-47ea-83be-8ab39f620f93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034919Z:8a25fd10-6665-47ea-83be-8ab39f620f93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc51d21a-b066-4f69-95bf-6e7ab261d6bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8481', - 'x-ms-correlation-request-id', - '1c0b5459-0778-4a14-8c06-8617b7ae6a55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034920Z:1c0b5459-0778-4a14-8c06-8617b7ae6a55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fec4e046-422c-4198-bbc5-2acf53c3f77a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8480', - 'x-ms-correlation-request-id', - '22e6bcaf-f64b-42d4-a826-a416800c77ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034920Z:22e6bcaf-f64b-42d4-a826-a416800c77ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cdedd07-99d0-4b03-b2c6-b4e76c4cf4c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8479', - 'x-ms-correlation-request-id', - '790bf798-d336-4f2b-87e1-05ebbff6917c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034921Z:790bf798-d336-4f2b-87e1-05ebbff6917c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0cf50e3f-fa41-42f4-9af0-4167759d8d6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8478', - 'x-ms-correlation-request-id', - '8b87f3bb-1c08-4e3e-97cd-129e1625b889', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034921Z:8b87f3bb-1c08-4e3e-97cd-129e1625b889', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c499f40f-d6c1-4f88-a11c-cb2f6231061c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8477', - 'x-ms-correlation-request-id', - '8711f35b-595c-4778-8063-1490405ec3de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034921Z:8711f35b-595c-4778-8063-1490405ec3de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e14ff2d-3e91-4322-93af-b40cba4f1dc7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8476', - 'x-ms-correlation-request-id', - 'eacd739c-7da0-452b-899c-16ce54fa1b5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034922Z:eacd739c-7da0-452b-899c-16ce54fa1b5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0f5b0d2-b470-4769-b604-848a3592a4f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8475', - 'x-ms-correlation-request-id', - 'fb272e20-1757-4e26-bfc8-3a6d30ad9967', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034922Z:fb272e20-1757-4e26-bfc8-3a6d30ad9967', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4367f608-673f-4770-88fb-0ef0c70fe390', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8474', - 'x-ms-correlation-request-id', - 'f88fe696-58e5-4842-ac0c-6c4eb4fd7e7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034923Z:f88fe696-58e5-4842-ac0c-6c4eb4fd7e7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c727a26-8451-4749-bde5-19a92bc2f107', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8473', - 'x-ms-correlation-request-id', - '6d289d18-4486-465c-8f1e-4986aec461ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034923Z:6d289d18-4486-465c-8f1e-4986aec461ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d1332b3-48e0-47de-a2b6-97be7769dd24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8472', - 'x-ms-correlation-request-id', - '3d430afe-7827-4b41-a46e-16768db47842', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034923Z:3d430afe-7827-4b41-a46e-16768db47842', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46ff1203-48bd-40cc-a885-62e9cbc3c901', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8471', - 'x-ms-correlation-request-id', - 'ec69e5f6-3268-4eca-9248-16a2e547513b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034924Z:ec69e5f6-3268-4eca-9248-16a2e547513b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b1e2b8e-910d-4007-9e67-14c7f229e358', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8470', - 'x-ms-correlation-request-id', - '8514fbe8-91c6-408d-91a0-f3c5f6e4c450', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034924Z:8514fbe8-91c6-408d-91a0-f3c5f6e4c450', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '190bdac1-8edd-41b6-ba84-c817f8ca6ac9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8469', - 'x-ms-correlation-request-id', - '905e7548-18fd-4737-97f4-eb51ecd84eff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034925Z:905e7548-18fd-4737-97f4-eb51ecd84eff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '968abc64-8dc5-409b-8b80-f1340e8d99c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8468', - 'x-ms-correlation-request-id', - 'a199bc10-c8ff-4295-9714-feb947c37b79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034925Z:a199bc10-c8ff-4295-9714-feb947c37b79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '22346a73-4b99-442a-8179-b778b293ee5c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8467', - 'x-ms-correlation-request-id', - 'bf12d5dd-e42e-4901-a33c-d030dbfe5937', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034925Z:bf12d5dd-e42e-4901-a33c-d030dbfe5937', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16c47cf5-d028-4ff6-b0b4-765f766ff742', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8466', - 'x-ms-correlation-request-id', - 'be15bffb-ade7-431c-9c1d-c6f65f73b85e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034926Z:be15bffb-ade7-431c-9c1d-c6f65f73b85e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00f3d548-42b4-46a3-b959-dce06a567663', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8465', - 'x-ms-correlation-request-id', - '961f4a32-7069-4ffc-b6d7-87c5a12e8637', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034926Z:961f4a32-7069-4ffc-b6d7-87c5a12e8637', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a814868f-28e0-4411-9835-929328cb7f47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8464', - 'x-ms-correlation-request-id', - 'a0a7ce5b-8154-4d3f-af80-7a62459c93ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034927Z:a0a7ce5b-8154-4d3f-af80-7a62459c93ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ae1f3aa-b2fe-4e96-b36a-422674221d03', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8463', - 'x-ms-correlation-request-id', - '05fdedea-843c-4f08-b1c3-c2b5cfd8f8d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034927Z:05fdedea-843c-4f08-b1c3-c2b5cfd8f8d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f095fc67-cf03-419c-9b84-85f790e3b340', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8462', - 'x-ms-correlation-request-id', - '5a23ac02-911c-4984-af82-26f1b4e55701', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034927Z:5a23ac02-911c-4984-af82-26f1b4e55701', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8380ff7f-17c6-41f9-8cea-ce04cd45990b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8461', - 'x-ms-correlation-request-id', - '96a02245-f1b0-4224-9048-6e00260f63db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034928Z:96a02245-f1b0-4224-9048-6e00260f63db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30a7f9b1-89e6-419a-ab1b-33f785011b38', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8460', - 'x-ms-correlation-request-id', - '920ea54f-fb93-4558-a7e5-28839d9a49a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034928Z:920ea54f-fb93-4558-a7e5-28839d9a49a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '952e3ce4-77a0-45e7-a6b6-8cc5e6fd1745', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8459', - 'x-ms-correlation-request-id', - 'b1283571-d2e5-40c3-8d13-1ab2e1f8c198', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034929Z:b1283571-d2e5-40c3-8d13-1ab2e1f8c198', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f48a7034-9c83-4738-895f-a8b049f94e99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8458', - 'x-ms-correlation-request-id', - 'f3faae73-408b-41c3-bb90-adbd369be9cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034929Z:f3faae73-408b-41c3-bb90-adbd369be9cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ed77cbc-9875-4e8d-81ba-1e979659438c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8457', - 'x-ms-correlation-request-id', - '44458cac-008c-439b-bb18-035dfa7d3740', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034929Z:44458cac-008c-439b-bb18-035dfa7d3740', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ebee7aa-a66c-49ac-91ef-a36ff3e3ab36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8456', - 'x-ms-correlation-request-id', - '3eafd723-596e-499a-a0db-7ab6cf4b6029', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034930Z:3eafd723-596e-499a-a0db-7ab6cf4b6029', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd44e14c9-327d-4340-97f5-70acab32871f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8455', - 'x-ms-correlation-request-id', - '6af462f4-8137-4ccb-b4ee-4b030a583ee1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034930Z:6af462f4-8137-4ccb-b4ee-4b030a583ee1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1d1d2b5-41a9-42d5-89ce-3b413a96f63f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8454', - 'x-ms-correlation-request-id', - '70c9d0ce-f069-472b-a965-5560d5363762', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034931Z:70c9d0ce-f069-472b-a965-5560d5363762', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '99bdd9f2-2ecc-40ec-aa21-51a1e10f900f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8453', - 'x-ms-correlation-request-id', - '0c4dce6c-02ca-4fbb-987d-7971792bbb18', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034931Z:0c4dce6c-02ca-4fbb-987d-7971792bbb18', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2eef29aa-92dd-49ba-8930-1558cf6385fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8452', - 'x-ms-correlation-request-id', - 'a6e570a8-c5fa-4bed-a632-907c3a44111e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034931Z:a6e570a8-c5fa-4bed-a632-907c3a44111e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1185501f-fbb4-450b-ad36-484c91466011', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8451', - 'x-ms-correlation-request-id', - '268a838e-dfef-4d96-9cc5-c5e6a6640d85', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034932Z:268a838e-dfef-4d96-9cc5-c5e6a6640d85', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75dc7bba-4dd7-46df-a5f0-fef632e241cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8450', - 'x-ms-correlation-request-id', - '056d3bce-41ae-4e9a-91a9-ca33edbad615', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034932Z:056d3bce-41ae-4e9a-91a9-ca33edbad615', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '447be1d9-2fd6-4e76-96d2-ff6f55df28b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8449', - 'x-ms-correlation-request-id', - '912745f3-7ef5-4563-97b9-de44ec5a54d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034933Z:912745f3-7ef5-4563-97b9-de44ec5a54d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a37dc8e8-d4a0-4e73-a62a-16fa78ccf61d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8448', - 'x-ms-correlation-request-id', - '926ff640-3346-4c2a-8013-54aeabde27e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034933Z:926ff640-3346-4c2a-8013-54aeabde27e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '677a2e6d-9029-4455-8fa1-9cea220a48af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8447', - 'x-ms-correlation-request-id', - 'a260a59b-aabc-4e57-a3cf-3c595a1a496b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034933Z:a260a59b-aabc-4e57-a3cf-3c595a1a496b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8bb8e3f2-d93e-450d-b9a4-84466abc528b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8446', - 'x-ms-correlation-request-id', - '2de3546b-76a3-4090-895d-ea4e69b007f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034934Z:2de3546b-76a3-4090-895d-ea4e69b007f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '892071b6-0720-4424-9576-4feaeaf8fef8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8445', - 'x-ms-correlation-request-id', - '72768ff1-9bf5-48b7-b966-a78083f6b2a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034935Z:72768ff1-9bf5-48b7-b966-a78083f6b2a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc82f02b-c78a-46de-8b9f-cdbd745b1728', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8444', - 'x-ms-correlation-request-id', - '06de360a-6afb-4c4f-bb74-d6eca59c71d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034935Z:06de360a-6afb-4c4f-bb74-d6eca59c71d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '619d1880-1778-4e06-96fb-f314250cccba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8443', - 'x-ms-correlation-request-id', - 'b2fd1e54-606a-4f77-a2c2-2345c91e87b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034936Z:b2fd1e54-606a-4f77-a2c2-2345c91e87b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ff81d8c-7470-40fd-804c-5c8253985837', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8442', - 'x-ms-correlation-request-id', - '1ca68d4a-7fb2-487a-a728-62813467c5ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034936Z:1ca68d4a-7fb2-487a-a728-62813467c5ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dbff0851-6e6a-41a8-af51-0cc55b5aa8da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8441', - 'x-ms-correlation-request-id', - 'ce6d93a8-ab14-4da5-92d4-7d3302a5386e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034936Z:ce6d93a8-ab14-4da5-92d4-7d3302a5386e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1019d689-9a77-4b3d-82bd-751a108e6037', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8440', - 'x-ms-correlation-request-id', - '7dde585b-a796-4d09-86fd-a3c03785efd0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034937Z:7dde585b-a796-4d09-86fd-a3c03785efd0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '402a69a8-79e9-4415-9aa0-0eac05c328cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8439', - 'x-ms-correlation-request-id', - '32524114-796d-4413-bb9c-6666311141f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034937Z:32524114-796d-4413-bb9c-6666311141f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ffe0637-0149-432d-8945-8056c4e234d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8438', - 'x-ms-correlation-request-id', - 'b514078c-1e17-4f8b-90e1-e591ce0fbcd1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034938Z:b514078c-1e17-4f8b-90e1-e591ce0fbcd1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62562a5e-cdc9-4f5a-a06a-c463c106b916', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8437', - 'x-ms-correlation-request-id', - 'fb6fae17-ac0c-4d27-89b9-5adc62b63944', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034938Z:fb6fae17-ac0c-4d27-89b9-5adc62b63944', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e38dc8e-45d8-4186-a310-1320b26f9097', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8436', - 'x-ms-correlation-request-id', - '60f43850-2074-4c5d-bfb6-67caae299bbb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034938Z:60f43850-2074-4c5d-bfb6-67caae299bbb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1bf6131b-9174-4257-b92b-5b2a005da33f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8435', - 'x-ms-correlation-request-id', - '1032e4a8-21cf-498d-a16e-a2e4c2ed496b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034939Z:1032e4a8-21cf-498d-a16e-a2e4c2ed496b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a3eb0389-a7dd-499d-b01a-41982bd4331e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8434', - 'x-ms-correlation-request-id', - 'cdd8d774-fa92-4409-b31e-ed5700844dbb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034939Z:cdd8d774-fa92-4409-b31e-ed5700844dbb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40ba3e68-5d70-4b6d-9b41-b863c144071c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8433', - 'x-ms-correlation-request-id', - '34ab8e82-edbe-42d7-ab49-87549295ba1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034940Z:34ab8e82-edbe-42d7-ab49-87549295ba1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50def112-a7aa-471e-a674-db0423469396', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8432', - 'x-ms-correlation-request-id', - '5898400c-c037-47b5-a7b3-0883591b9914', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034940Z:5898400c-c037-47b5-a7b3-0883591b9914', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3ec713f-8425-4e77-8ef9-2091f268ac9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8431', - 'x-ms-correlation-request-id', - '4caf9103-7fd8-4dca-b7a0-e615eb9187ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034940Z:4caf9103-7fd8-4dca-b7a0-e615eb9187ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf85ce9d-b803-4100-94a0-359ab22bed25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8430', - 'x-ms-correlation-request-id', - 'fe1b2a66-e581-4a56-935b-c327e2c78458', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034941Z:fe1b2a66-e581-4a56-935b-c327e2c78458', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ffd4ee6f-898d-42b1-a537-33c97f97ff1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8429', - 'x-ms-correlation-request-id', - '3d415a1c-d87f-4c99-9aee-b765842210e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034941Z:3d415a1c-d87f-4c99-9aee-b765842210e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ec7a39f-471f-4c94-874a-e8d090984c33', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8428', - 'x-ms-correlation-request-id', - '7813f340-f95c-4603-ba00-aab5b81d2ed2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034942Z:7813f340-f95c-4603-ba00-aab5b81d2ed2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'af68c09f-bdb9-408e-b8a5-9af978d6ddf1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8427', - 'x-ms-correlation-request-id', - 'c2437eb0-18b5-4b41-908b-d276f58d6199', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034942Z:c2437eb0-18b5-4b41-908b-d276f58d6199', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed0c6691-7104-4ca3-849e-19a7dac21ff1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8426', - 'x-ms-correlation-request-id', - '24c7b23c-3d05-487d-b0c0-fc3f6506ea9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034942Z:24c7b23c-3d05-487d-b0c0-fc3f6506ea9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '602c119e-6689-46d7-97fa-26aa819d84a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8425', - 'x-ms-correlation-request-id', - '6f49da2a-2f77-4158-8670-64db0fba0691', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034943Z:6f49da2a-2f77-4158-8670-64db0fba0691', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3aa762d-fc8c-4d8b-85a0-339c006bf249', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8424', - 'x-ms-correlation-request-id', - '21b96d1c-80f3-4584-860e-6dfc1967a2a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034943Z:21b96d1c-80f3-4584-860e-6dfc1967a2a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '47f3273f-4a96-4016-8523-e8c128ade1d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8423', - 'x-ms-correlation-request-id', - '2bbeca4c-0c2f-4547-ac05-144d669c7725', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034944Z:2bbeca4c-0c2f-4547-ac05-144d669c7725', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'adfd11bb-da2d-4d55-bd1a-8c86b6f6594d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8422', - 'x-ms-correlation-request-id', - 'f7d1bf62-b10a-489f-a7d8-db4cc6f09d3b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034944Z:f7d1bf62-b10a-489f-a7d8-db4cc6f09d3b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98ca20a3-4cb6-4ce0-9923-a1e2e8d52149', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8421', - 'x-ms-correlation-request-id', - '45551fe0-fe1d-4a19-b684-6786ce7ebe91', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034944Z:45551fe0-fe1d-4a19-b684-6786ce7ebe91', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e327ee8-addb-4550-ad8e-f4ec65a6e21a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8420', - 'x-ms-correlation-request-id', - 'ca244528-a375-4edd-9def-ee66fdb6f66c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034945Z:ca244528-a375-4edd-9def-ee66fdb6f66c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29d65891-bd79-46f7-954d-ee07bceff759', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8419', - 'x-ms-correlation-request-id', - 'a5263abc-75d5-42a0-8a29-f2b194620110', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034945Z:a5263abc-75d5-42a0-8a29-f2b194620110', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2aef16db-3106-4178-a212-aa9d0d1ca76b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8418', - 'x-ms-correlation-request-id', - '2454709b-945f-488e-a2a4-6db20a032928', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034946Z:2454709b-945f-488e-a2a4-6db20a032928', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7cba21ed-fcd4-486d-baf3-6f75adc57b3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8417', - 'x-ms-correlation-request-id', - '6c57df77-f6ac-4dcf-8fe9-6a1ece99fa5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034946Z:6c57df77-f6ac-4dcf-8fe9-6a1ece99fa5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3eab79b-730a-4042-9aa8-0a755f34122c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8416', - 'x-ms-correlation-request-id', - 'ea62d17c-e361-45f2-a03f-99b03216b7c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034946Z:ea62d17c-e361-45f2-a03f-99b03216b7c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dbf12177-db67-41df-ae32-2937825ea83a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8415', - 'x-ms-correlation-request-id', - '404136ef-d138-4038-b9b8-acdf6a5aeb3d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034947Z:404136ef-d138-4038-b9b8-acdf6a5aeb3d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa8554ea-d153-4592-bc4a-8ba82724902c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8414', - 'x-ms-correlation-request-id', - 'ddb1f272-7300-4a06-81e3-9738f6c8ee30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034947Z:ddb1f272-7300-4a06-81e3-9738f6c8ee30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa46f061-1a5e-42aa-ac6f-4c97ccaaf934', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8413', - 'x-ms-correlation-request-id', - '23e637e6-bf4b-48ee-b41a-538599c2ead9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034947Z:23e637e6-bf4b-48ee-b41a-538599c2ead9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6289f77d-a11a-4857-8cff-cd238720bf71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8412', - 'x-ms-correlation-request-id', - 'df801640-d652-48c1-88b4-ef09db901cb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034948Z:df801640-d652-48c1-88b4-ef09db901cb4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4263f8fd-57e0-4084-a8b5-954e1b1f629f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8411', - 'x-ms-correlation-request-id', - '2e71832c-669a-42ec-9874-6555fc456ae5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034948Z:2e71832c-669a-42ec-9874-6555fc456ae5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '632d3c72-b6ec-4f61-8a60-dc31323cde4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8410', - 'x-ms-correlation-request-id', - '899e16d0-4056-4555-abfb-22c6b93d2f18', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034949Z:899e16d0-4056-4555-abfb-22c6b93d2f18', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e41aead5-7633-4c2f-9038-9c390207b19a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8409', - 'x-ms-correlation-request-id', - 'e21ea7cc-b27b-477b-9863-c24b7710343a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034949Z:e21ea7cc-b27b-477b-9863-c24b7710343a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dbe1566e-e0ce-4b9e-8e79-207f9eb810ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8408', - 'x-ms-correlation-request-id', - '719cfce9-28f9-44e5-8711-07e294c1ab26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034949Z:719cfce9-28f9-44e5-8711-07e294c1ab26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd9116424-9669-4036-af27-eec5174cdf6c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8407', - 'x-ms-correlation-request-id', - '96cedb5a-714a-42b4-8e81-89c8304127ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034950Z:96cedb5a-714a-42b4-8e81-89c8304127ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6b348f0-05bc-4ac9-9827-8a05b1d22d96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8406', - 'x-ms-correlation-request-id', - '2dcc13a7-3b31-4ae5-bae6-6084fb8b2fab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034950Z:2dcc13a7-3b31-4ae5-bae6-6084fb8b2fab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fdae4b90-65ef-4e85-bc38-fd4e5f39ab28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8405', - 'x-ms-correlation-request-id', - '09af82bd-ec9b-4e7e-aa07-ca59f92774e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034951Z:09af82bd-ec9b-4e7e-aa07-ca59f92774e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89fa28a8-0d6f-4bb7-9fcf-fb17b372febd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8404', - 'x-ms-correlation-request-id', - '21c2e547-7ca3-4072-983a-688a15519efc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034951Z:21c2e547-7ca3-4072-983a-688a15519efc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4486179e-0abc-47d0-8822-33003769173e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8403', - 'x-ms-correlation-request-id', - '34831a5c-09ad-4422-8a25-cc6a1b032216', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034951Z:34831a5c-09ad-4422-8a25-cc6a1b032216', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fce28f26-06b3-4458-9a91-eccb9e7e7faf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8402', - 'x-ms-correlation-request-id', - 'df027ee9-0f27-4211-9dce-91a9566e4ef3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034952Z:df027ee9-0f27-4211-9dce-91a9566e4ef3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51599cf2-57a1-4f67-9732-f6a2972526b0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8401', - 'x-ms-correlation-request-id', - 'e60f3e4c-51fc-4c58-9036-a5a9b701d707', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034952Z:e60f3e4c-51fc-4c58-9036-a5a9b701d707', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de9422c4-308c-4f94-a065-54fcb9f614a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8400', - 'x-ms-correlation-request-id', - 'd09b7142-4e46-4a11-bdc9-ad7aa665b140', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034953Z:d09b7142-4e46-4a11-bdc9-ad7aa665b140', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9edee26c-e9c7-4ae7-9e9c-44708a366854', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8399', - 'x-ms-correlation-request-id', - 'c634de6c-d4b8-486e-9dec-20388b5519d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034953Z:c634de6c-d4b8-486e-9dec-20388b5519d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9849330a-b7fc-41a7-9bd9-7c5dac34e11e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8398', - 'x-ms-correlation-request-id', - '37f11ba9-cace-4369-8547-b93b05c369c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034953Z:37f11ba9-cace-4369-8547-b93b05c369c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c414248-a39f-4f17-88e1-b7285dba19f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8397', - 'x-ms-correlation-request-id', - '3c760bd2-298c-4dca-9f17-c09eb7c315ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034954Z:3c760bd2-298c-4dca-9f17-c09eb7c315ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ba9697b-6f25-4ae5-86bb-615862551f96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8396', - 'x-ms-correlation-request-id', - '6da199a7-8e33-4693-9c3c-d18d5cff0faa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034954Z:6da199a7-8e33-4693-9c3c-d18d5cff0faa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82365302-d727-4905-a2c2-396a7202059e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8395', - 'x-ms-correlation-request-id', - '04721ca8-dce1-4fad-86d9-e699a91805d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034955Z:04721ca8-dce1-4fad-86d9-e699a91805d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3fd1fbc-1402-492e-8928-b6c5b035e4d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8394', - 'x-ms-correlation-request-id', - 'a03d5fb7-0307-4678-aa88-8249e12fb15f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034955Z:a03d5fb7-0307-4678-aa88-8249e12fb15f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8619125-cb3d-4d03-be73-c779c02c3dd9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8393', - 'x-ms-correlation-request-id', - 'fae41b95-ca8f-48f3-a68d-2daf46db5958', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034955Z:fae41b95-ca8f-48f3-a68d-2daf46db5958', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b935462c-6e35-4d4e-a859-0eefc313ab04', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8392', - 'x-ms-correlation-request-id', - '55bfc4ef-a046-492b-8781-e8c4f1954782', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034956Z:55bfc4ef-a046-492b-8781-e8c4f1954782', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '653bd6b4-7c29-4494-a2ec-068556ac90c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8391', - 'x-ms-correlation-request-id', - '889bf401-5907-4666-9504-a18052aaf2fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034956Z:889bf401-5907-4666-9504-a18052aaf2fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da77e31a-428d-47b2-a462-176c3e82de8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8390', - 'x-ms-correlation-request-id', - '6537145e-b302-4c57-bc7f-87d00a83c447', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034957Z:6537145e-b302-4c57-bc7f-87d00a83c447', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1874e8f5-8138-4e28-a9f7-8daeb1780e35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8389', - 'x-ms-correlation-request-id', - '755f25b7-0bb0-4188-b218-7fbcfd32db36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034957Z:755f25b7-0bb0-4188-b218-7fbcfd32db36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '22d35783-94d8-42b4-85f0-13b11a2e10e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8388', - 'x-ms-correlation-request-id', - '3733319f-1e84-4fe4-9bb7-a618f0f4ef39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034957Z:3733319f-1e84-4fe4-9bb7-a618f0f4ef39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc926900-750a-47b7-8886-9d2738b5c7d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8387', - 'x-ms-correlation-request-id', - 'a3d9e738-885d-428d-89cf-8543dfe81db0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034958Z:a3d9e738-885d-428d-89cf-8543dfe81db0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8bd606a3-1f07-4733-a1e6-7f47a9061207', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8386', - 'x-ms-correlation-request-id', - '30b10bd4-91d7-46f5-9d78-37d3a23527b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034958Z:30b10bd4-91d7-46f5-9d78-37d3a23527b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '398ae873-df50-4042-9f9f-6462b520f580', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8385', - 'x-ms-correlation-request-id', - 'a80912ee-d0d3-4f07-8b8e-2409a2b043b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034959Z:a80912ee-d0d3-4f07-8b8e-2409a2b043b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7a4e286-c3b4-4139-8d73-323335374929', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8384', - 'x-ms-correlation-request-id', - '049b5644-b77f-4ae0-a7d1-15801798f019', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034959Z:049b5644-b77f-4ae0-a7d1-15801798f019', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b11e0008-fdae-41f7-b4b0-9adf68ce9a65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8383', - 'x-ms-correlation-request-id', - '39672926-f22d-4749-b188-1e7a38c30e2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T034959Z:39672926-f22d-4749-b188-1e7a38c30e2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21121457-09b4-4371-bef3-8e58f5d71478', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8382', - 'x-ms-correlation-request-id', - '2b308739-9c4d-4d73-8ecb-be2b1202e479', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035000Z:2b308739-9c4d-4d73-8ecb-be2b1202e479', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53232b13-cd3a-4cfd-8adf-a469f226554e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8381', - 'x-ms-correlation-request-id', - '6385775a-e272-4c1d-9596-9b0f04cee717', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035000Z:6385775a-e272-4c1d-9596-9b0f04cee717', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:49:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2bc7afb-6c18-46bb-902c-a9d21f7635aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8380', - 'x-ms-correlation-request-id', - 'dff77559-0f2c-4aeb-9df5-4d9097145204', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035001Z:dff77559-0f2c-4aeb-9df5-4d9097145204', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce650395-7f85-4031-bffd-3f4a5ed23838', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8379', - 'x-ms-correlation-request-id', - 'ee8ac237-af29-4e37-8740-eb9230a32e69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035001Z:ee8ac237-af29-4e37-8740-eb9230a32e69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4da6a064-694a-44e7-ab16-4f4bafbe2082', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8378', - 'x-ms-correlation-request-id', - '7ffaaeb0-3ee7-4165-8c39-60c0806d3c1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035001Z:7ffaaeb0-3ee7-4165-8c39-60c0806d3c1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '212b08a8-5367-4fa8-8622-5df62f30b382', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8377', - 'x-ms-correlation-request-id', - '5d4cf327-7589-4a68-b094-12a2de25a0b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035002Z:5d4cf327-7589-4a68-b094-12a2de25a0b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8637c08b-bb9e-4cbe-9097-42267fa17590', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8376', - 'x-ms-correlation-request-id', - '27034467-6773-4112-949c-9e27bc38363a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035002Z:27034467-6773-4112-949c-9e27bc38363a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '723d2b0a-6a74-491f-beab-79a2490f0020', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8375', - 'x-ms-correlation-request-id', - '36503f19-c050-46bb-be64-81e1e89cdceb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035003Z:36503f19-c050-46bb-be64-81e1e89cdceb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a85a8608-779a-4a4f-b0ab-50ba98d031b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8374', - 'x-ms-correlation-request-id', - '39565415-3412-4efa-8e4c-6f7f0db6c1eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035003Z:39565415-3412-4efa-8e4c-6f7f0db6c1eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1a4239a-f940-4bee-ac27-e591362029ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8373', - 'x-ms-correlation-request-id', - 'f7b77657-fb6f-4497-9e58-81464d94bdf5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035003Z:f7b77657-fb6f-4497-9e58-81464d94bdf5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1c85ece-4e86-4931-aaf5-2e81a0a17324', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8372', - 'x-ms-correlation-request-id', - 'ee644d47-84b6-4ba1-ac29-0a17efca368a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035004Z:ee644d47-84b6-4ba1-ac29-0a17efca368a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e395ce3-9b01-4353-abd3-825364ab0395', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8371', - 'x-ms-correlation-request-id', - '1c2d423b-40f0-44c9-bc17-11ca99733441', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035004Z:1c2d423b-40f0-44c9-bc17-11ca99733441', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0a9dc0e-7ade-4fa3-9424-d100976b926b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8370', - 'x-ms-correlation-request-id', - '8891fa94-a2c7-40c4-816c-ef05b5f76af0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035004Z:8891fa94-a2c7-40c4-816c-ef05b5f76af0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45b13174-68c5-4ce9-87e6-7f804cf7e3dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8369', - 'x-ms-correlation-request-id', - 'a6384802-9833-4a4a-8fa5-532f8f27b4d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035005Z:a6384802-9833-4a4a-8fa5-532f8f27b4d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97bb4667-ef80-4c25-b2b7-f0fb45c5d788', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8368', - 'x-ms-correlation-request-id', - '8e873fdf-00ef-483e-af94-02fd6cc38733', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035005Z:8e873fdf-00ef-483e-af94-02fd6cc38733', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a26e8fb5-a5ac-4f3a-aa35-81e642e93703', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8367', - 'x-ms-correlation-request-id', - 'e0b5005d-018e-40a9-82f2-c15e75c9c68f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035006Z:e0b5005d-018e-40a9-82f2-c15e75c9c68f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1d98187-ce37-409a-b511-d5b7d930727d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8366', - 'x-ms-correlation-request-id', - '62d9dda9-4924-4dfe-a905-04f9ebabbdfd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035006Z:62d9dda9-4924-4dfe-a905-04f9ebabbdfd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5acf82a6-7cd0-487b-ba73-b9d0197fadf3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8365', - 'x-ms-correlation-request-id', - 'e46bc9f8-3a4e-4a8d-a57b-d930ddc642c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035006Z:e46bc9f8-3a4e-4a8d-a57b-d930ddc642c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93e2db5c-f348-4c7e-8ca5-5fcff27aebb2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8364', - 'x-ms-correlation-request-id', - 'f6da2cb8-ab2c-49db-a637-135e158a1074', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035007Z:f6da2cb8-ab2c-49db-a637-135e158a1074', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1cab48ae-40de-4d9d-857a-8a339dcea766', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8363', - 'x-ms-correlation-request-id', - '225ebe55-2ce8-46ac-8878-3adb2a95a75f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035007Z:225ebe55-2ce8-46ac-8878-3adb2a95a75f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4382dff2-98c1-4cc0-9347-5a7b382e7542', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8362', - 'x-ms-correlation-request-id', - '6103c0a3-42a0-476b-a0c3-ff230e91a607', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035008Z:6103c0a3-42a0-476b-a0c3-ff230e91a607', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b95ecdf9-8183-4cbd-afbd-5632030cd02a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8361', - 'x-ms-correlation-request-id', - 'a67b6ce8-d7f9-4241-9aa7-d1cc24679ece', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035008Z:a67b6ce8-d7f9-4241-9aa7-d1cc24679ece', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45c83434-efb1-4d84-9c44-12ca168302f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8360', - 'x-ms-correlation-request-id', - '5b845f2c-a0bd-4d31-99a5-1d41983e13e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035008Z:5b845f2c-a0bd-4d31-99a5-1d41983e13e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd9d9710-0d48-4986-bfc0-114455e7a654', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8359', - 'x-ms-correlation-request-id', - 'ead898ba-3c20-4a36-aea7-effbc865097f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035009Z:ead898ba-3c20-4a36-aea7-effbc865097f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '767a3a16-82ff-4a25-93cf-5373955fa969', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8358', - 'x-ms-correlation-request-id', - '3642caa7-51f5-4593-a422-f3c173c3679a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035009Z:3642caa7-51f5-4593-a422-f3c173c3679a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3bdd2d8-618d-43af-8d48-7ba728570ee0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8357', - 'x-ms-correlation-request-id', - '2976664d-3551-471d-969f-bee299bc38d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035010Z:2976664d-3551-471d-969f-bee299bc38d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4992e81-4cbe-4630-8ec2-c119ba19d09e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8356', - 'x-ms-correlation-request-id', - '716c393d-9d0e-49fc-a3c8-325e1d3ddf8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035010Z:716c393d-9d0e-49fc-a3c8-325e1d3ddf8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '92568f02-5327-402a-841f-a3e918657975', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8355', - 'x-ms-correlation-request-id', - 'af93786b-da39-4922-87b6-33c74e7b8ac9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035010Z:af93786b-da39-4922-87b6-33c74e7b8ac9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '22743ce7-e3c1-423c-a051-f5e03eb6d131', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8354', - 'x-ms-correlation-request-id', - '64fdf3e0-78f0-4833-8288-5eaa39279542', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035011Z:64fdf3e0-78f0-4833-8288-5eaa39279542', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1da4add7-2b91-401f-b0a2-c48d7473faa8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8353', - 'x-ms-correlation-request-id', - 'b4ec6084-959d-4e86-ac49-f615fb99bf94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035011Z:b4ec6084-959d-4e86-ac49-f615fb99bf94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '666e6338-9855-42fe-b3fc-a5b78187ec55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8352', - 'x-ms-correlation-request-id', - '6e8ed197-22e0-4bff-bf36-6c9f596bb5a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035012Z:6e8ed197-22e0-4bff-bf36-6c9f596bb5a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5837e4c-ac08-4337-b744-3ff760e7c033', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8351', - 'x-ms-correlation-request-id', - '4a6943e6-cbd4-4d71-bea9-7f77bf419302', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035012Z:4a6943e6-cbd4-4d71-bea9-7f77bf419302', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e397cfd-98f9-4b1f-b9e0-0eb1c18adda1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8350', - 'x-ms-correlation-request-id', - '3121424f-93fb-4f9b-ade2-c8d3056d0e26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035012Z:3121424f-93fb-4f9b-ade2-c8d3056d0e26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '069df3a0-ca99-4f70-9f01-33ca6db1e093', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8349', - 'x-ms-correlation-request-id', - '3eeca391-859b-4f8c-b24a-c822db2a41c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035013Z:3eeca391-859b-4f8c-b24a-c822db2a41c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5898e086-0d80-417f-a133-ce444664ea4e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8348', - 'x-ms-correlation-request-id', - '522085b1-1695-4097-826e-5191beec7d0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035013Z:522085b1-1695-4097-826e-5191beec7d0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a8b0191-f808-4b7f-923e-56909bd423a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8347', - 'x-ms-correlation-request-id', - '93923792-ee31-426f-9e5f-feebe97b4f7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035014Z:93923792-ee31-426f-9e5f-feebe97b4f7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf1ee0f9-5535-4cc6-846a-87836f1740f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8346', - 'x-ms-correlation-request-id', - 'aea58924-36ed-4aa6-a19e-15cc27031eb2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035014Z:aea58924-36ed-4aa6-a19e-15cc27031eb2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8dd8ca1c-27b0-4b2f-a938-79e9347b6734', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8345', - 'x-ms-correlation-request-id', - 'fa609c49-7312-4805-b5b5-9cc18d665503', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035014Z:fa609c49-7312-4805-b5b5-9cc18d665503', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7816be5-df5c-4c1f-b02d-c56d163a7218', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8344', - 'x-ms-correlation-request-id', - 'b3e4af54-2e1d-4926-85aa-245361b808d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035015Z:b3e4af54-2e1d-4926-85aa-245361b808d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f9ad88d7-6393-4058-8f7d-5449dfa997bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8343', - 'x-ms-correlation-request-id', - '6cd7756b-bb20-4a77-bd9e-c53c52cae73d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035015Z:6cd7756b-bb20-4a77-bd9e-c53c52cae73d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36db26fb-4e37-41a3-bfec-f80edcc14cbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8342', - 'x-ms-correlation-request-id', - 'f1ed424f-a078-4f51-a819-2bb41164d21c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035015Z:f1ed424f-a078-4f51-a819-2bb41164d21c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e536557-1d19-43b2-b2bc-d147161810af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8341', - 'x-ms-correlation-request-id', - '608ec5b0-f3b9-4048-914e-2e50cc222401', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035016Z:608ec5b0-f3b9-4048-914e-2e50cc222401', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b216dd8-e6b5-4222-8cb6-3ca663ae2e27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8340', - 'x-ms-correlation-request-id', - 'e00b735a-de51-4c96-9e29-366f46597f93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035016Z:e00b735a-de51-4c96-9e29-366f46597f93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ccbfef68-8b48-4d16-b0e7-ea27387aae8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8339', - 'x-ms-correlation-request-id', - '26bf67fd-8969-4db5-b982-d8d3c74594c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035017Z:26bf67fd-8969-4db5-b982-d8d3c74594c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '860451da-a5e3-4fe7-ba64-7252d15e1b53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8338', - 'x-ms-correlation-request-id', - '769baa63-76d0-4cd9-8626-733ca0852a65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035017Z:769baa63-76d0-4cd9-8626-733ca0852a65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '71143543-72fd-40f4-8464-8f22b8cef950', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8337', - 'x-ms-correlation-request-id', - 'd6d7f794-46cc-4863-bdad-9b0e8b5274a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035018Z:d6d7f794-46cc-4863-bdad-9b0e8b5274a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd2496ac-b508-4752-8656-c1c2947ca60f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8336', - 'x-ms-correlation-request-id', - '89617bdd-1e0c-4afd-8d4f-e78fe1a664f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035018Z:89617bdd-1e0c-4afd-8d4f-e78fe1a664f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83500c53-2779-4bbb-b3f4-41d8a9391699', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8335', - 'x-ms-correlation-request-id', - 'ed8da1f7-43ad-4cfb-a28b-16239312a49b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035018Z:ed8da1f7-43ad-4cfb-a28b-16239312a49b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46ddd8bd-4a51-4b8e-bbe0-fd34c5020415', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8334', - 'x-ms-correlation-request-id', - '6dd2c914-5e74-46d5-8dc4-a5d0790179c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035019Z:6dd2c914-5e74-46d5-8dc4-a5d0790179c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca4c1a6c-ce69-495c-a850-1b02dc91e36b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8333', - 'x-ms-correlation-request-id', - 'd1e793fd-8440-460f-b2a3-29932a248a4e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035019Z:d1e793fd-8440-460f-b2a3-29932a248a4e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b0e39fc-feb3-4bd1-862a-1189dda11d81', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8332', - 'x-ms-correlation-request-id', - '15679b57-e61a-4e4b-8045-e59babf7f95c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035019Z:15679b57-e61a-4e4b-8045-e59babf7f95c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c351f62e-375d-4c2c-9bbd-4870cf270732', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8331', - 'x-ms-correlation-request-id', - '93a5b38e-8ffc-4508-91a3-af9f0d959e8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035020Z:93a5b38e-8ffc-4508-91a3-af9f0d959e8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d8ab912-e7e4-4bd1-a77e-97d831f15ecb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8330', - 'x-ms-correlation-request-id', - '9b4d6b9c-5645-4035-88c0-7aa5ad48adab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035020Z:9b4d6b9c-5645-4035-88c0-7aa5ad48adab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6dcb451d-93a9-48a2-a240-a900478c2b34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8329', - 'x-ms-correlation-request-id', - '95091ca8-1d3a-4725-bf03-dd09227db25e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035021Z:95091ca8-1d3a-4725-bf03-dd09227db25e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e0294ce-1119-4d09-b500-05e05c305a4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8328', - 'x-ms-correlation-request-id', - 'e6ecd074-2f42-4d9f-9801-7abf92ad20e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035021Z:e6ecd074-2f42-4d9f-9801-7abf92ad20e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '48eab43c-37bc-45eb-b42f-86bf1fad09a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8327', - 'x-ms-correlation-request-id', - '8b0c9f43-91b8-4c6a-ba2b-d18f04810c45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035021Z:8b0c9f43-91b8-4c6a-ba2b-d18f04810c45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed20d327-11b9-4cad-8dca-ade0d0f5f8ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8326', - 'x-ms-correlation-request-id', - '662a75fc-ff95-4561-ac56-36d962007e9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035022Z:662a75fc-ff95-4561-ac56-36d962007e9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ac26a9e-1f8d-4c9e-b89a-abbbb38937fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8325', - 'x-ms-correlation-request-id', - '465d2784-f6a4-4a3c-b4d0-47e35cc46980', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035022Z:465d2784-f6a4-4a3c-b4d0-47e35cc46980', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d4eb7a6-4235-4116-9074-71dd727254ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8324', - 'x-ms-correlation-request-id', - 'a3ee62f9-e7f8-4bb0-ad7d-d15d1b7f92ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035023Z:a3ee62f9-e7f8-4bb0-ad7d-d15d1b7f92ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1bb2c92a-6e49-4e16-9c1d-024e40d8559d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8323', - 'x-ms-correlation-request-id', - '2d8584e1-ab8b-4e3b-81a8-41ca466b1f22', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035023Z:2d8584e1-ab8b-4e3b-81a8-41ca466b1f22', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72659961-944c-42e8-b9cd-97ad24a45974', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8322', - 'x-ms-correlation-request-id', - '61f2f423-3519-42cf-a9fc-1b1b065e742c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035023Z:61f2f423-3519-42cf-a9fc-1b1b065e742c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f00b98cc-288c-493d-9c51-3121e8de826d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8321', - 'x-ms-correlation-request-id', - '90b2e83d-9775-4b9d-8f33-72414634a699', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035024Z:90b2e83d-9775-4b9d-8f33-72414634a699', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81da2101-3cb3-4330-9228-b4cfc8710db5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8320', - 'x-ms-correlation-request-id', - '59a35526-04ca-4344-b51c-cb0ed4e62f44', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035024Z:59a35526-04ca-4344-b51c-cb0ed4e62f44', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44f09b92-298e-4fe8-b401-84c9aeb156c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8319', - 'x-ms-correlation-request-id', - 'faae5564-9d1a-4856-8cc2-7b4a1225cc9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035025Z:faae5564-9d1a-4856-8cc2-7b4a1225cc9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58da8f42-4509-4798-ae19-dd16af2853e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8318', - 'x-ms-correlation-request-id', - '910df01a-46d3-421d-bc83-2ee845930173', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035025Z:910df01a-46d3-421d-bc83-2ee845930173', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed760240-15ef-49a5-b8b4-9159984079c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8317', - 'x-ms-correlation-request-id', - '70ed4914-0960-4550-98bd-5339c75c160c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035025Z:70ed4914-0960-4550-98bd-5339c75c160c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '576735fb-8c3d-40f5-9930-1314cb89e9bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8316', - 'x-ms-correlation-request-id', - '67898793-f143-4669-9605-63d3447b87c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035026Z:67898793-f143-4669-9605-63d3447b87c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b8c06e2-bc59-4c22-a64f-d8a1a5e5215a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8315', - 'x-ms-correlation-request-id', - 'da2584ef-9bad-4160-bdd4-5b8032694be7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035026Z:da2584ef-9bad-4160-bdd4-5b8032694be7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dace5b21-6f34-4d81-bc6d-12944f087b18', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8314', - 'x-ms-correlation-request-id', - 'ba387e96-f62c-479b-b061-3c4f9dbd9285', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035027Z:ba387e96-f62c-479b-b061-3c4f9dbd9285', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '798f2a9b-af22-419a-b2bc-fe35729f5a2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8313', - 'x-ms-correlation-request-id', - 'c87644dc-1649-4b3b-aa55-1ffb327e6147', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035027Z:c87644dc-1649-4b3b-aa55-1ffb327e6147', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0e50569-ad29-4622-a9a0-370ac0c1457f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8312', - 'x-ms-correlation-request-id', - '3c84d0d5-60c0-40bb-905d-378d4c36550b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035027Z:3c84d0d5-60c0-40bb-905d-378d4c36550b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5cd9cd6a-c640-4798-b96c-e980487be0b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8311', - 'x-ms-correlation-request-id', - 'e1fe0d62-3e30-40fb-8829-e16068520838', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035028Z:e1fe0d62-3e30-40fb-8829-e16068520838', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b40e846-05f1-4427-86fa-349b60234fe1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8310', - 'x-ms-correlation-request-id', - '224a6e98-8c57-4a32-85cc-6c875303be5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035028Z:224a6e98-8c57-4a32-85cc-6c875303be5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dab65cd5-147e-45e3-9a85-81cecd5e4a39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8309', - 'x-ms-correlation-request-id', - 'e50f5979-4b24-4e6f-b491-c8479ddfeb2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035029Z:e50f5979-4b24-4e6f-b491-c8479ddfeb2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2242a48a-f805-40d3-a108-dde8adb734f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8308', - 'x-ms-correlation-request-id', - 'e3543683-eb48-43c5-b694-38748689c582', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035029Z:e3543683-eb48-43c5-b694-38748689c582', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1bbb97d8-836e-45a1-b226-c9e02e2fd20e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8307', - 'x-ms-correlation-request-id', - '5662d3da-7fa5-4e1a-a1d8-110e61188447', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035029Z:5662d3da-7fa5-4e1a-a1d8-110e61188447', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1df671d5-7c17-426d-ba34-81f4d878b125', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8306', - 'x-ms-correlation-request-id', - 'd2b571b9-655f-46a8-8cbd-6e2970ffbb14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035030Z:d2b571b9-655f-46a8-8cbd-6e2970ffbb14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b622669-4b8a-401e-8db4-a46019fec653', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8305', - 'x-ms-correlation-request-id', - '3e48635e-020a-43ba-b191-deaad75ebcc2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035030Z:3e48635e-020a-43ba-b191-deaad75ebcc2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9920d424-d8e5-4f65-9e24-cfe99661b2cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8304', - 'x-ms-correlation-request-id', - 'fab37cd2-a289-490c-8853-50930702793b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035031Z:fab37cd2-a289-490c-8853-50930702793b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3173e0df-a492-4777-9cf6-debc3ebb2f3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8303', - 'x-ms-correlation-request-id', - '9865e7d8-9e1c-4aab-b1c1-d66ab9c0f59a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035031Z:9865e7d8-9e1c-4aab-b1c1-d66ab9c0f59a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e293abd0-2807-40a9-ad35-10f59b3e5db5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8302', - 'x-ms-correlation-request-id', - 'a160f033-fd4e-41c0-92b2-6b35b627d94d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035031Z:a160f033-fd4e-41c0-92b2-6b35b627d94d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8495723c-52e9-4b09-8aa0-83d2b57385e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8301', - 'x-ms-correlation-request-id', - '50785684-7abc-490c-8b91-a5e20153b651', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035032Z:50785684-7abc-490c-8b91-a5e20153b651', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5bd74a91-65f7-4ba8-a88f-9a0d57e73495', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8300', - 'x-ms-correlation-request-id', - '8fe1c1f3-e036-49bb-9d98-394bf19e5026', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035032Z:8fe1c1f3-e036-49bb-9d98-394bf19e5026', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '714fb13f-c3cc-4d58-b5f4-e216d74eac3e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8299', - 'x-ms-correlation-request-id', - '2b01d7cc-c335-4a65-b3fa-bc5cce4539fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035033Z:2b01d7cc-c335-4a65-b3fa-bc5cce4539fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40bb4f98-f0f1-4527-8ef4-ba48a6cb1a4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8298', - 'x-ms-correlation-request-id', - '113f471f-8ca0-4165-8dc1-f4e61b241176', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035033Z:113f471f-8ca0-4165-8dc1-f4e61b241176', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd3f1e49-95c8-4930-bd7c-faea41721df7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8297', - 'x-ms-correlation-request-id', - '5c5dec9b-08c9-43b5-ac85-87a321a86cb3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035033Z:5c5dec9b-08c9-43b5-ac85-87a321a86cb3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a62e9957-ac65-46c0-8a56-86049488f413', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8296', - 'x-ms-correlation-request-id', - 'e7df30b9-b7df-4459-b715-5255555560aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035034Z:e7df30b9-b7df-4459-b715-5255555560aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '669581fb-a10a-483d-aa22-bad3f9d4e8ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8295', - 'x-ms-correlation-request-id', - '2f0976b4-a18e-4204-af5b-15eb601e7084', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035034Z:2f0976b4-a18e-4204-af5b-15eb601e7084', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b83215b7-26d8-401f-9242-88a932cff03a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8294', - 'x-ms-correlation-request-id', - '276d610d-43f8-48f4-9cd9-f6999ae327de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035035Z:276d610d-43f8-48f4-9cd9-f6999ae327de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9cb1fe5-238d-4289-a838-13778993f243', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8293', - 'x-ms-correlation-request-id', - 'd4170954-0a2e-42e5-922c-99ca07ace577', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035035Z:d4170954-0a2e-42e5-922c-99ca07ace577', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a137176-5d9d-44bc-9e0d-31015e5f0176', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8292', - 'x-ms-correlation-request-id', - '646a203a-382b-457f-a8ff-69664e59ff43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035035Z:646a203a-382b-457f-a8ff-69664e59ff43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '451926fc-2606-40fe-b914-4fae30f2c69c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8291', - 'x-ms-correlation-request-id', - '8e8c93d1-910c-40fd-b238-ee971a43258f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035036Z:8e8c93d1-910c-40fd-b238-ee971a43258f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b7a29de-d031-468a-b8a9-3e937c75831f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8290', - 'x-ms-correlation-request-id', - 'ed0edc6a-82aa-4aff-925f-0bdec1d80de3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035036Z:ed0edc6a-82aa-4aff-925f-0bdec1d80de3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8934274b-78fb-4149-9d24-5530a35646de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8289', - 'x-ms-correlation-request-id', - 'bd7a676e-4986-4818-9b51-dedfc9cdaed2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035037Z:bd7a676e-4986-4818-9b51-dedfc9cdaed2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8a4f0e9-48db-45fc-aabe-6920c0c25d00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8288', - 'x-ms-correlation-request-id', - '72d90ad7-3b80-4f91-bd5a-cbf1a9263a71', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035037Z:72d90ad7-3b80-4f91-bd5a-cbf1a9263a71', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '948b9a86-9996-4f40-a626-841b16a41846', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8287', - 'x-ms-correlation-request-id', - 'abacd8a7-77ac-40d8-8c1c-e8c7bba7c0e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035037Z:abacd8a7-77ac-40d8-8c1c-e8c7bba7c0e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea688aa7-32a0-4f07-b3df-b6497e7ee45d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8286', - 'x-ms-correlation-request-id', - 'cedef255-a779-45bc-8db3-029bb6e34823', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035038Z:cedef255-a779-45bc-8db3-029bb6e34823', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1a410e4-6c98-475c-af7e-6da5236f7e35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8285', - 'x-ms-correlation-request-id', - 'd1c84303-19b0-476c-b05c-410274d04740', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035038Z:d1c84303-19b0-476c-b05c-410274d04740', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49355ca5-1258-476c-8d58-fbb6dc8f37d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8284', - 'x-ms-correlation-request-id', - '0a4922b0-8631-4c1d-8dd5-71482bb1e2c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035039Z:0a4922b0-8631-4c1d-8dd5-71482bb1e2c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c525ef9-230e-4128-9f9d-9983cd46fdee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8283', - 'x-ms-correlation-request-id', - '4163ce88-8b3d-49c4-b2e9-21aa35c7220c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035039Z:4163ce88-8b3d-49c4-b2e9-21aa35c7220c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f346c647-8b9d-4f4b-8c59-b70a5b74e457', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8282', - 'x-ms-correlation-request-id', - '47f530bd-bf05-4c74-9e76-05b754fe46ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035039Z:47f530bd-bf05-4c74-9e76-05b754fe46ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c44d89f-52e9-45c5-9f66-d01765698798', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8281', - 'x-ms-correlation-request-id', - '30a5c87a-968b-4f64-8854-b32a7e93576e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035040Z:30a5c87a-968b-4f64-8854-b32a7e93576e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3ff0e76-3245-40d0-9b84-a6d49a461012', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8280', - 'x-ms-correlation-request-id', - 'c50a171c-4492-48e4-9922-583aad4c0a53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035040Z:c50a171c-4492-48e4-9922-583aad4c0a53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c249e9b-158d-4bbf-aaf6-2894c8f69c41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8279', - 'x-ms-correlation-request-id', - 'da759ffd-ce1e-4092-974e-4b62586cddd1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035041Z:da759ffd-ce1e-4092-974e-4b62586cddd1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40dc5619-ebee-4ffd-8385-d288c75d52c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8278', - 'x-ms-correlation-request-id', - 'eee31f77-4550-4b6f-b0f9-d240a477b9ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035041Z:eee31f77-4550-4b6f-b0f9-d240a477b9ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8fcaa67c-f660-4e62-b07f-59baa7a2bfce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8277', - 'x-ms-correlation-request-id', - 'e4b67aa6-0220-4cbb-92a2-aeba03675a54', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035041Z:e4b67aa6-0220-4cbb-92a2-aeba03675a54', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ecf685c9-9d82-4bab-a2c4-8b024a1c8e4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8276', - 'x-ms-correlation-request-id', - '6db41d80-505d-46bf-affc-5121581eab73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035042Z:6db41d80-505d-46bf-affc-5121581eab73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6783bb31-e3c5-4c2b-b0e2-6339e7a3de78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8275', - 'x-ms-correlation-request-id', - 'ac61d663-a017-4d2f-8e8f-abd79b17f383', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035042Z:ac61d663-a017-4d2f-8e8f-abd79b17f383', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd864b861-d55e-40d1-bb9e-6b7decae9d30', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8274', - 'x-ms-correlation-request-id', - '42cd4f91-db59-43e6-b1fe-eff27eeb60db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035043Z:42cd4f91-db59-43e6-b1fe-eff27eeb60db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7b07e13-59ec-4e74-aa06-31cee5b9a866', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8273', - 'x-ms-correlation-request-id', - '194a05fe-4572-4a23-b581-97cd44975a7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035043Z:194a05fe-4572-4a23-b581-97cd44975a7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6160103-11d3-400f-8a3e-94aba298031b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8272', - 'x-ms-correlation-request-id', - '8fd743fb-dc03-4e49-ab17-0afdc16149e5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035043Z:8fd743fb-dc03-4e49-ab17-0afdc16149e5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69b9d347-1709-463b-8850-993e14137d8c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8271', - 'x-ms-correlation-request-id', - 'eb04e9d6-591b-4dca-b7af-f3e026db8a31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035044Z:eb04e9d6-591b-4dca-b7af-f3e026db8a31', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '113c2f6d-74c7-4dae-a07e-f5da5482f4e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8270', - 'x-ms-correlation-request-id', - '0392a202-d8aa-4af2-b459-7115129e2377', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035044Z:0392a202-d8aa-4af2-b459-7115129e2377', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2fe868d-8db6-41b9-b6cd-1d2386cf1128', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8269', - 'x-ms-correlation-request-id', - '204c4c4f-c878-40e2-826c-8795709eec9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035045Z:204c4c4f-c878-40e2-826c-8795709eec9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cc9326a-cad1-4b67-a8d8-89245ec4efcf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8268', - 'x-ms-correlation-request-id', - 'aa8f2b43-9bed-4d59-a785-721205d71947', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035045Z:aa8f2b43-9bed-4d59-a785-721205d71947', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ffbf789-e861-448d-8058-aca5f6fe7dbe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8267', - 'x-ms-correlation-request-id', - '22ddbff1-358b-46c8-9e7a-598b3193a52e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035045Z:22ddbff1-358b-46c8-9e7a-598b3193a52e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56d0e3e4-4f10-48f1-99cb-2b04034ec9fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8266', - 'x-ms-correlation-request-id', - '5ff57677-bd00-4a6e-9a1a-298a329327c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035046Z:5ff57677-bd00-4a6e-9a1a-298a329327c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20084f62-a376-46a0-a631-0bd5f05d343d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8265', - 'x-ms-correlation-request-id', - 'a164e053-77e1-443e-bfd7-752d2075a20e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035046Z:a164e053-77e1-443e-bfd7-752d2075a20e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '52b80a75-276a-490b-97ca-d71b13d8909a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8264', - 'x-ms-correlation-request-id', - 'bc8d0783-76b4-416e-81c2-455f2fc7c5f2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035047Z:bc8d0783-76b4-416e-81c2-455f2fc7c5f2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '461a3a0f-a149-465b-8bd2-c62c799e7498', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8263', - 'x-ms-correlation-request-id', - 'aa11e6b2-5777-4f53-ae61-de9e228cc734', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035047Z:aa11e6b2-5777-4f53-ae61-de9e228cc734', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b609d48e-7459-43ef-92e2-ed1cdede985b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8262', - 'x-ms-correlation-request-id', - '8df26be8-2eda-43e5-925e-fd9f4b90f25b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035047Z:8df26be8-2eda-43e5-925e-fd9f4b90f25b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '008d193b-0aff-4d68-8323-9224dff80f0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8261', - 'x-ms-correlation-request-id', - '9f2590cf-1328-4333-8134-08755fecef54', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035048Z:9f2590cf-1328-4333-8134-08755fecef54', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9abeab5f-260b-46d4-87d3-69beb0d3d473', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8260', - 'x-ms-correlation-request-id', - '64535c95-d305-497d-ba66-08e8430512bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035048Z:64535c95-d305-497d-ba66-08e8430512bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bed3ac8a-6ff0-4331-8af3-2095dbe45c8b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8259', - 'x-ms-correlation-request-id', - 'd7c7b142-bc21-409b-9e38-e9fffc9ccf39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035049Z:d7c7b142-bc21-409b-9e38-e9fffc9ccf39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9fa69761-45b7-4b71-a30b-2f96552bea41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8258', - 'x-ms-correlation-request-id', - '73d807f3-878a-4f69-865c-ded1ef5aab25', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035049Z:73d807f3-878a-4f69-865c-ded1ef5aab25', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b72993bd-a8e4-4a17-8895-ddc2e2d6fe97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8257', - 'x-ms-correlation-request-id', - 'dfeb2bb0-39ff-4c5d-8ff7-a34ca8f3f2b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035049Z:dfeb2bb0-39ff-4c5d-8ff7-a34ca8f3f2b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '664b10b8-9d9e-4370-8851-efc50c9bd2e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8256', - 'x-ms-correlation-request-id', - '92cb0e9f-2232-4b48-b0d9-65f098d8557e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035050Z:92cb0e9f-2232-4b48-b0d9-65f098d8557e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f23f73d-24d4-4b72-b270-e7e37ace2707', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8255', - 'x-ms-correlation-request-id', - '9be80ddd-3a9e-4366-91ab-e6151e964053', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035050Z:9be80ddd-3a9e-4366-91ab-e6151e964053', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db0116de-dc80-42c8-8287-303594c54bab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8254', - 'x-ms-correlation-request-id', - '00c82647-593a-4d8e-98e1-0f8354a45518', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035051Z:00c82647-593a-4d8e-98e1-0f8354a45518', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5de11688-2a35-464e-b473-76260366c4d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8253', - 'x-ms-correlation-request-id', - '38883d04-f96b-4da0-a1d6-64369c568519', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035051Z:38883d04-f96b-4da0-a1d6-64369c568519', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '85b47a01-8ac7-4d08-8ab7-9ef4c5bb23c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8252', - 'x-ms-correlation-request-id', - '25329d36-cb5b-4672-b8a7-606450196eec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035051Z:25329d36-cb5b-4672-b8a7-606450196eec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f83ec01-9cac-495c-bff1-1ff00ee1220e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8251', - 'x-ms-correlation-request-id', - '8165449f-af5c-4e9a-999b-6e38b9fadf35', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035052Z:8165449f-af5c-4e9a-999b-6e38b9fadf35', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b52381bb-aaae-4d1b-95aa-41d91ba666b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8250', - 'x-ms-correlation-request-id', - '0a36b134-a794-4dc4-8a03-9b4514fbaf01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035052Z:0a36b134-a794-4dc4-8a03-9b4514fbaf01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e22ee6c-19dc-4c79-a88d-985d6c6dda23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8249', - 'x-ms-correlation-request-id', - '604ffe75-99fc-4f00-9553-92250dc2a5f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035052Z:604ffe75-99fc-4f00-9553-92250dc2a5f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '825908c4-b241-4077-88b2-ee6f3c2f7835', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8248', - 'x-ms-correlation-request-id', - 'aac81b32-f68f-4837-9db3-ded9f192f65e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035053Z:aac81b32-f68f-4837-9db3-ded9f192f65e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57ba3bf2-7601-4fe8-8644-8d7507b309c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8247', - 'x-ms-correlation-request-id', - '1abf89a0-1c8b-46b2-8bb9-840d7c6051fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035053Z:1abf89a0-1c8b-46b2-8bb9-840d7c6051fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8723d391-195e-4a90-9dca-2f2029fec26c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8246', - 'x-ms-correlation-request-id', - 'b4da1e13-3748-44b2-b170-67c34fa278e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035054Z:b4da1e13-3748-44b2-b170-67c34fa278e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f71d3ba1-e326-48bb-a430-fd8942fac7f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8245', - 'x-ms-correlation-request-id', - '7844687e-f619-458f-86c6-65b912927843', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035054Z:7844687e-f619-458f-86c6-65b912927843', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c79b5a3d-61b0-4609-8e84-e11c03d90449', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8244', - 'x-ms-correlation-request-id', - '8c9a1d7d-3858-4023-8c20-d1f565efeda7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035054Z:8c9a1d7d-3858-4023-8c20-d1f565efeda7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e5559b6-5079-4c98-95b1-18aa781e54a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8243', - 'x-ms-correlation-request-id', - '8d146dfd-047d-4bb5-a67e-ead13ebaaba1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035055Z:8d146dfd-047d-4bb5-a67e-ead13ebaaba1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15279c5d-98ec-4364-a631-a607ce92aed0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8242', - 'x-ms-correlation-request-id', - '51f64933-b7d3-4812-81ba-08b06d7a87ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035055Z:51f64933-b7d3-4812-81ba-08b06d7a87ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '18b96c39-62db-4963-960b-fd5e570afb61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8241', - 'x-ms-correlation-request-id', - '80134551-eb05-443d-ac8b-ea4967093abb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035056Z:80134551-eb05-443d-ac8b-ea4967093abb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b30c4aa-5a81-460b-9bea-464f8fdb1a93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8240', - 'x-ms-correlation-request-id', - 'f2920bff-6c8e-45f9-9d42-2d5154a0ab5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035056Z:f2920bff-6c8e-45f9-9d42-2d5154a0ab5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'add9613a-4c7d-44d9-afb9-bccb1987a124', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8239', - 'x-ms-correlation-request-id', - '7df1fe0c-62da-4506-8a1e-31903d5a8549', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035056Z:7df1fe0c-62da-4506-8a1e-31903d5a8549', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f72a45b0-7659-4a52-9d08-f2b2300e8e53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8238', - 'x-ms-correlation-request-id', - '3ced2131-d6a6-4e92-bc00-23f854ad0085', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035057Z:3ced2131-d6a6-4e92-bc00-23f854ad0085', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c7a54f1-a2c8-4bde-9124-ec4fa61e4b06', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8237', - 'x-ms-correlation-request-id', - 'ec47082f-ba8a-4d3d-9796-8de2a5882c82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035057Z:ec47082f-ba8a-4d3d-9796-8de2a5882c82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ad0012f-1af1-41fb-b982-13cdff38180d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8236', - 'x-ms-correlation-request-id', - 'c6b3be61-10c1-4f1c-a5d3-dd27112a1af5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035058Z:c6b3be61-10c1-4f1c-a5d3-dd27112a1af5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51028b11-d447-4d1c-bf98-064163603ab2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8235', - 'x-ms-correlation-request-id', - 'ebf4395c-ec5e-4d4e-8628-baaa85a743f2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035058Z:ebf4395c-ec5e-4d4e-8628-baaa85a743f2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '375a7678-fe7e-4f84-972c-65dd223a6846', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8234', - 'x-ms-correlation-request-id', - '19506479-4e63-463d-918b-a3dfcd589796', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035058Z:19506479-4e63-463d-918b-a3dfcd589796', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'abdb1f7d-f0b3-4e64-9d36-aa276b202c52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8233', - 'x-ms-correlation-request-id', - 'e462f69f-d981-4cfa-9c1e-da085dcc73b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035059Z:e462f69f-d981-4cfa-9c1e-da085dcc73b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30a739e2-a3b6-4b33-91b8-93ec89846137', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8232', - 'x-ms-correlation-request-id', - '7b3c2dc8-caaf-4790-84ee-adcc945a9e7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035059Z:7b3c2dc8-caaf-4790-84ee-adcc945a9e7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70425e22-ce67-4da5-818a-036a918dbe12', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8231', - 'x-ms-correlation-request-id', - '043b040a-faef-4240-ac42-c1b6e9e0f361', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035100Z:043b040a-faef-4240-ac42-c1b6e9e0f361', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:50:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38cc4f7f-1326-4889-a848-8ee3c0af6903', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8230', - 'x-ms-correlation-request-id', - '29d55019-52ac-4ef7-800a-1ce3b61f55f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035100Z:29d55019-52ac-4ef7-800a-1ce3b61f55f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4620a97e-22d8-477a-81a3-b9aa4fb0922b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8229', - 'x-ms-correlation-request-id', - '27396ead-e549-4bc4-96f7-c742b1742223', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035100Z:27396ead-e549-4bc4-96f7-c742b1742223', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fac13a75-d533-449b-85a9-6361337b35f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8228', - 'x-ms-correlation-request-id', - 'f82768fe-2614-43d5-84e4-6c2eac52d3c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035101Z:f82768fe-2614-43d5-84e4-6c2eac52d3c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2b2d2d1-5abc-47a5-bc69-38248b30833c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8227', - 'x-ms-correlation-request-id', - 'fa62c17a-f7bb-4fec-9a2b-aa5dd53d134f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035101Z:fa62c17a-f7bb-4fec-9a2b-aa5dd53d134f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67637592-e600-4cd3-ad9c-747a8481877c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8226', - 'x-ms-correlation-request-id', - 'fff7fa5a-bedc-407e-ab0a-fdc36bf4bbe8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035102Z:fff7fa5a-bedc-407e-ab0a-fdc36bf4bbe8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87dbe9ab-ff82-4d55-9567-a2a0d98500f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8225', - 'x-ms-correlation-request-id', - 'ec06daf3-d6a9-405e-a3f6-942923a836a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035102Z:ec06daf3-d6a9-405e-a3f6-942923a836a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1154998-3257-45a1-b294-79fab383620f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8224', - 'x-ms-correlation-request-id', - 'c24a07ee-441c-434d-80c9-18aab085aff5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035102Z:c24a07ee-441c-434d-80c9-18aab085aff5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc086c8d-509c-4a68-8062-0068e73cdc61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8223', - 'x-ms-correlation-request-id', - '2dec812a-51d4-4e62-9d82-18a5be8f9cb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035103Z:2dec812a-51d4-4e62-9d82-18a5be8f9cb4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '635f513f-c6ef-4c31-b63f-623435faee84', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8222', - 'x-ms-correlation-request-id', - 'c476f921-e0b3-4590-b128-6d4eb7790a7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035103Z:c476f921-e0b3-4590-b128-6d4eb7790a7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3e0bead-9ec1-4b8d-8773-ec7e8ff7dba2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8221', - 'x-ms-correlation-request-id', - '0dc9ed6c-f732-41ff-8f32-414fc50ffc71', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035104Z:0dc9ed6c-f732-41ff-8f32-414fc50ffc71', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6efc9f9d-b6b0-4516-881f-918f7d15d850', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8220', - 'x-ms-correlation-request-id', - '189627e0-dd32-4040-8509-29df3cf38213', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035104Z:189627e0-dd32-4040-8509-29df3cf38213', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dbb10477-a32b-45ef-862a-f80617f8a848', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8219', - 'x-ms-correlation-request-id', - '82857157-d12d-46c9-b63a-58d1ff57a557', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035104Z:82857157-d12d-46c9-b63a-58d1ff57a557', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f433eed-6072-484c-b11a-08faf7fee759', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8218', - 'x-ms-correlation-request-id', - 'f8314189-579b-4280-ac4f-3ab65aafe30a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035105Z:f8314189-579b-4280-ac4f-3ab65aafe30a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ae93748-f53f-48fc-ba9b-565629b56fca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8217', - 'x-ms-correlation-request-id', - 'b1d25eb2-f3ee-424a-8160-8b002cc02d8a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035105Z:b1d25eb2-f3ee-424a-8160-8b002cc02d8a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1dd2b88-f77b-4cab-b093-e4c33c90d44c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8216', - 'x-ms-correlation-request-id', - 'af242bb9-6773-4795-b26c-dd8cb3c2f8e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035106Z:af242bb9-6773-4795-b26c-dd8cb3c2f8e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77056122-d59b-441e-914e-53e63e93172e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8215', - 'x-ms-correlation-request-id', - '08b7a2e0-fba5-455e-8100-b22db677ae0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035106Z:08b7a2e0-fba5-455e-8100-b22db677ae0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fadf3c90-125f-45c8-814c-35a6388f3427', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8214', - 'x-ms-correlation-request-id', - '5d8ae950-4f97-4bca-b000-57fee941923d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035106Z:5d8ae950-4f97-4bca-b000-57fee941923d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4227be30-f157-47db-892e-591e0ee7429e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8213', - 'x-ms-correlation-request-id', - '44982141-aa28-495e-a6e1-e3ad9edb6c1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035107Z:44982141-aa28-495e-a6e1-e3ad9edb6c1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e9f1ce7-7778-47a6-bec7-423636a4b3de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8212', - 'x-ms-correlation-request-id', - '0ffc5775-2a25-4a66-b792-a079ac4b0c6b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035107Z:0ffc5775-2a25-4a66-b792-a079ac4b0c6b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27731814-4ab9-4c78-a251-e73999d7d46c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8211', - 'x-ms-correlation-request-id', - 'cabb260a-c861-40b5-b0f7-55503ba0feec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035107Z:cabb260a-c861-40b5-b0f7-55503ba0feec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca751be7-c16b-43aa-95c1-6d27b381a13f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8210', - 'x-ms-correlation-request-id', - '97fe65bc-f9bc-4f64-b3c6-e747acf0aff0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035108Z:97fe65bc-f9bc-4f64-b3c6-e747acf0aff0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62f35d42-e718-46db-aa7b-ce71c35a1eed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8209', - 'x-ms-correlation-request-id', - 'ac2cf31e-86ee-4483-9db4-d6519018c172', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035108Z:ac2cf31e-86ee-4483-9db4-d6519018c172', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c65bec2c-2792-4ffd-bf35-688e043e8beb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8208', - 'x-ms-correlation-request-id', - '4ae7a4c2-2041-41a8-a9c5-f59c5fae2f65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035109Z:4ae7a4c2-2041-41a8-a9c5-f59c5fae2f65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58029b8c-938f-4c4c-8202-15aa60c62013', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8207', - 'x-ms-correlation-request-id', - '7d555962-eaa5-4388-a95c-7c8b389d77a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035109Z:7d555962-eaa5-4388-a95c-7c8b389d77a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94c0dd1e-4079-423a-89bc-57ade78c9302', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8206', - 'x-ms-correlation-request-id', - '3b6a4fa9-bceb-432f-85d4-eef206ebcf37', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035110Z:3b6a4fa9-bceb-432f-85d4-eef206ebcf37', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '142a8de5-0285-4d54-81ab-96ce1c3b440b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8205', - 'x-ms-correlation-request-id', - 'a26e2bf2-5e75-4545-a2bf-ac08468347a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035110Z:a26e2bf2-5e75-4545-a2bf-ac08468347a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f4968b1-1e05-4fc8-a38b-d5129f803350', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8204', - 'x-ms-correlation-request-id', - '670cff88-f78e-4c04-9580-1e3ee7e7dbcc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035110Z:670cff88-f78e-4c04-9580-1e3ee7e7dbcc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69f35026-1e7e-4f67-b189-56ca1de5011a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8203', - 'x-ms-correlation-request-id', - 'debd4cee-c364-4b0c-98e9-c1bc0d71c671', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035111Z:debd4cee-c364-4b0c-98e9-c1bc0d71c671', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4147105c-8a41-4d7f-87c6-c02af2a3eef3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8202', - 'x-ms-correlation-request-id', - '7775b995-a5f7-4e44-b03a-1c5cd6e64128', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035111Z:7775b995-a5f7-4e44-b03a-1c5cd6e64128', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad3a17b3-88ee-4f86-96db-50da357ffa64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8201', - 'x-ms-correlation-request-id', - '01c86eaf-c975-4bbc-bdd7-a4627eef99db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035111Z:01c86eaf-c975-4bbc-bdd7-a4627eef99db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c397ce20-b11b-4a19-9a0d-9bf574046f42', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8200', - 'x-ms-correlation-request-id', - '14becdd7-4c26-49dc-9644-068b8753f46e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035112Z:14becdd7-4c26-49dc-9644-068b8753f46e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5de0aab4-5e84-487c-8ff1-57138706dd97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8199', - 'x-ms-correlation-request-id', - '91363485-393d-48bd-888f-ed00b7042584', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035112Z:91363485-393d-48bd-888f-ed00b7042584', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a88cc7c-8c58-4981-b3f5-9857c656fc24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8198', - 'x-ms-correlation-request-id', - '9b2b9338-e4ca-4853-838d-c269d3cd678a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035113Z:9b2b9338-e4ca-4853-838d-c269d3cd678a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa565527-d154-4610-b82d-72fe7907f1b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8197', - 'x-ms-correlation-request-id', - '786b7dfd-47e0-484f-b683-5979e5994727', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035113Z:786b7dfd-47e0-484f-b683-5979e5994727', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6d97a16-a75b-4f66-afed-e78f29198b6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8196', - 'x-ms-correlation-request-id', - '8d91e230-dd2c-4830-ad53-38892e4819d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035113Z:8d91e230-dd2c-4830-ad53-38892e4819d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b12b77e2-a5f5-4ed7-b45d-85ece565f5b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8195', - 'x-ms-correlation-request-id', - 'e8c8d128-cfcf-4023-b423-cdfdd484162b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035114Z:e8c8d128-cfcf-4023-b423-cdfdd484162b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff796a99-366b-4369-9920-1e2d024de763', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8194', - 'x-ms-correlation-request-id', - 'b3b07564-df39-4eb7-a3ce-7b31ff1e02dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035114Z:b3b07564-df39-4eb7-a3ce-7b31ff1e02dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '71b200ae-b616-4b8a-a379-6edd5dedfa3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8193', - 'x-ms-correlation-request-id', - '08838e96-afd0-403a-929e-ed4f8f96765e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035115Z:08838e96-afd0-403a-929e-ed4f8f96765e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d9499fc-c6fb-4706-a68d-4a1762e7b0f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8192', - 'x-ms-correlation-request-id', - '97e99c04-17c4-432b-aff9-5589babc202b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035115Z:97e99c04-17c4-432b-aff9-5589babc202b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '710bfbd3-9558-4a8c-adcb-80a1899da151', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8191', - 'x-ms-correlation-request-id', - 'fa12dba0-d8a5-4f44-a09b-241cd06af4e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035115Z:fa12dba0-d8a5-4f44-a09b-241cd06af4e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c5203b1-1cc5-49e4-a53f-ca3f55e021eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8190', - 'x-ms-correlation-request-id', - '5bb772e1-2187-48d7-9703-a3f3aa54ccc1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035116Z:5bb772e1-2187-48d7-9703-a3f3aa54ccc1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58bee4e3-5de8-4c1d-a78f-30aa8a41c498', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8189', - 'x-ms-correlation-request-id', - 'b5c94b3d-8699-40c5-9dde-535a7b448a4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035116Z:b5c94b3d-8699-40c5-9dde-535a7b448a4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80b1d024-4dc5-4a7c-9529-951fc1946c3e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8188', - 'x-ms-correlation-request-id', - '0bc0170d-b652-4a8a-8cbd-b213957a5630', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035117Z:0bc0170d-b652-4a8a-8cbd-b213957a5630', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c89f74f-16ae-499e-ae8a-47e16959fca6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8187', - 'x-ms-correlation-request-id', - '39fd9a01-cf3d-4071-89af-99d516086c9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035117Z:39fd9a01-cf3d-4071-89af-99d516086c9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '765eea03-d12f-4146-9189-58bd50564c4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8186', - 'x-ms-correlation-request-id', - '6a9eb91a-62c8-45f5-9304-01540182e363', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035117Z:6a9eb91a-62c8-45f5-9304-01540182e363', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43c2efbb-a0f2-4b82-b857-7e96d0837943', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8185', - 'x-ms-correlation-request-id', - '8ed9878f-7124-41ed-a015-eed46f15cd39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035118Z:8ed9878f-7124-41ed-a015-eed46f15cd39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b042dfa-8a74-48e8-b346-5f95deaa0661', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8184', - 'x-ms-correlation-request-id', - 'a63b8c34-cb66-41a8-afeb-dfc743067120', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035118Z:a63b8c34-cb66-41a8-afeb-dfc743067120', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d806700-7bf1-4d52-95f1-fb686b6dab05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8183', - 'x-ms-correlation-request-id', - '5ebc0136-c520-4142-a10a-064cc6354c87', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035119Z:5ebc0136-c520-4142-a10a-064cc6354c87', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b15d871-0ae3-42c7-82a3-22dcb883e7fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8182', - 'x-ms-correlation-request-id', - '7e4d1508-50f0-42c5-8a07-170169495eb1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035119Z:7e4d1508-50f0-42c5-8a07-170169495eb1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f273e20-d9e7-4e32-b73b-b0ec56d8fffe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8181', - 'x-ms-correlation-request-id', - 'c45b42b9-4a00-4387-b6ce-09568ace4ee4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035119Z:c45b42b9-4a00-4387-b6ce-09568ace4ee4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5285f3e3-b200-4a63-a20f-2c6fe3a8c2e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8180', - 'x-ms-correlation-request-id', - 'cf86d5c4-f8c8-4cd4-aa07-138654682f84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035120Z:cf86d5c4-f8c8-4cd4-aa07-138654682f84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6d6dbfe-785d-4ecf-8751-37dffb8020b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8179', - 'x-ms-correlation-request-id', - '6c4f54eb-e183-4a9a-8189-8bc254eebe73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035120Z:6c4f54eb-e183-4a9a-8189-8bc254eebe73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2aceeb3-323b-451c-bee2-da59c83ca216', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8178', - 'x-ms-correlation-request-id', - '58c471b9-a46d-4efb-a850-b873763e0fdd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035121Z:58c471b9-a46d-4efb-a850-b873763e0fdd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93193b7c-04bc-4136-8657-7ffbe92d1f94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8177', - 'x-ms-correlation-request-id', - '86723561-4c8e-410f-b29e-1b7d3438ae75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035121Z:86723561-4c8e-410f-b29e-1b7d3438ae75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9830182-3882-45d1-a7e5-7b41021a8d70', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8176', - 'x-ms-correlation-request-id', - '8e9b534a-7c8c-4058-97a8-211c52f64851', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035121Z:8e9b534a-7c8c-4058-97a8-211c52f64851', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94213f4a-203c-4d6c-8758-ceaf15758886', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8175', - 'x-ms-correlation-request-id', - 'ae6c44c1-98df-4b90-9a69-e1d41a2d5bef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035122Z:ae6c44c1-98df-4b90-9a69-e1d41a2d5bef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d4e328f-9ca9-4fb7-8889-f0c7e9892bea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8174', - 'x-ms-correlation-request-id', - '6f232c9c-2209-4adc-bdb9-9740810e20bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035122Z:6f232c9c-2209-4adc-bdb9-9740810e20bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b1c3f94-c1f2-405d-9a9d-9a7c5e5eb691', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8173', - 'x-ms-correlation-request-id', - 'f6da3e1a-5cdf-4826-9286-28622355ff35', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035123Z:f6da3e1a-5cdf-4826-9286-28622355ff35', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34fbe0a8-a243-4602-9817-68015abe8c48', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8172', - 'x-ms-correlation-request-id', - '61e39772-aaf5-44df-b2a8-a63494862683', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035123Z:61e39772-aaf5-44df-b2a8-a63494862683', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe4b08bf-8e41-4a08-a0bb-6c529867e3a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8171', - 'x-ms-correlation-request-id', - '736d6e03-4c64-4e6c-9663-c2aedad3612e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035123Z:736d6e03-4c64-4e6c-9663-c2aedad3612e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1ab6f73-b48b-429a-9f60-b78e9311d027', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8170', - 'x-ms-correlation-request-id', - '8df6e188-5060-477a-8860-99b7fb0f1b7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035124Z:8df6e188-5060-477a-8860-99b7fb0f1b7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0c3ecac-df9f-4266-947a-f73a4ff6df02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8169', - 'x-ms-correlation-request-id', - '473164ff-0f3a-41a3-ac0c-1e261f9c7221', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035124Z:473164ff-0f3a-41a3-ac0c-1e261f9c7221', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b8565c7-ec18-4ff4-ae99-6a681c4e338c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8168', - 'x-ms-correlation-request-id', - '719f5c64-3183-4ebc-bbe4-ba39543a4f6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035125Z:719f5c64-3183-4ebc-bbe4-ba39543a4f6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '254b94ba-4612-4ab9-a7a8-aa09ff93b88c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8167', - 'x-ms-correlation-request-id', - 'a52e98d7-5ddd-40ee-83c7-a71578dcd635', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035125Z:a52e98d7-5ddd-40ee-83c7-a71578dcd635', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a996977-2527-4286-ac0b-e1654ce79ea5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8166', - 'x-ms-correlation-request-id', - '6a733d44-bb61-480e-b565-2c05c21b8249', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035125Z:6a733d44-bb61-480e-b565-2c05c21b8249', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0e2286b-ae0c-450a-a2aa-5c3badba5275', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8165', - 'x-ms-correlation-request-id', - 'ec12e449-4a2b-4df5-9215-8a7a57babeff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035126Z:ec12e449-4a2b-4df5-9215-8a7a57babeff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6617e376-eaed-4962-8a44-b508e633f3d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8164', - 'x-ms-correlation-request-id', - 'acd7cf05-3556-446a-a446-f6eb40edca9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035126Z:acd7cf05-3556-446a-a446-f6eb40edca9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a55487a-3cb0-425c-99ce-03f4b02ab51c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8163', - 'x-ms-correlation-request-id', - '3d0fad8d-60a6-4f56-a0e1-ef98a7faa22d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035127Z:3d0fad8d-60a6-4f56-a0e1-ef98a7faa22d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ced27ecd-8172-41cd-9218-a0ee5c5c840d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8162', - 'x-ms-correlation-request-id', - 'f9978e6b-1e82-4276-b89d-0ed77dc76697', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035127Z:f9978e6b-1e82-4276-b89d-0ed77dc76697', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '948cf715-ea72-46a2-a487-83f9be8fa5ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8161', - 'x-ms-correlation-request-id', - '488239a4-ed11-4e83-9884-87fb7424d096', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035127Z:488239a4-ed11-4e83-9884-87fb7424d096', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9bbdf2d-3ce2-4910-a6f2-ed266a584eea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8160', - 'x-ms-correlation-request-id', - 'e4f2565b-03a2-4fe9-89ca-b7a9012160db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035128Z:e4f2565b-03a2-4fe9-89ca-b7a9012160db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ceb53c5-57aa-4ee0-a454-14b7362e3f59', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8159', - 'x-ms-correlation-request-id', - '510ca81e-f880-44ca-b7fc-8a53d13d4bf9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035128Z:510ca81e-f880-44ca-b7fc-8a53d13d4bf9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ba0b10f-207f-4a72-94c4-e68e03ade6aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8158', - 'x-ms-correlation-request-id', - '9eab94fb-fdb5-42f0-87ca-88072b69f53a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035129Z:9eab94fb-fdb5-42f0-87ca-88072b69f53a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5343b554-b1a0-4517-8af1-f3086c9b9fb0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8157', - 'x-ms-correlation-request-id', - '3c97be07-2f68-475b-84aa-cf02b84f1586', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035129Z:3c97be07-2f68-475b-84aa-cf02b84f1586', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d7d3ec3-5340-4784-8198-8408cc60c4d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8156', - 'x-ms-correlation-request-id', - '7993bbc3-0d9c-4cc3-aaa8-cbc95252667e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035129Z:7993bbc3-0d9c-4cc3-aaa8-cbc95252667e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef45022a-0b31-4b25-a241-1c15eb751533', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8155', - 'x-ms-correlation-request-id', - '87ef2016-c2c2-43d0-9a22-390be891cc73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035130Z:87ef2016-c2c2-43d0-9a22-390be891cc73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0af3e58c-d236-4d5b-a323-a06d0c6866fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8154', - 'x-ms-correlation-request-id', - 'f29d3b75-bf7a-430c-99fd-927b783c5f13', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035130Z:f29d3b75-bf7a-430c-99fd-927b783c5f13', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e297dbd-ad5d-488b-8397-c536ea0daba4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8153', - 'x-ms-correlation-request-id', - '858d40d3-224f-473c-9675-092d2e1a9bdb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035130Z:858d40d3-224f-473c-9675-092d2e1a9bdb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a89d9bc2-32ec-434c-8ea5-b274ccf59014', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8152', - 'x-ms-correlation-request-id', - '402f892a-36da-4fe2-a13a-1e4c840c29ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035131Z:402f892a-36da-4fe2-a13a-1e4c840c29ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68a2f314-be7c-4bfd-8fde-f88d13a70c49', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8151', - 'x-ms-correlation-request-id', - '94a7c04a-353e-47fa-bb6f-e3c764a15cee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035131Z:94a7c04a-353e-47fa-bb6f-e3c764a15cee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7bedefd9-729b-4392-9922-07d37ab10bb1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8150', - 'x-ms-correlation-request-id', - 'ddacedf7-a35e-43e1-b353-79caf9efb9ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035132Z:ddacedf7-a35e-43e1-b353-79caf9efb9ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5cb80004-0d8a-4632-8246-3b7a107c3947', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8149', - 'x-ms-correlation-request-id', - '8b35985e-170e-47ab-a205-d73d14cba6ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035132Z:8b35985e-170e-47ab-a205-d73d14cba6ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aaa8090a-3e36-4bf3-905f-4fb71497db7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8148', - 'x-ms-correlation-request-id', - '29fd0f55-9d32-46a8-903a-43dca1394f8d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035132Z:29fd0f55-9d32-46a8-903a-43dca1394f8d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1e25302-32ba-443d-a9a4-4070d6c51520', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8147', - 'x-ms-correlation-request-id', - 'b3bea363-b1ba-4982-8182-8b9105531ae6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035133Z:b3bea363-b1ba-4982-8182-8b9105531ae6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ddfc806-a49f-4db7-b891-c451930ac8f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8146', - 'x-ms-correlation-request-id', - '096f2de3-c13e-4ff1-81e5-0b3b0ab09874', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035133Z:096f2de3-c13e-4ff1-81e5-0b3b0ab09874', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'deb37a97-2986-40df-b1dd-9c62e76e17ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8145', - 'x-ms-correlation-request-id', - '49b56753-ed0d-4254-beb0-448ed46bf1c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035134Z:49b56753-ed0d-4254-beb0-448ed46bf1c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0c83e4d-3038-4c54-bd0f-01d14f9296a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8144', - 'x-ms-correlation-request-id', - '76ea7400-289e-4717-8c71-0e504699559e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035134Z:76ea7400-289e-4717-8c71-0e504699559e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '021cb810-4947-4489-9c60-2845b379e7b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8143', - 'x-ms-correlation-request-id', - '5b22ada7-9f28-4f18-9615-379ac6c8cd7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035134Z:5b22ada7-9f28-4f18-9615-379ac6c8cd7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad854ef9-eef0-422a-986a-d4a414b5c32b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8142', - 'x-ms-correlation-request-id', - 'e6ad713d-5928-4d51-84c0-7e0f37ddc6ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035135Z:e6ad713d-5928-4d51-84c0-7e0f37ddc6ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed359cef-f328-4cd7-b9d7-ce688805218a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8141', - 'x-ms-correlation-request-id', - '9f530680-24e9-4981-8dc2-9d58b3b9e2be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035135Z:9f530680-24e9-4981-8dc2-9d58b3b9e2be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66f2cd6f-3420-4788-a33f-bfb5ac672466', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8140', - 'x-ms-correlation-request-id', - 'd4c98d35-4a3c-4438-92df-de3f39032639', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035136Z:d4c98d35-4a3c-4438-92df-de3f39032639', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0925a0dd-819d-4dca-822a-573200c300ab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8139', - 'x-ms-correlation-request-id', - '3ce93387-6d39-4883-b65f-ab5572baa94c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035136Z:3ce93387-6d39-4883-b65f-ab5572baa94c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c34dcb4-86a8-4cc7-b071-e22d50cae450', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8138', - 'x-ms-correlation-request-id', - 'ba42de21-98bc-441f-8d1c-a471c3f609b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035136Z:ba42de21-98bc-441f-8d1c-a471c3f609b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2d5f1f9-6f3d-4854-ae57-e5c201b85c0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8137', - 'x-ms-correlation-request-id', - 'ffea3096-aa80-4afb-b4c9-9e3f99aebd18', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035137Z:ffea3096-aa80-4afb-b4c9-9e3f99aebd18', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1958819e-ac5c-4b53-aef4-e5f62f0260bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8136', - 'x-ms-correlation-request-id', - 'd228def2-e34c-40eb-a12c-e14a3741b929', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035137Z:d228def2-e34c-40eb-a12c-e14a3741b929', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f8120d5-df86-45cb-94f0-3cde3bf7cbef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8135', - 'x-ms-correlation-request-id', - '35ea1830-cfb3-4469-b93f-dd6638ec6292', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035138Z:35ea1830-cfb3-4469-b93f-dd6638ec6292', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7325ade6-ce2b-4863-b145-154d9e345e5c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8134', - 'x-ms-correlation-request-id', - '4b031178-ad41-456c-98e8-80baad0e159d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035138Z:4b031178-ad41-456c-98e8-80baad0e159d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e71cd232-ea0f-40a5-879c-11bbd99966b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8133', - 'x-ms-correlation-request-id', - 'd3acf67f-b4d2-4696-9d8a-0c28d2fd5467', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035138Z:d3acf67f-b4d2-4696-9d8a-0c28d2fd5467', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '401817b0-c0c0-4789-8847-e396fd07d712', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8132', - 'x-ms-correlation-request-id', - '5b9826fd-4dbf-49e3-a813-0a72bc66f1ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035139Z:5b9826fd-4dbf-49e3-a813-0a72bc66f1ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '157a4da9-ad04-44c0-9f3f-526d1c4b45b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8131', - 'x-ms-correlation-request-id', - '339cacad-2c16-46b8-9284-adfb0d7b73d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035139Z:339cacad-2c16-46b8-9284-adfb0d7b73d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '211e1eec-2fb3-4659-95ec-e02d5eb43746', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8130', - 'x-ms-correlation-request-id', - 'c9cc6653-fb72-44da-ae31-c7aa0579ca5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035140Z:c9cc6653-fb72-44da-ae31-c7aa0579ca5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08a62a75-3a55-4341-a725-d247e9e877e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8129', - 'x-ms-correlation-request-id', - '0d2fdc30-78fa-4e60-a7cb-fddd35adfd5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035140Z:0d2fdc30-78fa-4e60-a7cb-fddd35adfd5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7601393c-2a04-441a-bbfa-8d175b5f4004', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8128', - 'x-ms-correlation-request-id', - 'fd6ba27a-60b9-4690-be32-c0416690cc9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035140Z:fd6ba27a-60b9-4690-be32-c0416690cc9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b7afcdd-da65-43ae-a8dc-9d4252144426', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8127', - 'x-ms-correlation-request-id', - 'f5e99ab1-4beb-4933-b706-6b1a962ded54', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035141Z:f5e99ab1-4beb-4933-b706-6b1a962ded54', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3c96d2f-e435-4729-9a16-231845ec634c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8126', - 'x-ms-correlation-request-id', - '07b8a67e-c789-4897-8bc9-b8c198294070', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035141Z:07b8a67e-c789-4897-8bc9-b8c198294070', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4d1a655-1504-461d-b1f1-9702283f1a61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8125', - 'x-ms-correlation-request-id', - 'decfad42-c02e-43fb-b78e-0e70710d664e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035142Z:decfad42-c02e-43fb-b78e-0e70710d664e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53dd3be7-689c-4ad3-9b17-dfa750c453d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8124', - 'x-ms-correlation-request-id', - '8e621793-75e3-4ef7-b77d-58a3719d31b4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035142Z:8e621793-75e3-4ef7-b77d-58a3719d31b4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b30ab53-ad61-4658-a2ea-ba86231c241e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8123', - 'x-ms-correlation-request-id', - '2c7db5b8-0759-4d85-8390-244c30a74b16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035142Z:2c7db5b8-0759-4d85-8390-244c30a74b16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e1c373e-3891-49d2-a3d8-006429f0fdff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8122', - 'x-ms-correlation-request-id', - 'ab9ca0f2-6731-4fee-833d-de16301c17a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035143Z:ab9ca0f2-6731-4fee-833d-de16301c17a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c461e02-4a9d-418d-9091-d760f86cacc8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8121', - 'x-ms-correlation-request-id', - '0c8e4a1b-4179-4c16-b5cd-86fb91dcf606', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035143Z:0c8e4a1b-4179-4c16-b5cd-86fb91dcf606', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '402f3e98-ff68-4bd8-96ba-e02465fc6234', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8120', - 'x-ms-correlation-request-id', - 'c47053d4-3e00-43d4-96b3-f227729455c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035144Z:c47053d4-3e00-43d4-96b3-f227729455c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a7cded0-3402-4b1e-ac6f-b38fb2d521a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8119', - 'x-ms-correlation-request-id', - 'f8d77682-0cf3-4b2a-93cd-f47041887312', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035144Z:f8d77682-0cf3-4b2a-93cd-f47041887312', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a679c461-c8d0-4bc8-871c-16cfa3dd85d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8118', - 'x-ms-correlation-request-id', - '7d125894-b40a-41bb-8d07-21b815c68e2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035144Z:7d125894-b40a-41bb-8d07-21b815c68e2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e862982-888b-47cd-b36f-c00ff4025b0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8117', - 'x-ms-correlation-request-id', - '84665c1b-518f-48a6-b07c-0544de65dc4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035145Z:84665c1b-518f-48a6-b07c-0544de65dc4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ccbc7f3-803a-47ca-9d9b-a2e7498a9db4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8116', - 'x-ms-correlation-request-id', - '461cfbea-a29e-4b9e-b3d7-1b584240ed5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035145Z:461cfbea-a29e-4b9e-b3d7-1b584240ed5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b59f2468-6763-4db2-aa59-b4e34998caea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8115', - 'x-ms-correlation-request-id', - '81f81baa-4654-40f9-a306-695ea2238672', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035145Z:81f81baa-4654-40f9-a306-695ea2238672', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09211244-5721-45dd-8b9e-bc8c95a4ea77', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8114', - 'x-ms-correlation-request-id', - '7bb9c51b-2316-4a04-a4cb-e82134c52fbd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035146Z:7bb9c51b-2316-4a04-a4cb-e82134c52fbd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dff1c9da-f63c-41d7-9c9b-9c2dc797decd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8113', - 'x-ms-correlation-request-id', - '56b14e36-dc08-48bd-9f5b-55d99af2c830', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035146Z:56b14e36-dc08-48bd-9f5b-55d99af2c830', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7156ef44-e213-43a9-ac89-01f8dec1f99c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8112', - 'x-ms-correlation-request-id', - '00359dac-d33c-4c5f-b294-556642745b10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035147Z:00359dac-d33c-4c5f-b294-556642745b10', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8dea0215-aabf-4411-aa07-7cc588af8a1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8111', - 'x-ms-correlation-request-id', - '574e28b9-aa7d-4ce7-bf7d-e98cbdb5f7c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035147Z:574e28b9-aa7d-4ce7-bf7d-e98cbdb5f7c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f19fda55-76e3-4f6c-a3ed-3c4e96ec42ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8110', - 'x-ms-correlation-request-id', - '18212ea2-a41f-4a12-83c6-fe313f7704df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035147Z:18212ea2-a41f-4a12-83c6-fe313f7704df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '529a1233-2a41-41e3-9348-ce763d94e128', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8109', - 'x-ms-correlation-request-id', - '4a9f35a0-ee04-49bc-8aa6-b887869c076a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035148Z:4a9f35a0-ee04-49bc-8aa6-b887869c076a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '485c807c-c42a-4310-9692-e422d0860f5f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8108', - 'x-ms-correlation-request-id', - 'ded069b8-257f-4771-ac1c-91015c3a1a8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035148Z:ded069b8-257f-4771-ac1c-91015c3a1a8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7993dae6-a3bc-4373-a387-f325d5bce0c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8107', - 'x-ms-correlation-request-id', - 'e9a66659-836e-41fe-98cd-df0217a52b9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035149Z:e9a66659-836e-41fe-98cd-df0217a52b9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bfab74cf-0492-4ede-9f88-1c998f9a6e00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8106', - 'x-ms-correlation-request-id', - 'c98f68e4-c55a-435f-a007-201def813d1b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035149Z:c98f68e4-c55a-435f-a007-201def813d1b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d236820-12f3-40db-8539-1bf95e196475', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8105', - 'x-ms-correlation-request-id', - '3f93be0d-9eb8-4e6f-8dc0-28179464e7bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035149Z:3f93be0d-9eb8-4e6f-8dc0-28179464e7bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09c4cd4c-a375-465e-aa9c-529f9ef8779f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8104', - 'x-ms-correlation-request-id', - 'db3064c5-6a58-44d8-8395-70a6a0fc73ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035150Z:db3064c5-6a58-44d8-8395-70a6a0fc73ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09d7cb15-b8e0-4b02-a912-41644aeeefda', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8103', - 'x-ms-correlation-request-id', - 'e44d9c4d-8609-451c-a7ea-e862c656223d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035150Z:e44d9c4d-8609-451c-a7ea-e862c656223d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '05624f93-d962-4c34-a301-573d042ba536', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8102', - 'x-ms-correlation-request-id', - '5b1ed664-0b40-4975-b942-39cf84a2bd01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035151Z:5b1ed664-0b40-4975-b942-39cf84a2bd01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01990d3f-fe00-403a-89a6-cecf2ce601e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8101', - 'x-ms-correlation-request-id', - '96f462c9-4eeb-4d60-8210-711535965448', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035151Z:96f462c9-4eeb-4d60-8210-711535965448', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6df9b1a7-684b-4534-8397-9d0ed2bc71a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8100', - 'x-ms-correlation-request-id', - '0ffdc420-88b1-437a-aa7b-a2cf22fe1b6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035151Z:0ffdc420-88b1-437a-aa7b-a2cf22fe1b6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ae82ada-de44-4270-bf4e-8117157d38f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8099', - 'x-ms-correlation-request-id', - 'dd0afc96-f132-4338-85af-d22886e7a9e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035152Z:dd0afc96-f132-4338-85af-d22886e7a9e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e71be23-a170-413b-992d-4892a6b9972c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8098', - 'x-ms-correlation-request-id', - '89581bdd-0244-4eb3-bdfd-273b24fb7c4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035152Z:89581bdd-0244-4eb3-bdfd-273b24fb7c4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f6889f6-a9e1-44ec-ae53-28fadb3ce8e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8097', - 'x-ms-correlation-request-id', - 'eb47090b-55f4-430a-9160-62a33d7e0950', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035153Z:eb47090b-55f4-430a-9160-62a33d7e0950', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e145c3b-4411-49a4-b020-559b4fd10961', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8096', - 'x-ms-correlation-request-id', - 'b4c2db55-7fed-4678-bf72-a9e41742494f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035153Z:b4c2db55-7fed-4678-bf72-a9e41742494f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0dfeee3-cd66-45ca-aeed-2d26c17ad965', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8095', - 'x-ms-correlation-request-id', - '7d993beb-27d6-41d0-9e07-3968834a02b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035153Z:7d993beb-27d6-41d0-9e07-3968834a02b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c541d025-28fc-4df1-85ff-689491727553', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8094', - 'x-ms-correlation-request-id', - '99a6b9c7-72bf-44c1-85a7-6b541081492a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035154Z:99a6b9c7-72bf-44c1-85a7-6b541081492a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4524797-187d-4b01-bea9-b0313484d73d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8093', - 'x-ms-correlation-request-id', - 'da6bde95-2227-4070-93ad-1558eaa4c8fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035154Z:da6bde95-2227-4070-93ad-1558eaa4c8fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '85acee44-d95b-43a4-8b60-c166df92ee9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8092', - 'x-ms-correlation-request-id', - '5c3d8414-c892-4da0-9241-05acde9a4c49', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035155Z:5c3d8414-c892-4da0-9241-05acde9a4c49', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f9b58fb-8af0-4bee-885e-bdb569647442', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8091', - 'x-ms-correlation-request-id', - '953a9a8f-aec0-4082-97c9-cbed4de164e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035155Z:953a9a8f-aec0-4082-97c9-cbed4de164e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f116fb4-90ec-4d99-8638-45336ec34b17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8090', - 'x-ms-correlation-request-id', - '7aa80c0f-be9f-46ce-b831-376e64834165', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035155Z:7aa80c0f-be9f-46ce-b831-376e64834165', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83100af2-6c03-4f48-acd0-ab24aa52577b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8089', - 'x-ms-correlation-request-id', - 'bf80dc47-b642-4138-97ca-480298bd39ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035156Z:bf80dc47-b642-4138-97ca-480298bd39ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd2fdeba-6f11-46dd-a6cc-e54d8884076e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8088', - 'x-ms-correlation-request-id', - 'e4306d48-19f2-494b-97cd-5092377268e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035156Z:e4306d48-19f2-494b-97cd-5092377268e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '329d306e-92bd-4729-b7af-7d4de316eb91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8087', - 'x-ms-correlation-request-id', - 'fb6d914b-f344-468a-901c-0fc6f3d265a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035156Z:fb6d914b-f344-468a-901c-0fc6f3d265a3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23863af8-56a6-4233-b0e4-bb8992ea07a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8086', - 'x-ms-correlation-request-id', - 'd2591cf8-9beb-4036-aa04-7d9c8c70a0ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035157Z:d2591cf8-9beb-4036-aa04-7d9c8c70a0ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '400a5fe0-7bba-4ebe-8346-5860e7c20ed3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8085', - 'x-ms-correlation-request-id', - 'a344ea26-a42e-47b0-b26f-182ea29c4817', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035157Z:a344ea26-a42e-47b0-b26f-182ea29c4817', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd4ac76a-d21a-43c3-89d7-cb533b029cc7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8084', - 'x-ms-correlation-request-id', - 'b2ad8007-0e0e-42d1-82fb-ca8d0259055c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035158Z:b2ad8007-0e0e-42d1-82fb-ca8d0259055c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5734ea19-3f1c-4343-9b99-04d217120faa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8083', - 'x-ms-correlation-request-id', - '59241032-a156-4e74-a871-115ea3f58b96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035158Z:59241032-a156-4e74-a871-115ea3f58b96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eda39d10-80ba-416b-901e-09f50fa1a5b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8082', - 'x-ms-correlation-request-id', - '338ef1ae-6ef2-406c-8438-7c1722ae2c47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035158Z:338ef1ae-6ef2-406c-8438-7c1722ae2c47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '709624f5-56d6-4cec-9acf-a9694830e9af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8081', - 'x-ms-correlation-request-id', - '1752d6c5-9dd8-4fb1-bdd3-1c95cf2a9d36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035159Z:1752d6c5-9dd8-4fb1-bdd3-1c95cf2a9d36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '193816c6-dbed-490c-9824-cdb6980f54b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8080', - 'x-ms-correlation-request-id', - '6064fe42-e24f-43a9-adb4-bf555652707b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035159Z:6064fe42-e24f-43a9-adb4-bf555652707b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8281e26-1c26-456c-af05-1346c4f0f873', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8079', - 'x-ms-correlation-request-id', - '6da4b442-ccdb-42c3-b8de-6e2d7965c1dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035200Z:6da4b442-ccdb-42c3-b8de-6e2d7965c1dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:51:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '779ce9bb-5f19-40bf-b52b-ab6a55af0991', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8078', - 'x-ms-correlation-request-id', - '583e0723-2edb-47ee-9e34-32e30e975e31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035200Z:583e0723-2edb-47ee-9e34-32e30e975e31', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9dede628-0a2f-4d0a-8236-6f4266fddb27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8077', - 'x-ms-correlation-request-id', - 'bb9469ba-3387-4a6c-b33e-ad10bedee15a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035201Z:bb9469ba-3387-4a6c-b33e-ad10bedee15a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e53d616c-160a-4a3d-9fda-e3201843ff3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8076', - 'x-ms-correlation-request-id', - '78f2d756-8aa7-4589-aa10-3eeccc03a1c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035201Z:78f2d756-8aa7-4589-aa10-3eeccc03a1c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6a9fd14-1bc6-473a-a813-fda0c076ceda', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8075', - 'x-ms-correlation-request-id', - 'e86fb45e-110a-4d07-a1a8-0afb5f01b05a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035201Z:e86fb45e-110a-4d07-a1a8-0afb5f01b05a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7337821f-4176-4879-80b0-75842e2160d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8074', - 'x-ms-correlation-request-id', - 'e76a7e57-bde4-415f-8fc7-edf156a4ea44', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035202Z:e76a7e57-bde4-415f-8fc7-edf156a4ea44', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89504502-6674-4440-b157-9b9bbf6993b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8073', - 'x-ms-correlation-request-id', - 'a3ab3f88-8f50-4806-91e4-8cb08e0c62ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035202Z:a3ab3f88-8f50-4806-91e4-8cb08e0c62ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df99c882-4f75-4c60-8bb3-718d9de0c691', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8072', - 'x-ms-correlation-request-id', - '2c1da4a4-7751-4dd5-bc10-6187bf08e4a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035202Z:2c1da4a4-7751-4dd5-bc10-6187bf08e4a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '570d06dd-fbcd-4030-aaec-0249ebbb30aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8071', - 'x-ms-correlation-request-id', - '905bf637-6670-49b5-a67f-97447cc42884', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035203Z:905bf637-6670-49b5-a67f-97447cc42884', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c95a8884-5138-4dea-8523-156693b4598c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8070', - 'x-ms-correlation-request-id', - '09ecb6f3-c6f3-445d-b870-298d6d24a656', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035203Z:09ecb6f3-c6f3-445d-b870-298d6d24a656', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f36087d-6c46-4a72-bfa3-63f88bf571c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8069', - 'x-ms-correlation-request-id', - '2de7a976-34c6-48de-ad7f-2a56fec8263d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035204Z:2de7a976-34c6-48de-ad7f-2a56fec8263d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c71d443-b6e3-458e-a1ad-a6873d783275', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8068', - 'x-ms-correlation-request-id', - '885641d8-67f5-44a5-98c1-45f8316b9c92', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035204Z:885641d8-67f5-44a5-98c1-45f8316b9c92', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6954bb0-9b2c-4d7e-80d2-5f6623b92cb7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8067', - 'x-ms-correlation-request-id', - '21f1da7e-ef73-423e-8ee4-5dcbcc6b8bcd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035204Z:21f1da7e-ef73-423e-8ee4-5dcbcc6b8bcd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f177171-ddc6-40b7-8b33-18586810a915', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8066', - 'x-ms-correlation-request-id', - 'b9df563a-4453-400d-8f9a-c6dcb0497509', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035205Z:b9df563a-4453-400d-8f9a-c6dcb0497509', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '92e3df4f-9736-4285-aa1a-1ba01ced129c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8065', - 'x-ms-correlation-request-id', - '244fa806-0259-47a1-9226-72416d799663', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035205Z:244fa806-0259-47a1-9226-72416d799663', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53647a7e-ba8f-4821-958b-05ca0c0996ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8064', - 'x-ms-correlation-request-id', - '69327278-6649-490d-82c2-22f409359431', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035206Z:69327278-6649-490d-82c2-22f409359431', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f0ce9370-5146-4ea8-9337-6375ed175235', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8063', - 'x-ms-correlation-request-id', - '7c5b8fbc-313d-4858-b0b9-00c846d74330', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035206Z:7c5b8fbc-313d-4858-b0b9-00c846d74330', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6385b675-8c8b-4bba-a87c-4e2d9aa369e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8062', - 'x-ms-correlation-request-id', - '72c0e620-1395-41cb-b295-66ce29f84b0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035207Z:72c0e620-1395-41cb-b295-66ce29f84b0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1938f5b-128c-4b24-afc5-8a80c9a4a4ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8061', - 'x-ms-correlation-request-id', - 'd40f9eb8-d3df-4a59-8a11-b07b9fdd3541', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035207Z:d40f9eb8-d3df-4a59-8a11-b07b9fdd3541', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd94f6c56-bc4a-4e44-8754-0267c6969b6c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8060', - 'x-ms-correlation-request-id', - 'df2c6fd4-3bd3-442d-b2a7-72efed25c53f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035207Z:df2c6fd4-3bd3-442d-b2a7-72efed25c53f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6dcf69f-c11c-4c94-a2ca-8de65f123cd4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8059', - 'x-ms-correlation-request-id', - '8d4582bc-b5d0-4fe6-af67-254e1d6d3c7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035208Z:8d4582bc-b5d0-4fe6-af67-254e1d6d3c7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a326df58-97c5-4eeb-b2eb-533d345a1f79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8058', - 'x-ms-correlation-request-id', - '7cebf6df-0cec-4152-ac7b-930328f3bb57', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035208Z:7cebf6df-0cec-4152-ac7b-930328f3bb57', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a803966-0f43-4b03-b321-5569f8a19033', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8057', - 'x-ms-correlation-request-id', - 'def5d982-34e8-4d19-84ac-e5a9423a4364', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035209Z:def5d982-34e8-4d19-84ac-e5a9423a4364', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a8baf64-7b50-426f-868b-fef246958845', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8056', - 'x-ms-correlation-request-id', - '52e6e5a7-9eb8-48bf-8f12-8334574a8e62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035209Z:52e6e5a7-9eb8-48bf-8f12-8334574a8e62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '430f15da-267d-461d-bb24-8f60fb9a7d9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8055', - 'x-ms-correlation-request-id', - 'b8d92a1d-48ac-49e7-a1bc-52ab4440bf8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035209Z:b8d92a1d-48ac-49e7-a1bc-52ab4440bf8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4eb61026-4ac4-4971-bfd8-916df8324131', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8054', - 'x-ms-correlation-request-id', - 'ab2579fe-70a0-4990-bb0a-669a39906ed2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035210Z:ab2579fe-70a0-4990-bb0a-669a39906ed2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aab7c802-e6a3-42f4-80c3-f5c2f2c71946', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8053', - 'x-ms-correlation-request-id', - '10e0bba2-af0a-4aa7-bc64-bb40b900d227', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035210Z:10e0bba2-af0a-4aa7-bc64-bb40b900d227', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '048131d0-bcdb-4174-8ed7-cee752dba37c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8052', - 'x-ms-correlation-request-id', - '11a6a5f8-4c18-47a5-8695-07e076b958e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035211Z:11a6a5f8-4c18-47a5-8695-07e076b958e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49c3fab6-206e-4f8d-9cc8-c9499c6ff0dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8051', - 'x-ms-correlation-request-id', - 'a4b1a8bd-27d3-4068-857f-223effcaa7f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035211Z:a4b1a8bd-27d3-4068-857f-223effcaa7f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7352233f-aa9b-4273-9851-f3b5ee042658', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8050', - 'x-ms-correlation-request-id', - 'c07e498a-9485-4266-8c88-e2fc133b7143', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035211Z:c07e498a-9485-4266-8c88-e2fc133b7143', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21c0abc1-022e-47f7-8f20-35aba38cfa21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8049', - 'x-ms-correlation-request-id', - '08138119-c204-47df-aeb0-5923f125068c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035212Z:08138119-c204-47df-aeb0-5923f125068c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f42339e-2377-4d0f-85f8-67df156f8758', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8048', - 'x-ms-correlation-request-id', - '8e406204-8372-44bd-886b-13039b0e4766', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035212Z:8e406204-8372-44bd-886b-13039b0e4766', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '320f1d5e-c8de-4291-a56c-77e6cb04454c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8047', - 'x-ms-correlation-request-id', - '8a14bcc8-08f9-4b39-898a-f3f518d3d880', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035212Z:8a14bcc8-08f9-4b39-898a-f3f518d3d880', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4deb7dd-ce2c-4f7e-a411-d6895ff6f0c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8046', - 'x-ms-correlation-request-id', - '6fec465d-ad8e-4996-904a-511dc44cb0ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035213Z:6fec465d-ad8e-4996-904a-511dc44cb0ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4c94e32-b713-4c9c-93ac-7db557078d86', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8045', - 'x-ms-correlation-request-id', - '61fab160-3e97-480d-8a13-722ed11c62a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035213Z:61fab160-3e97-480d-8a13-722ed11c62a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdd2aa7e-fa7e-4264-8cd7-eeb062d91071', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8044', - 'x-ms-correlation-request-id', - '43b02cee-1478-4d9b-bf57-bc889d1bec9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035214Z:43b02cee-1478-4d9b-bf57-bc889d1bec9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80bcdccd-42ff-432f-b4be-c2164fb3d2a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8043', - 'x-ms-correlation-request-id', - '6f8a38fa-b56f-42d2-b33e-034cd10650e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035214Z:6f8a38fa-b56f-42d2-b33e-034cd10650e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e42e845-3203-4a1f-b827-51940d439545', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8042', - 'x-ms-correlation-request-id', - '2b74de22-41f8-47e6-86ec-6813c4d53f06', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035214Z:2b74de22-41f8-47e6-86ec-6813c4d53f06', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4169212-8ab2-43d6-b0a6-82c3565a7f1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8041', - 'x-ms-correlation-request-id', - '79ad7f9c-04ab-42ce-af5b-b18190dc81f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035215Z:79ad7f9c-04ab-42ce-af5b-b18190dc81f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a396d64-c591-4723-b9de-14e9f318f8c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8040', - 'x-ms-correlation-request-id', - 'c98fc9d4-918b-41fd-b005-2015616afb27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035215Z:c98fc9d4-918b-41fd-b005-2015616afb27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3207101-cf45-477d-bde9-0115ac0c1814', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8039', - 'x-ms-correlation-request-id', - '733274f9-87cf-490b-9f57-b60c5995ef7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035216Z:733274f9-87cf-490b-9f57-b60c5995ef7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e64febd9-6736-4161-9815-e205cc62e02a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8038', - 'x-ms-correlation-request-id', - '13bcc9b1-aa79-4c5f-acf6-d47d53d03123', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035216Z:13bcc9b1-aa79-4c5f-acf6-d47d53d03123', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11366ac9-86ca-4657-83c9-5f05538c9651', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8037', - 'x-ms-correlation-request-id', - '4738e0ee-712d-4456-99a7-f21628dc969c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035216Z:4738e0ee-712d-4456-99a7-f21628dc969c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3dd4569f-51b4-4f38-a234-fe22158f8013', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8036', - 'x-ms-correlation-request-id', - 'b1c56f37-b300-4dfd-bba7-c2a9560efd80', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035217Z:b1c56f37-b300-4dfd-bba7-c2a9560efd80', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7471c89-1e3e-4a09-acfe-5552bd3de43a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8035', - 'x-ms-correlation-request-id', - '0917452c-cc2e-4b51-b2c9-2e6f2fed4cce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035217Z:0917452c-cc2e-4b51-b2c9-2e6f2fed4cce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3c1a48d-32a1-4c44-a50c-bb31ee0cbd3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8034', - 'x-ms-correlation-request-id', - 'fcf25b4b-41cf-4cc2-a25b-e1bca6e9a161', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035218Z:fcf25b4b-41cf-4cc2-a25b-e1bca6e9a161', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e26b8ea2-4428-457b-a4fc-3858104107b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8033', - 'x-ms-correlation-request-id', - 'b462746a-faa7-4962-a662-3d4db99779df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035218Z:b462746a-faa7-4962-a662-3d4db99779df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d7cdcf7-dc21-4f5b-bcaf-d27db2e478c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8032', - 'x-ms-correlation-request-id', - '0a42c62b-ee69-407f-b398-5131fcbda337', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035219Z:0a42c62b-ee69-407f-b398-5131fcbda337', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '326e46f2-469b-44aa-b8b1-1fcf91473308', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8031', - 'x-ms-correlation-request-id', - 'd5536925-acd6-432f-ad0c-0d377623eeed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035219Z:d5536925-acd6-432f-ad0c-0d377623eeed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c468352-649f-4ef0-8df6-a032f316f894', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8030', - 'x-ms-correlation-request-id', - 'b95d522a-4832-4b2f-9302-352555b862c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035219Z:b95d522a-4832-4b2f-9302-352555b862c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93f69130-269a-427e-b8f0-0ae1a66adb30', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8029', - 'x-ms-correlation-request-id', - 'a9f7e114-1eb9-4878-bf28-9316bc65e1e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035220Z:a9f7e114-1eb9-4878-bf28-9316bc65e1e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04f4a559-0906-4ff2-b46e-b63b49a2f682', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8028', - 'x-ms-correlation-request-id', - '67f22d25-e557-46b6-abbb-f320c15e9724', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035220Z:67f22d25-e557-46b6-abbb-f320c15e9724', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '696deb36-649e-4210-a725-39e9b158a855', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8027', - 'x-ms-correlation-request-id', - 'a83a0126-353c-41f8-b417-31ff35a38d1b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035221Z:a83a0126-353c-41f8-b417-31ff35a38d1b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5263e729-f4e2-483a-8578-8261a15b3036', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8026', - 'x-ms-correlation-request-id', - '8b7fad51-a01c-4e4a-9bf5-d79ddc1415de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035221Z:8b7fad51-a01c-4e4a-9bf5-d79ddc1415de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b907f231-e21f-440f-ba28-9ee7d2c1e229', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8025', - 'x-ms-correlation-request-id', - '15f9608c-d249-48d6-bb4d-8d258d1530a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035221Z:15f9608c-d249-48d6-bb4d-8d258d1530a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08afb5f6-7421-4051-8f47-1d5f97509a3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8024', - 'x-ms-correlation-request-id', - 'fc63bbad-0515-41b6-8e74-d6fd527e8565', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035222Z:fc63bbad-0515-41b6-8e74-d6fd527e8565', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75ca53fb-6a0a-40c8-9afa-23d2e54b2d88', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8023', - 'x-ms-correlation-request-id', - 'c19b6993-dbe5-40be-8556-19fcef390787', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035222Z:c19b6993-dbe5-40be-8556-19fcef390787', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae4ac3ed-71f9-4a6b-bf76-fe1b209ca4bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8022', - 'x-ms-correlation-request-id', - '14e02f64-4af1-4baa-9a81-c8fef8d7b57a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035223Z:14e02f64-4af1-4baa-9a81-c8fef8d7b57a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3379749-7dab-4b76-b644-30a86e5db65b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8021', - 'x-ms-correlation-request-id', - '8fcf9932-16fb-4d19-af40-eb2729e07f6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035223Z:8fcf9932-16fb-4d19-af40-eb2729e07f6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75833d34-330a-4092-abed-3f6166aef349', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8020', - 'x-ms-correlation-request-id', - '32b7a953-ab56-4771-8c74-e64ad91cbd9d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035223Z:32b7a953-ab56-4771-8c74-e64ad91cbd9d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5269d546-0f96-49f8-b1dd-2176f54b0cbb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8019', - 'x-ms-correlation-request-id', - 'a1ce1174-09e2-42a7-a493-a49b80727e98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035224Z:a1ce1174-09e2-42a7-a493-a49b80727e98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce0b3f01-2894-411e-8f02-87a51a9463c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8018', - 'x-ms-correlation-request-id', - '2cd91d6f-ad20-410d-be9a-3708feea7940', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035224Z:2cd91d6f-ad20-410d-be9a-3708feea7940', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ef7aa95-9bdf-424d-9f3b-15413ebeea0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8017', - 'x-ms-correlation-request-id', - 'f73a67f4-a9db-49c8-9a2e-0358e89fa080', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035225Z:f73a67f4-a9db-49c8-9a2e-0358e89fa080', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4868df6e-9cae-4280-8763-814a262a4192', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8016', - 'x-ms-correlation-request-id', - '8848d13e-e48d-401e-b677-1c785a41e376', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035225Z:8848d13e-e48d-401e-b677-1c785a41e376', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '822cca12-5529-4196-ba73-bc9bd04efc5c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8015', - 'x-ms-correlation-request-id', - 'f0d245c5-3375-42af-9d60-b495dcc657e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035225Z:f0d245c5-3375-42af-9d60-b495dcc657e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc2377bf-40d1-432b-9763-e2fc86de8c40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8014', - 'x-ms-correlation-request-id', - '1c845cd7-1a0f-473a-afd4-73bb36976100', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035226Z:1c845cd7-1a0f-473a-afd4-73bb36976100', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a597f90-b364-434e-a7c9-cf02f5511844', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8013', - 'x-ms-correlation-request-id', - 'f828d6a1-564e-469c-8f1a-53c6ece83aa6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035226Z:f828d6a1-564e-469c-8f1a-53c6ece83aa6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6cce916-9865-45a1-a888-f8db18e0825d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8012', - 'x-ms-correlation-request-id', - 'ce00c177-33ff-4cdf-8e3f-47deaa0fd8a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035227Z:ce00c177-33ff-4cdf-8e3f-47deaa0fd8a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9bcd286d-4236-4d7f-b758-dbe574643c87', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8011', - 'x-ms-correlation-request-id', - '3b4ef885-2c0e-41cb-870c-76639794bf9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035227Z:3b4ef885-2c0e-41cb-870c-76639794bf9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bafdc992-ed4a-4d5b-8f00-a96f09f705b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8010', - 'x-ms-correlation-request-id', - '318c4894-e728-45d8-87b8-fb7aa4337506', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035227Z:318c4894-e728-45d8-87b8-fb7aa4337506', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02fa5ce7-2eb7-4cf6-a289-d1b48c34c85b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8009', - 'x-ms-correlation-request-id', - '88452d99-94bf-4c70-ada2-d962417dc2b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035228Z:88452d99-94bf-4c70-ada2-d962417dc2b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6874706-1577-4169-9d5c-480dd82c2eb4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8008', - 'x-ms-correlation-request-id', - '4b4ed050-fcf6-4412-b09c-8c46b8ad687a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035228Z:4b4ed050-fcf6-4412-b09c-8c46b8ad687a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98bce8e4-0303-473d-88c6-ff76fd499cd6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8007', - 'x-ms-correlation-request-id', - '2ddb0ba5-aac1-41a3-b9c9-44350fefcf57', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035229Z:2ddb0ba5-aac1-41a3-b9c9-44350fefcf57', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10ea6c9c-0ae8-443a-ab43-00b9a6a491a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8006', - 'x-ms-correlation-request-id', - '3cc06dd9-323d-4556-ba85-6cd04de13b3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035229Z:3cc06dd9-323d-4556-ba85-6cd04de13b3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8ed6b23-70a7-45b9-bd83-4e606bda3748', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8005', - 'x-ms-correlation-request-id', - '03142c13-61b4-41b8-a602-49b98abdfb9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035229Z:03142c13-61b4-41b8-a602-49b98abdfb9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98929282-4c09-4105-a157-8c96d9719001', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8004', - 'x-ms-correlation-request-id', - '2ea95cb0-8af5-42bc-956a-813d7c1c1235', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035230Z:2ea95cb0-8af5-42bc-956a-813d7c1c1235', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2559f29-e107-4da1-8c19-9d522b9f9f08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8003', - 'x-ms-correlation-request-id', - '38d127a8-b948-45ed-b6d7-fd583d3729d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035230Z:38d127a8-b948-45ed-b6d7-fd583d3729d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09fbf110-d858-4202-b51b-fec1f0aabcc1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8002', - 'x-ms-correlation-request-id', - '4ef6b88c-2f1a-4da8-ba0c-618e1b42a0ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035231Z:4ef6b88c-2f1a-4da8-ba0c-618e1b42a0ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66b33c0f-a229-4d8c-af70-0c39fcafad2b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8001', - 'x-ms-correlation-request-id', - 'ec16de5b-7289-45ed-aef0-31a02cf2e489', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035231Z:ec16de5b-7289-45ed-aef0-31a02cf2e489', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82e67d25-b403-43dd-a530-a198d530baff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '8000', - 'x-ms-correlation-request-id', - '50da6602-70ae-438b-996d-dabc18c4b8ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035231Z:50da6602-70ae-438b-996d-dabc18c4b8ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '61d7bf1d-3c20-48c4-a2c2-ff2277969c95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7999', - 'x-ms-correlation-request-id', - '4182b6b1-948d-4510-840d-010442a7979b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035232Z:4182b6b1-948d-4510-840d-010442a7979b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ccec4b2-a0d7-4212-9b99-ae34d38e8b85', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7998', - 'x-ms-correlation-request-id', - 'cb581b69-d4c2-4215-9c29-ff88977ca2ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035232Z:cb581b69-d4c2-4215-9c29-ff88977ca2ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38eda4ff-c033-4a3a-ae2a-a80e5050b8fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7997', - 'x-ms-correlation-request-id', - '70a3c5a8-6d0b-47aa-af42-0a94291870f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035232Z:70a3c5a8-6d0b-47aa-af42-0a94291870f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ace245c-646a-4b32-a77e-c4f854cb14d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7996', - 'x-ms-correlation-request-id', - '756e875d-d802-46c6-b25f-ae59e375c5a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035233Z:756e875d-d802-46c6-b25f-ae59e375c5a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e48e6a8f-0983-4a5c-b1a6-08d7c34bcb4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7995', - 'x-ms-correlation-request-id', - '6a4c5238-8844-42aa-99bb-2d7fe4e0bce9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035233Z:6a4c5238-8844-42aa-99bb-2d7fe4e0bce9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '371b190f-1561-46a3-8f93-84a3921c2be8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7994', - 'x-ms-correlation-request-id', - '8a29e818-a5af-4d55-874b-26d7c6e2c878', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035234Z:8a29e818-a5af-4d55-874b-26d7c6e2c878', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26c9902a-79a0-4385-ba6d-7b4aa905f2e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7993', - 'x-ms-correlation-request-id', - '3fb89451-54ad-41c7-ad0c-c8e5206cef6e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035234Z:3fb89451-54ad-41c7-ad0c-c8e5206cef6e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c65c1d5-aa4f-40c0-b84b-5bfbc141eae5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7992', - 'x-ms-correlation-request-id', - '6546e70a-e8ad-460e-bdbe-bb578cda0a3c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035234Z:6546e70a-e8ad-460e-bdbe-bb578cda0a3c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a87d003e-7886-4c15-9cd0-100108713b81', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7991', - 'x-ms-correlation-request-id', - '84070fcd-9070-47ed-8207-4a11a449a93a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035235Z:84070fcd-9070-47ed-8207-4a11a449a93a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9bff7ff-0223-473a-a30c-e39b044a6ba9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7990', - 'x-ms-correlation-request-id', - '3dbb4796-de25-4c27-b073-0438679153ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035235Z:3dbb4796-de25-4c27-b073-0438679153ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a766fa01-bde2-452a-a908-a1ae933873b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7989', - 'x-ms-correlation-request-id', - '7a6cf949-b76c-42d7-a8c9-08d5077a4d1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035236Z:7a6cf949-b76c-42d7-a8c9-08d5077a4d1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c96c2205-4dd0-4999-915e-24e417d041c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7988', - 'x-ms-correlation-request-id', - '183e068b-d075-47f7-a438-e65694206478', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035236Z:183e068b-d075-47f7-a438-e65694206478', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f015eb1-8223-45d7-b08b-1e398de5517d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7987', - 'x-ms-correlation-request-id', - 'c0326c18-c6d3-4b6b-9e30-c2deb6dcfbde', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035236Z:c0326c18-c6d3-4b6b-9e30-c2deb6dcfbde', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7db5f2af-f10e-489f-9f86-63bd45ad9977', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7986', - 'x-ms-correlation-request-id', - '734ac81d-d4a5-4718-aec6-fbec422f0bbe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035237Z:734ac81d-d4a5-4718-aec6-fbec422f0bbe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cba3e46f-0f4a-4203-bcc5-28a46474e552', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7985', - 'x-ms-correlation-request-id', - '8df78b47-3c87-440e-b15a-42305125f154', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035237Z:8df78b47-3c87-440e-b15a-42305125f154', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '318259a2-ce68-4d79-a580-7f7b227b5da9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7984', - 'x-ms-correlation-request-id', - '3c6e2869-f652-4248-92d7-a5de25a35a65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035238Z:3c6e2869-f652-4248-92d7-a5de25a35a65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '47a7450e-17ac-402e-9391-d514b6f927df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7983', - 'x-ms-correlation-request-id', - 'bd11353f-7557-40cc-aeb5-33fa4f513177', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035238Z:bd11353f-7557-40cc-aeb5-33fa4f513177', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '529a8ab9-2c8d-4c26-bda7-99baa06ff13b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7982', - 'x-ms-correlation-request-id', - '2d793aec-a9d1-4158-92c6-51fb273125ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035238Z:2d793aec-a9d1-4158-92c6-51fb273125ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30543fa1-d191-4835-bbd3-59b54f51b5dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7981', - 'x-ms-correlation-request-id', - '3a6e3c3a-5577-41cd-b9e9-5f7bbb5df2b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035239Z:3a6e3c3a-5577-41cd-b9e9-5f7bbb5df2b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6cdbbea-23e8-41b6-99f4-e78d4a902997', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7980', - 'x-ms-correlation-request-id', - '8aca7c81-a693-424d-be28-c482d1779fea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035239Z:8aca7c81-a693-424d-be28-c482d1779fea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5dadaceb-1116-4ec5-ae0e-cfaacf515cdc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7979', - 'x-ms-correlation-request-id', - '13cf31ad-b542-4d97-8569-ec6aada09dd7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035240Z:13cf31ad-b542-4d97-8569-ec6aada09dd7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '697d3df0-c187-4c9a-95e9-15ce96785f79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7978', - 'x-ms-correlation-request-id', - '31459ac3-b0d2-455a-a946-20542793ab25', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035240Z:31459ac3-b0d2-455a-a946-20542793ab25', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67758c9d-1b9d-44b2-9b1a-8cacb1bb3b4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7977', - 'x-ms-correlation-request-id', - '10f996b7-b7ac-4f3b-b2f9-b3efe1776cca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035240Z:10f996b7-b7ac-4f3b-b2f9-b3efe1776cca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0192f1f3-83a0-4ed4-9edc-ab23f1311763', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7976', - 'x-ms-correlation-request-id', - '70edc6d6-84e8-4eea-aa89-89f51e7e4758', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035241Z:70edc6d6-84e8-4eea-aa89-89f51e7e4758', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '059a3d91-160f-49d9-90e6-323ad83facde', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7975', - 'x-ms-correlation-request-id', - 'c4d0a035-cbb7-4e52-a484-91bcc232c1e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035241Z:c4d0a035-cbb7-4e52-a484-91bcc232c1e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30eb3eed-6180-4b85-b6ce-38d37739b725', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7974', - 'x-ms-correlation-request-id', - '3dc21dab-7d38-4f76-bf0d-6d1411071a12', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035241Z:3dc21dab-7d38-4f76-bf0d-6d1411071a12', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7217320d-bbaa-471c-a55c-80868674fe34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7973', - 'x-ms-correlation-request-id', - 'c8946c02-ed6d-499f-b38c-79f16561974f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035242Z:c8946c02-ed6d-499f-b38c-79f16561974f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4229a793-7314-4b40-ad89-2e3643b296ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7972', - 'x-ms-correlation-request-id', - '7fd662ca-33c4-4889-9dc0-6409f725e6c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035242Z:7fd662ca-33c4-4889-9dc0-6409f725e6c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73ff5c3b-313f-4c10-a1ea-47e65df622e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7971', - 'x-ms-correlation-request-id', - '97a89e75-f177-4711-ac78-215aaf0b9b4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035243Z:97a89e75-f177-4711-ac78-215aaf0b9b4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f6b4d62-bf8f-48c6-b378-e01f709336e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7970', - 'x-ms-correlation-request-id', - 'b9db6547-6249-4e45-95fd-bbb2b2ba84e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035243Z:b9db6547-6249-4e45-95fd-bbb2b2ba84e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a901c655-7eb0-44f2-92a7-64019f8d9f6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7969', - 'x-ms-correlation-request-id', - '3e1a9d6c-fb23-4def-911b-3dcd174e8a34', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035243Z:3e1a9d6c-fb23-4def-911b-3dcd174e8a34', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1713ee52-9ee5-4e3f-955b-4a796d27375e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7968', - 'x-ms-correlation-request-id', - 'a054a8f9-fb22-41d3-8ec0-5742d0287313', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035244Z:a054a8f9-fb22-41d3-8ec0-5742d0287313', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd23679c4-b0cc-4564-a8f6-424573c14af7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7967', - 'x-ms-correlation-request-id', - '77e8ca65-39c1-4a4f-a078-649b25786110', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035244Z:77e8ca65-39c1-4a4f-a078-649b25786110', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b005736d-fda2-4b59-b46e-383e0fe152f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7966', - 'x-ms-correlation-request-id', - '7b50f07f-5375-49da-afc6-82614749a8b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035245Z:7b50f07f-5375-49da-afc6-82614749a8b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a52876f5-f6d1-447c-aad0-757aed9a6f7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7965', - 'x-ms-correlation-request-id', - 'b218fc19-9ed8-44b1-9cd3-7ff237a3dfdf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035245Z:b218fc19-9ed8-44b1-9cd3-7ff237a3dfdf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '628f6fe4-df26-4952-bd35-002af8ff6f33', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7964', - 'x-ms-correlation-request-id', - '98dd9488-6301-4757-b569-90acaca3425e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035245Z:98dd9488-6301-4757-b569-90acaca3425e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9fb9eed3-cc6c-401c-8f9c-273f96db9db3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7963', - 'x-ms-correlation-request-id', - 'ad04c123-443c-443e-a7cb-a388966c7d17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035246Z:ad04c123-443c-443e-a7cb-a388966c7d17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d0a69eb-9a1a-4e5f-8e6c-d143c6a6f289', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7962', - 'x-ms-correlation-request-id', - '24181834-a1e6-4ee7-8e38-ffaaf5c258e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035246Z:24181834-a1e6-4ee7-8e38-ffaaf5c258e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a42b32e-b4be-4f0a-b245-6bb98feb2329', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7961', - 'x-ms-correlation-request-id', - '3a2ba39d-44ae-4a21-9b95-3800b9a2b44c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035247Z:3a2ba39d-44ae-4a21-9b95-3800b9a2b44c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '666077a4-802e-4f70-a0a1-9d6c274ba5d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7960', - 'x-ms-correlation-request-id', - 'd0fccd29-ffe9-40ef-96c9-cfadbdba15e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035247Z:d0fccd29-ffe9-40ef-96c9-cfadbdba15e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c329890-8919-43ce-ba3a-fa3b2c97ec65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7959', - 'x-ms-correlation-request-id', - '2237ccac-f60a-4b2c-a935-4a136bf30bf8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035247Z:2237ccac-f60a-4b2c-a935-4a136bf30bf8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8fa66606-ce71-4740-96ed-02b49f49dfe5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7958', - 'x-ms-correlation-request-id', - 'e19a18d3-7967-4933-8c03-eae269e8d187', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035248Z:e19a18d3-7967-4933-8c03-eae269e8d187', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3405bfc6-63b4-449c-ab55-392717b67421', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7957', - 'x-ms-correlation-request-id', - '56dea615-399f-4d3c-9e0c-9d2510e33c63', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035248Z:56dea615-399f-4d3c-9e0c-9d2510e33c63', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae7fea4b-d339-4b1f-99a9-374461eb3de2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7956', - 'x-ms-correlation-request-id', - '10e1c720-d805-4401-a0cf-b82ecfffaf9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035249Z:10e1c720-d805-4401-a0cf-b82ecfffaf9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '959074bb-2227-4827-a4ea-0291a8203135', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7955', - 'x-ms-correlation-request-id', - '95074450-5cf6-4dd6-b3b8-904182b55bbe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035249Z:95074450-5cf6-4dd6-b3b8-904182b55bbe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d2351a0-777d-46cd-9e4a-0337076c550f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7954', - 'x-ms-correlation-request-id', - '379b5114-1bd0-422d-9d21-de6e8b91ca1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035249Z:379b5114-1bd0-422d-9d21-de6e8b91ca1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '023b31d4-d180-49d2-9b28-e9608e496db8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7953', - 'x-ms-correlation-request-id', - '8a82533c-b4cb-4417-8388-990256e1fc2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035250Z:8a82533c-b4cb-4417-8388-990256e1fc2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f9692e00-cbad-4851-b498-cdee2a6b4b96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7952', - 'x-ms-correlation-request-id', - '717a5be1-07b8-4ba1-a69e-d1002d784bd8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035250Z:717a5be1-07b8-4ba1-a69e-d1002d784bd8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81374628-1d7c-48b7-a154-d9fec100c32b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7951', - 'x-ms-correlation-request-id', - '1e5d1c57-7c56-46c5-8204-10b43883aaa6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035251Z:1e5d1c57-7c56-46c5-8204-10b43883aaa6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9518d506-97ff-4543-a719-3e5af155b4cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7950', - 'x-ms-correlation-request-id', - '185621aa-8709-455b-a56d-0bda7667373d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035251Z:185621aa-8709-455b-a56d-0bda7667373d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'acbaea52-1722-43c1-8be1-5258ce7b107b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7949', - 'x-ms-correlation-request-id', - '1007c7cb-5619-4178-a414-5acec68535a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035251Z:1007c7cb-5619-4178-a414-5acec68535a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce95e28a-56a6-45ab-8494-2cdcf36553e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7948', - 'x-ms-correlation-request-id', - 'fa5f4195-623d-44ed-b5b0-a6097260a443', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035252Z:fa5f4195-623d-44ed-b5b0-a6097260a443', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7444c9a-6e07-4cbf-b20c-d22c79aebaa8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7947', - 'x-ms-correlation-request-id', - '38af2ebf-9d09-4e6b-9446-8601b493ddd1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035252Z:38af2ebf-9d09-4e6b-9446-8601b493ddd1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cad89045-59a1-4fa0-a63c-9502a10f3ef2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7946', - 'x-ms-correlation-request-id', - '29b46f74-ec7d-4345-8361-6fce1a78d3e5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035253Z:29b46f74-ec7d-4345-8361-6fce1a78d3e5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec521949-1270-4a6d-a18f-30267330a656', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7945', - 'x-ms-correlation-request-id', - 'e4353947-7475-4f87-8e42-085ea0e2f416', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035253Z:e4353947-7475-4f87-8e42-085ea0e2f416', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6410f1dc-4350-44f8-bbc9-b8dadff26534', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7944', - 'x-ms-correlation-request-id', - '54409012-6c23-47f9-bee4-aa267e246930', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035253Z:54409012-6c23-47f9-bee4-aa267e246930', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b50d8c5a-853d-41ff-ade5-5ef976c24fcb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7943', - 'x-ms-correlation-request-id', - 'ac3b5dd8-371a-46c5-95d6-d0cd618c7e9d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035254Z:ac3b5dd8-371a-46c5-95d6-d0cd618c7e9d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5941f629-c606-4361-9f38-e39398eed26d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7942', - 'x-ms-correlation-request-id', - '412bd9ee-078c-45ee-baf5-2b1873567cc4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035254Z:412bd9ee-078c-45ee-baf5-2b1873567cc4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c6e8001-e370-4a82-a03a-280297b4b3af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7941', - 'x-ms-correlation-request-id', - '6505e10d-edf9-4005-9735-4bfde113d691', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035255Z:6505e10d-edf9-4005-9735-4bfde113d691', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b6a59c4-2a58-4dd2-85b5-11bdf7026a16', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7940', - 'x-ms-correlation-request-id', - 'ce52a5c2-830a-4c0e-b7d0-71603cbc104a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035255Z:ce52a5c2-830a-4c0e-b7d0-71603cbc104a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c2c0e047-4f31-49f9-bfcc-091acd85a129', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7939', - 'x-ms-correlation-request-id', - '8f65d055-bdac-4f8c-90aa-03176ebcd577', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035255Z:8f65d055-bdac-4f8c-90aa-03176ebcd577', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '556e6301-250d-4dd8-937d-2df39284988b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7938', - 'x-ms-correlation-request-id', - '37afc527-8573-45f5-9b0a-f15bd1e68986', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035256Z:37afc527-8573-45f5-9b0a-f15bd1e68986', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7c38c41-7a7f-41c3-be0e-04ce78431946', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7937', - 'x-ms-correlation-request-id', - 'f5bfd7aa-0af0-407b-978e-bf0bb252217e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035256Z:f5bfd7aa-0af0-407b-978e-bf0bb252217e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7daa7f9e-d591-4623-94e4-7811bfcd3453', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7936', - 'x-ms-correlation-request-id', - '6e033359-c338-4feb-9ec7-6b0fc546cb8d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035257Z:6e033359-c338-4feb-9ec7-6b0fc546cb8d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96e9a1f5-4d05-4239-9381-38a32900ea97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7935', - 'x-ms-correlation-request-id', - '9fa4a08c-24f4-418f-ab3e-2ec41e33bc15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035257Z:9fa4a08c-24f4-418f-ab3e-2ec41e33bc15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31d47c36-9d9f-4737-96ba-7e110acd1bcb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7934', - 'x-ms-correlation-request-id', - 'e38e551a-1cb6-4368-b5d6-5c96a2606db9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035257Z:e38e551a-1cb6-4368-b5d6-5c96a2606db9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70efb207-702e-44cf-93c2-3f10d4eedfb6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7933', - 'x-ms-correlation-request-id', - '1a1cf816-e961-4c08-b011-81e776ff600f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035258Z:1a1cf816-e961-4c08-b011-81e776ff600f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6acf9217-8b6d-4362-afdf-8ac1d4130caa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7932', - 'x-ms-correlation-request-id', - '7deca9b5-f3b4-4cb7-98f1-6e060eeb61c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035258Z:7deca9b5-f3b4-4cb7-98f1-6e060eeb61c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ac6ec04-6fc4-48c0-a615-062066d5e242', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7931', - 'x-ms-correlation-request-id', - '1cca784e-0c8e-4fa2-be71-00fdf00f864f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035259Z:1cca784e-0c8e-4fa2-be71-00fdf00f864f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5a8e47d-07fa-446c-bf25-9125004b8c3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7930', - 'x-ms-correlation-request-id', - 'e0a5b997-33a2-4799-ae50-1fafd0f93afb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035259Z:e0a5b997-33a2-4799-ae50-1fafd0f93afb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5914406-1e45-4fa0-99b6-e5ba0ee83eca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7929', - 'x-ms-correlation-request-id', - '06bcd22f-94b3-4f5c-9543-368842c44f6e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035259Z:06bcd22f-94b3-4f5c-9543-368842c44f6e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '022a0218-7816-4c12-ae31-b9012048f097', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7928', - 'x-ms-correlation-request-id', - '8f277300-1eec-404a-80fb-53116bb15f09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035300Z:8f277300-1eec-404a-80fb-53116bb15f09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62fc1540-fd94-4a1b-98cf-60db9b3078f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7927', - 'x-ms-correlation-request-id', - 'e16da019-2d52-408b-aa67-5d82e5e28763', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035300Z:e16da019-2d52-408b-aa67-5d82e5e28763', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:52:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96db8c0e-83c1-40b0-bb55-95107c3f6972', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7926', - 'x-ms-correlation-request-id', - 'efc98cd6-e2f2-4d78-bfb7-49e19cfde1c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035301Z:efc98cd6-e2f2-4d78-bfb7-49e19cfde1c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8609b25a-437c-4557-842b-901207b238cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7925', - 'x-ms-correlation-request-id', - 'b112ec0d-0be3-450f-a614-aee3917f60c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035301Z:b112ec0d-0be3-450f-a614-aee3917f60c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35108a47-7f41-4b16-ade3-810cc12320e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7924', - 'x-ms-correlation-request-id', - '8dbd5600-01ab-49d0-8dc3-4009bcc5335c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035301Z:8dbd5600-01ab-49d0-8dc3-4009bcc5335c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60c03e85-121b-4826-9a48-7792e759f2c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7923', - 'x-ms-correlation-request-id', - '870532ea-4e8d-4ce2-b059-b9510e203c0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035302Z:870532ea-4e8d-4ce2-b059-b9510e203c0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '18d060d8-03b3-4070-a045-cacdc7ec364a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7922', - 'x-ms-correlation-request-id', - 'fe6db0ce-336f-4802-a9f3-7272268e9311', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035302Z:fe6db0ce-336f-4802-a9f3-7272268e9311', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b656e5aa-dadc-4239-b491-4d41abb9ab15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7921', - 'x-ms-correlation-request-id', - 'ab6a363f-8802-4e99-a270-8292209190f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035302Z:ab6a363f-8802-4e99-a270-8292209190f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd79c17a-75ec-440b-ba05-7fa9e451b98d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7920', - 'x-ms-correlation-request-id', - 'a7ccdaa1-1cd3-455f-8e33-d35bea0b0c68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035303Z:a7ccdaa1-1cd3-455f-8e33-d35bea0b0c68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c243e34c-3e38-4846-aa04-72630bd0c519', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7919', - 'x-ms-correlation-request-id', - 'f895b2a3-b3df-458e-be4d-5c120321afcd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035303Z:f895b2a3-b3df-458e-be4d-5c120321afcd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03726fd8-4f46-440d-a15c-8d6db458da91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7918', - 'x-ms-correlation-request-id', - '655a0260-be34-4b23-a655-4ea1fd08043b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035304Z:655a0260-be34-4b23-a655-4ea1fd08043b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f682c9a-b99a-4b0e-a9ba-3631829ebdb0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7917', - 'x-ms-correlation-request-id', - '71023092-6a8f-4623-ac6e-c58db76c1b95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035304Z:71023092-6a8f-4623-ac6e-c58db76c1b95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '288230f0-1ec9-40d3-b45a-1c0a4456fb38', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7916', - 'x-ms-correlation-request-id', - '3d0afc54-15e5-4f0c-a0e2-9bfd4c24b053', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035304Z:3d0afc54-15e5-4f0c-a0e2-9bfd4c24b053', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77e7df9a-6efd-4996-bb19-add1fc7fcd55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7915', - 'x-ms-correlation-request-id', - '346eeb42-d200-40b2-9a46-cfa0018aa655', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035305Z:346eeb42-d200-40b2-9a46-cfa0018aa655', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32f206af-88b2-415d-8333-33df4709bd44', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7914', - 'x-ms-correlation-request-id', - 'a81a9b38-9e3c-4f9c-bacf-df41f1f023c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035305Z:a81a9b38-9e3c-4f9c-bacf-df41f1f023c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a620d453-9ce0-4113-9031-8f1699dff9ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7913', - 'x-ms-correlation-request-id', - '6b6ac412-37ac-43a0-a200-0ed5df1aabb8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035306Z:6b6ac412-37ac-43a0-a200-0ed5df1aabb8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '856e42a5-7d62-49b0-b62c-0b9b89db5fa2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7912', - 'x-ms-correlation-request-id', - '2c5d1503-9520-4d83-89da-4f3f2a3360c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035306Z:2c5d1503-9520-4d83-89da-4f3f2a3360c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e0dd7fd-4df8-4eed-a690-31d9acbfdf90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7911', - 'x-ms-correlation-request-id', - '5d60ce73-858c-4f9a-be69-50a468e27a99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035306Z:5d60ce73-858c-4f9a-be69-50a468e27a99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e90d792c-ad4c-460a-9989-41b665867f17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7910', - 'x-ms-correlation-request-id', - '2c97ace5-cd1c-4f76-b6f8-c0134cf6089d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035307Z:2c97ace5-cd1c-4f76-b6f8-c0134cf6089d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f653f858-1937-47d7-8f18-f95070f5f4d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7909', - 'x-ms-correlation-request-id', - 'cebfa048-6f07-4326-8e1d-fa76a4b3cc4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035307Z:cebfa048-6f07-4326-8e1d-fa76a4b3cc4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89e0a62f-a266-4f0f-bced-24fdcbff45a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7908', - 'x-ms-correlation-request-id', - '3c8a1b50-eb43-44ce-a475-ecb78d364176', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035308Z:3c8a1b50-eb43-44ce-a475-ecb78d364176', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7093e8b0-f3e4-42b1-8a84-4f3f96f20489', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7907', - 'x-ms-correlation-request-id', - '17b9ad94-d107-4d6b-9039-eda38a5a70ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035308Z:17b9ad94-d107-4d6b-9039-eda38a5a70ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c4d35e1-a7e8-4bbd-b532-cccc4686b191', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7906', - 'x-ms-correlation-request-id', - '9b618120-8c9a-414a-afcb-4de0278e5fcc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035308Z:9b618120-8c9a-414a-afcb-4de0278e5fcc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb627587-1008-486e-ac32-383548e20ca9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7905', - 'x-ms-correlation-request-id', - '74e9c0a4-475e-4424-8830-918df4b6e4dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035309Z:74e9c0a4-475e-4424-8830-918df4b6e4dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '850d4c23-52be-4a61-86f6-9a480327b35c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7904', - 'x-ms-correlation-request-id', - '510d8655-849e-49f2-908a-e42ab343c3ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035309Z:510d8655-849e-49f2-908a-e42ab343c3ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c87da602-35e3-4198-8f64-878362aa5d7d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7903', - 'x-ms-correlation-request-id', - 'adba4ddc-89d1-4cc5-99e0-69ced688348d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035310Z:adba4ddc-89d1-4cc5-99e0-69ced688348d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7fcb634f-5419-4def-84a1-9e119cbfcf51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7902', - 'x-ms-correlation-request-id', - '0ab0bb93-e9da-4f13-acf7-d4eed3aa8e8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035310Z:0ab0bb93-e9da-4f13-acf7-d4eed3aa8e8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fda48da7-30af-470f-bf68-3d0c5b08e0fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7901', - 'x-ms-correlation-request-id', - '493f6a57-45f5-4974-9194-9186e8d57ab6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035310Z:493f6a57-45f5-4974-9194-9186e8d57ab6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3761a08-41bf-4160-8663-dbbb5213a97d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7900', - 'x-ms-correlation-request-id', - 'a4927523-81fe-4422-bcfb-6410aff0ab36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035311Z:a4927523-81fe-4422-bcfb-6410aff0ab36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4aa2d6f9-9604-4121-974f-af97d1823827', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7899', - 'x-ms-correlation-request-id', - '614b6c2d-a1f2-4a8f-98c5-815173593ea4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035311Z:614b6c2d-a1f2-4a8f-98c5-815173593ea4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '22cee2f3-538f-49b3-bb30-8dd27907583e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7898', - 'x-ms-correlation-request-id', - 'e94eca32-f4f1-4df1-9fc9-52ad3379e89b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035312Z:e94eca32-f4f1-4df1-9fc9-52ad3379e89b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20794e7a-5a39-4099-a025-19d2b1f26aaa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7897', - 'x-ms-correlation-request-id', - 'd672cd83-4adb-44db-8dca-43467d8f6723', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035312Z:d672cd83-4adb-44db-8dca-43467d8f6723', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8f02c61-20b8-4d30-b08d-7f14c9cdc2ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7896', - 'x-ms-correlation-request-id', - '016f8389-4b0d-46bb-996c-f7a1e18bd638', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035312Z:016f8389-4b0d-46bb-996c-f7a1e18bd638', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dcc4e32d-9e89-4355-9d38-f58dfc16f50b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7895', - 'x-ms-correlation-request-id', - '070bb40b-1ee5-4422-ac45-b58d5925d162', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035313Z:070bb40b-1ee5-4422-ac45-b58d5925d162', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'caa189a1-ff04-4e2a-aa19-96a47df9585f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7894', - 'x-ms-correlation-request-id', - '76a39103-ca9f-490e-9b94-b8fcaf21b2d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035313Z:76a39103-ca9f-490e-9b94-b8fcaf21b2d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ec634bc-3c8b-464d-8a86-3a54b3138a23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7893', - 'x-ms-correlation-request-id', - '92c8a163-9398-4dfa-b3c3-d4023353fa3c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035314Z:92c8a163-9398-4dfa-b3c3-d4023353fa3c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c763647a-c6a4-4bb6-ac26-3dde1e986803', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7892', - 'x-ms-correlation-request-id', - '94d463fc-1b22-408a-a3fd-570a71319293', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035314Z:94d463fc-1b22-408a-a3fd-570a71319293', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44dfaeb8-375c-4bb9-80c9-1a82f8a3aa1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7891', - 'x-ms-correlation-request-id', - '5807f719-9bc0-42f5-a8be-71a9ac126ab0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035314Z:5807f719-9bc0-42f5-a8be-71a9ac126ab0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe6e7954-e032-4e91-87b1-fa2d2b4268b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7890', - 'x-ms-correlation-request-id', - '6bc76a29-ca5f-438d-b36d-ffdb737e2e8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035315Z:6bc76a29-ca5f-438d-b36d-ffdb737e2e8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f01f33f-886f-44aa-913f-f4fa18308ff4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7889', - 'x-ms-correlation-request-id', - 'bbf28a6c-fdcc-41b6-8300-e1056adddce4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035315Z:bbf28a6c-fdcc-41b6-8300-e1056adddce4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8686a2fd-a071-4511-babd-9dbfa06fddd6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7888', - 'x-ms-correlation-request-id', - '72f86327-334b-45f0-848d-51abdc2876c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035316Z:72f86327-334b-45f0-848d-51abdc2876c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cca08c9e-51dd-4485-a4c3-eea66f274bec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7887', - 'x-ms-correlation-request-id', - '736ef01a-7d91-42e5-9425-60a85ff7042c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035316Z:736ef01a-7d91-42e5-9425-60a85ff7042c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b13f96d-fd0d-4776-a5b5-76ae10d5e80d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7886', - 'x-ms-correlation-request-id', - '80fdba3e-eda4-4c97-a63e-4ee06a60bdc4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035316Z:80fdba3e-eda4-4c97-a63e-4ee06a60bdc4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f92ffdac-e91a-493b-8b62-27b8a24e0352', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7885', - 'x-ms-correlation-request-id', - '3fa4f137-cc47-4bfc-abf4-580687868ef7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035317Z:3fa4f137-cc47-4bfc-abf4-580687868ef7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c36eb77-663e-446f-99ca-4e143a11b56a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7884', - 'x-ms-correlation-request-id', - 'ab0eb38b-48c2-4ac3-b8ab-c43488b9ebe8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035317Z:ab0eb38b-48c2-4ac3-b8ab-c43488b9ebe8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1525fa52-eff1-4824-8dca-b801be6635bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7883', - 'x-ms-correlation-request-id', - '391404ff-c19f-4830-9849-359e3fa670d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035317Z:391404ff-c19f-4830-9849-359e3fa670d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e436b92-3d82-48ea-a59b-d84615371627', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7882', - 'x-ms-correlation-request-id', - '60be0640-36a6-4a88-8ff0-6a985331c5b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035318Z:60be0640-36a6-4a88-8ff0-6a985331c5b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c2b5aef0-4d82-43b2-a5c6-da0f1587d5d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7881', - 'x-ms-correlation-request-id', - '91793e1a-d20f-4dc1-96a1-159c842a59b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035318Z:91793e1a-d20f-4dc1-96a1-159c842a59b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75fc4074-5db8-49dd-ad54-593fbe9fee4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7880', - 'x-ms-correlation-request-id', - 'e65e1613-ba1a-4e2f-a244-d73fb0117433', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035319Z:e65e1613-ba1a-4e2f-a244-d73fb0117433', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f62106f-78c4-4632-b0e9-4ac5587973e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7879', - 'x-ms-correlation-request-id', - 'f7f3fd38-a4e6-4797-9625-b793ef46a6eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035319Z:f7f3fd38-a4e6-4797-9625-b793ef46a6eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a08e273-47ef-4112-bd9d-463688efce4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7878', - 'x-ms-correlation-request-id', - 'ffdcbe4e-70bb-4471-bea9-0581408193ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035319Z:ffdcbe4e-70bb-4471-bea9-0581408193ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2264faea-978f-4128-ab1d-7fec4a626030', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7877', - 'x-ms-correlation-request-id', - '406babb9-8db8-4a1b-9a49-01cf3e6ad8c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035320Z:406babb9-8db8-4a1b-9a49-01cf3e6ad8c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da735a19-b6ee-4c4f-ba68-a9cc8c68117f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7876', - 'x-ms-correlation-request-id', - '80f37c07-3415-4938-b1c4-457a3a4e6e78', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035320Z:80f37c07-3415-4938-b1c4-457a3a4e6e78', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7400eefb-bca8-4e4d-b481-b0ecfaab278b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7875', - 'x-ms-correlation-request-id', - '165b5a64-d127-4717-8309-3a06e2ca1bd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035321Z:165b5a64-d127-4717-8309-3a06e2ca1bd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '256d439a-37cd-4155-9010-8abe47e0ca95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7874', - 'x-ms-correlation-request-id', - 'eafcc56b-d3e4-40ed-8fc7-24605cb3c01f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035321Z:eafcc56b-d3e4-40ed-8fc7-24605cb3c01f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '261d33a1-3f00-4b2f-8644-da5835a1a2e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7873', - 'x-ms-correlation-request-id', - '7cec3158-cb48-4159-8129-fa094b50e93a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035321Z:7cec3158-cb48-4159-8129-fa094b50e93a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60da4fa8-a63b-4bc2-86a4-8c048c1175dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7872', - 'x-ms-correlation-request-id', - '837ca6ac-a661-449d-b756-c9f3cb347c7c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035322Z:837ca6ac-a661-449d-b756-c9f3cb347c7c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10072571-125a-441c-acc9-896fda90d615', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7871', - 'x-ms-correlation-request-id', - '903de424-6764-4bfe-9939-4d02df788957', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035322Z:903de424-6764-4bfe-9939-4d02df788957', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e3c3f3d-d011-4ee2-b631-79b3cf7fb86a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7870', - 'x-ms-correlation-request-id', - 'aef8e25d-05e9-4b96-be37-4c74fb0debc6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035323Z:aef8e25d-05e9-4b96-be37-4c74fb0debc6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '863bd40d-b293-4d5e-b903-0695702ab953', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7869', - 'x-ms-correlation-request-id', - 'b3031a2c-1025-4a00-8b9a-879c15d3f75f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035323Z:b3031a2c-1025-4a00-8b9a-879c15d3f75f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74825415-5197-40b1-9beb-50d1d48c53d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7868', - 'x-ms-correlation-request-id', - 'f394e2fe-5b69-4c57-8411-753a198c3da1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035323Z:f394e2fe-5b69-4c57-8411-753a198c3da1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e26085f-065b-4eb5-9289-80a96dc9544d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7867', - 'x-ms-correlation-request-id', - '47fb4b48-c254-4564-bb1a-e29a9b344f2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035324Z:47fb4b48-c254-4564-bb1a-e29a9b344f2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c05912a6-ee84-4a5f-80b9-c32def47bdb9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7866', - 'x-ms-correlation-request-id', - 'f09ce53a-9876-4521-a855-da7902a988cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035324Z:f09ce53a-9876-4521-a855-da7902a988cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed5672c9-0e55-4e60-82dd-aceb05de9b2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7865', - 'x-ms-correlation-request-id', - 'c31d1c02-ca6a-4762-b0dc-cce02fc5eb99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035325Z:c31d1c02-ca6a-4762-b0dc-cce02fc5eb99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd38b8cb-ac2e-41bb-94e3-77ff70aff8ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7864', - 'x-ms-correlation-request-id', - '7365b3da-7f46-43cb-86e3-cf1605e31a0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035325Z:7365b3da-7f46-43cb-86e3-cf1605e31a0a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc9eec08-5606-45c0-b159-bcf453e67317', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7863', - 'x-ms-correlation-request-id', - '9de66b37-4fe8-4a01-a382-a32911c7b46f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035325Z:9de66b37-4fe8-4a01-a382-a32911c7b46f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd737e25a-75fa-46ed-be8e-a5208f9c22f5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7862', - 'x-ms-correlation-request-id', - 'be1dff81-1d35-4167-bfcf-2b8033a16752', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035326Z:be1dff81-1d35-4167-bfcf-2b8033a16752', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '045ab788-4888-461b-bdac-12d53d03c43f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7861', - 'x-ms-correlation-request-id', - 'b51fbcf9-0a2b-4504-af4e-0f532068b66c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035326Z:b51fbcf9-0a2b-4504-af4e-0f532068b66c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '336d7d11-3dbe-40f9-a51f-0123e77a34c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7860', - 'x-ms-correlation-request-id', - 'ef65567a-54c5-4f0f-9e93-22cb6eaa989a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035327Z:ef65567a-54c5-4f0f-9e93-22cb6eaa989a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0729fbba-7f1e-42d1-b0fd-f27caf568e7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7859', - 'x-ms-correlation-request-id', - 'd339660a-0c8a-402c-949e-6f0e1adbcb26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035327Z:d339660a-0c8a-402c-949e-6f0e1adbcb26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72724f2a-e3d6-4193-968e-840bae51bb18', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7858', - 'x-ms-correlation-request-id', - 'f6d6bad1-6252-4694-9579-1516172cbfa7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035327Z:f6d6bad1-6252-4694-9579-1516172cbfa7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e4287b0-a7d6-4e33-bfc8-6d694efb0ecc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7857', - 'x-ms-correlation-request-id', - 'a19dbfa5-6560-4a5c-81f2-c8b424d5b34a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035328Z:a19dbfa5-6560-4a5c-81f2-c8b424d5b34a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd05e7e10-868f-4af0-8c55-13c824155d84', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7856', - 'x-ms-correlation-request-id', - 'fca8366c-06aa-44f3-bcee-738236b2d5ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035328Z:fca8366c-06aa-44f3-bcee-738236b2d5ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34e8db95-1452-4b8a-bc9a-44227bd2d7fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7855', - 'x-ms-correlation-request-id', - 'b20d31e6-4f99-4f0a-bd34-6f638d246a89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035329Z:b20d31e6-4f99-4f0a-bd34-6f638d246a89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '344408b9-5898-492f-a4b5-f7590fab7b8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7854', - 'x-ms-correlation-request-id', - '2b3d93b3-dbc8-4e31-b112-927976c97eb9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035329Z:2b3d93b3-dbc8-4e31-b112-927976c97eb9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'daa88130-3dad-4ebe-bb74-64ae54f87c0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7853', - 'x-ms-correlation-request-id', - 'f16c0fa9-7940-4396-be45-c8af4bfac0ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035329Z:f16c0fa9-7940-4396-be45-c8af4bfac0ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a0f8b7a-fc1f-476f-ab78-c32c99be28a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7852', - 'x-ms-correlation-request-id', - '054216a8-00fb-46b2-b82c-cd8985cf4517', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035330Z:054216a8-00fb-46b2-b82c-cd8985cf4517', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7bae8fc4-2583-462b-951a-6fac8ffc6c61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7851', - 'x-ms-correlation-request-id', - '9084567c-5f83-41d3-8fce-cb455b9ceaf3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035330Z:9084567c-5f83-41d3-8fce-cb455b9ceaf3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15f47cc5-a5b6-4098-9899-5eee6c2723e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7850', - 'x-ms-correlation-request-id', - 'f6714442-5f58-4227-a663-4165fbc4a92c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035331Z:f6714442-5f58-4227-a663-4165fbc4a92c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea2536d7-6734-4868-ab7e-79b59aa027cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7849', - 'x-ms-correlation-request-id', - '36763014-fc2e-44b9-bec9-3e19944ce758', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035331Z:36763014-fc2e-44b9-bec9-3e19944ce758', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49bacc0f-de32-4b5a-bcd8-d80089661359', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7848', - 'x-ms-correlation-request-id', - '18ed0a01-0379-427a-8754-fca978ce5955', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035331Z:18ed0a01-0379-427a-8754-fca978ce5955', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28f4af44-8df1-4158-bfbb-dcd5d36b6631', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7847', - 'x-ms-correlation-request-id', - 'dc11a333-0506-402d-bfba-fa3719c7229e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035332Z:dc11a333-0506-402d-bfba-fa3719c7229e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3da4bf94-af4d-45f1-b0a0-1961fd799f1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7846', - 'x-ms-correlation-request-id', - '17b3ad9e-f65d-4c40-8285-93c1a0e72587', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035332Z:17b3ad9e-f65d-4c40-8285-93c1a0e72587', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc91330e-b6eb-4bd3-8511-8bc00464ab6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7845', - 'x-ms-correlation-request-id', - 'fbfadf3d-5856-43b3-bb52-475b59cc797f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035333Z:fbfadf3d-5856-43b3-bb52-475b59cc797f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ebd5747-67d5-4baf-950f-8eef996dd81d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7844', - 'x-ms-correlation-request-id', - 'f57a5fe6-6f38-473d-8677-c96570d83fee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035333Z:f57a5fe6-6f38-473d-8677-c96570d83fee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdef7127-b698-4433-82c5-0e89d7180115', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7843', - 'x-ms-correlation-request-id', - 'd8d3eea5-eafb-4648-ac40-fa0bc0acc4e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035333Z:d8d3eea5-eafb-4648-ac40-fa0bc0acc4e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1181416f-7679-4cb9-b3c9-80fd55c376fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7842', - 'x-ms-correlation-request-id', - 'bb159822-1aef-42da-a807-069adf2916a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035334Z:bb159822-1aef-42da-a807-069adf2916a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3dc78f9c-77c2-48a9-9449-2615f9b80d6a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7841', - 'x-ms-correlation-request-id', - '2b2947d1-cf17-4850-83d8-16e389f2386d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035334Z:2b2947d1-cf17-4850-83d8-16e389f2386d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1231f3f0-31c9-4cd8-9853-f1b28408c54b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7840', - 'x-ms-correlation-request-id', - '568edc13-da88-4ec5-8379-42dbdbff4c72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035335Z:568edc13-da88-4ec5-8379-42dbdbff4c72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca5f26ac-2c44-4aee-8ed1-201b00315ce6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7839', - 'x-ms-correlation-request-id', - 'e50f1995-e993-4052-b510-885e4fa21ce6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035335Z:e50f1995-e993-4052-b510-885e4fa21ce6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df7133cc-db3c-4bce-923d-f50e9d3cb2e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7838', - 'x-ms-correlation-request-id', - '0609c1e4-427e-4b17-b81d-991018e81b67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035335Z:0609c1e4-427e-4b17-b81d-991018e81b67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6a220424-2e3a-4193-a839-1d442fbeb5f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7837', - 'x-ms-correlation-request-id', - 'b0ff1c97-1a93-4a7d-a582-b585978a41c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035336Z:b0ff1c97-1a93-4a7d-a582-b585978a41c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7988b43-901e-49b4-876d-deab6dda1695', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7836', - 'x-ms-correlation-request-id', - 'dd504e1a-330b-4bf4-b2a3-0e4b348c134b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035336Z:dd504e1a-330b-4bf4-b2a3-0e4b348c134b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5d0c29f-be54-44bb-a8c8-3d41f8cc8177', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7835', - 'x-ms-correlation-request-id', - 'a305d489-2b24-4e6e-b593-91fe7dd7855e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035337Z:a305d489-2b24-4e6e-b593-91fe7dd7855e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db6bf6fd-67da-4ec1-8def-66311b13910e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7834', - 'x-ms-correlation-request-id', - 'bcedce00-caa4-4111-adb9-a28a1a33f558', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035337Z:bcedce00-caa4-4111-adb9-a28a1a33f558', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '700cae77-919e-442a-bcb7-82e68a739a03', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7833', - 'x-ms-correlation-request-id', - '13122924-7800-4dd4-a004-f3bea11b9753', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035337Z:13122924-7800-4dd4-a004-f3bea11b9753', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd744ab05-e2ae-4fc3-b896-07754a6b887d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7832', - 'x-ms-correlation-request-id', - '8ddbba8c-5e05-4539-a8f4-c63abb04a360', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035338Z:8ddbba8c-5e05-4539-a8f4-c63abb04a360', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5dd4953a-6a29-4278-80ca-d5865b482de5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7831', - 'x-ms-correlation-request-id', - '38fbf4be-3b38-4680-9f2f-073740c4439d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035338Z:38fbf4be-3b38-4680-9f2f-073740c4439d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17dd8a5e-a833-4827-8b0c-b545cbdd77f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7830', - 'x-ms-correlation-request-id', - '0ed3ed7e-e09c-440f-87f1-0b960a5d7a9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035339Z:0ed3ed7e-e09c-440f-87f1-0b960a5d7a9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df6f0701-402e-4acd-b86f-c7f14bf53f28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7829', - 'x-ms-correlation-request-id', - 'c53cd893-aaf3-4ae9-b11f-83d9a0ec4b03', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035339Z:c53cd893-aaf3-4ae9-b11f-83d9a0ec4b03', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee24c1b5-d3ac-4347-b625-6f0ab4d5e1d2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7828', - 'x-ms-correlation-request-id', - 'f080d24e-b832-45e4-9223-146763273151', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035339Z:f080d24e-b832-45e4-9223-146763273151', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '211cd832-274a-40be-8ecb-be58e7e2a421', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7827', - 'x-ms-correlation-request-id', - 'e9bc7257-88d2-42bb-847a-42258760b049', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035340Z:e9bc7257-88d2-42bb-847a-42258760b049', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9337c6f6-aa63-4a59-be8c-c5091841365a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7826', - 'x-ms-correlation-request-id', - '969b21fa-46fc-4f89-a46a-79409d60de79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035340Z:969b21fa-46fc-4f89-a46a-79409d60de79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96738787-ecb6-4124-b2dc-b5b9ab294575', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7825', - 'x-ms-correlation-request-id', - 'c9554b3e-a8e8-496f-ad02-35d01f5e613c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035341Z:c9554b3e-a8e8-496f-ad02-35d01f5e613c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9874dd3-0b1d-40a6-9ab9-3e04bb0f31b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7824', - 'x-ms-correlation-request-id', - '85de21b7-3ea1-4b8e-b4e4-2371467ab367', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035341Z:85de21b7-3ea1-4b8e-b4e4-2371467ab367', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7811bacd-30d0-47be-8852-977ab64e16cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7823', - 'x-ms-correlation-request-id', - '71de7d3a-359c-4210-badd-205b34cf8ca8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035341Z:71de7d3a-359c-4210-badd-205b34cf8ca8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c0b7cff-b19e-4128-a6b2-23625c544523', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7822', - 'x-ms-correlation-request-id', - '14a5409c-c428-494a-8210-b692853397b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035342Z:14a5409c-c428-494a-8210-b692853397b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ed4df7e-46cf-439e-b5ca-9f1c3c5eb1dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7821', - 'x-ms-correlation-request-id', - '98398d73-943f-463d-b4da-500681d2c665', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035342Z:98398d73-943f-463d-b4da-500681d2c665', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6df81017-7ce8-477f-90b1-59b8b443d2d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7820', - 'x-ms-correlation-request-id', - '41b863d0-6e6a-492f-baa2-595fd34b958f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035343Z:41b863d0-6e6a-492f-baa2-595fd34b958f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5852d97d-c228-464e-9d37-2d3318298dea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7819', - 'x-ms-correlation-request-id', - '25be4836-e6ad-4bdd-a661-4b4e3e5d5529', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035343Z:25be4836-e6ad-4bdd-a661-4b4e3e5d5529', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '366edfb1-73e1-4113-b8cf-4863c0d58dec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7818', - 'x-ms-correlation-request-id', - '655b9539-4bf7-4008-a135-2b1a15bd49b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035343Z:655b9539-4bf7-4008-a135-2b1a15bd49b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce51d269-4137-4342-a48e-1a84784b396b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7817', - 'x-ms-correlation-request-id', - 'ac422494-f6c4-492e-9514-3964b4bb4b64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035344Z:ac422494-f6c4-492e-9514-3964b4bb4b64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60f5f71c-1568-46f8-8615-5389a6eb4055', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7816', - 'x-ms-correlation-request-id', - '2f117a33-766b-4117-b027-8679131bec43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035344Z:2f117a33-766b-4117-b027-8679131bec43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6be5624e-0315-4c14-aa49-2cf7efff7a04', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7815', - 'x-ms-correlation-request-id', - 'b8154239-ac79-49ca-96fa-a58c66822f91', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035345Z:b8154239-ac79-49ca-96fa-a58c66822f91', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '862dd680-2f25-4f51-97bf-88c1b79e3077', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7814', - 'x-ms-correlation-request-id', - 'd1eb5af3-4d48-4961-94d3-54a8a280f655', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035345Z:d1eb5af3-4d48-4961-94d3-54a8a280f655', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd8afab8-96e0-4551-81b9-3078d058e598', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7813', - 'x-ms-correlation-request-id', - '8e67d437-5d34-4036-b782-bf286d68e513', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035345Z:8e67d437-5d34-4036-b782-bf286d68e513', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b5c52af3-7a5b-41e4-b840-a23261b2fc9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7812', - 'x-ms-correlation-request-id', - '788df931-c2bc-427b-bbd8-288b135c589b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035346Z:788df931-c2bc-427b-bbd8-288b135c589b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '647d4284-0417-4746-bb7d-4018f7650fa7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7811', - 'x-ms-correlation-request-id', - '41549620-8c25-40d0-b5f5-70b8ae8e4772', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035346Z:41549620-8c25-40d0-b5f5-70b8ae8e4772', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ebda7373-608f-4001-a1b6-ad72057e4250', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7810', - 'x-ms-correlation-request-id', - 'f27728ce-8ea3-42de-a3b5-d876116b844d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035347Z:f27728ce-8ea3-42de-a3b5-d876116b844d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6f1f87a-6b2f-4425-9a11-fc70c4ce3a8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7809', - 'x-ms-correlation-request-id', - '28ad78e3-fd41-4a60-b529-b9c2eef1d81a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035347Z:28ad78e3-fd41-4a60-b529-b9c2eef1d81a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e3cce4f-b7eb-4113-a4f8-0775cec1c0a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7808', - 'x-ms-correlation-request-id', - 'ca15f7a9-e2bd-4aea-8588-3b2376c07d5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035347Z:ca15f7a9-e2bd-4aea-8588-3b2376c07d5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12b496fe-2f06-410a-b76e-df9d29d15729', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7807', - 'x-ms-correlation-request-id', - 'cbedafec-a7e1-43ae-bc3b-b24da64f5668', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035348Z:cbedafec-a7e1-43ae-bc3b-b24da64f5668', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b61521ce-0b04-4e62-84cb-ef6e63e7274a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7806', - 'x-ms-correlation-request-id', - '60cead96-4c3a-4c5b-a0d9-3b21528a483b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035348Z:60cead96-4c3a-4c5b-a0d9-3b21528a483b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7bbeb0b-bea8-4d50-91b5-61549d6e2e04', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7805', - 'x-ms-correlation-request-id', - '1f07cd04-7d11-46b3-9161-97a4a74a3164', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035349Z:1f07cd04-7d11-46b3-9161-97a4a74a3164', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '250c5531-1757-4e93-a825-d9ea25c9ec07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7804', - 'x-ms-correlation-request-id', - '407d9b18-c09c-4ddf-9485-e079b59c260a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035349Z:407d9b18-c09c-4ddf-9485-e079b59c260a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08d6a682-fc99-4dc9-adeb-c06f9199afa5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7803', - 'x-ms-correlation-request-id', - '57a35d29-eb2c-475b-a70c-8ece68f659a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035349Z:57a35d29-eb2c-475b-a70c-8ece68f659a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4392592-6085-4890-991b-52d191f44860', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7802', - 'x-ms-correlation-request-id', - '1d15db12-3b2b-44a7-b2e8-29f6117b9f67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035350Z:1d15db12-3b2b-44a7-b2e8-29f6117b9f67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1ba66b4-a54f-47a7-84c5-7ea008c4462d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7801', - 'x-ms-correlation-request-id', - '3ddf1f64-f0c8-4b65-9d8e-f01f57944ed7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035350Z:3ddf1f64-f0c8-4b65-9d8e-f01f57944ed7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb1412f9-a256-4d03-b2c9-57ae13ad1e87', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7800', - 'x-ms-correlation-request-id', - 'fe41d784-cf04-4a77-a443-c8813ab6bb5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035350Z:fe41d784-cf04-4a77-a443-c8813ab6bb5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0192328e-72f0-43b7-ac3c-9504acde98c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7799', - 'x-ms-correlation-request-id', - '2f9a9998-a1f0-4ec5-a83d-a057910bc567', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035351Z:2f9a9998-a1f0-4ec5-a83d-a057910bc567', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c03ae02-fe09-4574-991e-2fe62d4fbda3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7798', - 'x-ms-correlation-request-id', - '91af6cbc-1ad4-4165-be31-31571d12d8b4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035351Z:91af6cbc-1ad4-4165-be31-31571d12d8b4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9aad9b6e-1b9f-4267-b1dc-91261f10b17b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7797', - 'x-ms-correlation-request-id', - '9d18a7da-96ae-49c9-ac8c-a61c7912e23e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035352Z:9d18a7da-96ae-49c9-ac8c-a61c7912e23e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed851547-6fac-4fb4-8ee2-027685cc9e0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7796', - 'x-ms-correlation-request-id', - '80dd8447-3d98-4a6c-a963-7b3749cde9f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035352Z:80dd8447-3d98-4a6c-a963-7b3749cde9f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6281e0c3-cadc-4c03-a2c4-e953883e79b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7795', - 'x-ms-correlation-request-id', - '4777071f-ac27-4f3c-8a6c-ddf18451c128', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035352Z:4777071f-ac27-4f3c-8a6c-ddf18451c128', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31b06fb7-f456-4fd2-bff6-f02695198c74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7794', - 'x-ms-correlation-request-id', - '326c5b31-c3cd-40ca-a38d-3e60e9161385', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035354Z:326c5b31-c3cd-40ca-a38d-3e60e9161385', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '392742f1-433b-41af-92f3-50b5378e5472', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7793', - 'x-ms-correlation-request-id', - '60f51059-9683-490a-8be6-b090396af2a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035354Z:60f51059-9683-490a-8be6-b090396af2a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96552f5a-fd16-4604-b996-3b13bd989401', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7792', - 'x-ms-correlation-request-id', - '76507d72-067f-42d3-aff8-12ea5c379959', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035354Z:76507d72-067f-42d3-aff8-12ea5c379959', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15370c69-1a51-4e97-a1f2-031b36dd8490', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7791', - 'x-ms-correlation-request-id', - '02472de9-8acb-4b0d-9d79-c6cd14508c30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035355Z:02472de9-8acb-4b0d-9d79-c6cd14508c30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90851533-c659-4562-9572-c42c580a991d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7790', - 'x-ms-correlation-request-id', - '23609687-a6bb-47c7-bb7b-ce3d4f6677d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035355Z:23609687-a6bb-47c7-bb7b-ce3d4f6677d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c34e9536-511d-4bfb-b49e-52614f131c7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7789', - 'x-ms-correlation-request-id', - '164f9cc9-4523-471b-9db7-93697161eee6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035356Z:164f9cc9-4523-471b-9db7-93697161eee6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa1103c1-02cf-4254-bfd4-e462d8d69fe7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7788', - 'x-ms-correlation-request-id', - '3a526a2b-16b8-42c5-853a-bcfa529aad15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035356Z:3a526a2b-16b8-42c5-853a-bcfa529aad15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56448074-b520-4fda-8cf3-a14ce8fdde9b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7787', - 'x-ms-correlation-request-id', - '94b4477d-d251-48a5-a120-c0f9f9e8e3a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035356Z:94b4477d-d251-48a5-a120-c0f9f9e8e3a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f7334fe-230d-4756-bb7b-5956499de1d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7786', - 'x-ms-correlation-request-id', - 'b0603f9c-a5ca-4328-9f1c-d39d629f6ea3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035357Z:b0603f9c-a5ca-4328-9f1c-d39d629f6ea3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1bfea8f5-9300-4dd4-85a0-063f9723ade5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7785', - 'x-ms-correlation-request-id', - '8de62f49-1b24-4931-970f-8e96062a4b4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035357Z:8de62f49-1b24-4931-970f-8e96062a4b4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8bd8ba71-bd35-4287-b02a-cfbd96203602', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7784', - 'x-ms-correlation-request-id', - '4c785430-140e-4fe6-87de-9e728aa5ca4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035357Z:4c785430-140e-4fe6-87de-9e728aa5ca4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dad5aecd-854b-4470-af5f-eda548b47d25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7783', - 'x-ms-correlation-request-id', - '8c554e9f-8e4a-4d39-8381-9a0725759853', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035358Z:8c554e9f-8e4a-4d39-8381-9a0725759853', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac16ac87-762a-4670-b930-df47ecbb8255', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7782', - 'x-ms-correlation-request-id', - 'f6e2e815-33d2-490e-a73b-f6c4358fe782', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035358Z:f6e2e815-33d2-490e-a73b-f6c4358fe782', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb0bacab-7f79-4953-8e21-7bca77209c0f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7781', - 'x-ms-correlation-request-id', - '1870ba73-7ceb-4f69-8c85-c002e9051bca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035359Z:1870ba73-7ceb-4f69-8c85-c002e9051bca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6c082ddb-ed39-459c-b863-f25466463737', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7780', - 'x-ms-correlation-request-id', - 'e94e44f8-54ff-49b5-85fc-d610b1d6226e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035359Z:e94e44f8-54ff-49b5-85fc-d610b1d6226e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'efd52262-7e99-445d-83b4-3dfc91be7529', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7779', - 'x-ms-correlation-request-id', - '8fb082f6-e355-4691-9262-babe1f27e032', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035359Z:8fb082f6-e355-4691-9262-babe1f27e032', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:53:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '581399f4-ed74-4692-8c80-68f9bebb7e91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7778', - 'x-ms-correlation-request-id', - 'b01959de-648c-42ba-ac43-2a7673d7d3b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035400Z:b01959de-648c-42ba-ac43-2a7673d7d3b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b7b9032-65f1-4b06-9618-16267ecec391', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7777', - 'x-ms-correlation-request-id', - '15a9feb1-d1bd-4c18-a133-596dc1fc1506', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035400Z:15a9feb1-d1bd-4c18-a133-596dc1fc1506', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa74e601-77f5-4d57-bfc8-31d2acea85e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7776', - 'x-ms-correlation-request-id', - 'a317e873-72df-4208-9b02-9b8ed479b4b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035401Z:a317e873-72df-4208-9b02-9b8ed479b4b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b999b0f-befa-4c92-9263-786f9e5479ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7775', - 'x-ms-correlation-request-id', - 'e3466157-5ba5-4333-b0b8-e9b05487f3fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035401Z:e3466157-5ba5-4333-b0b8-e9b05487f3fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49b36b71-2914-4af8-b903-52bc494d05e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7774', - 'x-ms-correlation-request-id', - '4dca59b0-370c-4634-83be-8ed939f6f26f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035401Z:4dca59b0-370c-4634-83be-8ed939f6f26f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f82b83ad-b65b-4753-9071-081b753d032d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7773', - 'x-ms-correlation-request-id', - 'e9f61afe-b5d3-409d-9e1c-826bd41e7e1b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035402Z:e9f61afe-b5d3-409d-9e1c-826bd41e7e1b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c78050d2-06a7-4504-8df9-aeacee7921b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7772', - 'x-ms-correlation-request-id', - '3eb56d57-7995-4704-b5d6-7867cc3d8b6b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035402Z:3eb56d57-7995-4704-b5d6-7867cc3d8b6b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87e426da-2ee5-4eba-97f9-de5393e7ea90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7771', - 'x-ms-correlation-request-id', - '7812f28a-0341-4930-b407-cacbb083b164', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035403Z:7812f28a-0341-4930-b407-cacbb083b164', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b669c3f1-47e5-416a-914b-cc78b4502948', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7770', - 'x-ms-correlation-request-id', - 'd9898f8d-f93f-436e-b8c2-a94d2a207aa3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035403Z:d9898f8d-f93f-436e-b8c2-a94d2a207aa3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fcaac486-4831-42b0-9eac-7d880a333cbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7769', - 'x-ms-correlation-request-id', - 'cbfb0a25-3077-4563-ba12-f991cbb5af5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035404Z:cbfb0a25-3077-4563-ba12-f991cbb5af5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ac0bc0c-52fe-4b18-b006-a358195b9377', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7768', - 'x-ms-correlation-request-id', - '0d22c28a-97e0-43da-8277-32e6a1ad3716', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035404Z:0d22c28a-97e0-43da-8277-32e6a1ad3716', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df5eeae6-3162-4dd4-a8b4-be32d772728d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7767', - 'x-ms-correlation-request-id', - 'cfff7cfb-d70a-41a0-bf01-b82571871647', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035404Z:cfff7cfb-d70a-41a0-bf01-b82571871647', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b076dcc6-877c-4626-ba42-b98c346d6a5e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7766', - 'x-ms-correlation-request-id', - '8c1e99a0-07aa-4589-8ded-3d61319a43c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035405Z:8c1e99a0-07aa-4589-8ded-3d61319a43c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd52e7ce8-00fa-49df-962f-e023b4ad2519', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7765', - 'x-ms-correlation-request-id', - '17d491df-9ed6-4cec-b73d-8b08e427a203', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035405Z:17d491df-9ed6-4cec-b73d-8b08e427a203', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad7d259f-c7a2-4d5a-b078-f0a47a3a185e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7764', - 'x-ms-correlation-request-id', - '39e588a6-20f0-4d9c-8478-127c35e63f3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035406Z:39e588a6-20f0-4d9c-8478-127c35e63f3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3fb78a1-ea40-4b4f-b674-a3aa915cfb76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7763', - 'x-ms-correlation-request-id', - '4e52c87e-5aef-4793-8f58-bc02e8ca2fe1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035406Z:4e52c87e-5aef-4793-8f58-bc02e8ca2fe1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7f95845-cbde-474a-9c10-f79aee4877ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7762', - 'x-ms-correlation-request-id', - 'b920d892-2568-46a4-ba88-3fa9c60684af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035406Z:b920d892-2568-46a4-ba88-3fa9c60684af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8824f362-5ee4-4e83-a9c3-30fa4b6e9cad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7761', - 'x-ms-correlation-request-id', - 'dbf47568-9561-41bf-b822-5048cce1d2cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035407Z:dbf47568-9561-41bf-b822-5048cce1d2cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a01c672-0984-485d-9b54-5dffd359b83d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7760', - 'x-ms-correlation-request-id', - 'cf014e1c-7302-4a39-b485-ff600a917dff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035407Z:cf014e1c-7302-4a39-b485-ff600a917dff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0cbb84d2-7f17-44de-af14-c32e258e9086', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7759', - 'x-ms-correlation-request-id', - 'abc53c40-9c2b-4025-b353-28c8fcb9314a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035407Z:abc53c40-9c2b-4025-b353-28c8fcb9314a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ca5bc37-aa3f-416f-80f2-31a74fe86cbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7758', - 'x-ms-correlation-request-id', - '5b85c0c2-434e-48a4-b758-924a4a1c48e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035408Z:5b85c0c2-434e-48a4-b758-924a4a1c48e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae225180-47dd-4189-81c9-dd353a48e63c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7757', - 'x-ms-correlation-request-id', - 'fa2f89e2-92f8-43b6-b4b6-b2f20a9af61e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035408Z:fa2f89e2-92f8-43b6-b4b6-b2f20a9af61e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e186c1dc-7811-4fca-ae6a-52f15c3d1890', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7756', - 'x-ms-correlation-request-id', - '3b71735d-e739-41fa-b04e-bb56c2c37b76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035409Z:3b71735d-e739-41fa-b04e-bb56c2c37b76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44694979-e345-4a65-ae60-233bb8e90f4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7755', - 'x-ms-correlation-request-id', - '00296b70-eddc-42cc-b669-86909504fa9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035409Z:00296b70-eddc-42cc-b669-86909504fa9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a385f379-fe27-4c5c-85eb-2aa379af6ff3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7754', - 'x-ms-correlation-request-id', - '63b9b7e6-4855-49e6-af91-d975c37ce868', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035409Z:63b9b7e6-4855-49e6-af91-d975c37ce868', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '537ed35c-123d-40ef-85a1-7b8ba9b883c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7753', - 'x-ms-correlation-request-id', - '6a71ca19-f9e1-4a29-bdab-e1709fab74f2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035410Z:6a71ca19-f9e1-4a29-bdab-e1709fab74f2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '589685c7-9999-443c-a5dc-f9d75fda0da5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7752', - 'x-ms-correlation-request-id', - '32d3857b-e1ef-40df-80d9-6c70480ed336', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035410Z:32d3857b-e1ef-40df-80d9-6c70480ed336', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e686117b-5acd-4f12-b15e-d4db1babb59e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7751', - 'x-ms-correlation-request-id', - '839fb8c1-ec07-47c5-ae28-6ce6155ebfcd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035411Z:839fb8c1-ec07-47c5-ae28-6ce6155ebfcd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65956163-8382-442f-8480-16faf302b306', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7750', - 'x-ms-correlation-request-id', - '4035ed5d-5018-44f2-a13e-8a30bd705b15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035411Z:4035ed5d-5018-44f2-a13e-8a30bd705b15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3ef116e-c4fb-4691-b8ea-b0828ae55c4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7749', - 'x-ms-correlation-request-id', - '417a7d0d-5237-42ba-ae2e-e34b14446bf8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035411Z:417a7d0d-5237-42ba-ae2e-e34b14446bf8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e3fc6f3-82da-418b-9345-7fa5bb21cdfc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7748', - 'x-ms-correlation-request-id', - '126936c0-70ce-4899-995e-cdd328f9cdf1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035412Z:126936c0-70ce-4899-995e-cdd328f9cdf1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20f97742-4b53-49a4-a8a1-c3870da047e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7747', - 'x-ms-correlation-request-id', - 'ca2ddf44-15ae-4029-ae78-f71d7a6810d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035412Z:ca2ddf44-15ae-4029-ae78-f71d7a6810d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70add76d-7fbc-4112-a148-fe554d1bda2c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7746', - 'x-ms-correlation-request-id', - 'b7133eb9-3a5f-46d2-a2c2-c7aacd4a18b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035413Z:b7133eb9-3a5f-46d2-a2c2-c7aacd4a18b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '685e91eb-35ec-46ed-8dbc-59fe24f520a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7745', - 'x-ms-correlation-request-id', - 'd6483040-daa5-4ec3-a86e-6cde17735f03', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035413Z:d6483040-daa5-4ec3-a86e-6cde17735f03', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b162fe93-c7bb-4f34-bdc8-95684874f6e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7744', - 'x-ms-correlation-request-id', - '07f1430f-57c8-41bc-8e23-fbea71df310d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035413Z:07f1430f-57c8-41bc-8e23-fbea71df310d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f032279a-d0c1-43ef-b78a-59392926e64a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7743', - 'x-ms-correlation-request-id', - '1ddf3065-f9d8-4411-a1bc-8ec0adbe557a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035414Z:1ddf3065-f9d8-4411-a1bc-8ec0adbe557a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68b46bef-3ffe-468f-8970-a3574928d752', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7742', - 'x-ms-correlation-request-id', - 'aea0af66-bf96-40aa-8940-fe1723c9dd68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035414Z:aea0af66-bf96-40aa-8940-fe1723c9dd68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc52f579-5d74-48f2-9226-da033fb0a6fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7741', - 'x-ms-correlation-request-id', - '70fe743d-114c-43cd-afd6-500447b0b753', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035415Z:70fe743d-114c-43cd-afd6-500447b0b753', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e77ebf49-885e-4b94-948a-e5bb5850604a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7740', - 'x-ms-correlation-request-id', - 'd6355ce1-b2a9-4650-8375-eebfade6a376', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035415Z:d6355ce1-b2a9-4650-8375-eebfade6a376', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96a5ecfb-a06b-492e-8892-5a11fcdefc34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7739', - 'x-ms-correlation-request-id', - '7412e6d8-f703-4050-883b-ddb698395328', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035415Z:7412e6d8-f703-4050-883b-ddb698395328', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe5f7ba6-808b-4906-91c6-ef5dc89bf856', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7738', - 'x-ms-correlation-request-id', - 'e1232b61-569a-4040-9386-2f38b1df2610', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035416Z:e1232b61-569a-4040-9386-2f38b1df2610', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '06df8b3f-595c-4500-b74b-23524cb74730', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7737', - 'x-ms-correlation-request-id', - '0e2ec032-8035-44aa-9551-7b5486de84fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035416Z:0e2ec032-8035-44aa-9551-7b5486de84fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bafb4240-e895-4d56-9651-bc984cc4e68a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7736', - 'x-ms-correlation-request-id', - '3ea87878-7bf2-4163-b7e5-cae64dfc2b14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035417Z:3ea87878-7bf2-4163-b7e5-cae64dfc2b14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cb29ab1-a93f-4008-a244-ae80a8944c95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7735', - 'x-ms-correlation-request-id', - 'f46b5ed7-2b5a-416d-8c90-8e97c5dba63c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035417Z:f46b5ed7-2b5a-416d-8c90-8e97c5dba63c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79fb953a-9384-4fef-8fdd-35fe1b815ef9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7734', - 'x-ms-correlation-request-id', - 'eccd2921-e93d-40db-a8c2-ff8473e7a450', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035417Z:eccd2921-e93d-40db-a8c2-ff8473e7a450', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd653f7d1-6113-4baa-b941-dd316f01ee99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7733', - 'x-ms-correlation-request-id', - 'f7513190-88ca-4f19-98cc-d81518803203', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035418Z:f7513190-88ca-4f19-98cc-d81518803203', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c89bcfb2-658b-4431-ae35-74db260691a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7732', - 'x-ms-correlation-request-id', - '5e99651c-3cbf-462c-a71f-af3fa019e786', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035418Z:5e99651c-3cbf-462c-a71f-af3fa019e786', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '291dcbb0-7310-4ef6-baa4-822b7d4594f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7731', - 'x-ms-correlation-request-id', - 'b773e733-4b8e-466b-ad43-3263e0fe6963', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035419Z:b773e733-4b8e-466b-ad43-3263e0fe6963', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a3f1ead-b88d-4527-ada6-cde009af2e14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7730', - 'x-ms-correlation-request-id', - 'ac8a430f-e888-4786-a10a-5287d15e7f6d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035419Z:ac8a430f-e888-4786-a10a-5287d15e7f6d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b95bdd3a-a5e0-49de-aa93-35457f0965b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7729', - 'x-ms-correlation-request-id', - '6880c3b7-2765-4e6f-b7d9-271d1821f11a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035419Z:6880c3b7-2765-4e6f-b7d9-271d1821f11a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df0e502b-b1e2-485b-b493-ab4c193700cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7728', - 'x-ms-correlation-request-id', - '79f28907-2631-4db5-8c19-21591bc49607', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035420Z:79f28907-2631-4db5-8c19-21591bc49607', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94b355bf-34db-4c9a-9e45-62d86b29ae71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7727', - 'x-ms-correlation-request-id', - 'ea345e2b-d7a3-4f3f-a6fe-4386d853dc64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035420Z:ea345e2b-d7a3-4f3f-a6fe-4386d853dc64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67feceda-a01c-49d6-8aef-01159f92922f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7726', - 'x-ms-correlation-request-id', - 'c57648e1-45be-46b5-873f-6059a84baa7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035420Z:c57648e1-45be-46b5-873f-6059a84baa7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '92f8473d-b766-41f5-a1f8-ceb1659a91ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7725', - 'x-ms-correlation-request-id', - 'b5b1f753-1d49-488e-a812-d55fded0ea0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035421Z:b5b1f753-1d49-488e-a812-d55fded0ea0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8186354e-8f18-402a-b668-1012b2b70fe9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7724', - 'x-ms-correlation-request-id', - '063251d4-1032-4ceb-8d9d-d7e20c2d7f2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035421Z:063251d4-1032-4ceb-8d9d-d7e20c2d7f2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b95d433-75bb-487b-8230-3353b4eac6a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7723', - 'x-ms-correlation-request-id', - '86250038-c334-4cd9-ba49-b1e05dc856bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035422Z:86250038-c334-4cd9-ba49-b1e05dc856bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b3b0853-2826-47e8-96d3-faec1a9f08bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7722', - 'x-ms-correlation-request-id', - '3d669699-cf88-4844-b615-8d5ac27fc247', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035422Z:3d669699-cf88-4844-b615-8d5ac27fc247', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2dae9fdc-46a8-406b-b099-bc387594d4df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7721', - 'x-ms-correlation-request-id', - 'bae2faec-b266-4de2-989b-4a1ab268999e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035422Z:bae2faec-b266-4de2-989b-4a1ab268999e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88fae27d-10f4-4c3c-8d18-0030102e2b5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7720', - 'x-ms-correlation-request-id', - '590102ff-8452-4c8f-92c6-1ef71fdf053c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035423Z:590102ff-8452-4c8f-92c6-1ef71fdf053c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '324a9fef-6f2f-4c74-ac40-cf032797e70c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7719', - 'x-ms-correlation-request-id', - '2f05daa9-d58a-41e5-a809-ba5c967ea670', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035423Z:2f05daa9-d58a-41e5-a809-ba5c967ea670', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0264749-c374-423d-9076-4b647e03a61a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7718', - 'x-ms-correlation-request-id', - 'c633ba41-00c9-44e9-b30f-c4e42f8e06bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035424Z:c633ba41-00c9-44e9-b30f-c4e42f8e06bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f8dc48f-03fc-44df-a6ec-9e718d74d326', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7717', - 'x-ms-correlation-request-id', - 'b84339c7-cf9e-4165-8d5c-5403bdf33362', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035424Z:b84339c7-cf9e-4165-8d5c-5403bdf33362', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73fcab81-39b3-4ca1-8654-ad3334baee0c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7716', - 'x-ms-correlation-request-id', - '9dd9499e-3faf-4aab-9249-d48015fc456b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035424Z:9dd9499e-3faf-4aab-9249-d48015fc456b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd07e9e5-35db-4bc4-a7c6-9db6f298f2e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7715', - 'x-ms-correlation-request-id', - '12831f25-9f5e-450d-b4d0-ef95d0b78433', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035425Z:12831f25-9f5e-450d-b4d0-ef95d0b78433', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0235e968-3e5f-44ac-90d5-0d1cf5a43d17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7714', - 'x-ms-correlation-request-id', - '331cad6e-1af8-46e7-98af-66f967da913b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035425Z:331cad6e-1af8-46e7-98af-66f967da913b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5324b038-ab96-4460-b8b8-383f977915a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7713', - 'x-ms-correlation-request-id', - '122810b1-a05b-41e0-a6a0-57bc52bc9e82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035426Z:122810b1-a05b-41e0-a6a0-57bc52bc9e82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '013f268a-868d-41df-91b2-c73a2e5f1bb9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7712', - 'x-ms-correlation-request-id', - 'ed098c09-7225-4d3e-8e36-a9dc5d5ec44f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035426Z:ed098c09-7225-4d3e-8e36-a9dc5d5ec44f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '596ac27b-eb1f-4560-b4f0-aa9caeb0d7c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7711', - 'x-ms-correlation-request-id', - 'ce865cd7-aec3-4a2a-a353-119d1a6ce583', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035426Z:ce865cd7-aec3-4a2a-a353-119d1a6ce583', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d94883d-4790-4631-8f65-14ab70b2d94f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7710', - 'x-ms-correlation-request-id', - 'deeb658c-d20b-437c-8a30-9d6060e42ef7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035427Z:deeb658c-d20b-437c-8a30-9d6060e42ef7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b8b0ad9-d067-45f1-a566-59ba1776d2c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7709', - 'x-ms-correlation-request-id', - '8e715871-a1e5-450b-adc2-8ee849c7d712', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035427Z:8e715871-a1e5-450b-adc2-8ee849c7d712', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46223c1d-1359-40be-8912-653031d32da8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7708', - 'x-ms-correlation-request-id', - '50313ece-8b5e-448d-9bae-a4d6a53e77a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035428Z:50313ece-8b5e-448d-9bae-a4d6a53e77a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de4222fe-92ed-4f82-91f5-60af9d8dcd0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7707', - 'x-ms-correlation-request-id', - 'c89b39ea-3678-49a2-9557-2dbff555a4eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035428Z:c89b39ea-3678-49a2-9557-2dbff555a4eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1dc67700-1955-40b1-955c-4ed953b4bce2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7706', - 'x-ms-correlation-request-id', - '679576a7-c3b9-4f8b-99e8-bf735259f05d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035428Z:679576a7-c3b9-4f8b-99e8-bf735259f05d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '48a7168d-5d46-4b0f-912b-1d5663697c3e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7705', - 'x-ms-correlation-request-id', - '9d9e2ad4-99a5-4195-ac3b-1bba916885b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035429Z:9d9e2ad4-99a5-4195-ac3b-1bba916885b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '21241860-0d6a-45fc-8a73-375175fb36e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7704', - 'x-ms-correlation-request-id', - '45f1f11f-d2f3-4ac0-8603-bc16c5b2d26f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035429Z:45f1f11f-d2f3-4ac0-8603-bc16c5b2d26f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a85691e0-c5b8-4908-bb78-d4bb35d69fc7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7703', - 'x-ms-correlation-request-id', - '758410a7-d8d9-40de-a7b2-cdd4e8d024eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035430Z:758410a7-d8d9-40de-a7b2-cdd4e8d024eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bff176f4-3285-46de-a427-e4cf563c553f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7702', - 'x-ms-correlation-request-id', - '752daf06-3b13-480a-9c14-6303d9a44de5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035430Z:752daf06-3b13-480a-9c14-6303d9a44de5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '067f1db8-1134-4b4a-84e4-dba659fa97ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7701', - 'x-ms-correlation-request-id', - 'f0b6a09a-1f36-4783-845b-cb8ec9d7ba8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035430Z:f0b6a09a-1f36-4783-845b-cb8ec9d7ba8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca953837-6de8-4a47-88a8-d9914a240898', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7700', - 'x-ms-correlation-request-id', - '4f0a7178-306c-49ac-aa41-613fd87557b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035431Z:4f0a7178-306c-49ac-aa41-613fd87557b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd048e91-70af-45a9-a0aa-507dc8b61c35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7699', - 'x-ms-correlation-request-id', - 'a7b6312f-8ca9-421b-af37-8406dbf81781', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035431Z:a7b6312f-8ca9-421b-af37-8406dbf81781', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc9372d0-aa80-414b-9805-8040d1a1dfdf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7698', - 'x-ms-correlation-request-id', - '85d5a688-e5fc-4bda-bddc-0c12a997a204', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035432Z:85d5a688-e5fc-4bda-bddc-0c12a997a204', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b8f36bc-2a2d-4d80-a857-991cf75e55ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7697', - 'x-ms-correlation-request-id', - '25ea2d16-9a09-4421-9655-65fe932bfeeb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035432Z:25ea2d16-9a09-4421-9655-65fe932bfeeb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b43fd7e5-1c9d-4845-9d79-374fd830b7a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7696', - 'x-ms-correlation-request-id', - 'af287035-486e-44c2-beef-4341a0fc76ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035432Z:af287035-486e-44c2-beef-4341a0fc76ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '701b2967-2540-46cf-90cc-9aa7a8d46315', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7695', - 'x-ms-correlation-request-id', - '5658012c-4f17-43bf-82c8-c414cd81d22d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035433Z:5658012c-4f17-43bf-82c8-c414cd81d22d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '993d68f8-61f7-4151-8d5d-d29ad69d5fe8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7694', - 'x-ms-correlation-request-id', - '6a84eb5d-2cbc-45c9-a96a-87820c6403d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035433Z:6a84eb5d-2cbc-45c9-a96a-87820c6403d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7436c668-a96a-4e35-804f-3135aae03268', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7693', - 'x-ms-correlation-request-id', - 'c8a09838-8357-4087-95db-f46622495e3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035434Z:c8a09838-8357-4087-95db-f46622495e3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fefe5fca-93c1-442d-91d1-9f6eff64a487', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7692', - 'x-ms-correlation-request-id', - 'f16fde30-05ec-43bd-8978-d4728fa8bbc5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035434Z:f16fde30-05ec-43bd-8978-d4728fa8bbc5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed287530-1b18-4975-a99b-17825da019e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7691', - 'x-ms-correlation-request-id', - '85e13452-140d-4b4c-9452-b095a2d9a3a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035434Z:85e13452-140d-4b4c-9452-b095a2d9a3a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65198e95-34ba-4f34-9b45-a0ca963a836c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7690', - 'x-ms-correlation-request-id', - 'ff4afebb-af5f-4883-824e-2730e6a24828', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035435Z:ff4afebb-af5f-4883-824e-2730e6a24828', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b5498d27-cb64-4279-b226-68a868a7286a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7689', - 'x-ms-correlation-request-id', - '60fa2fc1-0d0e-4b09-bc7d-5da5f3183b8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035435Z:60fa2fc1-0d0e-4b09-bc7d-5da5f3183b8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75a6d295-f748-45e4-a515-e388413e56a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7688', - 'x-ms-correlation-request-id', - 'b56e84a6-7a7e-44a3-9054-ae10b935e1d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035436Z:b56e84a6-7a7e-44a3-9054-ae10b935e1d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33c1b706-3c00-40c8-b7af-b226c64d8e37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7687', - 'x-ms-correlation-request-id', - 'dc8c11d9-8565-45d9-a475-b4d479d3feeb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035436Z:dc8c11d9-8565-45d9-a475-b4d479d3feeb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1582549-01ad-4207-8c3e-7fb29003aa16', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7686', - 'x-ms-correlation-request-id', - '832bd2c2-964c-41f7-b603-aefaa3f031a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035436Z:832bd2c2-964c-41f7-b603-aefaa3f031a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c357645f-5086-4a09-9bae-9ab4169981fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7685', - 'x-ms-correlation-request-id', - '3448f631-0b70-4fe6-9651-35ebfdf95e90', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035437Z:3448f631-0b70-4fe6-9651-35ebfdf95e90', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb9659be-83d8-408b-b466-732fa6db59dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7684', - 'x-ms-correlation-request-id', - '65d33f6c-b87c-4ecb-b444-53836846321a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035437Z:65d33f6c-b87c-4ecb-b444-53836846321a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e19b2bb6-c832-4bec-84cd-0db7e4235e6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7683', - 'x-ms-correlation-request-id', - 'ccf3ea8b-507e-4c72-b66e-8872b9c8015e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035437Z:ccf3ea8b-507e-4c72-b66e-8872b9c8015e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7164f6c3-f6d8-4474-a6ce-0eb95df07272', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7682', - 'x-ms-correlation-request-id', - '0929597f-052d-497d-a14d-f7ce1abc199d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035438Z:0929597f-052d-497d-a14d-f7ce1abc199d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'acbc89ad-9e31-40d4-9c21-e36cde578760', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7681', - 'x-ms-correlation-request-id', - '9b979770-e141-426e-acaf-21819cb38706', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035438Z:9b979770-e141-426e-acaf-21819cb38706', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5fda533-d6c3-4efa-a1ce-c10a11f444ab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7680', - 'x-ms-correlation-request-id', - '7cc75ec7-8e2a-4971-bc10-e7c5908f2c43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035439Z:7cc75ec7-8e2a-4971-bc10-e7c5908f2c43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b275136d-d7cb-4744-854c-081fc5512dd2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7679', - 'x-ms-correlation-request-id', - 'cda208df-2c6b-4ee5-a12e-294ff5eac39e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035439Z:cda208df-2c6b-4ee5-a12e-294ff5eac39e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bffea520-d242-4ec2-bc7e-cd548fb411ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7678', - 'x-ms-correlation-request-id', - '0402beb1-e744-4206-8ffe-6b340da3c013', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035440Z:0402beb1-e744-4206-8ffe-6b340da3c013', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11e4693b-4331-45fc-b9b2-70bceb7a05de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7677', - 'x-ms-correlation-request-id', - '25f8e5ff-8c74-4032-965b-6523757f997a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035440Z:25f8e5ff-8c74-4032-965b-6523757f997a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49b6d4ef-3f9f-4347-bac2-7e06215b5b29', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7676', - 'x-ms-correlation-request-id', - '9f2e40f6-efa3-4fba-a105-aa012c1d5090', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035440Z:9f2e40f6-efa3-4fba-a105-aa012c1d5090', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d86652b-caf8-429d-bae8-503f9e2838da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7675', - 'x-ms-correlation-request-id', - '6306d874-e00d-46d0-a267-d6b4ad65e605', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035441Z:6306d874-e00d-46d0-a267-d6b4ad65e605', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8a19de5-ca8e-49b7-86de-b4ca56b98644', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7674', - 'x-ms-correlation-request-id', - '4189bee9-bd05-4937-ada9-b97ebac1bf3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035441Z:4189bee9-bd05-4937-ada9-b97ebac1bf3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07f6390d-b06c-4273-ba11-f4d3a41f7ddd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7673', - 'x-ms-correlation-request-id', - '24b6c16a-09ea-4a12-b5ee-c2e55ad4ec67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035441Z:24b6c16a-09ea-4a12-b5ee-c2e55ad4ec67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1f5d74b-16f5-4cc7-abdd-e90728b9bf0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7672', - 'x-ms-correlation-request-id', - 'ae1dd6d7-90c6-4b92-a1f6-7c88348eefe4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035442Z:ae1dd6d7-90c6-4b92-a1f6-7c88348eefe4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ca8c418-0f1d-478b-83fb-dfff2778f6f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7671', - 'x-ms-correlation-request-id', - '14032e7e-bce7-4d9b-bc9c-6321cfb21b24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035442Z:14032e7e-bce7-4d9b-bc9c-6321cfb21b24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '422717a1-58c9-4341-b3c7-f9148f1922d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7670', - 'x-ms-correlation-request-id', - '2397deb5-5f32-494b-9fd3-1e79a3065373', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035443Z:2397deb5-5f32-494b-9fd3-1e79a3065373', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b42b04a-c1a7-45b1-8c7e-2a0acfcd342d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7669', - 'x-ms-correlation-request-id', - '7400e84d-4928-4aa8-ad3b-bab9f3dd49e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035443Z:7400e84d-4928-4aa8-ad3b-bab9f3dd49e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2521482-9d66-4ad0-9d4c-0662bb7ecb4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7668', - 'x-ms-correlation-request-id', - '3e047808-b31e-4776-849e-fdee34724981', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035443Z:3e047808-b31e-4776-849e-fdee34724981', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9be5265-42fa-46a9-8a70-0d415ec1d682', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7667', - 'x-ms-correlation-request-id', - '95e51216-7828-48a4-8d8a-484a268887db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035444Z:95e51216-7828-48a4-8d8a-484a268887db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25d001b2-8a01-487e-bd29-5223cc762626', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7666', - 'x-ms-correlation-request-id', - '0622df18-2798-4cda-9edc-e1b33e99962f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035444Z:0622df18-2798-4cda-9edc-e1b33e99962f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1af46f48-9a9d-473f-983d-675aa1fa171a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7665', - 'x-ms-correlation-request-id', - 'a0791741-9e48-4212-8a07-ef00879aae07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035445Z:a0791741-9e48-4212-8a07-ef00879aae07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4588356a-2923-4233-b4a9-215a407f4bc2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7664', - 'x-ms-correlation-request-id', - '51fa6699-8107-4a8c-8eef-9b1cd95c7a8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035445Z:51fa6699-8107-4a8c-8eef-9b1cd95c7a8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6c302c3b-8ce3-4560-98f6-f1a0669084b0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7663', - 'x-ms-correlation-request-id', - '2616ddc9-b13f-42bd-a254-229fcad6b1ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035445Z:2616ddc9-b13f-42bd-a254-229fcad6b1ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '540904ed-131e-4a94-8b82-4c259d3ed5d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7662', - 'x-ms-correlation-request-id', - '10a73d9f-4bf7-47d9-be80-51ff92286433', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035446Z:10a73d9f-4bf7-47d9-be80-51ff92286433', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '012e93e5-0add-48b8-88a4-3377a57c6dcd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7661', - 'x-ms-correlation-request-id', - 'd5fc78f0-6546-475e-ba28-73e5c7ffc5b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035446Z:d5fc78f0-6546-475e-ba28-73e5c7ffc5b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a79af89-9644-4024-8db5-ed6b46070a52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7660', - 'x-ms-correlation-request-id', - 'a10c6ed4-855e-4845-a117-15426300e7e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035447Z:a10c6ed4-855e-4845-a117-15426300e7e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e43310d5-0f94-4757-8e0a-e6dbd6e2b220', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7659', - 'x-ms-correlation-request-id', - '4af88a01-65ba-44b2-ad36-f5c1d975cd3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035447Z:4af88a01-65ba-44b2-ad36-f5c1d975cd3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be3af0c3-a91c-4011-9bb2-d47bd5b22a14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7658', - 'x-ms-correlation-request-id', - '88a1f6fe-adf7-47c9-aaed-db81005fbb38', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035447Z:88a1f6fe-adf7-47c9-aaed-db81005fbb38', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59dea9c7-31de-4fc2-a69f-b188b559f311', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7657', - 'x-ms-correlation-request-id', - '7a9178df-5e70-49ed-8eba-962f541a31ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035448Z:7a9178df-5e70-49ed-8eba-962f541a31ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a4d7143-93cc-447b-a203-075fe97638a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7656', - 'x-ms-correlation-request-id', - '8f567347-e0a6-424b-bd8b-89c76cf0095d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035448Z:8f567347-e0a6-424b-bd8b-89c76cf0095d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62826542-23a8-4cae-bee1-ec04f182e87c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7655', - 'x-ms-correlation-request-id', - 'eaaa8b07-c47c-4efc-8516-9b61477014b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035449Z:eaaa8b07-c47c-4efc-8516-9b61477014b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a82df128-d950-4112-823b-e223f149ca14', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7654', - 'x-ms-correlation-request-id', - '5af66724-27d2-4ffc-aa72-82474534fd59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035449Z:5af66724-27d2-4ffc-aa72-82474534fd59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '944698fd-86ea-44e2-b5b1-84b50353ef36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7653', - 'x-ms-correlation-request-id', - '68fa73d4-f91b-4d2e-89c1-fd8a22ab5de5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035449Z:68fa73d4-f91b-4d2e-89c1-fd8a22ab5de5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b69b3f50-a97f-40da-a38a-2aa0fd0586f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7652', - 'x-ms-correlation-request-id', - 'd0b61fd4-2288-4815-a598-1f3577309f8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035450Z:d0b61fd4-2288-4815-a598-1f3577309f8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '39b7fba9-9ef4-44ad-9009-cc9de4261aed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7651', - 'x-ms-correlation-request-id', - '5d61bd7a-2276-437a-b8fd-9aa9b79adbce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035450Z:5d61bd7a-2276-437a-b8fd-9aa9b79adbce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed57014e-3451-4ba9-bf00-4dbdd7666196', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7650', - 'x-ms-correlation-request-id', - '6281e98b-a59a-4f22-8096-a1737f9d5335', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035451Z:6281e98b-a59a-4f22-8096-a1737f9d5335', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dfc8fd61-3b5e-4419-a397-62bb6127ad28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7649', - 'x-ms-correlation-request-id', - 'e3cca3dc-e797-474d-a9e4-aa61ae7e4c40', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035451Z:e3cca3dc-e797-474d-a9e4-aa61ae7e4c40', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43e49322-0f99-47a2-aca3-ef62fd53ba73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7648', - 'x-ms-correlation-request-id', - 'c7195e30-c1d0-4461-bf1f-4d4232bff6a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035451Z:c7195e30-c1d0-4461-bf1f-4d4232bff6a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '92ede808-e0c8-4763-a41b-88434a78e8ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7647', - 'x-ms-correlation-request-id', - '9020954c-e8fd-4962-80ef-24b2d13d765a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035452Z:9020954c-e8fd-4962-80ef-24b2d13d765a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7916634e-e393-4932-a0b8-4f5b6bda9662', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7646', - 'x-ms-correlation-request-id', - '0809d580-ea42-4b48-9d8d-4ddee638b4da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035452Z:0809d580-ea42-4b48-9d8d-4ddee638b4da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4e1321b-7475-46e4-bfa7-8044cb46a7db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7645', - 'x-ms-correlation-request-id', - 'fb52dbf1-1601-434b-8f32-8e4cfceaa147', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035453Z:fb52dbf1-1601-434b-8f32-8e4cfceaa147', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa53698c-a696-4f54-8dbc-37fa011b0be0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7644', - 'x-ms-correlation-request-id', - '49bd02be-4a4f-4b4b-b7ce-8fca0a5b3bc1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035453Z:49bd02be-4a4f-4b4b-b7ce-8fca0a5b3bc1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4cbe653f-bfb8-45f1-a19e-a53e1532be0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7643', - 'x-ms-correlation-request-id', - 'd936fbde-7656-46d7-bba9-b20da4ae3500', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035453Z:d936fbde-7656-46d7-bba9-b20da4ae3500', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32dfa6c2-aff2-4744-b85c-3c0c282802cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7642', - 'x-ms-correlation-request-id', - '114a070e-2c97-4eab-ae8d-947b4beca9e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035454Z:114a070e-2c97-4eab-ae8d-947b4beca9e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9a00a55-9279-46fd-8acc-9a1ce2524c3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7641', - 'x-ms-correlation-request-id', - '1cc53ccf-cf65-4ff2-92a7-25fdb2bee98e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035454Z:1cc53ccf-cf65-4ff2-92a7-25fdb2bee98e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9935503c-c27b-4e81-9be5-a9448bc67a24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7640', - 'x-ms-correlation-request-id', - 'eacdbcbf-0f1c-4a9b-8ec2-f84860434968', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035455Z:eacdbcbf-0f1c-4a9b-8ec2-f84860434968', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e775fbd5-afa7-49cf-a4e5-cbe0cd9963e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7639', - 'x-ms-correlation-request-id', - '93137cc2-6e7e-4e81-bfe4-0bcaa01a6e22', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035455Z:93137cc2-6e7e-4e81-bfe4-0bcaa01a6e22', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e18cfba7-84b2-4094-af8a-24edb7da920a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7638', - 'x-ms-correlation-request-id', - 'cd1147a6-4447-45dc-80a5-2caadc2bfd8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035455Z:cd1147a6-4447-45dc-80a5-2caadc2bfd8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd214cdf9-6ffb-4980-9a20-4a43632bc446', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7637', - 'x-ms-correlation-request-id', - '42537e64-3560-47d4-b507-fcfb9082b66d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035456Z:42537e64-3560-47d4-b507-fcfb9082b66d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42d42e3c-bb8e-4e81-a768-8855b42d252f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7636', - 'x-ms-correlation-request-id', - 'bbea0906-087c-43ae-9a9e-96dbaf79d581', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035456Z:bbea0906-087c-43ae-9a9e-96dbaf79d581', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee9e6b33-535a-4595-8511-c1afb6bb0a8b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7635', - 'x-ms-correlation-request-id', - 'a8adf12e-7879-460f-baa3-57baaa1e6493', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035457Z:a8adf12e-7879-460f-baa3-57baaa1e6493', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91ee629f-d8af-442b-a404-49826683ae45', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7634', - 'x-ms-correlation-request-id', - 'badd0584-e505-48ea-b175-4d6eb8ef5ab1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035457Z:badd0584-e505-48ea-b175-4d6eb8ef5ab1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6e29bf0-0c1d-4589-8dac-c04611ffd174', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7633', - 'x-ms-correlation-request-id', - '4c03f92a-f829-4bc6-b50c-8bf76046b89b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035457Z:4c03f92a-f829-4bc6-b50c-8bf76046b89b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7e81cc8d-99a3-451c-a4d6-c8117fd21d52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7632', - 'x-ms-correlation-request-id', - 'af0236e3-ae13-4129-994d-1b251cd5fdf0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035458Z:af0236e3-ae13-4129-994d-1b251cd5fdf0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e65be67d-e74d-419a-9e4a-c266d4bf421a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7631', - 'x-ms-correlation-request-id', - '88ac7ea2-fcf2-497b-beca-d8fc9fc04e40', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035458Z:88ac7ea2-fcf2-497b-beca-d8fc9fc04e40', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36e403f3-9214-4552-896e-60f5d1b48b34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7630', - 'x-ms-correlation-request-id', - '1a95c93c-29dc-433a-b659-213ccf1e5fa8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035459Z:1a95c93c-29dc-433a-b659-213ccf1e5fa8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84d68642-3859-4825-ae9b-b9f54ecf3f38', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7629', - 'x-ms-correlation-request-id', - '16dcf62d-24fe-4e6d-89f1-b9466055d0ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035459Z:16dcf62d-24fe-4e6d-89f1-b9466055d0ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a44eb9e-202f-4f11-932b-1e3905499d96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7628', - 'x-ms-correlation-request-id', - '70dbbc8f-d0b1-4eaf-9110-9a959656654c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035459Z:70dbbc8f-d0b1-4eaf-9110-9a959656654c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c83bfab6-f557-4633-bd9b-f977bf95215c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7627', - 'x-ms-correlation-request-id', - '539afff7-3898-485f-b92e-92af597d967e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035500Z:539afff7-3898-485f-b92e-92af597d967e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:54:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0771f23-1c15-4892-a7b9-128c44270f16', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7626', - 'x-ms-correlation-request-id', - '957513ee-4312-44e8-a458-edcaa24e16c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035500Z:957513ee-4312-44e8-a458-edcaa24e16c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa9fce55-2002-4422-89dd-31f947b2f773', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7625', - 'x-ms-correlation-request-id', - 'a168713c-e795-4b62-a61a-68ecc6e9b3ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035501Z:a168713c-e795-4b62-a61a-68ecc6e9b3ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c482182-2b2b-446f-866c-7dbd1f3ea16a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7624', - 'x-ms-correlation-request-id', - 'acda5ede-9b66-4752-9412-f4b3f1489e62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035501Z:acda5ede-9b66-4752-9412-f4b3f1489e62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6cc604de-0548-4569-b714-e1a5c4ced70f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7623', - 'x-ms-correlation-request-id', - '35384976-757d-4315-b629-d55a550980ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035501Z:35384976-757d-4315-b629-d55a550980ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be6bc6e3-eab4-42de-8f9e-5e29a8fc4d51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7622', - 'x-ms-correlation-request-id', - '089bc194-c849-4964-98b6-da3a3945d5ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035502Z:089bc194-c849-4964-98b6-da3a3945d5ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66fc4c9e-1012-46da-81d8-3f20718debe2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7621', - 'x-ms-correlation-request-id', - '6daae1e3-2405-45de-948a-dbfba6529181', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035502Z:6daae1e3-2405-45de-948a-dbfba6529181', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6390d44-f2f1-473c-928d-3d3733a40845', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7620', - 'x-ms-correlation-request-id', - '76aafc02-6f98-4217-a8ba-8062888a46dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035503Z:76aafc02-6f98-4217-a8ba-8062888a46dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa59d3ad-fbff-402a-9d31-ae6965b0535c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7619', - 'x-ms-correlation-request-id', - '080fa979-3149-4ff3-8afa-fb15e509172e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035503Z:080fa979-3149-4ff3-8afa-fb15e509172e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73a0fd14-96c5-4cd9-b976-07a42f5c2b9a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7618', - 'x-ms-correlation-request-id', - 'a824b1c9-461f-4df9-a21d-f88e281a8a72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035503Z:a824b1c9-461f-4df9-a21d-f88e281a8a72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc0baddd-7f49-4788-9382-d85e79490474', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7617', - 'x-ms-correlation-request-id', - '387da010-f0f4-45e4-b042-d7f202d74f9d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035504Z:387da010-f0f4-45e4-b042-d7f202d74f9d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d70b6b7-f59f-42cd-912e-4d2fc0526b93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7616', - 'x-ms-correlation-request-id', - '216d51fc-260c-417c-b945-71d3f0c1b6d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035504Z:216d51fc-260c-417c-b945-71d3f0c1b6d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb701931-8a72-42f6-8f30-296da72646ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7615', - 'x-ms-correlation-request-id', - '41f7c841-0eff-4a80-bf76-c93f1f3400c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035505Z:41f7c841-0eff-4a80-bf76-c93f1f3400c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57f329b6-32da-400a-91d3-5763439cb9eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7614', - 'x-ms-correlation-request-id', - 'cca0a851-ceb7-487d-a7be-c84c25ee3046', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035505Z:cca0a851-ceb7-487d-a7be-c84c25ee3046', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f53980f-de85-48f9-88f3-bdf6a6775a06', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7613', - 'x-ms-correlation-request-id', - 'e73dfc8e-f818-453a-8360-970be111ee64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035506Z:e73dfc8e-f818-453a-8360-970be111ee64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1ab2b58-a939-4229-a887-574929746f4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7612', - 'x-ms-correlation-request-id', - 'fb2f7365-884c-4283-8663-3bf711f649d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035506Z:fb2f7365-884c-4283-8663-3bf711f649d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29f6619e-ed4b-4d1d-a981-4ab4cc699d0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7611', - 'x-ms-correlation-request-id', - 'ab00d298-5069-4147-9ec2-a573fd1d0a04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035506Z:ab00d298-5069-4147-9ec2-a573fd1d0a04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e49d74e8-7fc9-4cb5-a9ed-6a6467d33690', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7610', - 'x-ms-correlation-request-id', - '4f3018e3-0d93-44db-b619-2bb31a8ea0a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035507Z:4f3018e3-0d93-44db-b619-2bb31a8ea0a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0245cd4-a957-4039-8182-dd2834055a9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7609', - 'x-ms-correlation-request-id', - 'cce7d7c0-d4e1-4a15-88d5-6881511e85e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035507Z:cce7d7c0-d4e1-4a15-88d5-6881511e85e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3280d08d-c212-4374-bb56-bc5c36a6be4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7608', - 'x-ms-correlation-request-id', - 'd95d6612-285b-4627-8f4f-99bac63dd1cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035508Z:d95d6612-285b-4627-8f4f-99bac63dd1cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3c43917-1e3d-4773-b971-9eaccd30f945', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7607', - 'x-ms-correlation-request-id', - 'ec67680b-e6e9-4526-9309-15947fa27cab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035508Z:ec67680b-e6e9-4526-9309-15947fa27cab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd10aa11a-26d5-4c48-be5f-3eaa7dc687e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7606', - 'x-ms-correlation-request-id', - '06f99b19-d4d6-4b5b-b10e-6134f813f800', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035508Z:06f99b19-d4d6-4b5b-b10e-6134f813f800', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f4dc535-fcc1-40ca-9998-c1158e952f61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7605', - 'x-ms-correlation-request-id', - '7f677540-453c-4aed-982f-22cf2dbc1a18', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035509Z:7f677540-453c-4aed-982f-22cf2dbc1a18', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '898bda73-1ba4-4880-a765-8c3c5ea21d9b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7604', - 'x-ms-correlation-request-id', - 'c666506d-a282-4768-9b47-142f90afc0f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035509Z:c666506d-a282-4768-9b47-142f90afc0f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '036fcebb-e5e4-45a7-8a6c-eb0222b930bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7603', - 'x-ms-correlation-request-id', - '108c0748-632d-4c0e-a685-be3ea45215e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035510Z:108c0748-632d-4c0e-a685-be3ea45215e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eeff030d-7e03-42d3-a6c5-bc79cdc46a19', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7602', - 'x-ms-correlation-request-id', - '67e4e4de-3efa-4632-8459-3e4b64ca896c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035510Z:67e4e4de-3efa-4632-8459-3e4b64ca896c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84cdd583-d70f-4031-8fdb-506271c66be3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7601', - 'x-ms-correlation-request-id', - '88eb470a-5f82-4e6a-9bf6-dbb33d4eae7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035510Z:88eb470a-5f82-4e6a-9bf6-dbb33d4eae7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a72c4337-7283-41f5-a189-81d66944c544', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7600', - 'x-ms-correlation-request-id', - 'f05db18e-3b0d-42f7-af96-6a40a838cb0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035511Z:f05db18e-3b0d-42f7-af96-6a40a838cb0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ce7e8f2-e8ed-492c-9beb-691859f2a917', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7599', - 'x-ms-correlation-request-id', - 'd83fe783-9177-4976-b9ec-0681e07726c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035511Z:d83fe783-9177-4976-b9ec-0681e07726c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6987482-69ec-4c54-aa72-af40604b60c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7598', - 'x-ms-correlation-request-id', - '47738e64-2de7-4380-994e-358944b32376', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035512Z:47738e64-2de7-4380-994e-358944b32376', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8248bf29-7346-40f0-a693-397f013b681d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7597', - 'x-ms-correlation-request-id', - 'eee60381-a7d0-4386-ae7b-b748a5308e25', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035512Z:eee60381-a7d0-4386-ae7b-b748a5308e25', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '238e2a51-959a-4602-aa79-160eb6378f0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7596', - 'x-ms-correlation-request-id', - '094497f5-075b-4835-9c16-2ea571393b27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035513Z:094497f5-075b-4835-9c16-2ea571393b27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '209f0cfd-8f56-4e3f-82a0-3b6c6b0922ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7595', - 'x-ms-correlation-request-id', - '599ffae6-2955-40ca-ae42-4c145582b79b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035513Z:599ffae6-2955-40ca-ae42-4c145582b79b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6eea0c2-fe1d-4eae-9535-c369f99b5fdb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7594', - 'x-ms-correlation-request-id', - '362e2d78-460b-423c-8ce0-3cf36dbb2192', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035513Z:362e2d78-460b-423c-8ce0-3cf36dbb2192', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee9e97d7-3aa9-490d-a2e4-30b4a10daf8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7593', - 'x-ms-correlation-request-id', - '2097abf6-bc7b-4e66-8dab-8f8f872b8ca0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035514Z:2097abf6-bc7b-4e66-8dab-8f8f872b8ca0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '550355d9-90ad-4663-b1ae-0ab23fc820db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7592', - 'x-ms-correlation-request-id', - 'e1727240-d5d0-48b0-9a91-c78123d49bf1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035514Z:e1727240-d5d0-48b0-9a91-c78123d49bf1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88e700f6-ffd4-48f0-952d-712bd913120e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7591', - 'x-ms-correlation-request-id', - '70c2c4b5-8037-4b5e-b22d-0fa94f3ecbd2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035515Z:70c2c4b5-8037-4b5e-b22d-0fa94f3ecbd2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c082412d-85b7-48d3-afdf-22fab0270555', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7590', - 'x-ms-correlation-request-id', - 'b0d1bba1-b179-4b28-8eb6-959968405840', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035515Z:b0d1bba1-b179-4b28-8eb6-959968405840', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4fa62ab5-fc9a-4836-b444-c3dc97d8c0c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7589', - 'x-ms-correlation-request-id', - '9b6e341e-e66b-488b-b645-06500bc2b36c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035515Z:9b6e341e-e66b-488b-b645-06500bc2b36c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7a1ba9c-7a5b-441a-81a7-ea9bb7e76b19', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7588', - 'x-ms-correlation-request-id', - 'abe8ec66-7870-499b-8c0a-c712e30fd5ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035516Z:abe8ec66-7870-499b-8c0a-c712e30fd5ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87ec08ae-c57b-4fd9-8546-7f4f465ab359', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7587', - 'x-ms-correlation-request-id', - '041a3897-9c03-4d18-8233-e3b7b3788866', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035516Z:041a3897-9c03-4d18-8233-e3b7b3788866', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fba56950-921f-4490-9eee-d17e9c3307e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7586', - 'x-ms-correlation-request-id', - '2e65434a-ac6e-427d-8961-45e5b765d36f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035517Z:2e65434a-ac6e-427d-8961-45e5b765d36f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6acb36a-e1eb-440f-86c5-b91e5fa3a360', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7585', - 'x-ms-correlation-request-id', - 'c388877d-6315-4622-97fe-e8b9f5a0578a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035517Z:c388877d-6315-4622-97fe-e8b9f5a0578a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f62ad3bb-5998-460b-9bea-81c6316d95f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7584', - 'x-ms-correlation-request-id', - '1f1b2f12-5228-4e22-83a0-5f4e97c2e548', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035517Z:1f1b2f12-5228-4e22-83a0-5f4e97c2e548', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f934e56b-8985-4d68-9626-e911f062863d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7583', - 'x-ms-correlation-request-id', - '1963915b-5a11-4df3-8fd9-3751119b18bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035518Z:1963915b-5a11-4df3-8fd9-3751119b18bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3105176-299c-468c-860b-8facccbe1d2d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7582', - 'x-ms-correlation-request-id', - '2135aed8-f454-4fb2-807d-4f734e02199c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035518Z:2135aed8-f454-4fb2-807d-4f734e02199c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27d1495b-cde7-4e22-9973-42de9cbbfbe6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7581', - 'x-ms-correlation-request-id', - 'c0d7eee0-07c3-4a41-a886-826cf5aa9eda', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035519Z:c0d7eee0-07c3-4a41-a886-826cf5aa9eda', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58f9ae98-3fe5-47f2-96ea-14e5829a89b5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7580', - 'x-ms-correlation-request-id', - '44504e13-a350-456d-9e0f-c2aacd29b2d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035519Z:44504e13-a350-456d-9e0f-c2aacd29b2d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c6a37e8-1185-4731-ba2a-8dfd952f7a97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7579', - 'x-ms-correlation-request-id', - '4aafca85-311b-437e-a68f-0da6008871f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035519Z:4aafca85-311b-437e-a68f-0da6008871f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b7bd3bf-5320-4aa6-ab65-9a9ec50903c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7578', - 'x-ms-correlation-request-id', - 'efce662c-e9fe-4b57-a42f-22931dfacb72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035520Z:efce662c-e9fe-4b57-a42f-22931dfacb72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd8efc89-9a53-450f-b0a8-6f1f4f2c9d6c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7577', - 'x-ms-correlation-request-id', - 'cd4e324d-c689-4f29-8ad1-b19f35300b42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035520Z:cd4e324d-c689-4f29-8ad1-b19f35300b42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f146309e-04fa-4534-b394-3399e0eed7cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7576', - 'x-ms-correlation-request-id', - '18a28c26-a48b-401d-98b7-42fcaeeaf63f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035521Z:18a28c26-a48b-401d-98b7-42fcaeeaf63f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd558a63-4495-4bfd-8d74-f6c8218a36ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7575', - 'x-ms-correlation-request-id', - 'd9ee7845-0eb0-44b0-b0ff-8ad9249f72d1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035521Z:d9ee7845-0eb0-44b0-b0ff-8ad9249f72d1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4eae8159-3edf-4525-aa7f-f2367f5c1c47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7574', - 'x-ms-correlation-request-id', - 'ba6dccb4-3333-45b8-b32f-4ba01065f697', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035522Z:ba6dccb4-3333-45b8-b32f-4ba01065f697', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42dd581d-0270-427b-b9eb-5e98cd4452db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7573', - 'x-ms-correlation-request-id', - '284fd4c3-95c7-4f72-bb89-abb8ed841f7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035522Z:284fd4c3-95c7-4f72-bb89-abb8ed841f7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77734c71-d285-4a25-9983-090b48217b1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7572', - 'x-ms-correlation-request-id', - 'f37d8a4b-7d4b-4afd-b2db-679f9922aa8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035522Z:f37d8a4b-7d4b-4afd-b2db-679f9922aa8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80cdcc78-98d9-4228-a605-2efddf0a5785', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7571', - 'x-ms-correlation-request-id', - '30dbde06-1c04-427f-816e-ed7b1b05384d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035523Z:30dbde06-1c04-427f-816e-ed7b1b05384d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01bc7a15-8323-43c4-827c-d4d003db2a35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7570', - 'x-ms-correlation-request-id', - '8f1508e9-52fa-45ea-bbeb-a91807f63fdd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035523Z:8f1508e9-52fa-45ea-bbeb-a91807f63fdd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6dbb0ca-7491-416c-a3c4-bcd2cac69789', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7569', - 'x-ms-correlation-request-id', - '2fdf8083-2eb9-4050-bd24-d35766c9f410', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035523Z:2fdf8083-2eb9-4050-bd24-d35766c9f410', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b11710a3-f243-47a8-b493-3bf1cf15fd17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7568', - 'x-ms-correlation-request-id', - '58b5cb2a-1bac-4f3a-957e-561800559409', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035524Z:58b5cb2a-1bac-4f3a-957e-561800559409', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ab11c8d-0052-4e7a-844c-3ec41beefe9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7567', - 'x-ms-correlation-request-id', - '4caba0fb-6776-4c8c-a5f7-4bf533fda71b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035524Z:4caba0fb-6776-4c8c-a5f7-4bf533fda71b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93afdd68-4f5f-446a-adf8-7b78deef9874', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7566', - 'x-ms-correlation-request-id', - '6e9387ea-c407-4437-b80b-e3b0d6fbb33f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035525Z:6e9387ea-c407-4437-b80b-e3b0d6fbb33f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d3ab820-12a2-42f7-b5f7-18ef4789e3e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7565', - 'x-ms-correlation-request-id', - '6dfe8930-e5e7-43b7-b481-291670a1791d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035525Z:6dfe8930-e5e7-43b7-b481-291670a1791d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc75dad8-f818-4916-8d44-fe5c1ce81f4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7564', - 'x-ms-correlation-request-id', - '471f6841-c9d5-4fbc-b9fe-3a693882c25d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035525Z:471f6841-c9d5-4fbc-b9fe-3a693882c25d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0eba6b48-383e-47e5-9c0d-3b9dfafcacea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7563', - 'x-ms-correlation-request-id', - 'e3a13b55-caba-426b-ba54-ae2447c8d86b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035526Z:e3a13b55-caba-426b-ba54-ae2447c8d86b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4e896e7-f2eb-46d9-8a65-a637429501fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7562', - 'x-ms-correlation-request-id', - 'c11bb78e-0cb1-4ef8-a47e-c0ad07af4651', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035526Z:c11bb78e-0cb1-4ef8-a47e-c0ad07af4651', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2f5875b-ccb2-44a8-87ef-e1ded3c2617c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7561', - 'x-ms-correlation-request-id', - '81e04a5e-c3b6-44fc-91c7-3d377bfda47f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035527Z:81e04a5e-c3b6-44fc-91c7-3d377bfda47f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a6cb0a5-a236-451a-9979-6c88e179dc52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7560', - 'x-ms-correlation-request-id', - 'c4cfaba5-1a52-4a32-bceb-c713fdc1e86a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035527Z:c4cfaba5-1a52-4a32-bceb-c713fdc1e86a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8b90437-2d3f-4669-9a37-268f86050ffd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7559', - 'x-ms-correlation-request-id', - 'fe2796a9-3841-4601-a126-c9160b656114', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035527Z:fe2796a9-3841-4601-a126-c9160b656114', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d28b5a6-12f4-4ffa-91d0-3619bc2b62bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7558', - 'x-ms-correlation-request-id', - 'c71214a2-b133-4697-961a-9fe923460dd0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035528Z:c71214a2-b133-4697-961a-9fe923460dd0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d482fb9-71b8-4e62-a967-1c38fb71fb53', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7557', - 'x-ms-correlation-request-id', - '7951716e-39a7-41dd-a689-642f943fc1a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035528Z:7951716e-39a7-41dd-a689-642f943fc1a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d290a25-5537-4da2-b13c-2a24f9a3aec4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7556', - 'x-ms-correlation-request-id', - '8a3f0b5b-ebf3-49d7-8f92-b33eaf893582', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035529Z:8a3f0b5b-ebf3-49d7-8f92-b33eaf893582', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '517a5aac-f75d-4586-ba2a-65e0cc09d43d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7555', - 'x-ms-correlation-request-id', - '4cd20193-051d-42c8-9f7c-fa3d96e9b180', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035529Z:4cd20193-051d-42c8-9f7c-fa3d96e9b180', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '082d165d-86e6-4926-bf90-c69d83b3ed5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7554', - 'x-ms-correlation-request-id', - '8c924406-e7e4-4d10-b30c-c980eb7fb10b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035529Z:8c924406-e7e4-4d10-b30c-c980eb7fb10b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '606b853c-8552-4139-9dd5-fcb1dd8e398b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7553', - 'x-ms-correlation-request-id', - 'db756f23-4c8d-475c-b8c6-f5dee04442cf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035530Z:db756f23-4c8d-475c-b8c6-f5dee04442cf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd5ca5451-1f99-4f8b-85af-dbd2c1004189', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7552', - 'x-ms-correlation-request-id', - 'ba31817a-7596-4d1a-ab5f-018705ab674e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035530Z:ba31817a-7596-4d1a-ab5f-018705ab674e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e5c2a5e-3ed4-4569-8261-77ed695d3028', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7551', - 'x-ms-correlation-request-id', - 'fba486ee-7c16-4316-89f4-b234f5416c2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035531Z:fba486ee-7c16-4316-89f4-b234f5416c2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ae1ccda-5819-47c9-a676-cdfe0aef784c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7550', - 'x-ms-correlation-request-id', - '4e8511f5-235e-42db-9a5f-833991e2141f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035531Z:4e8511f5-235e-42db-9a5f-833991e2141f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '362ab597-ed50-4007-aab5-164e64e4a4bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7549', - 'x-ms-correlation-request-id', - '06f1a280-f69f-48ed-8440-3f79c2bf552e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035531Z:06f1a280-f69f-48ed-8440-3f79c2bf552e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76e3cbb0-2214-4d7c-97c9-90df171d470a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7548', - 'x-ms-correlation-request-id', - 'a03b2bce-f93f-46cd-8117-ce5be1c9ca9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035532Z:a03b2bce-f93f-46cd-8117-ce5be1c9ca9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc52ca0c-3cc1-482b-8982-7ec8e35e9f9a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7547', - 'x-ms-correlation-request-id', - 'a18ac7d4-bb2b-419b-9c2f-84fca36f56b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035532Z:a18ac7d4-bb2b-419b-9c2f-84fca36f56b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f26b51b-bb86-4545-8547-fa7ddb1ebe03', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7546', - 'x-ms-correlation-request-id', - 'b5752571-e671-4c86-afc5-c9f18d4e8107', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035533Z:b5752571-e671-4c86-afc5-c9f18d4e8107', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd80bc710-9c22-480b-b98a-0b7d5eba3c67', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7545', - 'x-ms-correlation-request-id', - '2fd271a9-5b68-41af-b697-6f17b09cfb5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035533Z:2fd271a9-5b68-41af-b697-6f17b09cfb5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31f95b11-f6bf-447a-85ac-c8a208a5e683', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7544', - 'x-ms-correlation-request-id', - '8c1209ff-5a4b-444b-a845-b604901b649d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035533Z:8c1209ff-5a4b-444b-a845-b604901b649d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3efda8e9-f152-4891-9b77-26f6e91140e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7543', - 'x-ms-correlation-request-id', - 'c5c856e6-d202-4d75-a6e1-7db4d2ec769e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035534Z:c5c856e6-d202-4d75-a6e1-7db4d2ec769e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea5bb646-bc9f-4b12-851b-bae862dac99f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7542', - 'x-ms-correlation-request-id', - 'b8db7d75-17f2-42e2-a6b9-c8847348ccd0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035534Z:b8db7d75-17f2-42e2-a6b9-c8847348ccd0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5fe2a4e9-191e-4034-8366-c51b794e1ab7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7541', - 'x-ms-correlation-request-id', - '6447f841-6b01-47e5-afd5-5af864fb4612', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035534Z:6447f841-6b01-47e5-afd5-5af864fb4612', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '528411fe-a1bb-48bf-b8c3-7a065695c5c5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7540', - 'x-ms-correlation-request-id', - '8ba95a51-fd83-43f7-b1d5-d8dac00021a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035535Z:8ba95a51-fd83-43f7-b1d5-d8dac00021a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f01a37a-63c0-4f0b-bde6-f8ad8bad0b5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7539', - 'x-ms-correlation-request-id', - '03032841-5232-4384-80cf-92ab427f5cd6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035535Z:03032841-5232-4384-80cf-92ab427f5cd6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ff01576-7f96-44df-a794-77f8c41da881', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7538', - 'x-ms-correlation-request-id', - '0665cf60-9c28-4180-807d-f28f92290585', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035536Z:0665cf60-9c28-4180-807d-f28f92290585', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '541387b7-14ee-48d6-a065-4d00d9178b5c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7537', - 'x-ms-correlation-request-id', - '69bab478-a6fc-424d-9aab-be1416c64536', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035536Z:69bab478-a6fc-424d-9aab-be1416c64536', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63e0111f-dceb-45d3-adc3-c3545b11ae1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7536', - 'x-ms-correlation-request-id', - '7f8493a9-20fe-441b-bdf6-3d4231676aca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035536Z:7f8493a9-20fe-441b-bdf6-3d4231676aca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3599c687-3484-405b-b0b1-4ad7bcddbec2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7535', - 'x-ms-correlation-request-id', - '6f520df0-56e2-41e3-ba94-8f08d133f945', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035537Z:6f520df0-56e2-41e3-ba94-8f08d133f945', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6edb6b9-bfde-4a11-ba62-e446763058a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7534', - 'x-ms-correlation-request-id', - 'ddc6f063-5c26-4106-8e66-6acd9e0b725b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035537Z:ddc6f063-5c26-4106-8e66-6acd9e0b725b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '419a10eb-456e-45f3-8fce-03518e5c5cd6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7533', - 'x-ms-correlation-request-id', - '8814faef-83ac-451e-9306-426f41e67bc4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035538Z:8814faef-83ac-451e-9306-426f41e67bc4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8915ca6-ce0e-48f7-bcd0-ba07ba99cff3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7532', - 'x-ms-correlation-request-id', - '1f21f660-7179-43b5-9153-eda2552d22ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035538Z:1f21f660-7179-43b5-9153-eda2552d22ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5c04b41-cbb2-4391-bc98-81153d377dad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7531', - 'x-ms-correlation-request-id', - '9ae78c3c-5434-4678-a3a4-78f1cca23e01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035538Z:9ae78c3c-5434-4678-a3a4-78f1cca23e01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '401b9345-0144-4505-be3a-77bcc298ed9a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7530', - 'x-ms-correlation-request-id', - '66726940-89a0-4aeb-b1c9-33b1b83ff1ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035539Z:66726940-89a0-4aeb-b1c9-33b1b83ff1ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9254bfe9-6cbd-4573-a3d1-a36fcbfcfa1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7529', - 'x-ms-correlation-request-id', - '16459481-ef97-4884-9417-a635b8b020f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035539Z:16459481-ef97-4884-9417-a635b8b020f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24298fd6-48c9-4679-8f57-65b212304bc7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7528', - 'x-ms-correlation-request-id', - 'd98404bf-57f8-4f45-8ac8-d705206565e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035540Z:d98404bf-57f8-4f45-8ac8-d705206565e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '778c1adc-5952-4640-8a93-ec9b3a39bafc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7527', - 'x-ms-correlation-request-id', - '731bd8cd-3e18-417e-99b4-25a9e8ac3698', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035540Z:731bd8cd-3e18-417e-99b4-25a9e8ac3698', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76cb256e-1910-48a4-aa45-1ff898076e4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7526', - 'x-ms-correlation-request-id', - '58193ef7-4d54-4298-abb0-72d11898f22e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035540Z:58193ef7-4d54-4298-abb0-72d11898f22e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9f0ac52-4ba5-4471-95d6-258153089025', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7525', - 'x-ms-correlation-request-id', - 'f716f187-bcc4-4ce8-bbd2-8f2598d1e89d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035541Z:f716f187-bcc4-4ce8-bbd2-8f2598d1e89d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3569dbb1-7773-40a7-946a-3e31e4952a87', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7524', - 'x-ms-correlation-request-id', - '39f6577c-d68a-4117-8581-0d8298947ece', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035541Z:39f6577c-d68a-4117-8581-0d8298947ece', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f2eb7b9-20f5-4deb-87dc-6e541d6da931', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7523', - 'x-ms-correlation-request-id', - '2edd1662-fe42-41e6-8b43-79b9ee9cea3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035542Z:2edd1662-fe42-41e6-8b43-79b9ee9cea3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f95abbf-b77b-407f-af60-976314efdd56', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7522', - 'x-ms-correlation-request-id', - '920be557-543a-41d9-b691-d71ba20a2c03', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035542Z:920be557-543a-41d9-b691-d71ba20a2c03', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54867cb5-76fc-4e89-b4be-1d80debba1c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7521', - 'x-ms-correlation-request-id', - '887869d7-1f00-4b28-bad2-06705f08649c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035542Z:887869d7-1f00-4b28-bad2-06705f08649c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91dab938-3835-42be-91a3-20a9bcab8d25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7520', - 'x-ms-correlation-request-id', - 'f8c1bb35-e2ad-431d-85d9-8ed4c9f10d42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035543Z:f8c1bb35-e2ad-431d-85d9-8ed4c9f10d42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dbe9a3be-0b37-4c5f-bd33-5823617814f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7519', - 'x-ms-correlation-request-id', - '6a2d93fd-a089-4d97-a0c6-8964d8885f11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035543Z:6a2d93fd-a089-4d97-a0c6-8964d8885f11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a7f7be61-79e3-46bd-a765-1b6e3067c6fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7518', - 'x-ms-correlation-request-id', - 'ceddd4ea-2d3e-4749-bf28-19cf18526d34', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035544Z:ceddd4ea-2d3e-4749-bf28-19cf18526d34', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91cf05b4-f8eb-40aa-8d4d-4f5b32235e3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7517', - 'x-ms-correlation-request-id', - 'e456883c-39c6-4bc6-af7a-49085757c2a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035544Z:e456883c-39c6-4bc6-af7a-49085757c2a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64b4f694-7853-459e-ae48-18b2cd455d42', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7516', - 'x-ms-correlation-request-id', - '84bb78f3-783d-4aec-a9c0-c2b675bc34c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035544Z:84bb78f3-783d-4aec-a9c0-c2b675bc34c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6de8f9e0-1e1b-411f-8665-aaa17d38802a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7515', - 'x-ms-correlation-request-id', - '47793df0-9fc1-43e7-9dd7-e68fd6a8a231', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035545Z:47793df0-9fc1-43e7-9dd7-e68fd6a8a231', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cdaa0645-1344-4476-ae37-9935da2c9fda', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7514', - 'x-ms-correlation-request-id', - 'cae23bd4-108f-4367-9cbb-4e9351edc5ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035545Z:cae23bd4-108f-4367-9cbb-4e9351edc5ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '807d8b7b-885d-4f09-99ee-7b64917984b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7513', - 'x-ms-correlation-request-id', - 'b0d54f36-51d9-47f5-adb9-8dca25ee411c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035545Z:b0d54f36-51d9-47f5-adb9-8dca25ee411c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4e12a93-45e9-474e-a17e-aaf834ab825a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7512', - 'x-ms-correlation-request-id', - '30a49135-e524-4d4c-87e2-d67ccbf37f20', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035546Z:30a49135-e524-4d4c-87e2-d67ccbf37f20', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc62f934-3d1a-4227-af23-563eb58e34fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7511', - 'x-ms-correlation-request-id', - '463701f6-3896-4c2f-a8b2-ea156377e07d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035546Z:463701f6-3896-4c2f-a8b2-ea156377e07d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd975572-a8c1-402c-b96c-fef1caa61ffc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7510', - 'x-ms-correlation-request-id', - 'a2d305bd-6a8f-4555-a382-79ee41d6ac13', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035547Z:a2d305bd-6a8f-4555-a382-79ee41d6ac13', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1fba1d09-96c4-4c02-8ab9-c0dd629d0182', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7509', - 'x-ms-correlation-request-id', - '2b309c2d-4965-4257-bda9-9492eb725448', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035547Z:2b309c2d-4965-4257-bda9-9492eb725448', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2351c63f-fca2-4a45-a36f-438e6507c3da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7508', - 'x-ms-correlation-request-id', - '40668f93-87a6-4d14-91aa-dec68a6b75b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035547Z:40668f93-87a6-4d14-91aa-dec68a6b75b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04654bdb-c997-46a1-b760-a0a4092b85f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7507', - 'x-ms-correlation-request-id', - 'b9b73ce7-19a2-4112-af8b-97a47f278b43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035548Z:b9b73ce7-19a2-4112-af8b-97a47f278b43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '471c97ba-c5d8-4e74-b077-b5628e14d2ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7506', - 'x-ms-correlation-request-id', - '73cb3877-df8f-429b-9e28-504e6c643071', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035548Z:73cb3877-df8f-429b-9e28-504e6c643071', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '267b9c8e-539e-42f2-ab10-5537cb17df6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7505', - 'x-ms-correlation-request-id', - 'fc72f8ca-e97a-401e-9376-a3052339d933', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035549Z:fc72f8ca-e97a-401e-9376-a3052339d933', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c960b8d-7c80-4a82-be6d-815c2a982304', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7504', - 'x-ms-correlation-request-id', - 'e4b9c04c-11e0-4cf6-830d-b5f20ec24e97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035549Z:e4b9c04c-11e0-4cf6-830d-b5f20ec24e97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e270867d-0d2f-4d77-bbfd-cbc706a1d02f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7503', - 'x-ms-correlation-request-id', - '04da59fc-4694-4e6c-a85c-45a3c7c0abed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035549Z:04da59fc-4694-4e6c-a85c-45a3c7c0abed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8baecb23-0fbe-4571-85ea-e53b269e68b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7502', - 'x-ms-correlation-request-id', - '36264df3-9356-42fa-a0d9-c6f4b94be28d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035550Z:36264df3-9356-42fa-a0d9-c6f4b94be28d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9f6fdeb7-f1a6-4815-87e1-8efc73de1b78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7501', - 'x-ms-correlation-request-id', - '22f959f3-4616-4e2b-a917-06d82f4025f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035550Z:22f959f3-4616-4e2b-a917-06d82f4025f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cae7659-13f6-4345-91ed-b10229af9e26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7500', - 'x-ms-correlation-request-id', - 'acc00c27-5e61-46e3-bf2a-1e40576ab7cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035551Z:acc00c27-5e61-46e3-bf2a-1e40576ab7cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd9fba626-7c0e-4b28-bcce-2d40cdad2251', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7499', - 'x-ms-correlation-request-id', - 'b7238775-c807-4572-a24e-9cf923ef67e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035551Z:b7238775-c807-4572-a24e-9cf923ef67e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2799f866-794f-4a8a-9800-3d64ec97bd02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7498', - 'x-ms-correlation-request-id', - '7caf2046-e92b-4854-b3c1-c8f826b5b5f2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035551Z:7caf2046-e92b-4854-b3c1-c8f826b5b5f2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e26e04c-6380-400e-9a79-309fea9f161c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7497', - 'x-ms-correlation-request-id', - '73089314-f82b-421c-aeb0-cc6d8b8a13c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035552Z:73089314-f82b-421c-aeb0-cc6d8b8a13c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c86df4a9-3722-4025-ac10-cd4f5ba01a0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7496', - 'x-ms-correlation-request-id', - 'e9b2de4c-8eb7-4ad1-bbeb-d46aa7f7b3d1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035552Z:e9b2de4c-8eb7-4ad1-bbeb-d46aa7f7b3d1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3df6b781-b13d-4c6b-9126-f58e0381066b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7495', - 'x-ms-correlation-request-id', - '0f5c72c2-2c5d-43cf-9867-70a7cf3dedfc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035553Z:0f5c72c2-2c5d-43cf-9867-70a7cf3dedfc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7467faee-7091-4adf-bb6c-c4bcdee55de6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7494', - 'x-ms-correlation-request-id', - '25094455-c7da-4471-9f71-5c9c4409a529', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035553Z:25094455-c7da-4471-9f71-5c9c4409a529', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee35bec3-a1b4-436b-a0cb-465c5d0834ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7493', - 'x-ms-correlation-request-id', - '08eabeb6-9508-40c3-b132-9676dd38c64c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035553Z:08eabeb6-9508-40c3-b132-9676dd38c64c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa469c33-d5e5-43cd-9108-0742e7c712fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7492', - 'x-ms-correlation-request-id', - '8a026c47-95b3-4621-8a8a-c997ec0ede77', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035554Z:8a026c47-95b3-4621-8a8a-c997ec0ede77', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf1b2f80-11f4-4a43-a85c-671ee5fe0dcd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7491', - 'x-ms-correlation-request-id', - '5f5f3b08-0f57-43d8-ad73-0d6d1719b72a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035554Z:5f5f3b08-0f57-43d8-ad73-0d6d1719b72a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4fcb94ef-ed2d-4bdb-8d26-c42835cbe938', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7490', - 'x-ms-correlation-request-id', - '635aa729-ee2e-48c6-bb07-ef6064c77d4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035555Z:635aa729-ee2e-48c6-bb07-ef6064c77d4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '277b3007-951a-4e23-8b5c-820e0cbf68fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7489', - 'x-ms-correlation-request-id', - '4945b4ec-04bb-466b-9367-07461945b2ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035555Z:4945b4ec-04bb-466b-9367-07461945b2ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce560e9d-4950-4b07-af71-9e0c2a782732', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7488', - 'x-ms-correlation-request-id', - '594bc553-06a8-44c0-a254-ebff64353233', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035555Z:594bc553-06a8-44c0-a254-ebff64353233', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f390dddb-6379-4bce-aaf6-52f66cb653fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7487', - 'x-ms-correlation-request-id', - '1b458e62-38c4-4e6d-9218-81b9159cff42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035556Z:1b458e62-38c4-4e6d-9218-81b9159cff42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e23299fe-66a7-46e6-85aa-876aaa0266af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7486', - 'x-ms-correlation-request-id', - 'f777681a-598a-45a8-ba88-df3cdd0e7de2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035556Z:f777681a-598a-45a8-ba88-df3cdd0e7de2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2ef7177-e4b9-45ba-9c4a-345b550b158f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7485', - 'x-ms-correlation-request-id', - 'daa8502a-de5d-4582-abb2-236d491692d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035557Z:daa8502a-de5d-4582-abb2-236d491692d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'beb2f375-0bdf-40ee-a821-d38f286f9be2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7484', - 'x-ms-correlation-request-id', - '2fee71fa-6b88-42ca-8cf2-f9bd6daf0f42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035557Z:2fee71fa-6b88-42ca-8cf2-f9bd6daf0f42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f39a4cf9-07c3-4bb2-aa0e-e7fda16b81df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7483', - 'x-ms-correlation-request-id', - 'd244db85-895a-49ed-827e-7dc9918cc5f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035557Z:d244db85-895a-49ed-827e-7dc9918cc5f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '339b49ed-310a-4a77-a957-6bfabc31ebae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7482', - 'x-ms-correlation-request-id', - '8a849916-aacb-470c-959d-e9f0e41dd0df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035558Z:8a849916-aacb-470c-959d-e9f0e41dd0df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac56a5ab-bc56-4643-8bd7-30cf022cfd9b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7481', - 'x-ms-correlation-request-id', - 'f80520c5-62e1-47c8-9c3a-83c6a5c2c997', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035558Z:f80520c5-62e1-47c8-9c3a-83c6a5c2c997', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'adf8b31e-fcf9-48b8-be25-fc9eb11ac95d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7480', - 'x-ms-correlation-request-id', - '62c6acac-3ed5-4f7e-9dae-282255c42225', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035558Z:62c6acac-3ed5-4f7e-9dae-282255c42225', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9effd29-aaf2-4732-a782-cee7a13012e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7479', - 'x-ms-correlation-request-id', - '931d3346-e85e-4ab2-ae6e-00104e742db3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035559Z:931d3346-e85e-4ab2-ae6e-00104e742db3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '713a895c-f7cd-468c-9b0d-2097526fd0b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7478', - 'x-ms-correlation-request-id', - '8d0b3bbc-4c36-4420-a73f-0039e86a9246', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035559Z:8d0b3bbc-4c36-4420-a73f-0039e86a9246', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:55:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00f8ebb9-24db-4c87-8bdf-4613ede0ca45', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7477', - 'x-ms-correlation-request-id', - 'f0070704-164c-498b-ba33-6bca7fbde8dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035600Z:f0070704-164c-498b-ba33-6bca7fbde8dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bfef777c-c7bd-4587-b3a1-903bcf544a1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7476', - 'x-ms-correlation-request-id', - '0608a481-d5c7-419e-a78f-41ee02570995', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035600Z:0608a481-d5c7-419e-a78f-41ee02570995', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '816a065c-e642-49ba-8ee5-91d17c18d89a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7475', - 'x-ms-correlation-request-id', - 'e98e2716-41a9-484c-af90-dccf4d3cb765', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035601Z:e98e2716-41a9-484c-af90-dccf4d3cb765', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1095aeb9-f77b-4643-88fd-a1cbf85540bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7474', - 'x-ms-correlation-request-id', - '986c5072-9f7b-43df-a9eb-9537772f7371', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035601Z:986c5072-9f7b-43df-a9eb-9537772f7371', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33bb3952-649f-40f6-8270-11d9c51171ef', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7473', - 'x-ms-correlation-request-id', - 'a918f226-1680-451a-9fb0-6b3775d07a9d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035601Z:a918f226-1680-451a-9fb0-6b3775d07a9d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e372046-864c-4a7d-8abc-7a8b7889f70d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7472', - 'x-ms-correlation-request-id', - '1eaf4dde-c4e7-46db-b047-896afd2c7080', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035602Z:1eaf4dde-c4e7-46db-b047-896afd2c7080', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a9556b0-8314-4122-8c2d-61b8d51aaded', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7471', - 'x-ms-correlation-request-id', - 'f3352698-fc37-4a58-8c7b-993163ad601b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035602Z:f3352698-fc37-4a58-8c7b-993163ad601b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ff4da6d-ffea-4082-a913-3872701a89b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7470', - 'x-ms-correlation-request-id', - '51c693fe-f040-4307-baeb-ab295aff0a16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035603Z:51c693fe-f040-4307-baeb-ab295aff0a16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30d4e99b-7905-42c2-ab35-b42ae86d8658', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7469', - 'x-ms-correlation-request-id', - '59ecedcc-aa2b-4e3f-b503-35db690e6ba2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035603Z:59ecedcc-aa2b-4e3f-b503-35db690e6ba2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f6b65e3-481d-4bb2-9b6c-1e0e5e6874d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7468', - 'x-ms-correlation-request-id', - '64fca21c-b582-41af-92fb-968167adb527', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035603Z:64fca21c-b582-41af-92fb-968167adb527', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4028ff5d-5276-4cb7-a296-04c88bca3b55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7467', - 'x-ms-correlation-request-id', - '6051c039-5f26-4c7e-84fe-80db345e3f98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035604Z:6051c039-5f26-4c7e-84fe-80db345e3f98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2417fb8-b8d1-465b-98a8-769e85e8c49c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7466', - 'x-ms-correlation-request-id', - '06324bb8-9676-437c-a8b8-3355461f6e4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035604Z:06324bb8-9676-437c-a8b8-3355461f6e4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4610caa5-475a-41ba-a8e0-6ee7dbee7f20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7465', - 'x-ms-correlation-request-id', - '226efd77-3429-4e12-834c-b7cea816a042', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035605Z:226efd77-3429-4e12-834c-b7cea816a042', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '14adfd36-813b-40f9-ba37-f6a3525d132b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7464', - 'x-ms-correlation-request-id', - 'bab786f1-c12a-490d-b202-c1830d691b16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035605Z:bab786f1-c12a-490d-b202-c1830d691b16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a1676cd-e121-49e3-826d-f0fd6572f1f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7463', - 'x-ms-correlation-request-id', - '800a30f2-86bc-4e97-baba-86d772cae212', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035605Z:800a30f2-86bc-4e97-baba-86d772cae212', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7fe7e5d-8466-4c49-aad7-9b468f6d2e9b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7462', - 'x-ms-correlation-request-id', - '5415a2ec-9e16-49ba-9544-fee83a773aba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035606Z:5415a2ec-9e16-49ba-9544-fee83a773aba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f0e56df-5c94-4c9a-afa3-09383b05c1ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7461', - 'x-ms-correlation-request-id', - '7127c368-e9bd-49dd-aeff-8dc6108633eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035606Z:7127c368-e9bd-49dd-aeff-8dc6108633eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2615aa7-f9d7-445e-8edd-099e53d77600', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7460', - 'x-ms-correlation-request-id', - 'a0fd854d-2275-4f63-8dc7-01e06bea84c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035607Z:a0fd854d-2275-4f63-8dc7-01e06bea84c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ffc0e248-dc58-4051-9c95-22974f4f6e69', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7459', - 'x-ms-correlation-request-id', - '71909260-6191-480a-9855-99b23eb64d98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035607Z:71909260-6191-480a-9855-99b23eb64d98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4766a2b7-a55e-4a14-955e-3fcf37aea238', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7458', - 'x-ms-correlation-request-id', - '7a496916-3222-4ca1-8aae-08b55c45043f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035608Z:7a496916-3222-4ca1-8aae-08b55c45043f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c50a7ca9-33d0-4616-a1fb-c7b103d93b9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7457', - 'x-ms-correlation-request-id', - '1962e325-f4c5-4029-9ca6-43be55686d41', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035608Z:1962e325-f4c5-4029-9ca6-43be55686d41', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '462177e6-a361-47d2-b597-72440d6c7537', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7456', - 'x-ms-correlation-request-id', - '0efe6e8b-6770-4608-ba66-6113809fc6e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035608Z:0efe6e8b-6770-4608-ba66-6113809fc6e2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a182442b-cf1e-423f-9989-98b32513d08b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7455', - 'x-ms-correlation-request-id', - 'f7e3f508-4fea-44a8-bc3a-e9e1fb49d4bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035609Z:f7e3f508-4fea-44a8-bc3a-e9e1fb49d4bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2d067ab-cca8-40c9-adbf-16183fa005ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7454', - 'x-ms-correlation-request-id', - '704a17c8-2124-487c-a65d-b31689974366', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035609Z:704a17c8-2124-487c-a65d-b31689974366', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8c01901-0de8-4101-9a88-7d8a1d5a5f17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7453', - 'x-ms-correlation-request-id', - 'd683707f-e690-457d-8df3-6cf8ca12d81c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035610Z:d683707f-e690-457d-8df3-6cf8ca12d81c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3eac4fe4-dcc5-41fd-bbe3-1035b77e7562', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7452', - 'x-ms-correlation-request-id', - '661a7055-b593-4068-9463-eb73ce9b2300', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035610Z:661a7055-b593-4068-9463-eb73ce9b2300', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d250c02-28cb-4ba9-82ee-d4c766b8116f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7451', - 'x-ms-correlation-request-id', - '53e264c8-c08d-4fa9-92c6-02f163e68ec0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035610Z:53e264c8-c08d-4fa9-92c6-02f163e68ec0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26e68ec0-cb84-4bad-ac36-e4c2bb08f583', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7450', - 'x-ms-correlation-request-id', - 'd13f0901-b521-448f-806b-d6209251d38a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035611Z:d13f0901-b521-448f-806b-d6209251d38a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57749f87-5524-4624-a9e8-07414f8d1e73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7449', - 'x-ms-correlation-request-id', - '559a46bc-98ca-47cd-bd37-ad1fa795b18f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035611Z:559a46bc-98ca-47cd-bd37-ad1fa795b18f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27b264c5-0467-455d-bfa4-66a5ea4ee2dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7448', - 'x-ms-correlation-request-id', - '5ca37622-092f-4039-8f3b-7fa284aa9701', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035612Z:5ca37622-092f-4039-8f3b-7fa284aa9701', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ecf94d4-16d9-4911-96fb-ab83e0d0ff66', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7447', - 'x-ms-correlation-request-id', - '9e5c30b1-fb31-4c26-9104-58f37492df4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035612Z:9e5c30b1-fb31-4c26-9104-58f37492df4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7caa69b3-ab2e-4463-86fd-787e5e92942d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7446', - 'x-ms-correlation-request-id', - 'd8635593-575a-434e-9d55-38c28af16f39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035613Z:d8635593-575a-434e-9d55-38c28af16f39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad1aed22-2fee-45d5-b23a-d84acf6a306a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7445', - 'x-ms-correlation-request-id', - '9ae2366e-3bdd-420a-a9f8-c027a2a60beb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035613Z:9ae2366e-3bdd-420a-a9f8-c027a2a60beb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb33c367-3b44-400b-a6b1-2fd94a30494d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7444', - 'x-ms-correlation-request-id', - '812812af-fa1b-4e29-b40b-6429ae36128d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035613Z:812812af-fa1b-4e29-b40b-6429ae36128d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3fe01d64-4e49-4248-be49-dbd0aecf2e2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7443', - 'x-ms-correlation-request-id', - '93517f20-0675-4bb5-8a2d-3eca38d043da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035614Z:93517f20-0675-4bb5-8a2d-3eca38d043da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0d45ae8-a186-40c2-8dc8-c252c2bf98a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7442', - 'x-ms-correlation-request-id', - 'e557ed19-a314-4fa7-af32-98f493f5ff6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035614Z:e557ed19-a314-4fa7-af32-98f493f5ff6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae0580a1-c238-4af2-a050-608612394175', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7441', - 'x-ms-correlation-request-id', - '8df1883b-293b-4f72-b7a7-a7adc029ebec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035614Z:8df1883b-293b-4f72-b7a7-a7adc029ebec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b2fb93c-08ad-4d53-a8f4-5659d8bc242f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7440', - 'x-ms-correlation-request-id', - 'd1aec4d7-1e38-4bad-abd7-6606e63f8098', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035615Z:d1aec4d7-1e38-4bad-abd7-6606e63f8098', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f9e2fe6d-78e5-4ac0-b5ac-76b7fa5c0c2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7439', - 'x-ms-correlation-request-id', - '46fa7060-483a-40cc-af09-b000d2f7e98c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035615Z:46fa7060-483a-40cc-af09-b000d2f7e98c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd266c48-f10f-491b-8e4c-71ab796b2e5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7438', - 'x-ms-correlation-request-id', - 'be0b4c5f-e677-4083-8154-38312d2ae593', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035616Z:be0b4c5f-e677-4083-8154-38312d2ae593', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'becc805b-802f-408e-904d-e83a59306980', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7437', - 'x-ms-correlation-request-id', - 'e625a3c1-48f8-4a34-aa9b-39dbd8513d9d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035616Z:e625a3c1-48f8-4a34-aa9b-39dbd8513d9d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08515092-18c1-41b2-96a8-a9c21eddc677', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7436', - 'x-ms-correlation-request-id', - 'e6d4627e-7797-4d39-805a-dc8958c972ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035617Z:e6d4627e-7797-4d39-805a-dc8958c972ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '393c2464-5189-4c0c-b2b0-159524b9f97a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7435', - 'x-ms-correlation-request-id', - 'af272ede-cfe3-4318-84f6-7efb44e53b19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035617Z:af272ede-cfe3-4318-84f6-7efb44e53b19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bdb75e68-6a1a-4823-a20d-1281ec7807db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7434', - 'x-ms-correlation-request-id', - '7e8a315e-eb2f-4d73-a022-4f2ac2123e1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035617Z:7e8a315e-eb2f-4d73-a022-4f2ac2123e1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60689f1b-8a23-4ebf-895c-628244fa5fbd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7433', - 'x-ms-correlation-request-id', - '8ef7cb34-84da-4feb-8201-7fa7a9b93043', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035618Z:8ef7cb34-84da-4feb-8201-7fa7a9b93043', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df67a09f-aa99-4683-ab03-26318736f5ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7432', - 'x-ms-correlation-request-id', - '9f09aea5-3e3a-4d06-9c3c-6fb53f3f3d5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035618Z:9f09aea5-3e3a-4d06-9c3c-6fb53f3f3d5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'acbb3c5a-6c4a-4c4e-8125-0b40ad3da678', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7431', - 'x-ms-correlation-request-id', - '0ac72376-b1db-433a-8c51-1b77d8bda37c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035619Z:0ac72376-b1db-433a-8c51-1b77d8bda37c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7a90cfa-f6f5-46fa-9d75-538ea08c4110', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7430', - 'x-ms-correlation-request-id', - '6940f905-a47c-4166-9f07-230297a93b0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035619Z:6940f905-a47c-4166-9f07-230297a93b0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84f043de-7cc2-44ff-b9ca-942851db8b95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7429', - 'x-ms-correlation-request-id', - '3939b257-085e-4a03-9fc8-6b946c3203eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035619Z:3939b257-085e-4a03-9fc8-6b946c3203eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c59eeb63-37e6-44f4-9655-a6c52907951b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7428', - 'x-ms-correlation-request-id', - 'c20cad9f-ae3e-45f1-b25b-04adf18039ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035620Z:c20cad9f-ae3e-45f1-b25b-04adf18039ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1643c45a-93f6-4ec2-b81d-165381006b99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7427', - 'x-ms-correlation-request-id', - '48a8efb2-f964-492d-accd-44fb123d7f0e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035620Z:48a8efb2-f964-492d-accd-44fb123d7f0e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4328656e-a091-4a81-93e5-ce41338ea249', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7426', - 'x-ms-correlation-request-id', - '508ff5de-01be-4cd5-ac7d-5cb3234120f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035621Z:508ff5de-01be-4cd5-ac7d-5cb3234120f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '05b1a0f8-06b6-4136-8398-cec48c4f4f35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7425', - 'x-ms-correlation-request-id', - 'd5e93c2a-9f51-45a5-b5ba-3404e393b8cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035621Z:d5e93c2a-9f51-45a5-b5ba-3404e393b8cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ace1a40-7fee-457e-a368-f4cae45ea63f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7424', - 'x-ms-correlation-request-id', - '1a06604f-b5f5-4661-a8b7-5b1c48040227', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035621Z:1a06604f-b5f5-4661-a8b7-5b1c48040227', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eeeb7bf0-91f6-43e2-a356-df7824f49d6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7423', - 'x-ms-correlation-request-id', - '75730bf9-798c-44dc-a86e-1a0ccf788d9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035622Z:75730bf9-798c-44dc-a86e-1a0ccf788d9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '326dec90-7767-4af1-879e-3b872923dc83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7422', - 'x-ms-correlation-request-id', - '5c21a7a2-e4d6-4a7e-a6b6-a97c034627b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035622Z:5c21a7a2-e4d6-4a7e-a6b6-a97c034627b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0fb44f1a-7737-4a44-856e-d6b88393328b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7421', - 'x-ms-correlation-request-id', - '17f2137e-5700-4698-a0de-80c029853abe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035623Z:17f2137e-5700-4698-a0de-80c029853abe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b86c7ff-8a58-4501-8092-62c05f3527a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7420', - 'x-ms-correlation-request-id', - 'b1eb6ac4-e95d-4351-8e59-3e66fc1cf3c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035623Z:b1eb6ac4-e95d-4351-8e59-3e66fc1cf3c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '038024cf-25b0-4fae-b9bd-2bdb39de7fb6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7419', - 'x-ms-correlation-request-id', - '646db3d7-4d90-400c-9986-884f62c8a9f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035623Z:646db3d7-4d90-400c-9986-884f62c8a9f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16a3a76d-5d36-434a-8e95-833c0acd32d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7418', - 'x-ms-correlation-request-id', - '0dbd4212-99a7-4188-aea1-5a75d92112bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035624Z:0dbd4212-99a7-4188-aea1-5a75d92112bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c3fb545-0f95-42eb-b0c8-4373faff87a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7417', - 'x-ms-correlation-request-id', - '0903ed59-9ffd-4106-844e-73e638f70ed5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035624Z:0903ed59-9ffd-4106-844e-73e638f70ed5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e3ce89b-0ef4-444f-907e-9867b332f6e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7416', - 'x-ms-correlation-request-id', - '0e53b23a-26ff-495a-9ba6-408846a8a61d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035625Z:0e53b23a-26ff-495a-9ba6-408846a8a61d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd15d2f5b-94db-4a25-898b-5fde479e8894', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7415', - 'x-ms-correlation-request-id', - '04e05b13-f3d8-4ff6-9a97-ea06820e0639', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035625Z:04e05b13-f3d8-4ff6-9a97-ea06820e0639', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b23ef49-743d-443c-96f1-7970718b8547', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7414', - 'x-ms-correlation-request-id', - '6dbd3f22-87c6-4a9a-8f06-67319f3cf866', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035625Z:6dbd3f22-87c6-4a9a-8f06-67319f3cf866', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '257cfeba-7ae8-4f1c-a11b-3cd453aaad7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7413', - 'x-ms-correlation-request-id', - 'b941fc48-3cc9-4b66-bef7-fba0743a9c51', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035626Z:b941fc48-3cc9-4b66-bef7-fba0743a9c51', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f86e388d-6faa-437b-b0d0-9ee751f4009b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7412', - 'x-ms-correlation-request-id', - '523c0825-3a17-4221-937d-19dd251381fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035626Z:523c0825-3a17-4221-937d-19dd251381fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8e6a325-eff3-4240-8a1f-c10520e8b03c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7411', - 'x-ms-correlation-request-id', - '005420cc-69a7-482b-ab8a-1fae6c24fd29', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035627Z:005420cc-69a7-482b-ab8a-1fae6c24fd29', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f351f152-c767-451c-9dee-7751f9314227', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7410', - 'x-ms-correlation-request-id', - '4ce382c0-eea5-4611-91cd-7eab73c92a66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035627Z:4ce382c0-eea5-4611-91cd-7eab73c92a66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3e4b244-c1ac-417b-b5bc-c573c623edc3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7409', - 'x-ms-correlation-request-id', - 'af379175-13d5-4686-9a5c-da8ab413a70c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035627Z:af379175-13d5-4686-9a5c-da8ab413a70c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '71069b85-d653-4723-b1ab-7ef217b63e52', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7408', - 'x-ms-correlation-request-id', - 'c54b7a9f-9ce3-4762-9f7c-2fcee82c757f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035628Z:c54b7a9f-9ce3-4762-9f7c-2fcee82c757f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c84c0164-645d-4898-a813-f11648763cf9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7407', - 'x-ms-correlation-request-id', - 'd4d84863-760e-49e9-a67b-ccff74a6e67e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035628Z:d4d84863-760e-49e9-a67b-ccff74a6e67e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29230901-bc92-40a1-85e0-16a7222d5408', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7406', - 'x-ms-correlation-request-id', - 'f122e9f5-0380-4a5b-91b6-ac84f2999822', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035629Z:f122e9f5-0380-4a5b-91b6-ac84f2999822', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46dfbfa4-2d80-4f37-837d-97cd93d4b1fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7405', - 'x-ms-correlation-request-id', - '61c5c046-c325-4f4f-b434-b2b663a6ec3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035629Z:61c5c046-c325-4f4f-b434-b2b663a6ec3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d018e37-2a1c-4686-b960-e2ea992efe66', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7404', - 'x-ms-correlation-request-id', - '27eb659a-682a-438a-a964-5866867fe056', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035629Z:27eb659a-682a-438a-a964-5866867fe056', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2332f5db-67d0-4e18-9081-40b41e1c4fd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7403', - 'x-ms-correlation-request-id', - '9a75e9ff-3aab-4f71-8cb5-95bf09c5fbcf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035630Z:9a75e9ff-3aab-4f71-8cb5-95bf09c5fbcf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd18008e7-23c2-40ca-b929-5c6c4f00bb6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7402', - 'x-ms-correlation-request-id', - 'b0cc65e8-5903-4be8-ab8d-0f27104aca8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035630Z:b0cc65e8-5903-4be8-ab8d-0f27104aca8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a55c798-5e39-4d87-808e-589fc8f8dd59', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7401', - 'x-ms-correlation-request-id', - 'd30d5b1d-6b4f-42b3-aef1-6720f3f40f11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035630Z:d30d5b1d-6b4f-42b3-aef1-6720f3f40f11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6457e323-e4e4-493d-a241-cd2d4dafcdc3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7400', - 'x-ms-correlation-request-id', - '938ea134-bf1f-420e-805b-e233c457e58c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035631Z:938ea134-bf1f-420e-805b-e233c457e58c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4380244c-3497-406f-8e02-f524441ead74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7399', - 'x-ms-correlation-request-id', - '995857a1-507c-472b-9159-68223d21b9d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035631Z:995857a1-507c-472b-9159-68223d21b9d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c6d7fde-33e7-4371-81c6-7c2aa37eee27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7398', - 'x-ms-correlation-request-id', - 'a342b05e-0e67-44f0-af90-4a0499a55e1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035632Z:a342b05e-0e67-44f0-af90-4a0499a55e1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90eec8a3-5e96-4861-bb4c-ae8bd9b7913a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7397', - 'x-ms-correlation-request-id', - '1e9a9c82-8283-41da-8125-eb395cda7cab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035632Z:1e9a9c82-8283-41da-8125-eb395cda7cab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e05951af-c9b3-496e-b299-eba2fa4dd2ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7396', - 'x-ms-correlation-request-id', - '0813d46c-58de-479a-918f-b57e82403c9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035632Z:0813d46c-58de-479a-918f-b57e82403c9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c41ef80f-7c1b-43b9-a162-e58fb86266dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7395', - 'x-ms-correlation-request-id', - '174f95ca-08b9-4bb3-94ea-26e1c9a03cf1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035633Z:174f95ca-08b9-4bb3-94ea-26e1c9a03cf1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8166af85-7e49-432d-8c2b-5b9c4fb3854b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7394', - 'x-ms-correlation-request-id', - '54076dde-2f57-4c6b-af80-d4bba0706231', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035633Z:54076dde-2f57-4c6b-af80-d4bba0706231', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac8d4438-8331-482d-9761-ef19eca92a26', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7393', - 'x-ms-correlation-request-id', - '8188f84b-e365-4a9e-9515-73238598d1f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035634Z:8188f84b-e365-4a9e-9515-73238598d1f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a0f641c-6d02-4fa2-9602-73131129c638', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7392', - 'x-ms-correlation-request-id', - 'db3605f7-7956-4ca1-a663-e760fe2c717c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035634Z:db3605f7-7956-4ca1-a663-e760fe2c717c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba1fcc6e-2095-498f-b102-90ac2169e616', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7391', - 'x-ms-correlation-request-id', - 'a3ff2277-e6d6-4cf7-a793-db7158f6ff64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035634Z:a3ff2277-e6d6-4cf7-a793-db7158f6ff64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '876f60ca-3a2f-4a81-8aa1-c2783d8b10da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7390', - 'x-ms-correlation-request-id', - '96150ac2-cfc2-4009-8d14-12e00f559429', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035635Z:96150ac2-cfc2-4009-8d14-12e00f559429', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4180076f-cc1a-4930-a9d4-c04a7707d8c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7389', - 'x-ms-correlation-request-id', - 'cf6d86ce-415e-4265-b55d-131f696e5cd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035635Z:cf6d86ce-415e-4265-b55d-131f696e5cd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e9f5a92-9140-41a9-ab7f-816cda2cb679', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7388', - 'x-ms-correlation-request-id', - '13da6e9f-3875-42b9-8844-d5e025824be6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035636Z:13da6e9f-3875-42b9-8844-d5e025824be6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd6b907b-525c-4888-b4f5-7d4c3a7f84bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7387', - 'x-ms-correlation-request-id', - '4efc9ada-4782-4104-8794-91ca449eb785', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035636Z:4efc9ada-4782-4104-8794-91ca449eb785', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6370ed49-4ab5-4318-a942-46fae2c3d119', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7386', - 'x-ms-correlation-request-id', - '7fc7c972-6cb3-46ac-8fed-a75743d9a62a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035636Z:7fc7c972-6cb3-46ac-8fed-a75743d9a62a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3746bfa1-f02d-4010-905e-3355916a0606', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7385', - 'x-ms-correlation-request-id', - 'fba68b37-876d-43bd-9ffc-1b72530b6f4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035637Z:fba68b37-876d-43bd-9ffc-1b72530b6f4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '050fb262-d22f-49ea-afd6-76def0071068', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7384', - 'x-ms-correlation-request-id', - 'e7c90d66-f7cb-42c6-a30e-b943e3416f84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035637Z:e7c90d66-f7cb-42c6-a30e-b943e3416f84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95022360-2706-46e1-a8d8-18b00617aa0a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7383', - 'x-ms-correlation-request-id', - '2e831ac7-927b-4e10-9c05-9fb9c0a80256', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035638Z:2e831ac7-927b-4e10-9c05-9fb9c0a80256', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc3e5a97-3758-4cea-8e45-6c7bd4779139', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7382', - 'x-ms-correlation-request-id', - 'a1a5b73b-3f98-44ed-8116-23a7f5c37830', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035638Z:a1a5b73b-3f98-44ed-8116-23a7f5c37830', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a06987d8-0b58-4954-bc37-93c87c4f73a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7381', - 'x-ms-correlation-request-id', - '7d989d28-4c0b-43f2-9524-d5dfb4781e74', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035638Z:7d989d28-4c0b-43f2-9524-d5dfb4781e74', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '189c3222-589c-46fd-b1cf-cadbe3790ce0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7380', - 'x-ms-correlation-request-id', - 'cfda5646-fa0f-469c-9177-02f2afbff570', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035639Z:cfda5646-fa0f-469c-9177-02f2afbff570', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57f3dc2c-ad9e-45a1-bdc9-e6982881d981', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7379', - 'x-ms-correlation-request-id', - 'eca92296-333e-4c8e-8d86-bdee5f027fe9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035639Z:eca92296-333e-4c8e-8d86-bdee5f027fe9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2311e3f1-68de-4a40-a6ce-82582318459b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7378', - 'x-ms-correlation-request-id', - '9caf927e-1e08-49a8-90df-a649d869f9ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035640Z:9caf927e-1e08-49a8-90df-a649d869f9ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f529fa4-ce73-4280-979e-691cc40888f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7377', - 'x-ms-correlation-request-id', - 'd422a9ac-ad62-4709-bd34-999808e7729a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035640Z:d422a9ac-ad62-4709-bd34-999808e7729a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '578e82dd-39ce-4510-b88b-daa8c97eb943', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7376', - 'x-ms-correlation-request-id', - 'a660d00b-a4ff-4086-beda-2544c96449ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035640Z:a660d00b-a4ff-4086-beda-2544c96449ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce4bf9a6-5c04-4f3c-a771-e5777ad2a9a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7375', - 'x-ms-correlation-request-id', - '4ceb4009-bdd9-4fda-b09e-68c68c96a9d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035641Z:4ceb4009-bdd9-4fda-b09e-68c68c96a9d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'edaa6fc8-a202-41c7-bc4d-536a057fc2e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7374', - 'x-ms-correlation-request-id', - 'd7c0d834-3a71-4866-a6a4-163908c6116d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035641Z:d7c0d834-3a71-4866-a6a4-163908c6116d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31a8fef9-eed3-4a62-9694-54d0dd1b5dcb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7373', - 'x-ms-correlation-request-id', - 'fe82aa3e-ecd0-406c-a124-ec6de0f60d4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035641Z:fe82aa3e-ecd0-406c-a124-ec6de0f60d4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9dbf14a-08d6-40ae-9af3-9879cad5984d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7372', - 'x-ms-correlation-request-id', - '9ef5d5fc-327e-4ab7-9d9e-1785bcb04fe5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035642Z:9ef5d5fc-327e-4ab7-9d9e-1785bcb04fe5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c192eb5a-1229-42b0-8808-9086f9856f6c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7371', - 'x-ms-correlation-request-id', - 'a6c8258c-8f9b-4d86-bfbc-225c9a3a1ac7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035642Z:a6c8258c-8f9b-4d86-bfbc-225c9a3a1ac7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e383bbb2-316e-43c3-bfd9-3306558b9f66', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7370', - 'x-ms-correlation-request-id', - 'eea07d9c-c39c-4388-af72-c3a1e31cdc93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035643Z:eea07d9c-c39c-4388-af72-c3a1e31cdc93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27c91a65-9d50-4931-91a2-ddf6e61b8641', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7369', - 'x-ms-correlation-request-id', - 'a3f6fcb5-b3e3-4e6d-a28c-aad9ca15e322', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035643Z:a3f6fcb5-b3e3-4e6d-a28c-aad9ca15e322', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ba0b65a-b855-419e-8558-9689bf0ae06a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7368', - 'x-ms-correlation-request-id', - '6012d400-0bed-4e1a-a15a-383550ca87ef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035644Z:6012d400-0bed-4e1a-a15a-383550ca87ef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc0202e6-705f-49e8-a84c-d7afb6813d2c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7367', - 'x-ms-correlation-request-id', - '93675cc8-4f6b-46a6-abe6-8571506579ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035644Z:93675cc8-4f6b-46a6-abe6-8571506579ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf9ffb27-4505-4126-b7f9-5f2be693abbb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7366', - 'x-ms-correlation-request-id', - '6cd4df44-b581-415c-a40d-640c4725693d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035644Z:6cd4df44-b581-415c-a40d-640c4725693d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91c9b0b8-9f60-4223-811f-392818144203', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7365', - 'x-ms-correlation-request-id', - 'afaaff18-ba60-4978-b9df-1b0b45e85e73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035645Z:afaaff18-ba60-4978-b9df-1b0b45e85e73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1448bc17-07ca-477b-a851-2b225d6b92f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7364', - 'x-ms-correlation-request-id', - 'ff88c55e-5ae2-44e5-9069-598fc3d781ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035645Z:ff88c55e-5ae2-44e5-9069-598fc3d781ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64c3df79-c6e8-4467-8fd8-845767495a11', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7363', - 'x-ms-correlation-request-id', - 'f9765d92-163b-4bf6-8d22-af3b1fb656e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035645Z:f9765d92-163b-4bf6-8d22-af3b1fb656e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef249e01-7f67-472a-b8ec-8efe5156280b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7362', - 'x-ms-correlation-request-id', - '26f4144f-529d-4adf-bc20-dab2fff5571c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035646Z:26f4144f-529d-4adf-bc20-dab2fff5571c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed544bf5-d471-410b-904e-6e134ed41390', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7361', - 'x-ms-correlation-request-id', - '99f0542f-68cf-4d5c-aa6b-09db89d6de2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035646Z:99f0542f-68cf-4d5c-aa6b-09db89d6de2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'af639b28-5344-4df7-af84-fbcbb07377ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7360', - 'x-ms-correlation-request-id', - 'f8436f62-18d1-40a7-8b2d-1e14365c1068', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035647Z:f8436f62-18d1-40a7-8b2d-1e14365c1068', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df3c97f0-f39a-471f-9220-3eb6d5992a86', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7359', - 'x-ms-correlation-request-id', - '38b6bca4-9464-4eed-bb8f-c6d5f348808b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035647Z:38b6bca4-9464-4eed-bb8f-c6d5f348808b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f431149e-17a8-4e83-a0e3-d4385ebddb0f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7358', - 'x-ms-correlation-request-id', - '861b5f46-11c9-44c9-9951-64815c6d5716', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035647Z:861b5f46-11c9-44c9-9951-64815c6d5716', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d3979c3-fa3b-47f9-b963-461bc81322b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7357', - 'x-ms-correlation-request-id', - 'f9175067-6eef-417a-883a-eba972088a10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035648Z:f9175067-6eef-417a-883a-eba972088a10', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e90a810-6c57-4b6c-8c38-489f152dee69', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7356', - 'x-ms-correlation-request-id', - '696a9419-e044-4862-bb53-3e1cc4233698', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035648Z:696a9419-e044-4862-bb53-3e1cc4233698', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aba5b4bc-3fa7-4552-a686-86da3985cafd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7355', - 'x-ms-correlation-request-id', - '456625c9-2376-4fee-81ee-e5d5e56563c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035649Z:456625c9-2376-4fee-81ee-e5d5e56563c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b5b2c9bf-5c54-431b-906f-43d66961e418', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7354', - 'x-ms-correlation-request-id', - '62c2d16f-6f13-4eba-9b35-b5669e20c87f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035649Z:62c2d16f-6f13-4eba-9b35-b5669e20c87f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cedeaf01-48f8-436e-93cb-1af3efcc4889', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7353', - 'x-ms-correlation-request-id', - '14813e41-2b14-440f-af2a-3d810fa60b55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035649Z:14813e41-2b14-440f-af2a-3d810fa60b55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82ace1e9-15ea-41c0-b0c7-7eeb39824e4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7352', - 'x-ms-correlation-request-id', - '9aa382c9-dd5d-4237-bff7-707f49c1a512', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035650Z:9aa382c9-dd5d-4237-bff7-707f49c1a512', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d2140c6-4540-4d20-96c3-99e127f4a77c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7351', - 'x-ms-correlation-request-id', - 'e44d04f3-ba94-4e58-bd65-c69b62fb292e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035650Z:e44d04f3-ba94-4e58-bd65-c69b62fb292e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e544d8f2-eebd-40ea-8148-82552194bfab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7350', - 'x-ms-correlation-request-id', - '7edbb0f2-2ec3-4638-bb6a-fb225e16ba6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035651Z:7edbb0f2-2ec3-4638-bb6a-fb225e16ba6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5c02387-0fdb-4edf-ba28-a2b4fba3335f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7349', - 'x-ms-correlation-request-id', - 'a75131b0-6f66-4ae7-8d3f-c61f4c3c23a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035651Z:a75131b0-6f66-4ae7-8d3f-c61f4c3c23a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc2ad1b6-8749-41af-bf62-dd264a645b2a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7348', - 'x-ms-correlation-request-id', - 'c633c26f-475b-44c8-b819-8b1c1f17b595', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035651Z:c633c26f-475b-44c8-b819-8b1c1f17b595', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1cf37040-400d-424d-989c-6c767fc16f86', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7347', - 'x-ms-correlation-request-id', - '812b4933-0677-4df1-af0f-83968103dbed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035652Z:812b4933-0677-4df1-af0f-83968103dbed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a2847ac-dae8-41bd-bceb-7956db050f1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7346', - 'x-ms-correlation-request-id', - '50665917-f75f-4cc0-9bfe-3330d54c9e3b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035652Z:50665917-f75f-4cc0-9bfe-3330d54c9e3b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44e3f992-c015-41e9-b9b9-9b245353bec3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7345', - 'x-ms-correlation-request-id', - 'a2805c75-0d47-4fa5-95e3-09fa39faf210', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035653Z:a2805c75-0d47-4fa5-95e3-09fa39faf210', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c964e13b-163f-4db5-929e-640dd098fa6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7344', - 'x-ms-correlation-request-id', - 'd1311da6-76f3-4a5d-b1be-f7ffc11e03a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035653Z:d1311da6-76f3-4a5d-b1be-f7ffc11e03a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9556cf47-421c-4369-bbfe-17c563a49e51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7343', - 'x-ms-correlation-request-id', - 'bf24dab9-51d7-4306-8d6e-4d48417480ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035654Z:bf24dab9-51d7-4306-8d6e-4d48417480ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e48abed2-9ef1-4d98-8fa1-6795911619b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7342', - 'x-ms-correlation-request-id', - '3fe50e19-e91d-4fc6-b616-49cdd6dea7a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035654Z:3fe50e19-e91d-4fc6-b616-49cdd6dea7a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0971bae-af17-40b2-b453-4a31e24ac484', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7341', - 'x-ms-correlation-request-id', - 'eef6719c-c330-44b8-9553-1ed6475601a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035654Z:eef6719c-c330-44b8-9553-1ed6475601a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38828d6d-311a-44e6-8d7c-80ea66ee45d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7340', - 'x-ms-correlation-request-id', - 'a0e2b758-3e58-4a29-93c7-c676f179b9d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035655Z:a0e2b758-3e58-4a29-93c7-c676f179b9d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f029157-7df6-493e-9161-be4b800da620', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7339', - 'x-ms-correlation-request-id', - 'a0c56445-73d4-4b28-b35e-02394027e3f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035655Z:a0c56445-73d4-4b28-b35e-02394027e3f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c91c9d4-2e4b-4235-ac09-d7465f9676f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7338', - 'x-ms-correlation-request-id', - 'fcbfc973-2ebf-4864-8a4e-6d8e3162038f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035655Z:fcbfc973-2ebf-4864-8a4e-6d8e3162038f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a24edf55-c65a-4bc1-bc69-83235d5fa666', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7337', - 'x-ms-correlation-request-id', - '69a64eee-0f67-42b5-a0ca-f4d7a53df9a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035656Z:69a64eee-0f67-42b5-a0ca-f4d7a53df9a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6c9c2b6-4df0-44de-8c86-6a00beca0c28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7336', - 'x-ms-correlation-request-id', - '9eed7044-c2b7-4803-bc46-b3318c674bae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035656Z:9eed7044-c2b7-4803-bc46-b3318c674bae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'edae07d1-3d29-4649-a8e9-2cf47734441c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7335', - 'x-ms-correlation-request-id', - 'd6b820a9-456a-41f3-8f91-21f6adcf653c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035657Z:d6b820a9-456a-41f3-8f91-21f6adcf653c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4717ae89-4646-4cac-bb16-4d9f2a0f025f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7334', - 'x-ms-correlation-request-id', - 'e5061df3-9a4b-4e5c-97e1-eec95016c35d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035657Z:e5061df3-9a4b-4e5c-97e1-eec95016c35d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f371ffa0-e4d8-4f5e-bb34-b95f0daa8c8b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7333', - 'x-ms-correlation-request-id', - 'e76553a3-66e3-4c4c-b92e-198041903931', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035657Z:e76553a3-66e3-4c4c-b92e-198041903931', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f06eb013-3e8d-42b9-aa6d-1fa291d5788a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7332', - 'x-ms-correlation-request-id', - 'd8b3e583-fddf-4caf-af2a-e347cabcdb7b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035658Z:d8b3e583-fddf-4caf-af2a-e347cabcdb7b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27be9b37-86a3-47dd-84c1-b3c089102c61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7331', - 'x-ms-correlation-request-id', - '2e771eb6-1388-48b6-ae90-0070c2be8628', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035658Z:2e771eb6-1388-48b6-ae90-0070c2be8628', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0dd99df-90c5-4f45-bbb9-f5a2b27d8ea7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7330', - 'x-ms-correlation-request-id', - '84849550-6473-4083-b930-ce2285f004ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035659Z:84849550-6473-4083-b930-ce2285f004ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6bb21a16-5c25-44a2-b2cb-4ab8083a6932', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7329', - 'x-ms-correlation-request-id', - 'b4f6aa92-1304-4acd-b8ba-a86ade5a55ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035659Z:b4f6aa92-1304-4acd-b8ba-a86ade5a55ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bac769bf-5094-445e-85a0-70a0d0e8364b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7328', - 'x-ms-correlation-request-id', - 'ce78f4d0-0bd4-4ca9-a362-51c1752d974e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035659Z:ce78f4d0-0bd4-4ca9-a362-51c1752d974e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f37c7ad4-6848-4ec1-9e0b-2793d07c89ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7327', - 'x-ms-correlation-request-id', - '3bbb6092-44e6-4300-9268-a4b11aacedf4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035700Z:3bbb6092-44e6-4300-9268-a4b11aacedf4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4306c3f-41b1-49c2-902f-57004ebc990f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7326', - 'x-ms-correlation-request-id', - '07922979-376d-4ffd-b1fb-6d14d7c69521', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035700Z:07922979-376d-4ffd-b1fb-6d14d7c69521', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:56:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b061c4a-d00b-40b3-a14b-16bc39a94830', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7325', - 'x-ms-correlation-request-id', - 'dfb25b65-c361-44a6-93b1-be35b60119ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035701Z:dfb25b65-c361-44a6-93b1-be35b60119ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88b4c842-6658-4800-bab8-9f8e26426880', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7324', - 'x-ms-correlation-request-id', - '708b3267-9193-4817-9a86-e526cc5c83f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035701Z:708b3267-9193-4817-9a86-e526cc5c83f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9b0779c6-4c84-463d-a06c-07e8ce30ac3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7323', - 'x-ms-correlation-request-id', - 'c7a33046-62d0-436a-b016-e4d3e375da4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035701Z:c7a33046-62d0-436a-b016-e4d3e375da4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a06e1763-6dd8-4110-895d-5c80cc34c1ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7322', - 'x-ms-correlation-request-id', - '6d8c6275-162f-4df8-99f3-60a39c2f8ac0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035702Z:6d8c6275-162f-4df8-99f3-60a39c2f8ac0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00112b85-18dc-4376-9e64-7594c6739345', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7321', - 'x-ms-correlation-request-id', - '0082886c-0585-418c-bec0-f2b4cee90719', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035702Z:0082886c-0585-418c-bec0-f2b4cee90719', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd983a9b3-0d5a-4072-9582-a61c53ee4bcd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7320', - 'x-ms-correlation-request-id', - 'cac28b6c-51e0-44ee-b387-a613c21cda1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035703Z:cac28b6c-51e0-44ee-b387-a613c21cda1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d84247f-0d50-4b25-be57-1790506d36d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7319', - 'x-ms-correlation-request-id', - 'a6d05453-afc0-4955-9845-0052d217e024', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035703Z:a6d05453-afc0-4955-9845-0052d217e024', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b5b6da9-4d7e-442d-99e9-1f6a24ee40e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7318', - 'x-ms-correlation-request-id', - '1a66d3a4-2a45-4433-9a80-0a20ebb1fe01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035703Z:1a66d3a4-2a45-4433-9a80-0a20ebb1fe01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fca0374e-0d30-4169-88b4-27720effc358', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7317', - 'x-ms-correlation-request-id', - 'eb2e48d9-8bf5-47bd-8bd2-1bdfc075dc1d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035704Z:eb2e48d9-8bf5-47bd-8bd2-1bdfc075dc1d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd0236ba8-e72c-4988-aa45-adadeda68182', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7316', - 'x-ms-correlation-request-id', - 'ee3b8efb-08b5-48a0-84cd-82c1bb01d74d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035704Z:ee3b8efb-08b5-48a0-84cd-82c1bb01d74d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6ce5535-96ee-4535-9744-ef09445948c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7315', - 'x-ms-correlation-request-id', - '24de4e1d-53ef-41fb-af98-7f766bc297a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035705Z:24de4e1d-53ef-41fb-af98-7f766bc297a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c678eb50-db71-4959-814a-d42777eadc25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7314', - 'x-ms-correlation-request-id', - '636f2fd9-44b1-4a67-99f3-7ee6ac923c2e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035705Z:636f2fd9-44b1-4a67-99f3-7ee6ac923c2e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20450fdc-04e9-4ea6-bf65-3bc6173f98e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7313', - 'x-ms-correlation-request-id', - '7cdc41cb-d0a4-4611-8df5-332d37deb099', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035705Z:7cdc41cb-d0a4-4611-8df5-332d37deb099', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '001b0807-f2ec-45be-9df8-b7d9d8d586de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7312', - 'x-ms-correlation-request-id', - 'd5fe1308-0479-4152-ba84-dd2e1b557799', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035706Z:d5fe1308-0479-4152-ba84-dd2e1b557799', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6aee9e48-157a-4154-8801-86d9d40753bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7311', - 'x-ms-correlation-request-id', - 'c696b658-a3c1-487a-81ee-b97551a4fa9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035706Z:c696b658-a3c1-487a-81ee-b97551a4fa9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3b245ab-3696-4e21-9a27-a44f5cd55365', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7310', - 'x-ms-correlation-request-id', - '76c4cb8c-2686-431b-b1ed-3fa1080287ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035707Z:76c4cb8c-2686-431b-b1ed-3fa1080287ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19e191e3-58c2-44a3-96c2-e4c28cc34aca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7309', - 'x-ms-correlation-request-id', - '7603c38f-1aea-4900-9b1e-dddbf1058b51', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035707Z:7603c38f-1aea-4900-9b1e-dddbf1058b51', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4db5b37f-665e-4d80-8847-9e17e23e82e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7308', - 'x-ms-correlation-request-id', - '1ac60d94-344a-49de-ab62-7f33ce4933c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035707Z:1ac60d94-344a-49de-ab62-7f33ce4933c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8fdc1c4-29e4-4be0-b4ff-207ce1b643e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7307', - 'x-ms-correlation-request-id', - '7473b538-d6da-4af8-8df0-b52d930e2927', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035708Z:7473b538-d6da-4af8-8df0-b52d930e2927', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '459d87c3-eb80-449b-9927-cc659737fb90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7306', - 'x-ms-correlation-request-id', - 'ce296905-3139-4761-bb3c-ca5d36f1d8fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035708Z:ce296905-3139-4761-bb3c-ca5d36f1d8fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a2cd6a0-b0da-4399-941a-8106ff5b58de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7305', - 'x-ms-correlation-request-id', - '8a097979-8920-430c-bdca-b7b095d88bc7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035709Z:8a097979-8920-430c-bdca-b7b095d88bc7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '623fece2-a020-4561-b2c0-631152d48568', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7304', - 'x-ms-correlation-request-id', - '6b5b07e4-57e9-4d9a-bf64-75195a8b3ef4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035709Z:6b5b07e4-57e9-4d9a-bf64-75195a8b3ef4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3275be97-7fa4-4b33-93c5-8e0debe431d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7303', - 'x-ms-correlation-request-id', - 'e82ea06b-1c07-4011-9bed-44484e74902e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035709Z:e82ea06b-1c07-4011-9bed-44484e74902e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '823e4492-0e75-4e1b-8e80-42210dd7920a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7302', - 'x-ms-correlation-request-id', - '4444209b-7858-4525-923a-c465668214c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035710Z:4444209b-7858-4525-923a-c465668214c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '097729a7-73e0-4cfc-9acd-72200b6ba794', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7301', - 'x-ms-correlation-request-id', - '1ee1717f-714c-4817-9395-9c64aba6513b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035710Z:1ee1717f-714c-4817-9395-9c64aba6513b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '964a0549-2b47-409b-92bc-95dfcf1ab629', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7300', - 'x-ms-correlation-request-id', - 'a5500ec5-ae69-4235-8370-499fba516c05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035711Z:a5500ec5-ae69-4235-8370-499fba516c05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf75b15d-c288-47ce-8e04-fe92b807edf6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7299', - 'x-ms-correlation-request-id', - '185d97c9-1832-4b99-92ec-20356157b5c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035711Z:185d97c9-1832-4b99-92ec-20356157b5c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '178f8049-227c-41c0-be58-a3a20b79ca05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7298', - 'x-ms-correlation-request-id', - '5f4c6a56-ee1f-42f9-9316-1453d8796734', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035711Z:5f4c6a56-ee1f-42f9-9316-1453d8796734', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'edf99d11-037f-4b79-b00d-c7ae0946bd9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7297', - 'x-ms-correlation-request-id', - '418e715c-6229-4d1a-9e87-d501b5565507', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035712Z:418e715c-6229-4d1a-9e87-d501b5565507', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe1a9e8e-98f1-4404-8493-1eb1487c3642', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7296', - 'x-ms-correlation-request-id', - 'ee64c760-3b41-447f-84b1-db5134d5fb55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035712Z:ee64c760-3b41-447f-84b1-db5134d5fb55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84201350-dce0-4835-ad71-b0f5b1cda717', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7295', - 'x-ms-correlation-request-id', - '5d2ebfc8-6522-4b37-9aad-66a9f3888c8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035713Z:5d2ebfc8-6522-4b37-9aad-66a9f3888c8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '869cd3f0-a4a3-4c4b-8b15-472e934e1593', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7294', - 'x-ms-correlation-request-id', - '9476b0c8-6beb-41c1-8012-2f8dd635ee31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035713Z:9476b0c8-6beb-41c1-8012-2f8dd635ee31', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd6a3a5b-2275-4acd-a62c-89fba406e3a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7293', - 'x-ms-correlation-request-id', - '03daf6e6-d192-4591-a39b-6c83db665a6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035713Z:03daf6e6-d192-4591-a39b-6c83db665a6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67db4d32-573a-4ece-9b5f-52072c0ce588', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7292', - 'x-ms-correlation-request-id', - 'd0384464-b9f8-4061-a42f-023409d9dbbd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035714Z:d0384464-b9f8-4061-a42f-023409d9dbbd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51d1420e-7276-4c8c-8032-8eb4514bd8cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7291', - 'x-ms-correlation-request-id', - 'ce7bc5a7-23f4-483c-b1b3-4e6903723557', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035714Z:ce7bc5a7-23f4-483c-b1b3-4e6903723557', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42bb5c4b-3199-4add-8914-50fa8e8095bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7290', - 'x-ms-correlation-request-id', - '00869740-5cfa-4d72-b2f1-c1a0ab89c01e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035715Z:00869740-5cfa-4d72-b2f1-c1a0ab89c01e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9bd646da-80f1-4955-88af-b6a65504084a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7289', - 'x-ms-correlation-request-id', - '7b3d991a-2559-4692-88c4-318d50a7df93', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035715Z:7b3d991a-2559-4692-88c4-318d50a7df93', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a80554a6-fc91-4322-81ea-8e5d2189cb90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7288', - 'x-ms-correlation-request-id', - '45b09bec-2758-4c87-bce6-44aafd8355d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035716Z:45b09bec-2758-4c87-bce6-44aafd8355d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '430662fa-d379-4db5-9471-db307c5ffa6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7287', - 'x-ms-correlation-request-id', - 'a9f72de2-9260-4c08-ae93-fdf71af0451d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035716Z:a9f72de2-9260-4c08-ae93-fdf71af0451d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c16bdcb9-73d6-4829-8d28-eef47b60c946', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7286', - 'x-ms-correlation-request-id', - 'badff57b-3283-4d18-9e5c-f040e2d14dd8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035716Z:badff57b-3283-4d18-9e5c-f040e2d14dd8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8156aa4a-4a9d-411e-b7dd-e99e0aee7ef3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7285', - 'x-ms-correlation-request-id', - '14e41578-c9a9-40d2-a8f4-c74e44e4117a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035717Z:14e41578-c9a9-40d2-a8f4-c74e44e4117a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3b8c3d6-b3e1-4080-aa32-41dfa69e3cb7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7284', - 'x-ms-correlation-request-id', - '6d999e0b-a2d3-494b-87be-e213212ffb61', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035717Z:6d999e0b-a2d3-494b-87be-e213212ffb61', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '042391ab-8aea-463e-9eb3-b66816a3d661', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7283', - 'x-ms-correlation-request-id', - '9633bf46-2549-4d33-ad72-efcca514d502', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035718Z:9633bf46-2549-4d33-ad72-efcca514d502', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4b42b27-24f1-42c1-b31a-976710e004c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7282', - 'x-ms-correlation-request-id', - '42f0262a-4ecf-48a9-a2b0-6e9be616f979', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035718Z:42f0262a-4ecf-48a9-a2b0-6e9be616f979', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '611e6218-659b-415e-88ab-1e4fab24b917', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7281', - 'x-ms-correlation-request-id', - '7be725cb-a0f4-46b6-9f09-45f860281f2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035718Z:7be725cb-a0f4-46b6-9f09-45f860281f2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'afd21fc0-406c-47a3-a3b0-1743bb25ad8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7280', - 'x-ms-correlation-request-id', - 'e12b43bc-b0c3-4369-a242-6d671f3a2683', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035719Z:e12b43bc-b0c3-4369-a242-6d671f3a2683', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f96df6a4-c17d-4e46-a5dd-e00f0a9d5655', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7279', - 'x-ms-correlation-request-id', - '49a53325-f13e-4e72-b4f9-6c063e427b45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035719Z:49a53325-f13e-4e72-b4f9-6c063e427b45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7c9506dd-cecc-4755-af05-1c4a067411e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7278', - 'x-ms-correlation-request-id', - '04fd33a6-a43c-4e9f-91d5-0b9defe14502', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035720Z:04fd33a6-a43c-4e9f-91d5-0b9defe14502', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '178f7515-69db-4b51-b2ac-aa1e8d14f368', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7277', - 'x-ms-correlation-request-id', - '915ae627-d7d5-48ac-bd2f-51edd7f30f33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035720Z:915ae627-d7d5-48ac-bd2f-51edd7f30f33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9ea4352-2fe9-480d-9137-5767615bcea9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7276', - 'x-ms-correlation-request-id', - '15ee111c-42e4-49a9-b55a-ce6626085242', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035721Z:15ee111c-42e4-49a9-b55a-ce6626085242', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5e260d0-0fb0-43bf-a02b-23e11ab54335', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7275', - 'x-ms-correlation-request-id', - 'c6b7ed7d-cf70-44a1-b05c-ae3d9472cc33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035721Z:c6b7ed7d-cf70-44a1-b05c-ae3d9472cc33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de806eaa-bc1e-4eca-a47d-dab4757a02f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7274', - 'x-ms-correlation-request-id', - '549124a4-5ece-487d-8f42-741cfc32d72b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035721Z:549124a4-5ece-487d-8f42-741cfc32d72b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad4ff6b9-9295-4767-858e-c3ba4ac572b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7273', - 'x-ms-correlation-request-id', - 'ee723967-bad2-4ebe-a61c-6f6bd8017119', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035722Z:ee723967-bad2-4ebe-a61c-6f6bd8017119', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc04b5c5-c99e-4da1-bcd3-4fab0afcd0a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7272', - 'x-ms-correlation-request-id', - '261e984c-cd2c-4ac9-87cb-271fcc9d69a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035722Z:261e984c-cd2c-4ac9-87cb-271fcc9d69a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b561574e-5574-4bfe-84a2-4bada06ef734', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7271', - 'x-ms-correlation-request-id', - '13de97c3-8717-49b7-b8a4-6f1d6c126a14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035723Z:13de97c3-8717-49b7-b8a4-6f1d6c126a14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97634248-f50a-41b3-8c56-a731f4612088', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7270', - 'x-ms-correlation-request-id', - '70abad0a-b51a-424b-a37f-e2981be73ccc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035723Z:70abad0a-b51a-424b-a37f-e2981be73ccc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5eb4eeb4-dcf8-42bb-81dc-be2967df5898', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7269', - 'x-ms-correlation-request-id', - 'd719f8f7-accf-4a1b-99e8-eb1b8a0058f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035723Z:d719f8f7-accf-4a1b-99e8-eb1b8a0058f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '709eb486-4125-47d6-95d5-7de8deb65cf0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7268', - 'x-ms-correlation-request-id', - 'fc430762-42a9-47b0-97c0-9ce39a9a3a5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035724Z:fc430762-42a9-47b0-97c0-9ce39a9a3a5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd464c0f9-b40b-4b66-a92b-50f9a7f6fb80', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7267', - 'x-ms-correlation-request-id', - 'bafcd10a-ea49-4419-9611-9b2505453a89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035724Z:bafcd10a-ea49-4419-9611-9b2505453a89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33998812-f9a9-4539-800d-e0958722a162', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7266', - 'x-ms-correlation-request-id', - '01d80040-dad6-42e1-914c-faf81f79b666', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035725Z:01d80040-dad6-42e1-914c-faf81f79b666', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9bd4574-52cf-4167-8656-4033324fc9bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7265', - 'x-ms-correlation-request-id', - 'e7b71525-f853-4c2d-b893-8661d2746a33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035725Z:e7b71525-f853-4c2d-b893-8661d2746a33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57df229f-3451-4762-8eb1-7a9d0b1a4b8b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7264', - 'x-ms-correlation-request-id', - '283de205-6da1-4167-8315-0cf8738b8a12', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035725Z:283de205-6da1-4167-8315-0cf8738b8a12', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3a4b2df1-d9ea-4a29-8ebc-c4faa1ea12f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7263', - 'x-ms-correlation-request-id', - '88e5a1be-a3b3-44e3-9488-ec51fd420b85', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035726Z:88e5a1be-a3b3-44e3-9488-ec51fd420b85', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc06b9d4-bff6-407b-a1b5-ec3f7238d9ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7262', - 'x-ms-correlation-request-id', - '2fe03a30-3319-4108-a373-e8d1dc8dd7bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035726Z:2fe03a30-3319-4108-a373-e8d1dc8dd7bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6a4af84e-85e9-436a-b206-9db70ba1fa36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7261', - 'x-ms-correlation-request-id', - '05818aa5-b9fe-4c01-8271-909ec1835ec6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035727Z:05818aa5-b9fe-4c01-8271-909ec1835ec6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ecc2a1cb-a965-4502-86d3-7cc187f6adbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7260', - 'x-ms-correlation-request-id', - '0f9e64ff-4931-4038-8695-facf492c3d24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035727Z:0f9e64ff-4931-4038-8695-facf492c3d24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c695525-fd9b-4f96-a15d-3ae7ad0f94bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7259', - 'x-ms-correlation-request-id', - '5c50efcf-4fde-4d91-890c-77217cdb4760', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035727Z:5c50efcf-4fde-4d91-890c-77217cdb4760', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0cee8eb-7452-4be7-8a13-9049e279e15f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7258', - 'x-ms-correlation-request-id', - '8654a64b-ba68-4440-9e9f-4861cddbf553', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035728Z:8654a64b-ba68-4440-9e9f-4861cddbf553', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6611506b-96e1-4cb7-8105-698e7dbad2c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7257', - 'x-ms-correlation-request-id', - '871e1f94-1156-499e-81bb-8932a0827d27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035728Z:871e1f94-1156-499e-81bb-8932a0827d27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2dbe50f6-9ce4-4164-a29d-300b0177e0a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7256', - 'x-ms-correlation-request-id', - 'c3b64092-b429-4fa9-a17d-da5b703e8478', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035729Z:c3b64092-b429-4fa9-a17d-da5b703e8478', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb345fc4-2630-4aa7-a9b1-4454c69d5654', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7255', - 'x-ms-correlation-request-id', - 'f4eef8ff-127b-4c87-83fe-dbdeb9b65f59', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035729Z:f4eef8ff-127b-4c87-83fe-dbdeb9b65f59', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '102e5bee-4b1b-4004-bd5b-ebe6b44498f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7254', - 'x-ms-correlation-request-id', - 'c8cee04b-942d-4b73-a548-c809533ae61b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035729Z:c8cee04b-942d-4b73-a548-c809533ae61b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd13ff724-caae-4f10-b11f-222c961b536d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7253', - 'x-ms-correlation-request-id', - '2938948a-3581-4a2c-b3df-1588f5cbbb2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035730Z:2938948a-3581-4a2c-b3df-1588f5cbbb2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55a252c0-f530-4f95-9a32-d20e2eeec81c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7252', - 'x-ms-correlation-request-id', - '7fadca8e-c919-46a2-ae35-a22354b454be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035730Z:7fadca8e-c919-46a2-ae35-a22354b454be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0edd8022-d960-4dce-9c50-d7351bab4011', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7251', - 'x-ms-correlation-request-id', - '6dec2a03-0643-4292-8381-d9a4be2cc4ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035731Z:6dec2a03-0643-4292-8381-d9a4be2cc4ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '613c7cea-4529-4d7b-b1a7-e96cf32aa6d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7250', - 'x-ms-correlation-request-id', - 'd4b2dc84-b129-4cda-9623-6e899de4f6b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035731Z:d4b2dc84-b129-4cda-9623-6e899de4f6b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c067021a-2938-438a-a440-ab00080896d9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7249', - 'x-ms-correlation-request-id', - 'f9aaecd6-46db-4a7b-85a4-9e6c54a50fa2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035731Z:f9aaecd6-46db-4a7b-85a4-9e6c54a50fa2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '197ab510-8009-4676-a3f5-a16550ea6153', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7248', - 'x-ms-correlation-request-id', - 'f494508a-ea76-4215-b356-05dcca0cef78', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035732Z:f494508a-ea76-4215-b356-05dcca0cef78', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0815113d-9998-4724-b50e-70dfb3b27f96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7247', - 'x-ms-correlation-request-id', - '72afcd71-85b9-43ff-9092-21aa07eb5050', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035732Z:72afcd71-85b9-43ff-9092-21aa07eb5050', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7e4f9e0-5509-478b-af94-6409f5016d8f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7246', - 'x-ms-correlation-request-id', - 'ebe02143-eee8-45f0-8725-35b3b3c6e54d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035733Z:ebe02143-eee8-45f0-8725-35b3b3c6e54d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0769822b-16d9-4aaf-967a-a68c0e9830e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7245', - 'x-ms-correlation-request-id', - '3007671a-e66d-4243-9f0d-a67aed243ef3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035733Z:3007671a-e66d-4243-9f0d-a67aed243ef3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4481d552-d986-411a-b158-28a87b795a05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7244', - 'x-ms-correlation-request-id', - '1e800381-3d4a-4b36-b599-9ab49119aa73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035733Z:1e800381-3d4a-4b36-b599-9ab49119aa73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aeeaa66d-9d78-4847-bea7-584e8c11ca7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7243', - 'x-ms-correlation-request-id', - '020497bb-2b93-4bbe-baee-cdb4146b86f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035734Z:020497bb-2b93-4bbe-baee-cdb4146b86f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98b3ea84-4a81-475b-b9b7-57324a70c3c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7242', - 'x-ms-correlation-request-id', - '84c12347-ff9d-4171-8f06-c69e29bb8e5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035734Z:84c12347-ff9d-4171-8f06-c69e29bb8e5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef1b577f-9153-4776-8fcf-9bc8061c3757', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7241', - 'x-ms-correlation-request-id', - 'bd405a06-6302-4ee8-8864-e70614792897', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035735Z:bd405a06-6302-4ee8-8864-e70614792897', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '05d82bf1-99d1-4d5d-96cd-e20a5b4f8028', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7240', - 'x-ms-correlation-request-id', - '1388ab53-21b1-446f-abd4-1e73887b6b26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035735Z:1388ab53-21b1-446f-abd4-1e73887b6b26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b013d7cb-d23d-47a2-aa2b-6353edb4b695', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7239', - 'x-ms-correlation-request-id', - 'ed2d863b-3c26-4944-9af6-a7f38aac253d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035735Z:ed2d863b-3c26-4944-9af6-a7f38aac253d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03b95213-12ad-4291-a9fc-22ba45152d42', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7238', - 'x-ms-correlation-request-id', - '0f653f95-c867-4b1f-8fab-a55955c2ee99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035736Z:0f653f95-c867-4b1f-8fab-a55955c2ee99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d900fa0-2f5e-4a05-9a95-e23d48e9ac5e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7237', - 'x-ms-correlation-request-id', - 'f29424a4-a7e2-4776-b0d0-5576b11673a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035736Z:f29424a4-a7e2-4776-b0d0-5576b11673a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aca0e3de-fd10-487b-86a3-00c122065360', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7236', - 'x-ms-correlation-request-id', - '8cb02e52-fc28-4ebd-8cbc-5dd646c32b4e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035737Z:8cb02e52-fc28-4ebd-8cbc-5dd646c32b4e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee28b82d-ca21-4eca-a9b1-5042877364f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7235', - 'x-ms-correlation-request-id', - 'd772f653-a0e5-480b-906f-0ec98c178581', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035737Z:d772f653-a0e5-480b-906f-0ec98c178581', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '589a44da-9963-462e-b979-77036b5a5be1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7234', - 'x-ms-correlation-request-id', - '8950c156-94fe-415c-99d0-51f1827ea1ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035737Z:8950c156-94fe-415c-99d0-51f1827ea1ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c21efef3-4c44-4e37-bfb8-2e294493a7e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7233', - 'x-ms-correlation-request-id', - '6162f55e-a794-4ab5-8977-3395f0831b8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035738Z:6162f55e-a794-4ab5-8977-3395f0831b8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63ba3f0f-4a4f-4736-aa3a-cdff95255935', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7232', - 'x-ms-correlation-request-id', - 'bc42886b-4bc2-4d3c-866d-abe326be1eaf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035738Z:bc42886b-4bc2-4d3c-866d-abe326be1eaf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5749ba87-e2a5-4fcc-b0f0-17f933c37a3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7231', - 'x-ms-correlation-request-id', - '2cd1b947-5052-4ece-9e31-95d9e18051d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035739Z:2cd1b947-5052-4ece-9e31-95d9e18051d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64f8224a-42f7-49d4-bc4e-b5437daae9b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7230', - 'x-ms-correlation-request-id', - 'a22640ce-3a6b-40d3-932f-6f77b986f85d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035739Z:a22640ce-3a6b-40d3-932f-6f77b986f85d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '409b5c6c-aaf3-4231-ae71-74326113ff70', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7229', - 'x-ms-correlation-request-id', - '0c5f8a2d-a1df-47f7-8926-0bc42974d4e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035739Z:0c5f8a2d-a1df-47f7-8926-0bc42974d4e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '71bdca12-bc60-4a8e-9b4e-cf48488b557e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7228', - 'x-ms-correlation-request-id', - 'd501aa1c-47e5-4e0a-8a1b-dfbbf8f5c0de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035740Z:d501aa1c-47e5-4e0a-8a1b-dfbbf8f5c0de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2358df3e-d0b6-48d5-a96a-e8adb37b820d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7227', - 'x-ms-correlation-request-id', - 'd8209a25-54cc-401c-acbf-87254ccc410e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035740Z:d8209a25-54cc-401c-acbf-87254ccc410e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81fd992f-8f6f-465c-8cd3-a6a644978f04', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7226', - 'x-ms-correlation-request-id', - '9f90dfcb-668e-4e22-8cb5-8ef49b9c3e9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035741Z:9f90dfcb-668e-4e22-8cb5-8ef49b9c3e9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '78cc7642-e690-4a0a-ad15-3ed9dcdce2c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7225', - 'x-ms-correlation-request-id', - '9f90b326-c043-4410-82f5-a3ca608e881e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035741Z:9f90b326-c043-4410-82f5-a3ca608e881e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7780382b-b195-45fc-bfb0-d7e31484d9b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7224', - 'x-ms-correlation-request-id', - '511603fa-e747-4659-ac64-f6cd2ff97eb2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035741Z:511603fa-e747-4659-ac64-f6cd2ff97eb2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f236606-2db0-4c1a-a5e3-495d5ff9d690', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7223', - 'x-ms-correlation-request-id', - 'b248154a-a899-49f9-a09a-9443a8920984', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035742Z:b248154a-a899-49f9-a09a-9443a8920984', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1bf4a70e-68e9-419c-acdb-7db8396a8d74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7222', - 'x-ms-correlation-request-id', - '88f20636-3152-4026-909f-c8842cae09ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035742Z:88f20636-3152-4026-909f-c8842cae09ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2e674bd-7a76-4be8-a28d-7abb414af00e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7221', - 'x-ms-correlation-request-id', - 'a21e272e-7e1f-40ca-a894-73311f14b5ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035743Z:a21e272e-7e1f-40ca-a894-73311f14b5ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '304f8f84-b5df-405b-9970-b6ede3760f6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7220', - 'x-ms-correlation-request-id', - '14b3978f-3079-469b-b6a8-73e98f88908f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035743Z:14b3978f-3079-469b-b6a8-73e98f88908f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a8f42da-02ca-4cb7-a129-e969042f146b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7219', - 'x-ms-correlation-request-id', - 'a855608c-e6bf-4f15-a5b2-a4da9a8ec46a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035743Z:a855608c-e6bf-4f15-a5b2-a4da9a8ec46a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b4d3771-6462-4efd-b33d-0e1a6817040e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7218', - 'x-ms-correlation-request-id', - 'b7669856-fcb3-4bcc-9e5f-0512a721e119', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035744Z:b7669856-fcb3-4bcc-9e5f-0512a721e119', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7afab6f5-5500-487b-b6f8-fa2249b2c2b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7217', - 'x-ms-correlation-request-id', - 'eb9f4a28-2129-4736-9e99-7916c8e8d38d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035744Z:eb9f4a28-2129-4736-9e99-7916c8e8d38d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01228e4b-30a6-4379-9fbf-f97f2299fc61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7216', - 'x-ms-correlation-request-id', - 'e69f9fbe-fd2d-47a5-8605-739c3b0cb8b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035745Z:e69f9fbe-fd2d-47a5-8605-739c3b0cb8b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ef97ef3-3f41-4026-b0ec-cf84d9e89b25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7215', - 'x-ms-correlation-request-id', - '93a3415c-9b4a-4c1c-b048-0db2982fde4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035745Z:93a3415c-9b4a-4c1c-b048-0db2982fde4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cddb14ff-17e3-4c62-9b98-7a9e820aa161', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7214', - 'x-ms-correlation-request-id', - 'a4bbb9f9-6d9a-4e72-86c0-7ec9471a898e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035745Z:a4bbb9f9-6d9a-4e72-86c0-7ec9471a898e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2e1f85f-4792-46de-9e18-023cc28ad955', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7213', - 'x-ms-correlation-request-id', - 'f0072558-0bac-46a3-88fe-577cb9b22960', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035746Z:f0072558-0bac-46a3-88fe-577cb9b22960', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd306c7f6-57c5-4c8f-82fd-642e0c2f1bfa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7212', - 'x-ms-correlation-request-id', - '87a51044-6f78-47c2-bb87-2041d43b48f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035746Z:87a51044-6f78-47c2-bb87-2041d43b48f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '129f1465-f8d8-491e-baf0-fae4d9efe6a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7211', - 'x-ms-correlation-request-id', - 'f6e1882b-7dd0-4be0-85cf-304f51503e80', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035747Z:f6e1882b-7dd0-4be0-85cf-304f51503e80', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4f12412-2bd5-407b-851d-2cdf4f5b52e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7210', - 'x-ms-correlation-request-id', - '103db5b8-65cb-4190-9786-4ebd5f6c751d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035747Z:103db5b8-65cb-4190-9786-4ebd5f6c751d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aeb64a17-0ef9-4728-9d7c-e8da5b8fd0c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7209', - 'x-ms-correlation-request-id', - '0beb25ee-0d5c-4dc8-be16-e17e9045d841', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035747Z:0beb25ee-0d5c-4dc8-be16-e17e9045d841', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '236123bd-8931-4a63-8c8c-c5d7e20eb5e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7208', - 'x-ms-correlation-request-id', - 'eda3d0aa-7413-46f1-8d93-1eb973efb11f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035748Z:eda3d0aa-7413-46f1-8d93-1eb973efb11f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51e036e7-3b16-4d84-9e84-842188c96183', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7207', - 'x-ms-correlation-request-id', - '90e2d38c-c3ce-424a-ad0a-71115ca71fb8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035748Z:90e2d38c-c3ce-424a-ad0a-71115ca71fb8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7306047-88bb-4494-a9a8-94451729fbc0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7206', - 'x-ms-correlation-request-id', - '74011cfc-d95a-4183-8e1f-9789dc7560e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035748Z:74011cfc-d95a-4183-8e1f-9789dc7560e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac0bb325-eda2-4ce6-b054-cdca749249f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7205', - 'x-ms-correlation-request-id', - '94a10345-4033-4c9d-831b-6bb8a01f7f10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035749Z:94a10345-4033-4c9d-831b-6bb8a01f7f10', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef952c65-643d-4595-81fc-6af88b3bb71f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7204', - 'x-ms-correlation-request-id', - 'cd54950f-da10-415f-a689-cd2650aa7966', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035749Z:cd54950f-da10-415f-a689-cd2650aa7966', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4408924c-370d-40a6-b4a3-4825fcae52a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7203', - 'x-ms-correlation-request-id', - 'a55f1119-9290-440d-b41b-e4749f52ff64', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035750Z:a55f1119-9290-440d-b41b-e4749f52ff64', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7030af35-f730-4d6f-884d-fdb113009b3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7202', - 'x-ms-correlation-request-id', - 'a731f8f2-8b34-4342-92b0-47ecef8d1b7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035750Z:a731f8f2-8b34-4342-92b0-47ecef8d1b7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c1bb295-75af-4e89-b3e2-b445e907bd1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7201', - 'x-ms-correlation-request-id', - 'a8c12cec-f7ce-4db2-9e02-7e47d9f0685e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035751Z:a8c12cec-f7ce-4db2-9e02-7e47d9f0685e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6bc0deb5-6b39-4bd3-898b-135fcafbadac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7200', - 'x-ms-correlation-request-id', - '90afab60-f931-4414-85b0-045afb952a69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035751Z:90afab60-f931-4414-85b0-045afb952a69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89c1038f-cd68-409b-af90-09e984842c56', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7199', - 'x-ms-correlation-request-id', - '07c6d8e7-8d2b-46e6-8065-18636dabd4d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035751Z:07c6d8e7-8d2b-46e6-8065-18636dabd4d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '812f4a7f-92e1-472d-adb3-6ff9e2f69503', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7198', - 'x-ms-correlation-request-id', - '874f3609-60f9-4057-8e35-ba85913f3cca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035752Z:874f3609-60f9-4057-8e35-ba85913f3cca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '682f2c68-f126-4ca1-9bcd-07b61b8a560c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7197', - 'x-ms-correlation-request-id', - '92e4d15f-1645-48c0-a291-143b1520168f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035752Z:92e4d15f-1645-48c0-a291-143b1520168f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '728e9aa2-a616-47d8-a133-9eb1a823cd54', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7196', - 'x-ms-correlation-request-id', - 'd8a62a43-d00e-4698-b8d9-fd3aa6b90ab1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035753Z:d8a62a43-d00e-4698-b8d9-fd3aa6b90ab1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17bafc84-0577-46f1-ab2b-a42d5f89ef63', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7195', - 'x-ms-correlation-request-id', - 'e19b0b62-b5d0-4b83-9325-98645ee16e62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035753Z:e19b0b62-b5d0-4b83-9325-98645ee16e62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '449448ce-07d4-415f-98b4-c55e3c01d57b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7194', - 'x-ms-correlation-request-id', - '64e09bf4-fdc0-4d7c-a527-d4b20e67ae3b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035753Z:64e09bf4-fdc0-4d7c-a527-d4b20e67ae3b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ac33862-31e0-425d-a8ba-1eb992d44f55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7193', - 'x-ms-correlation-request-id', - '75b984e5-d142-4c75-8c1f-a10f7868c051', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035754Z:75b984e5-d142-4c75-8c1f-a10f7868c051', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf104838-edf8-41ab-9baf-dd87623647cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7192', - 'x-ms-correlation-request-id', - 'ab9e2ec5-fc0b-4bab-bce8-dc41db432c08', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035754Z:ab9e2ec5-fc0b-4bab-bce8-dc41db432c08', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ff7a7d4-659e-41c2-b8ae-972631f3acdf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7191', - 'x-ms-correlation-request-id', - '0c151651-f142-48d6-9edf-1e8da23ca1ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035755Z:0c151651-f142-48d6-9edf-1e8da23ca1ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '945554d2-3e22-49ec-96fc-8701d05d544d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7190', - 'x-ms-correlation-request-id', - '6354c20b-05b1-46b1-8011-f70ac1da2e34', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035755Z:6354c20b-05b1-46b1-8011-f70ac1da2e34', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12d6f28a-63b3-4134-8892-e92f2db93f31', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7189', - 'x-ms-correlation-request-id', - '1134714b-bba9-4f14-b31e-5d62552363e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035755Z:1134714b-bba9-4f14-b31e-5d62552363e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3373ef51-b04b-4bbd-99f1-a7100d9fa02f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7188', - 'x-ms-correlation-request-id', - 'fd5a0ef9-37b3-4a8a-a1f6-c2d34e140ad9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035756Z:fd5a0ef9-37b3-4a8a-a1f6-c2d34e140ad9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8cc09dd-dd00-4948-a794-6749cfe418d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7187', - 'x-ms-correlation-request-id', - '663eed5e-0762-4c55-bfd4-c447a7adf057', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035756Z:663eed5e-0762-4c55-bfd4-c447a7adf057', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6322ecfc-b77e-4600-a1c2-b2b0cad36c27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7186', - 'x-ms-correlation-request-id', - 'a6abe247-38c2-4655-9631-791366febf3c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035756Z:a6abe247-38c2-4655-9631-791366febf3c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c316b9b-fd51-4fdc-993b-0fba7025410c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7185', - 'x-ms-correlation-request-id', - 'fe30f12a-7614-4980-a150-3b28f556dc7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035757Z:fe30f12a-7614-4980-a150-3b28f556dc7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00f8c02c-a728-482d-8b76-5a5262231c6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7184', - 'x-ms-correlation-request-id', - '21781778-4a7b-4f41-bf57-a63337717271', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035757Z:21781778-4a7b-4f41-bf57-a63337717271', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c43cda0e-b73a-4b22-8535-61aeb200150a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7183', - 'x-ms-correlation-request-id', - '4c204ff1-9d8a-4217-9256-6931babb1a1e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035758Z:4c204ff1-9d8a-4217-9256-6931babb1a1e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91f275e9-2a7b-4cdf-a745-df26719c3e4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7182', - 'x-ms-correlation-request-id', - '1e0c9fae-1003-4eab-a5e4-762d4b3477fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035758Z:1e0c9fae-1003-4eab-a5e4-762d4b3477fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8838b745-0870-4eba-9b58-241830791e17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7181', - 'x-ms-correlation-request-id', - 'a0c8bd9c-4f73-4408-8b5f-e7bf9dbd1f37', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035758Z:a0c8bd9c-4f73-4408-8b5f-e7bf9dbd1f37', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f48575eb-b68f-4dcd-b11a-821ed1daa745', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7180', - 'x-ms-correlation-request-id', - 'a33139a3-bb95-4997-bdf5-b0617f3ca082', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035759Z:a33139a3-bb95-4997-bdf5-b0617f3ca082', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd032bfb-a85f-434c-b96d-757dccc65703', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7179', - 'x-ms-correlation-request-id', - '8df43808-cf0e-4b0e-a47c-f47edfcb6151', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035759Z:8df43808-cf0e-4b0e-a47c-f47edfcb6151', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:57:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6636369c-2670-4e23-9baf-46ab9ddb1138', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7178', - 'x-ms-correlation-request-id', - '25376bb7-8c1f-4191-bb56-4ced456147af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035800Z:25376bb7-8c1f-4191-bb56-4ced456147af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54202c4e-0169-413a-8719-4190731b5f35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7177', - 'x-ms-correlation-request-id', - 'e5139f15-a284-4b15-b070-7badc5ca153a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035800Z:e5139f15-a284-4b15-b070-7badc5ca153a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a4c540b-d7a3-4a3a-a98c-16466d6fc768', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7176', - 'x-ms-correlation-request-id', - '99e20be2-4392-4e7d-be88-463a840e4530', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035800Z:99e20be2-4392-4e7d-be88-463a840e4530', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c7c04f8-90f8-4065-abb8-62b8e356e89e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7175', - 'x-ms-correlation-request-id', - '1d48a9f9-7be6-42b6-9648-b6eb97321b47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035801Z:1d48a9f9-7be6-42b6-9648-b6eb97321b47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '48077e02-978b-4707-8a00-7e68cf790eea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7174', - 'x-ms-correlation-request-id', - '97c6cfcb-e396-4200-97af-e84346eeed19', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035801Z:97c6cfcb-e396-4200-97af-e84346eeed19', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07675d40-0cc9-4036-b281-dc503d043392', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7173', - 'x-ms-correlation-request-id', - '399cd92d-4ebb-4b35-b3e6-0c49526a046e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035802Z:399cd92d-4ebb-4b35-b3e6-0c49526a046e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '14072fda-52a2-4965-9859-e1072ec64b41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7172', - 'x-ms-correlation-request-id', - '7e418775-ab07-4d0f-b76a-4976f360fdb2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035802Z:7e418775-ab07-4d0f-b76a-4976f360fdb2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56cda59a-0daf-4453-ac13-77c8b77cfe72', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7171', - 'x-ms-correlation-request-id', - '6e90b0da-272e-4223-8724-42148abe2826', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035803Z:6e90b0da-272e-4223-8724-42148abe2826', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ff4c38e-7f76-4998-88d7-620c94e7a687', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7170', - 'x-ms-correlation-request-id', - 'e9982c80-88d0-423c-8fb4-e3297a9139b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035803Z:e9982c80-88d0-423c-8fb4-e3297a9139b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11195522-3eaa-47b1-b08e-40d0b69d8aa1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7169', - 'x-ms-correlation-request-id', - '88a6e452-b4be-4154-ae2a-08819f4a79e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035803Z:88a6e452-b4be-4154-ae2a-08819f4a79e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9855daad-c04c-4670-a830-566fe96f57e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7168', - 'x-ms-correlation-request-id', - '7102ecaa-8246-4a0c-afd3-bfb3d096a70e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035804Z:7102ecaa-8246-4a0c-afd3-bfb3d096a70e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '483cb9b9-7d4a-46ba-b551-c525afc4f6f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7167', - 'x-ms-correlation-request-id', - '6a0610c2-7a24-45a6-a8ca-948462467725', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035804Z:6a0610c2-7a24-45a6-a8ca-948462467725', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '209d5aa8-c9d0-4ac5-8b8c-1b8b4aa8f238', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7166', - 'x-ms-correlation-request-id', - 'f1ab7784-ddf2-4558-9904-08b2aa1d9ff1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035805Z:f1ab7784-ddf2-4558-9904-08b2aa1d9ff1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35d185e1-b28b-43b9-b5d1-a79d046800f9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7165', - 'x-ms-correlation-request-id', - 'bab62f0e-e03c-4168-b83a-2b46336c04d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035805Z:bab62f0e-e03c-4168-b83a-2b46336c04d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd4b0d3c-7a23-4af3-b543-86e234949362', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7164', - 'x-ms-correlation-request-id', - 'f39b3c3e-d14b-46e8-99c8-96daff4e27d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035805Z:f39b3c3e-d14b-46e8-99c8-96daff4e27d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3197bfe3-5abb-46ef-802e-7f6169bd2896', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7163', - 'x-ms-correlation-request-id', - '8e84fa5f-e3e6-47dc-850a-6dce0a13597e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035806Z:8e84fa5f-e3e6-47dc-850a-6dce0a13597e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ff97ecd-5992-4168-ace1-4e4b8804ce44', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7162', - 'x-ms-correlation-request-id', - '10a4f4ef-003a-41ab-a050-65349da5ee2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035806Z:10a4f4ef-003a-41ab-a050-65349da5ee2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2aadfd99-a6d1-4a36-b5a8-64c8112135d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7161', - 'x-ms-correlation-request-id', - 'c780d5d3-baee-48de-b60e-28fe71945350', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035807Z:c780d5d3-baee-48de-b60e-28fe71945350', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba269005-e39b-408c-add3-0c953b108065', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7160', - 'x-ms-correlation-request-id', - '2c8ea42c-77fd-4de4-aa90-1bd9204baf29', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035807Z:2c8ea42c-77fd-4de4-aa90-1bd9204baf29', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f05adfd8-8907-4517-ad9d-bf09070a1660', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7159', - 'x-ms-correlation-request-id', - 'd46a8609-6d23-4bae-9b17-36c12dd99782', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035807Z:d46a8609-6d23-4bae-9b17-36c12dd99782', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11e1f44d-6ccf-451b-8ab8-4bdf432f4cc6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7158', - 'x-ms-correlation-request-id', - 'af403ac5-6179-4cc9-bb78-ad56ff83e4ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035808Z:af403ac5-6179-4cc9-bb78-ad56ff83e4ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a1406e2-4fa4-4590-8f1a-3233ba7e0a50', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7157', - 'x-ms-correlation-request-id', - 'bbe0f1e4-2bac-4f0b-87f8-0f068610eb78', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035808Z:bbe0f1e4-2bac-4f0b-87f8-0f068610eb78', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04e3eafd-015a-47c7-9777-1b12bd5d87bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7156', - 'x-ms-correlation-request-id', - '1ae04b7a-c5e3-4af6-897b-d2fce8970d46', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035809Z:1ae04b7a-c5e3-4af6-897b-d2fce8970d46', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2fdf444-b0bf-4c10-a0a2-33b4f5b333a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7155', - 'x-ms-correlation-request-id', - '4edfdee0-1610-4faf-8434-a6a3aefed779', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035809Z:4edfdee0-1610-4faf-8434-a6a3aefed779', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ccf37152-98da-4111-94bc-189c24f47b83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7154', - 'x-ms-correlation-request-id', - '51fe812b-a803-4525-bd6c-4346b011fbdb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035809Z:51fe812b-a803-4525-bd6c-4346b011fbdb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '521d8853-f990-4999-84bc-109e35bb9a37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7153', - 'x-ms-correlation-request-id', - '1a4325d1-cc43-455f-9998-d3641fae47e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035810Z:1a4325d1-cc43-455f-9998-d3641fae47e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77ae2224-2700-420e-b7be-718d4898b161', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7152', - 'x-ms-correlation-request-id', - '03084a16-4bc8-4791-b1ae-657098239e75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035810Z:03084a16-4bc8-4791-b1ae-657098239e75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd67aa7bd-10ab-4611-ab9b-05abb60a27b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7151', - 'x-ms-correlation-request-id', - '4a3ec7b9-a1b0-4441-954a-4bb083e6e232', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035811Z:4a3ec7b9-a1b0-4441-954a-4bb083e6e232', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5d4f5dc-631e-4b35-b3ee-56c4860d7bc1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7150', - 'x-ms-correlation-request-id', - '09dddd0c-9894-4df4-85d5-5375fb1251a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035811Z:09dddd0c-9894-4df4-85d5-5375fb1251a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84f18374-295e-44fd-89d7-d5d0967d2c40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7149', - 'x-ms-correlation-request-id', - 'e50f084e-4bc6-46de-90bc-bbaa15d234b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035811Z:e50f084e-4bc6-46de-90bc-bbaa15d234b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0329c283-ff73-4010-9d65-a2bf992e7edc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7148', - 'x-ms-correlation-request-id', - '2d31b5ed-91cd-40be-b3fe-1c30ab2623a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035812Z:2d31b5ed-91cd-40be-b3fe-1c30ab2623a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a181f168-90f7-4d7b-8b9d-0006c811de35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7147', - 'x-ms-correlation-request-id', - 'd60b4011-43b4-424e-8bcb-e318fbb719c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035812Z:d60b4011-43b4-424e-8bcb-e318fbb719c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd19481b0-d58f-4798-95c7-3bc01f7da37b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7146', - 'x-ms-correlation-request-id', - 'dd4a035c-eaa4-42c9-8786-035308a42524', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035812Z:dd4a035c-eaa4-42c9-8786-035308a42524', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '164eaed6-c56e-4e50-902f-0a1c2dd09416', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7145', - 'x-ms-correlation-request-id', - '085295a5-9d8a-473e-a648-616481fcf9cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035813Z:085295a5-9d8a-473e-a648-616481fcf9cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69db0318-3034-4259-9da4-447cdf6a5148', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7144', - 'x-ms-correlation-request-id', - 'dd734daf-9995-46df-b373-a3b9194c9209', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035813Z:dd734daf-9995-46df-b373-a3b9194c9209', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98d89ae3-c010-4fa0-9ac5-dc1c3f2a8168', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7143', - 'x-ms-correlation-request-id', - '0f1a5c64-212f-42df-93db-140bb2a413f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035814Z:0f1a5c64-212f-42df-93db-140bb2a413f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '736d0d3f-65b0-414e-8192-5fdcd4e10065', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7142', - 'x-ms-correlation-request-id', - '2a052964-fa7b-461c-bc15-c688f28f5aca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035814Z:2a052964-fa7b-461c-bc15-c688f28f5aca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e8289da-3fdc-4af5-92a4-710629dfcb79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7141', - 'x-ms-correlation-request-id', - 'd2036695-3a64-4dc2-a9e9-a54e0c79656e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035815Z:d2036695-3a64-4dc2-a9e9-a54e0c79656e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80cf433b-beb2-4e8e-a210-5692f21b00dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7140', - 'x-ms-correlation-request-id', - 'fbd4db9b-0ecc-45e3-bee4-f4a8d98480e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035815Z:fbd4db9b-0ecc-45e3-bee4-f4a8d98480e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04807e16-7ab2-46cc-b827-9f4e9fcb8266', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7139', - 'x-ms-correlation-request-id', - '85d831c7-cfd7-4b3a-9f8b-cb66c8e4bc6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035815Z:85d831c7-cfd7-4b3a-9f8b-cb66c8e4bc6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '609298f2-ab80-4daf-916a-4323abc960b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7138', - 'x-ms-correlation-request-id', - '368a89dd-891d-443e-a8fb-e683d6002d2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035816Z:368a89dd-891d-443e-a8fb-e683d6002d2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cdb5baa-4df0-448a-8c98-363e5c88f4d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7137', - 'x-ms-correlation-request-id', - '98f2d3dc-28b0-4398-a6a1-42562014197e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035816Z:98f2d3dc-28b0-4398-a6a1-42562014197e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0af2cf77-2ae0-4568-9379-ee85916db94d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7136', - 'x-ms-correlation-request-id', - '2b5c7160-1bf0-4692-bf10-5ee9a7c871b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035817Z:2b5c7160-1bf0-4692-bf10-5ee9a7c871b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4876c2e-59d3-429c-82aa-32d587adfaf3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7135', - 'x-ms-correlation-request-id', - 'f0714259-a81c-40e2-92a5-4a8cb7a237d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035817Z:f0714259-a81c-40e2-92a5-4a8cb7a237d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b7af4f9-dd98-4192-a4cd-968c021f29a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7134', - 'x-ms-correlation-request-id', - '3a392f48-a2f3-4d17-9c3d-634dbde50cef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035817Z:3a392f48-a2f3-4d17-9c3d-634dbde50cef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1249d86-3fb4-4704-aeac-5f98ea1907c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7133', - 'x-ms-correlation-request-id', - 'ece90d5a-b43f-4099-a4b1-d8fccb4e30e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035818Z:ece90d5a-b43f-4099-a4b1-d8fccb4e30e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b82bf03-2e9d-4e1f-b7e8-0fad67c1dfb6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7132', - 'x-ms-correlation-request-id', - 'b316d7ff-7d72-4767-b878-f4076dde609a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035818Z:b316d7ff-7d72-4767-b878-f4076dde609a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e27a095e-1649-43cb-af16-b37a99f7c693', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7131', - 'x-ms-correlation-request-id', - 'a2bcfbcb-1809-49ba-9c87-6dcfdbb96645', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035819Z:a2bcfbcb-1809-49ba-9c87-6dcfdbb96645', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12504b41-943b-4161-bdaa-d91b702e631a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7130', - 'x-ms-correlation-request-id', - '38b82667-d6f1-43e2-a944-d9e5f817a717', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035819Z:38b82667-d6f1-43e2-a944-d9e5f817a717', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '747328e1-a9a8-4b1a-a253-3ad1f6ce909b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7129', - 'x-ms-correlation-request-id', - 'c95023b5-c232-460a-88c9-766e34af1a28', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035819Z:c95023b5-c232-460a-88c9-766e34af1a28', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce9882e7-334f-4059-9973-9245cb393797', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7128', - 'x-ms-correlation-request-id', - '4335e727-95cd-480e-a497-d05b0e535419', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035820Z:4335e727-95cd-480e-a497-d05b0e535419', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e417c81-b293-4151-a5f2-f0f4417aa3a0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7127', - 'x-ms-correlation-request-id', - '4613a4c3-ce75-49e5-a9eb-d76032990b94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035820Z:4613a4c3-ce75-49e5-a9eb-d76032990b94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c13960b7-14b7-49a0-b397-a453293523c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7126', - 'x-ms-correlation-request-id', - 'd2d23a01-9b1f-427f-92a5-28bb8cf30145', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035821Z:d2d23a01-9b1f-427f-92a5-28bb8cf30145', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34f6394a-8508-4936-9b18-4bcf08afc547', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7125', - 'x-ms-correlation-request-id', - 'ec5a1dd8-ba87-43dc-92ec-430d4b636193', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035821Z:ec5a1dd8-ba87-43dc-92ec-430d4b636193', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31f17cac-2e60-46d1-877b-6c10c4cb515e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7124', - 'x-ms-correlation-request-id', - '77c5127c-41f0-4716-971e-4311de6c01a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035822Z:77c5127c-41f0-4716-971e-4311de6c01a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96f9d113-c8cf-4a57-a83e-ee7ac952524d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7123', - 'x-ms-correlation-request-id', - '20d88147-df8e-4686-91d6-f9259a161a32', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035822Z:20d88147-df8e-4686-91d6-f9259a161a32', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b878957a-a11a-412b-a416-b9bd57534ffb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7122', - 'x-ms-correlation-request-id', - 'f47735b1-1d22-4067-977f-21b55662aa4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035822Z:f47735b1-1d22-4067-977f-21b55662aa4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c78f769c-a0d4-45c3-b141-764598f91ca2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7121', - 'x-ms-correlation-request-id', - '3b3ea5f7-3d82-4e25-b737-97fea9a7e704', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035823Z:3b3ea5f7-3d82-4e25-b737-97fea9a7e704', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04a10e2b-1286-40f8-b97d-9ad5c049e28b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7120', - 'x-ms-correlation-request-id', - '51511f9d-af59-4faa-b50b-e1f1b0b14b82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035823Z:51511f9d-af59-4faa-b50b-e1f1b0b14b82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3be9515b-1585-4524-8ad7-d89abd86f9e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7119', - 'x-ms-correlation-request-id', - 'd999206d-ff33-4153-bfa0-1656cd947078', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035823Z:d999206d-ff33-4153-bfa0-1656cd947078', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed14c4d6-9e8a-44b1-9746-562f326f334e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7118', - 'x-ms-correlation-request-id', - '66ee2662-0d7d-46bd-b919-8c3a49892ac5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035824Z:66ee2662-0d7d-46bd-b919-8c3a49892ac5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70275549-6803-4b03-95ff-4650952bea3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7117', - 'x-ms-correlation-request-id', - 'a8249edb-0f51-41e8-8f66-767f7904a6a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035824Z:a8249edb-0f51-41e8-8f66-767f7904a6a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '317f33f0-2ee5-477a-b8a1-874c86ece1e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7116', - 'x-ms-correlation-request-id', - '5beddb1c-6b9b-423f-bddc-c1e3f41d9340', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035825Z:5beddb1c-6b9b-423f-bddc-c1e3f41d9340', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b35e2a0-15a0-42f8-b4f1-41168421823c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7115', - 'x-ms-correlation-request-id', - '3136e9d9-cc20-49a5-a91d-7a7f23b7b4af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035825Z:3136e9d9-cc20-49a5-a91d-7a7f23b7b4af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf5f6f71-bd9a-4c82-8cc4-5db83607afa1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7114', - 'x-ms-correlation-request-id', - '91eaa13a-92cd-4129-b81f-af327de1d306', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035825Z:91eaa13a-92cd-4129-b81f-af327de1d306', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7f82d9a-0057-449c-8922-e66bbd9d980f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7113', - 'x-ms-correlation-request-id', - 'f66c3a4c-636e-4317-ad1c-58187532e0ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035826Z:f66c3a4c-636e-4317-ad1c-58187532e0ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e422316d-0525-4adc-9380-42bf2572f4cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7112', - 'x-ms-correlation-request-id', - '35eb6411-6838-4246-96af-dc2d3fed3ca0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035826Z:35eb6411-6838-4246-96af-dc2d3fed3ca0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cfe6ab47-2380-4c91-880f-ffb737ac24e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7111', - 'x-ms-correlation-request-id', - 'a2d71d32-8cd9-4364-b8b6-9fac0b11b22a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035827Z:a2d71d32-8cd9-4364-b8b6-9fac0b11b22a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd69864ec-bd2a-44c9-8f39-345fe29638e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7110', - 'x-ms-correlation-request-id', - '92383640-9dc6-44ee-ae9f-a83018486f09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035827Z:92383640-9dc6-44ee-ae9f-a83018486f09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93b624b8-f92d-4298-9df7-55b73a6604d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7109', - 'x-ms-correlation-request-id', - 'd9398e7f-1000-47cc-95ce-cf62f10384fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035827Z:d9398e7f-1000-47cc-95ce-cf62f10384fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8abc4e54-5de4-4430-92c4-93ee871ea679', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7108', - 'x-ms-correlation-request-id', - '3854c78c-8531-49f1-a784-78ddad87d534', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035828Z:3854c78c-8531-49f1-a784-78ddad87d534', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd33fde83-c5ed-486a-b2ab-308252f234c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7107', - 'x-ms-correlation-request-id', - 'a279ee07-9d98-4757-bfc3-4811b5b5422d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035828Z:a279ee07-9d98-4757-bfc3-4811b5b5422d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c8f5360-75fe-4e8a-9f43-6752199b9b3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7106', - 'x-ms-correlation-request-id', - '0210629f-69b0-4df7-bc99-226409fc8f7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035829Z:0210629f-69b0-4df7-bc99-226409fc8f7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e5978ce-44ff-4b5c-9bbf-2e15f06966e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7105', - 'x-ms-correlation-request-id', - '9919c954-510b-4eb9-8d40-61f61a08545b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035829Z:9919c954-510b-4eb9-8d40-61f61a08545b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6bf517c-8e70-4832-9ca5-c809c06707bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7104', - 'x-ms-correlation-request-id', - '32c7a04d-21b3-4631-853a-7280948f8807', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035830Z:32c7a04d-21b3-4631-853a-7280948f8807', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c893c0f2-538c-4e41-a39e-5c5829d4b074', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7103', - 'x-ms-correlation-request-id', - 'e6cdee08-246c-42ea-8fdb-34750ed33c7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035830Z:e6cdee08-246c-42ea-8fdb-34750ed33c7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a39f880-6fe5-473e-9147-e8807a6d3012', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7102', - 'x-ms-correlation-request-id', - '06248eee-d9b7-434c-8fd0-98f5c30b99af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035830Z:06248eee-d9b7-434c-8fd0-98f5c30b99af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b323caa-21ee-4246-818a-d9a413d7c9fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7101', - 'x-ms-correlation-request-id', - '08d134b0-9224-42f1-9c5a-e2f75efa9431', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035831Z:08d134b0-9224-42f1-9c5a-e2f75efa9431', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cdb85b90-22df-4116-b1d6-9e90baa87bf3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7100', - 'x-ms-correlation-request-id', - 'd16efcbc-d2b3-47f8-902b-0087eb508aa3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035831Z:d16efcbc-d2b3-47f8-902b-0087eb508aa3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45027808-e0de-4999-bfdf-b60c0bcaf2d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7099', - 'x-ms-correlation-request-id', - '47e6da70-3dc0-46e3-9b5e-1b99ae81f577', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035832Z:47e6da70-3dc0-46e3-9b5e-1b99ae81f577', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8de62380-fd5c-4de8-9c1d-9368868defe9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7098', - 'x-ms-correlation-request-id', - '94019a2d-4d20-48a1-bb7b-fac6652bee24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035832Z:94019a2d-4d20-48a1-bb7b-fac6652bee24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '99b27b27-4416-461e-a5f5-1126e40c5cf5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7097', - 'x-ms-correlation-request-id', - '2aaeb2ee-faee-4690-8d12-10ed66c55e7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035832Z:2aaeb2ee-faee-4690-8d12-10ed66c55e7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c248265-a520-418d-a316-1e750be77ebc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7096', - 'x-ms-correlation-request-id', - 'b9defca1-6e6a-4068-8544-18e66dbc5047', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035833Z:b9defca1-6e6a-4068-8544-18e66dbc5047', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6de1dd38-1331-429c-92ab-2b8e1c505b03', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7095', - 'x-ms-correlation-request-id', - '9ef34c04-af7c-4a0e-8c13-3336adbc1ca3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035833Z:9ef34c04-af7c-4a0e-8c13-3336adbc1ca3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6063b397-0ca0-4824-aea0-274cca258919', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7094', - 'x-ms-correlation-request-id', - '64a89f61-dc4a-458f-ba91-98fdf91ad4d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035834Z:64a89f61-dc4a-458f-ba91-98fdf91ad4d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0281040c-fc67-4640-9323-4ce200180427', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7093', - 'x-ms-correlation-request-id', - '9d1aa9df-62ca-460f-9200-84f1e0419243', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035834Z:9d1aa9df-62ca-460f-9200-84f1e0419243', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e606771a-efec-4777-b12d-cee55f344c63', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7092', - 'x-ms-correlation-request-id', - 'b0e212f8-561c-4b1e-9648-9448519b7176', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035834Z:b0e212f8-561c-4b1e-9648-9448519b7176', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56aa7720-0a3f-42a1-96a1-cade36ef30b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7091', - 'x-ms-correlation-request-id', - '85f298e7-c6d4-4e5d-8254-b93f2c14ecc5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035835Z:85f298e7-c6d4-4e5d-8254-b93f2c14ecc5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '277f2e08-ec15-45be-bb1a-2c9d9a33e63d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7090', - 'x-ms-correlation-request-id', - '2889587a-daaf-4f12-816c-4ad1c180ae41', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035835Z:2889587a-daaf-4f12-816c-4ad1c180ae41', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '474c7f95-a114-48c6-bda6-ea3f75e3b764', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7089', - 'x-ms-correlation-request-id', - '4c2a078c-ba6c-40ba-b01e-94fedc14fec2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035836Z:4c2a078c-ba6c-40ba-b01e-94fedc14fec2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80c6b6d1-ff26-4e6f-839f-e8741b1fc9af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7088', - 'x-ms-correlation-request-id', - '55f9e2d2-b05d-40fe-9629-24f608cc3542', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035836Z:55f9e2d2-b05d-40fe-9629-24f608cc3542', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b99feb0-8e7a-4e15-9beb-46573fbf0f91', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7087', - 'x-ms-correlation-request-id', - 'd8b2f620-72ae-4aaa-ac80-201e6430e9e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035836Z:d8b2f620-72ae-4aaa-ac80-201e6430e9e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f295d71-f8a4-4b51-8399-38f5afc51a90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7086', - 'x-ms-correlation-request-id', - '40367933-7729-460a-aa72-02d414c3ef04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035837Z:40367933-7729-460a-aa72-02d414c3ef04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fc4aaa5-beb8-4a2f-8a34-ee9b180b25a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7085', - 'x-ms-correlation-request-id', - 'a41ed82d-0b33-4a31-8be9-c02501dd2c3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035837Z:a41ed82d-0b33-4a31-8be9-c02501dd2c3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '37619ba3-0e53-4192-9382-94c28dd9f8c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7084', - 'x-ms-correlation-request-id', - 'f97e0879-e94f-4137-9f8f-b2efe0ec35c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035838Z:f97e0879-e94f-4137-9f8f-b2efe0ec35c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59073b73-82e2-4198-bc76-1a88f0885b08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7083', - 'x-ms-correlation-request-id', - 'ebe39b03-ac1c-4d46-9b2b-620a4bf3145b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035838Z:ebe39b03-ac1c-4d46-9b2b-620a4bf3145b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09fed063-f2fe-484a-a6df-4b9860f8f069', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7082', - 'x-ms-correlation-request-id', - '8293f670-7659-4fe3-9950-ee7f0f54a6c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035838Z:8293f670-7659-4fe3-9950-ee7f0f54a6c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8956ffbc-4e8c-44e5-b528-1329f0e957f5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7081', - 'x-ms-correlation-request-id', - '82fc2a66-7789-4ee2-8e5c-ff373fc8941d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035839Z:82fc2a66-7789-4ee2-8e5c-ff373fc8941d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac4d10bf-e00e-4704-82c2-52156fd2ac4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7080', - 'x-ms-correlation-request-id', - '5554449b-b86b-473e-87b5-dee8414603a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035839Z:5554449b-b86b-473e-87b5-dee8414603a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bec0447c-1cac-445c-bebb-48feaacdb5fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7079', - 'x-ms-correlation-request-id', - '3ab6fc58-81d4-4027-bbc6-0d3d7022e160', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035839Z:3ab6fc58-81d4-4027-bbc6-0d3d7022e160', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5e3dd9e-0430-4277-8eee-c7bd3e98662e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7078', - 'x-ms-correlation-request-id', - '0a167350-1e02-4518-b63c-cfe26ebf3244', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035840Z:0a167350-1e02-4518-b63c-cfe26ebf3244', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba8c6073-e91f-4777-84e0-4926d0b29aad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7077', - 'x-ms-correlation-request-id', - '4f05dd1d-7d2e-465b-ad83-46957cda656b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035840Z:4f05dd1d-7d2e-465b-ad83-46957cda656b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96774b77-95b2-447e-880b-90617afe8236', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7076', - 'x-ms-correlation-request-id', - '8952ccca-aa51-4fa7-90c2-3e8a238bc08f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035841Z:8952ccca-aa51-4fa7-90c2-3e8a238bc08f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '776994ac-7074-4f13-ba74-aa94183145ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7075', - 'x-ms-correlation-request-id', - 'e92ee42b-92d7-4e4b-9f25-54c0ae243f53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035841Z:e92ee42b-92d7-4e4b-9f25-54c0ae243f53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a7230b50-e366-4249-bb7d-c19cb958d273', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7074', - 'x-ms-correlation-request-id', - 'a19d4d30-d086-4997-9e2b-9efa3113b2a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035841Z:a19d4d30-d086-4997-9e2b-9efa3113b2a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea68b735-19c5-4483-b4ef-6d4d74ea8538', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7073', - 'x-ms-correlation-request-id', - 'ebe8c2dc-7151-4c84-9604-474f794ad8d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035842Z:ebe8c2dc-7151-4c84-9604-474f794ad8d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cae9afba-a41e-4b4a-b7e1-fe710d65d2a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7072', - 'x-ms-correlation-request-id', - '64789a33-9bb6-436c-9994-6e776e748640', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035842Z:64789a33-9bb6-436c-9994-6e776e748640', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '349c502c-08cb-4f84-8028-3ba11ebd1cea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7071', - 'x-ms-correlation-request-id', - 'a421f2a4-7fa1-4f99-b075-a450d52b1920', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035843Z:a421f2a4-7fa1-4f99-b075-a450d52b1920', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6931e727-8a59-4624-a9c0-999544775d27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7070', - 'x-ms-correlation-request-id', - '5bd7c004-b6d4-40d9-a001-25104301f7dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035843Z:5bd7c004-b6d4-40d9-a001-25104301f7dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed67c9da-feec-4d49-a8d2-722a4a5be56f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7069', - 'x-ms-correlation-request-id', - '0c7f96d4-c033-4315-98be-10bb32934dbb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035844Z:0c7f96d4-c033-4315-98be-10bb32934dbb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02ace45e-8226-471e-9bdf-16747722fc73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7068', - 'x-ms-correlation-request-id', - '55c68957-8ced-407b-a5e0-7c5fdfe29c70', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035845Z:55c68957-8ced-407b-a5e0-7c5fdfe29c70', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '734241cd-5528-4f7e-98bd-05307e9eb28b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7067', - 'x-ms-correlation-request-id', - '2e5462e4-8a3f-4c0f-8d46-2be9629022bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035845Z:2e5462e4-8a3f-4c0f-8d46-2be9629022bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1fefdc40-ac05-46ec-b583-78d778608af7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7066', - 'x-ms-correlation-request-id', - '067df902-b045-4ea7-8b81-a71d381bd556', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035845Z:067df902-b045-4ea7-8b81-a71d381bd556', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2bd9446c-b96b-41b3-8ee8-5dae233f6c25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7065', - 'x-ms-correlation-request-id', - '7aa7cc07-db77-4ebf-a09d-4f89734275d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035846Z:7aa7cc07-db77-4ebf-a09d-4f89734275d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '697ceb9c-cf86-4a72-96f6-c53481e46904', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7064', - 'x-ms-correlation-request-id', - '83cb3861-be42-4ca7-a6d6-0d2b25470964', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035846Z:83cb3861-be42-4ca7-a6d6-0d2b25470964', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '46d529f1-c01c-48d8-8bb6-17ce36427f12', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7063', - 'x-ms-correlation-request-id', - 'b1a3e666-c64b-4278-a0d0-bd823f3610fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035847Z:b1a3e666-c64b-4278-a0d0-bd823f3610fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88660ed3-2860-4f08-bf05-f289875f57d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7062', - 'x-ms-correlation-request-id', - '8b903e4b-ccfd-4ae2-a9a6-4879397dede0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035847Z:8b903e4b-ccfd-4ae2-a9a6-4879397dede0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5253d109-060d-4992-a50d-a6e560e28b7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7061', - 'x-ms-correlation-request-id', - '4bf39729-0ff2-4405-81b4-c6ce4cde430a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035847Z:4bf39729-0ff2-4405-81b4-c6ce4cde430a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77035e29-3168-477b-b1aa-e6d26d2cbfbc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7060', - 'x-ms-correlation-request-id', - '524fde8b-d36b-46d7-ad71-0ace78e9db72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035848Z:524fde8b-d36b-46d7-ad71-0ace78e9db72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6258705-5f3a-4c7c-a324-d5137b753b89', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7059', - 'x-ms-correlation-request-id', - '2680f890-2921-4a77-b757-9e24a4d6c31c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035848Z:2680f890-2921-4a77-b757-9e24a4d6c31c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6cde932-16a1-4133-81d3-2160d5a496a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7058', - 'x-ms-correlation-request-id', - '5921cbdb-64d1-4275-875c-80b032d99627', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035849Z:5921cbdb-64d1-4275-875c-80b032d99627', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66b89e35-cebf-49cf-ab4e-54585615c81c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7057', - 'x-ms-correlation-request-id', - '5f7bbcb6-2a73-4a46-9a41-0d6ea26b380e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035849Z:5f7bbcb6-2a73-4a46-9a41-0d6ea26b380e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a30994e-f38d-48ed-ac2b-f8e40742aef6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7056', - 'x-ms-correlation-request-id', - 'eff8eb36-9f65-4d56-9c7d-7e1ff67db430', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035849Z:eff8eb36-9f65-4d56-9c7d-7e1ff67db430', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1a68919-e413-4e2f-9aaf-183ee89a57dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7055', - 'x-ms-correlation-request-id', - 'c0cad161-5f89-4b2f-9bf8-fa9720681d55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035850Z:c0cad161-5f89-4b2f-9bf8-fa9720681d55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c2af88b-44dc-4889-8c72-cc389bcd911c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7054', - 'x-ms-correlation-request-id', - '349312c6-1d3b-45a9-9c70-f4e95a84210f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035850Z:349312c6-1d3b-45a9-9c70-f4e95a84210f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9f184392-a6e5-4000-8a83-0a94b68dcdd0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7053', - 'x-ms-correlation-request-id', - '40bec003-3ca1-44e9-aa46-53b5b5a358e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035851Z:40bec003-3ca1-44e9-aa46-53b5b5a358e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e55389f2-c2f4-4624-b3ad-7e22039284c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7052', - 'x-ms-correlation-request-id', - '0bd90598-eb88-435b-82bc-3c02c3156d0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035851Z:0bd90598-eb88-435b-82bc-3c02c3156d0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a256834-56c1-4e43-9cc9-8186e0bf4460', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7051', - 'x-ms-correlation-request-id', - '7acb1f6e-c8e2-4f65-b1fe-c0de8af83981', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035851Z:7acb1f6e-c8e2-4f65-b1fe-c0de8af83981', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f48c2b61-d82f-41a4-8df4-0785853dd6d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7050', - 'x-ms-correlation-request-id', - '7abb78a5-eb12-4468-a7ec-b1da27807aea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035852Z:7abb78a5-eb12-4468-a7ec-b1da27807aea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70db4558-9744-4fd2-8248-88b916cb4463', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7049', - 'x-ms-correlation-request-id', - '1064681d-0e3b-4894-9ff4-df6862b2711f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035852Z:1064681d-0e3b-4894-9ff4-df6862b2711f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da6fc6a0-657a-4155-ac64-733d72d2c583', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7048', - 'x-ms-correlation-request-id', - '3c3af394-c599-44a3-a6b2-6aca7c9fcb45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035852Z:3c3af394-c599-44a3-a6b2-6aca7c9fcb45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b98df60-9c96-4047-aee1-1be08317b1fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7047', - 'x-ms-correlation-request-id', - '9a6b1a00-504b-470d-a442-f81269991eb5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035853Z:9a6b1a00-504b-470d-a442-f81269991eb5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'abd69d21-acb6-42a9-bf55-9d3d6ffe8f40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7046', - 'x-ms-correlation-request-id', - 'c96b1af2-4cc5-47a3-99c0-8d2a35345725', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035853Z:c96b1af2-4cc5-47a3-99c0-8d2a35345725', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23ee8f1c-e5f8-42b1-9363-e2788c269b92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7045', - 'x-ms-correlation-request-id', - '8de4c92c-56d6-4a71-90f2-0cd7e1bea4dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035854Z:8de4c92c-56d6-4a71-90f2-0cd7e1bea4dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e70c3f8-53e0-41ec-95d4-a9f0a8683ef5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7044', - 'x-ms-correlation-request-id', - '144a5be2-fe36-440a-96a0-51307764b560', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035854Z:144a5be2-fe36-440a-96a0-51307764b560', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '072375d8-96ca-4d24-9d0d-8b6e7dde54de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7043', - 'x-ms-correlation-request-id', - '60bea3fd-cfbb-4055-b744-3944438231b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035854Z:60bea3fd-cfbb-4055-b744-3944438231b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95b08f08-871e-46a4-9455-bf422dd5e19a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7042', - 'x-ms-correlation-request-id', - '07e6cd6e-4b6e-4b75-972f-a0b86f94c9c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035855Z:07e6cd6e-4b6e-4b75-972f-a0b86f94c9c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90a1a787-95dd-4827-a227-530446664a12', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7041', - 'x-ms-correlation-request-id', - 'a871d659-7efb-415d-a027-e812d86d8d16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035855Z:a871d659-7efb-415d-a027-e812d86d8d16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8c991bb-1780-410a-8e44-529b8526a88e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7040', - 'x-ms-correlation-request-id', - 'f0b94c16-61cd-4d52-8802-fc53c6e9a9eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035856Z:f0b94c16-61cd-4d52-8802-fc53c6e9a9eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d59cf61-6f46-44c1-a386-9d00f9defe00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7039', - 'x-ms-correlation-request-id', - '84a16dcf-e2c1-4a1c-bf13-aa3ae3f048eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035856Z:84a16dcf-e2c1-4a1c-bf13-aa3ae3f048eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d666919-ca23-4894-9ca8-81d4b31639a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7038', - 'x-ms-correlation-request-id', - '4d5eb26e-ee1f-4916-b682-b1f36ce0fd6b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035856Z:4d5eb26e-ee1f-4916-b682-b1f36ce0fd6b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'baea0d38-dd03-4678-ba4f-1ffa874639e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7037', - 'x-ms-correlation-request-id', - '02ca6547-8a22-4c74-a07f-6b980f7ad7c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035857Z:02ca6547-8a22-4c74-a07f-6b980f7ad7c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4ff4d90-d103-45a0-bdb5-c8f5fea2c6de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7036', - 'x-ms-correlation-request-id', - '01c8a55e-d66a-4c1e-8fa1-116a80056c73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035857Z:01c8a55e-d66a-4c1e-8fa1-116a80056c73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef4f2b66-d238-4403-872e-e9ee56c71f55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7035', - 'x-ms-correlation-request-id', - 'c5456f55-b151-4ca0-81ab-08a2ff81b072', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035858Z:c5456f55-b151-4ca0-81ab-08a2ff81b072', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df787b40-c220-4dab-944d-6d937978210a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7034', - 'x-ms-correlation-request-id', - 'f1b423e5-ad30-40b6-a268-ac0e536a09be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035858Z:f1b423e5-ad30-40b6-a268-ac0e536a09be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f28e941a-11ae-425f-95df-742a311e12ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7033', - 'x-ms-correlation-request-id', - 'ad961be6-a1ad-4443-85b2-e5bd4956cea1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035858Z:ad961be6-a1ad-4443-85b2-e5bd4956cea1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2601980a-e6e6-48d9-8980-55c957d1c146', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7032', - 'x-ms-correlation-request-id', - '9cadb2c3-b5ee-42ce-a4c9-68f8b067218e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035859Z:9cadb2c3-b5ee-42ce-a4c9-68f8b067218e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ffe8033-2b2e-4042-bbe4-a48d48182746', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7031', - 'x-ms-correlation-request-id', - '9ed8cc50-e6e6-4b3c-9c1f-1f678dff45b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035859Z:9ed8cc50-e6e6-4b3c-9c1f-1f678dff45b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7e9d2b7-2b52-4b15-92f9-d568c7342111', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7030', - 'x-ms-correlation-request-id', - '87b4560d-02c3-481a-9bc3-b69fb36fbc77', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035900Z:87b4560d-02c3-481a-9bc3-b69fb36fbc77', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:58:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1585c56-1214-4aaf-b109-3fed47cdf04d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7029', - 'x-ms-correlation-request-id', - 'e652804c-4c23-4afb-b861-fb479f189050', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035900Z:e652804c-4c23-4afb-b861-fb479f189050', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2dd6bc7-9fa5-455f-85b4-c1125f9e0bba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7028', - 'x-ms-correlation-request-id', - '8e082a99-5524-4fbc-b753-71512b8a340f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035900Z:8e082a99-5524-4fbc-b753-71512b8a340f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3483702-10e2-4687-b693-295d08b1836c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7027', - 'x-ms-correlation-request-id', - '67188c10-a3bb-4fa1-8f81-293a79c78fd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035901Z:67188c10-a3bb-4fa1-8f81-293a79c78fd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09fe01d4-63af-406b-8e9b-e52579b491ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7026', - 'x-ms-correlation-request-id', - '0914d4f0-a360-49c3-9eaa-1f93523da334', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035901Z:0914d4f0-a360-49c3-9eaa-1f93523da334', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4975050f-b1e9-4ce9-aec7-598eec4d6ed0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7025', - 'x-ms-correlation-request-id', - '420ce0b1-9526-4435-8623-755e8517c8da', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035902Z:420ce0b1-9526-4435-8623-755e8517c8da', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '079ef6ca-3515-44f4-b75b-e04132a062c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7024', - 'x-ms-correlation-request-id', - '6f5aac71-49d6-494d-9bdb-5a704d3739bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035902Z:6f5aac71-49d6-494d-9bdb-5a704d3739bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2285b156-4cca-408c-89d8-58b74f4e266d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7023', - 'x-ms-correlation-request-id', - '35f5778c-2485-42b9-9b71-59709d50c5f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035902Z:35f5778c-2485-42b9-9b71-59709d50c5f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '49bf75c2-fa51-4f95-8aa7-84cd05ee5110', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7022', - 'x-ms-correlation-request-id', - 'f385fff2-f7a7-478d-ac00-aa85654daff6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035903Z:f385fff2-f7a7-478d-ac00-aa85654daff6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6d80690-82e3-443d-b240-2e1b01d21878', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7021', - 'x-ms-correlation-request-id', - '691ea1ba-ba6a-4bd2-97b9-f6f68c1ee261', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035903Z:691ea1ba-ba6a-4bd2-97b9-f6f68c1ee261', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b67786f-0fbd-418f-995d-fe12eb3bcb8d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7020', - 'x-ms-correlation-request-id', - '8c7c030a-a2ec-415c-8f0f-920e3bf6b91d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035904Z:8c7c030a-a2ec-415c-8f0f-920e3bf6b91d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c793b13-9a6c-45b6-847f-34b0470566f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7019', - 'x-ms-correlation-request-id', - '1df4caec-399e-4206-a639-ac5a2aee6633', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035904Z:1df4caec-399e-4206-a639-ac5a2aee6633', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cce78494-bac3-47b9-9381-0c2d93b44167', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7018', - 'x-ms-correlation-request-id', - 'ffe569c2-1c78-48e5-8afd-ad7fb10c1de1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035904Z:ffe569c2-1c78-48e5-8afd-ad7fb10c1de1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '85e5e083-7507-4690-8152-129f78c34635', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7017', - 'x-ms-correlation-request-id', - '48476d1d-2d4d-4924-a8ea-8f7d7bfe4e1e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035905Z:48476d1d-2d4d-4924-a8ea-8f7d7bfe4e1e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88d79ef2-c127-4e34-92cb-0511f67c5e93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7016', - 'x-ms-correlation-request-id', - 'b67d99b3-98e1-433e-af75-85db1cefb9d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035905Z:b67d99b3-98e1-433e-af75-85db1cefb9d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b87f2be8-bd22-47cd-919c-4546ed59fc76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7015', - 'x-ms-correlation-request-id', - '8a487742-2094-4b9f-8488-10209772e30d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035906Z:8a487742-2094-4b9f-8488-10209772e30d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd830d87d-3cb3-46a2-8009-4b6be241b6cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7014', - 'x-ms-correlation-request-id', - '1df725b8-368c-4121-8d9c-f0c7e7370a8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035906Z:1df725b8-368c-4121-8d9c-f0c7e7370a8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90c4ee88-8591-41fb-be81-82aad6898c3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7013', - 'x-ms-correlation-request-id', - '2dce73c7-9015-4ee2-83d5-e496edbd4647', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035906Z:2dce73c7-9015-4ee2-83d5-e496edbd4647', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65ba739d-a1f2-40c6-b622-8ab5b992d88f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7012', - 'x-ms-correlation-request-id', - '5801a3f8-494f-4e8e-87a8-a43c1e04016b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035907Z:5801a3f8-494f-4e8e-87a8-a43c1e04016b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da01e78a-d516-4f35-9d89-3d7155a33d0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7011', - 'x-ms-correlation-request-id', - '5cfd1730-3ed6-4015-ac45-e08f1575d9a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035907Z:5cfd1730-3ed6-4015-ac45-e08f1575d9a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7911716-bd1d-4e54-8a94-6f2174364119', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7010', - 'x-ms-correlation-request-id', - '07450685-e1df-4f2e-95d2-60a3d8d17dd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035907Z:07450685-e1df-4f2e-95d2-60a3d8d17dd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3eaf7b7e-63ac-46b9-9fd4-5cbbb5bced1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7009', - 'x-ms-correlation-request-id', - '8882898c-af4a-4885-aa11-7e5d50b50e46', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035908Z:8882898c-af4a-4885-aa11-7e5d50b50e46', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3f9d0ac-a3f0-43c8-965b-9f5a71710c40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7008', - 'x-ms-correlation-request-id', - '0f2c37fb-bbb6-4d9f-bc9e-c7ecd7b23d5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035908Z:0f2c37fb-bbb6-4d9f-bc9e-c7ecd7b23d5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50f2e369-6913-4f91-9de1-1636716cdbb3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7007', - 'x-ms-correlation-request-id', - '7ae7d1c6-9871-4e87-abdc-381629337cbe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035909Z:7ae7d1c6-9871-4e87-abdc-381629337cbe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8aa75b7e-32b0-4410-a109-b301c1ce6821', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7006', - 'x-ms-correlation-request-id', - '533175bd-5913-4e31-a732-99bad354cf2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035909Z:533175bd-5913-4e31-a732-99bad354cf2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '631b5314-1c31-4f4c-9cf1-695ebe705f8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7005', - 'x-ms-correlation-request-id', - '9dfe8a58-324b-42ed-b030-68b3b9d46399', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035909Z:9dfe8a58-324b-42ed-b030-68b3b9d46399', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86c83654-988e-4e24-82f0-e0b2cf143610', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7004', - 'x-ms-correlation-request-id', - 'd3edc665-5eaa-403c-9736-1e81a01309fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035910Z:d3edc665-5eaa-403c-9736-1e81a01309fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c24f425-4a25-4508-a0f9-c808d2c5f760', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7003', - 'x-ms-correlation-request-id', - '138452e0-b25b-4540-b2c5-b5263ee0c700', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035910Z:138452e0-b25b-4540-b2c5-b5263ee0c700', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a399301-70f8-4bfd-8bd5-81072ecbfbfe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7002', - 'x-ms-correlation-request-id', - '3737161f-6f66-4243-b474-c4b9ee39a9e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035911Z:3737161f-6f66-4243-b474-c4b9ee39a9e3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67767f50-78c5-4bbe-b8c2-06295e5d6b30', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7001', - 'x-ms-correlation-request-id', - 'a2f435c1-f9d0-4c2b-8d75-91ab5c6ce6df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035911Z:a2f435c1-f9d0-4c2b-8d75-91ab5c6ce6df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '695827da-2bba-40ab-9548-adf13d5200e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '7000', - 'x-ms-correlation-request-id', - '98863c1d-2222-4569-a254-c72f47430d4b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035911Z:98863c1d-2222-4569-a254-c72f47430d4b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10827e5b-8fc3-487e-8f14-02f235c213fe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6999', - 'x-ms-correlation-request-id', - 'd255ab61-f3fb-4c81-b9d7-d50f15159a5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035912Z:d255ab61-f3fb-4c81-b9d7-d50f15159a5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38ba9b4e-8d53-4bf4-ba42-3a388fe1e04a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6998', - 'x-ms-correlation-request-id', - 'dd52a687-7811-4321-8502-911acfb56901', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035912Z:dd52a687-7811-4321-8502-911acfb56901', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c357ece-149b-4bd7-86cd-9c9545fdfc61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6997', - 'x-ms-correlation-request-id', - 'f0820726-59fa-48be-9c74-571e752dcf99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035913Z:f0820726-59fa-48be-9c74-571e752dcf99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4a51936-2907-44d2-9c3b-6d01cb323739', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6996', - 'x-ms-correlation-request-id', - '7b355e73-d4cf-495c-9485-962fe42ab087', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035913Z:7b355e73-d4cf-495c-9485-962fe42ab087', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd757d412-6a87-4506-991c-de4d9b84c3e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6995', - 'x-ms-correlation-request-id', - '1a70a90b-81dd-4dc2-af81-fb4d456c60b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035913Z:1a70a90b-81dd-4dc2-af81-fb4d456c60b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a319f96-9cdf-41c0-b387-2723d648afe5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6994', - 'x-ms-correlation-request-id', - '4e4cf8d7-152d-4ca5-99d3-8f59b7936131', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035914Z:4e4cf8d7-152d-4ca5-99d3-8f59b7936131', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33d85328-f71e-420a-b72a-48f72fed80c4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6993', - 'x-ms-correlation-request-id', - '7e028cd7-6d5a-4eb3-b03e-3f846dc89d6d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035914Z:7e028cd7-6d5a-4eb3-b03e-3f846dc89d6d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a2fa3c2-ddd7-4689-9339-10adfbf7b476', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6992', - 'x-ms-correlation-request-id', - '6235d175-e147-4d96-ae15-f934d63a8ec7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035915Z:6235d175-e147-4d96-ae15-f934d63a8ec7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f4125ac-f0ab-43bc-b1db-386edd439393', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6991', - 'x-ms-correlation-request-id', - '338f514f-5152-454a-aa5c-03ceb1a037b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035915Z:338f514f-5152-454a-aa5c-03ceb1a037b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aefe0569-d1b5-4746-8367-0bf32d012a37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6990', - 'x-ms-correlation-request-id', - 'cc7f9c00-205f-4ec2-b1d4-a635c8afc26e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035915Z:cc7f9c00-205f-4ec2-b1d4-a635c8afc26e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7bc2d2f-46bd-415e-86bc-339a03671e5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6989', - 'x-ms-correlation-request-id', - 'e538d547-c7ca-4e68-bac3-5a6c57e3851e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035916Z:e538d547-c7ca-4e68-bac3-5a6c57e3851e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d387878-5ca9-4cbd-b94b-c1474b36df3d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6988', - 'x-ms-correlation-request-id', - 'e827f730-07a8-45cf-bb05-d69b9809b910', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035916Z:e827f730-07a8-45cf-bb05-d69b9809b910', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd77f4b36-97c9-425b-8c94-c7999160c58a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6987', - 'x-ms-correlation-request-id', - '0220c905-6f65-4db3-8fe6-0ba0dbc3b98f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035917Z:0220c905-6f65-4db3-8fe6-0ba0dbc3b98f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16d799ad-6a04-4386-ac58-9f6a03772af5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6986', - 'x-ms-correlation-request-id', - 'df8b70e6-1c80-48bc-95fc-744113853be3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035917Z:df8b70e6-1c80-48bc-95fc-744113853be3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6bb18123-7dfc-4cc6-b5bf-de4ac5e698cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6985', - 'x-ms-correlation-request-id', - '68d070b2-00f0-455b-ac84-301efb2adc2d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035917Z:68d070b2-00f0-455b-ac84-301efb2adc2d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8739d03-a47e-4139-b5f4-05af8484181a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6984', - 'x-ms-correlation-request-id', - 'e6da0fbb-4602-4254-9e28-e809d9de332b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035918Z:e6da0fbb-4602-4254-9e28-e809d9de332b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41048c8d-a679-422c-ab73-26e74b4c866a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6983', - 'x-ms-correlation-request-id', - '7a4dfb1b-f3e8-45e6-9f03-842cf7070c95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035918Z:7a4dfb1b-f3e8-45e6-9f03-842cf7070c95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac8bd90c-e444-4445-988d-62086fa9b037', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6982', - 'x-ms-correlation-request-id', - 'bea79254-e67d-40a1-a98b-d3e72e7b426b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035919Z:bea79254-e67d-40a1-a98b-d3e72e7b426b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e4b3c1b-97b2-4bdf-8bfa-cc916a76f3d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6981', - 'x-ms-correlation-request-id', - 'a809c3bc-ea48-4c62-8f48-a51dbad8600d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035919Z:a809c3bc-ea48-4c62-8f48-a51dbad8600d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '479dba2e-43e3-4252-b8b3-7f9b25c95c4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6980', - 'x-ms-correlation-request-id', - 'c69c8631-750f-4a83-b043-ca28724e4f47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035919Z:c69c8631-750f-4a83-b043-ca28724e4f47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e44fce21-4922-4217-9d61-1b3a0de02664', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6979', - 'x-ms-correlation-request-id', - '75eab42c-5e80-43f0-97dd-5e6ea982dd8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035920Z:75eab42c-5e80-43f0-97dd-5e6ea982dd8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad3b4345-1cdc-4a45-906a-dd49f100126e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6978', - 'x-ms-correlation-request-id', - '2db210fc-7520-46cc-8894-0c8005dcf4a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035920Z:2db210fc-7520-46cc-8894-0c8005dcf4a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7a9898a-15e9-4294-b140-49c9143a1603', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6977', - 'x-ms-correlation-request-id', - 'bf69086e-07a6-443a-9e26-badd7de481cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035921Z:bf69086e-07a6-443a-9e26-badd7de481cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbb07771-a220-4ef6-8409-1630c3a0fc4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6976', - 'x-ms-correlation-request-id', - 'e923a1cc-7254-420a-9fab-5e69ba56114e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035921Z:e923a1cc-7254-420a-9fab-5e69ba56114e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '688f360b-d250-4863-bf30-a9ac5ef07073', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6975', - 'x-ms-correlation-request-id', - '784fcb07-4c4d-43e9-b5e9-4b6a1ec00ec9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035921Z:784fcb07-4c4d-43e9-b5e9-4b6a1ec00ec9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c11bf1cd-7d5e-4884-8112-47f9dea46f92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6974', - 'x-ms-correlation-request-id', - '0db0d94d-842f-40e2-b217-13060b4c9c04', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035922Z:0db0d94d-842f-40e2-b217-13060b4c9c04', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84c67531-30a4-4b45-bb68-af9cc34bc281', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6973', - 'x-ms-correlation-request-id', - '821e16e4-6f74-4131-8651-caebb3e406fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035922Z:821e16e4-6f74-4131-8651-caebb3e406fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ab8a8ba-d882-4674-8668-4de4bb93c308', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6972', - 'x-ms-correlation-request-id', - '9bf5b848-0c6e-42d5-ae6e-a3530e0c7d62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035923Z:9bf5b848-0c6e-42d5-ae6e-a3530e0c7d62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bda804c2-2d35-4101-a8c0-7921f546a8c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6971', - 'x-ms-correlation-request-id', - '149364cc-1ff4-4b43-9d17-09fc3fd5ef90', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035923Z:149364cc-1ff4-4b43-9d17-09fc3fd5ef90', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6a454002-dd7d-432e-bb71-473e305d3d3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6970', - 'x-ms-correlation-request-id', - 'e605f2cb-3e12-4169-a177-74ca81b61e4c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035923Z:e605f2cb-3e12-4169-a177-74ca81b61e4c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54bb4619-1f24-4578-9d7d-4cdac5735c40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6969', - 'x-ms-correlation-request-id', - '398412ad-76ca-4de2-aa01-3704d880324e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035924Z:398412ad-76ca-4de2-aa01-3704d880324e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '487c2a5e-b51e-4486-8d8b-81106804c965', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6968', - 'x-ms-correlation-request-id', - '9a128082-8963-4bf4-a248-3f06f4948c4e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035924Z:9a128082-8963-4bf4-a248-3f06f4948c4e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2bec67c6-f542-4589-9172-e9260bde9391', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6967', - 'x-ms-correlation-request-id', - '10bc92a4-5c50-4f02-b3a6-9ba76f4c84b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035925Z:10bc92a4-5c50-4f02-b3a6-9ba76f4c84b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '715debe7-37f1-4ee2-9373-aafb81d25bc4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6966', - 'x-ms-correlation-request-id', - '0ba1b6d3-1ebd-4b01-b5b8-ed1e222a39b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035925Z:0ba1b6d3-1ebd-4b01-b5b8-ed1e222a39b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c0bee99-d384-43b4-8769-002655098522', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6965', - 'x-ms-correlation-request-id', - '455c1280-738f-413d-8446-c09449056483', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035925Z:455c1280-738f-413d-8446-c09449056483', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9853bbb-a9bd-4364-affa-0bd0d3141beb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6964', - 'x-ms-correlation-request-id', - '02044e39-d8be-408e-854c-015b51c3e06a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035926Z:02044e39-d8be-408e-854c-015b51c3e06a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd991da68-880b-4f64-b0f6-c95773af1474', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6963', - 'x-ms-correlation-request-id', - '7628d9ab-4d94-4f7a-a63f-95d9cdcc54a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035926Z:7628d9ab-4d94-4f7a-a63f-95d9cdcc54a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8d9d837-4da9-4c70-a6bd-ec91cf5d3284', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6962', - 'x-ms-correlation-request-id', - 'bfacbe25-7fd0-4277-a487-bfd32669ea69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035927Z:bfacbe25-7fd0-4277-a487-bfd32669ea69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68f23fca-3842-490e-b435-33897e73f37c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6961', - 'x-ms-correlation-request-id', - 'b5f9ef02-a2ca-4760-a721-50f9f8a30ef7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035927Z:b5f9ef02-a2ca-4760-a721-50f9f8a30ef7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '50c9266e-0425-4d0e-b74b-1e6ddb623d00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6960', - 'x-ms-correlation-request-id', - '4eef3170-20f7-4606-84d9-053a3b3726d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035927Z:4eef3170-20f7-4606-84d9-053a3b3726d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc92dbb6-9fc8-491b-a3ba-329f3e22adcf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6959', - 'x-ms-correlation-request-id', - '201d28b5-3160-48c9-b279-5c4cc7bd9f0b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035928Z:201d28b5-3160-48c9-b279-5c4cc7bd9f0b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f883fe7d-5eea-4383-af71-9270a112439e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6958', - 'x-ms-correlation-request-id', - '47bdc8f3-9c42-4d06-a025-842b9740602a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035928Z:47bdc8f3-9c42-4d06-a025-842b9740602a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17206460-1c17-4f61-8c19-4b5ec0a436fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6957', - 'x-ms-correlation-request-id', - '2a80bae2-c8e0-474c-9c0d-4bf59b2eee5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035928Z:2a80bae2-c8e0-474c-9c0d-4bf59b2eee5f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03027662-af9c-4c93-b40c-39951a52eeae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6956', - 'x-ms-correlation-request-id', - 'd0c6a4cb-f539-42a6-ae40-7771e39a88bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035929Z:d0c6a4cb-f539-42a6-ae40-7771e39a88bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad4d5ff7-664d-434b-ae95-45eccff49306', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6955', - 'x-ms-correlation-request-id', - 'd0397e01-ba4f-4994-9e1d-08bb5de0cff2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035929Z:d0397e01-ba4f-4994-9e1d-08bb5de0cff2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf55cdab-d49e-4907-b637-d878af55b8a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6954', - 'x-ms-correlation-request-id', - '2582dd02-6190-494e-ae0b-4b5d416184bb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035930Z:2582dd02-6190-494e-ae0b-4b5d416184bb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '718aa077-08dc-45f7-9094-84d14750e3fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6953', - 'x-ms-correlation-request-id', - 'c6a16550-fc24-4032-9c57-bdf8a4be00fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035930Z:c6a16550-fc24-4032-9c57-bdf8a4be00fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '78f089ae-5d3a-49b3-b8ec-b51645dc1815', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6952', - 'x-ms-correlation-request-id', - '59d73e8d-54fe-4b4a-ac6d-85b29bbfb230', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035930Z:59d73e8d-54fe-4b4a-ac6d-85b29bbfb230', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ac0c807-507e-4940-957a-5260bfd781da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6951', - 'x-ms-correlation-request-id', - '8805b047-bc46-4f4e-b341-e89ee9c37c45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035931Z:8805b047-bc46-4f4e-b341-e89ee9c37c45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9f4efc1a-9401-4e18-af34-5da50556ef4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6950', - 'x-ms-correlation-request-id', - '342756e5-cc23-4705-9562-0d4c189dfc78', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035932Z:342756e5-cc23-4705-9562-0d4c189dfc78', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4980a684-64bb-4898-9db0-48a9d85126a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6949', - 'x-ms-correlation-request-id', - '84bd2836-e29d-4923-8892-384dbb55bfb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035932Z:84bd2836-e29d-4923-8892-384dbb55bfb4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4de92dc0-0f83-403d-bcc1-df31c445cc7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6948', - 'x-ms-correlation-request-id', - '8c15c9a7-3f35-4f98-bb61-811688dcbeb0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035933Z:8c15c9a7-3f35-4f98-bb61-811688dcbeb0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d05cef6-82b1-4e2f-b6bb-5ed45c775679', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6947', - 'x-ms-correlation-request-id', - 'b8ee95f7-416d-471d-a94f-446397508bbd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035933Z:b8ee95f7-416d-471d-a94f-446397508bbd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4997447-4838-4f71-829f-a3c37e437f11', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6946', - 'x-ms-correlation-request-id', - 'be72d413-2449-4ac3-9630-61b9ec6f10e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035933Z:be72d413-2449-4ac3-9630-61b9ec6f10e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bf81238-b601-4491-93b7-8fa27d2d2d13', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6945', - 'x-ms-correlation-request-id', - '5f1e2069-09b9-42b6-b31f-f1a17559e009', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035934Z:5f1e2069-09b9-42b6-b31f-f1a17559e009', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3af5b356-87c1-4f5c-a41a-ea383405f135', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6944', - 'x-ms-correlation-request-id', - '375bb427-3324-405c-ae09-ca355d3d17f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035934Z:375bb427-3324-405c-ae09-ca355d3d17f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e0cc15df-3e9e-42e7-9fab-845b080763ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6943', - 'x-ms-correlation-request-id', - '12e030df-b0f9-4a4b-976f-c1fa20b9d9a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035935Z:12e030df-b0f9-4a4b-976f-c1fa20b9d9a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e818c32-1743-455c-9043-ba4158832148', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6942', - 'x-ms-correlation-request-id', - '1e88451a-4cb4-4af0-a76c-1176f9daa21f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035935Z:1e88451a-4cb4-4af0-a76c-1176f9daa21f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db6decb0-637d-4c63-9ea0-11badefdf00c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6941', - 'x-ms-correlation-request-id', - 'a859146a-99c5-463b-a8e6-347e15b93025', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035935Z:a859146a-99c5-463b-a8e6-347e15b93025', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5c659329-d9a2-4cd1-adca-fe2317b6c85d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6940', - 'x-ms-correlation-request-id', - '29932b3b-02aa-4d4e-9589-3e81e5e1e541', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035936Z:29932b3b-02aa-4d4e-9589-3e81e5e1e541', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bbd0bd05-b521-40ee-86dc-20c687f3f4a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6939', - 'x-ms-correlation-request-id', - '3c190da0-37fb-47a6-afb1-cbfa1440f93d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035936Z:3c190da0-37fb-47a6-afb1-cbfa1440f93d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea5cef63-72b3-4c22-860d-c8a241740cda', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6938', - 'x-ms-correlation-request-id', - 'f7f562bb-944b-4368-ba28-698d771342f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035937Z:f7f562bb-944b-4368-ba28-698d771342f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa22588f-0a1a-435b-b93e-d825ffcac11d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6937', - 'x-ms-correlation-request-id', - 'ae6049d1-b9bc-4240-957e-ed798e78b9d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035937Z:ae6049d1-b9bc-4240-957e-ed798e78b9d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '441eece1-5505-4628-883b-2cf40e345720', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6936', - 'x-ms-correlation-request-id', - 'e55bd62e-8c0e-4ef3-ba89-225b159b0cdb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035937Z:e55bd62e-8c0e-4ef3-ba89-225b159b0cdb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7cd07e88-cf2f-4459-9217-6dc24d4a6275', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6935', - 'x-ms-correlation-request-id', - 'c2f0af79-ad2b-4084-b133-9e2d690f75bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035938Z:c2f0af79-ad2b-4084-b133-9e2d690f75bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fac39628-3b6f-4a67-a1b7-3ad6790fdce4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6934', - 'x-ms-correlation-request-id', - '68103ed2-901f-43cf-8d03-d6e9856cb5e5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035938Z:68103ed2-901f-43cf-8d03-d6e9856cb5e5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '507a4edf-53d5-472a-8a65-2cbcca5b5083', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6933', - 'x-ms-correlation-request-id', - '3cc37027-be71-4460-9236-68edf6136c9d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035939Z:3cc37027-be71-4460-9236-68edf6136c9d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d37a61f-8893-40d2-878d-27354fe2b32b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6932', - 'x-ms-correlation-request-id', - '94c9ebeb-6546-495b-851f-5515fb155337', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035939Z:94c9ebeb-6546-495b-851f-5515fb155337', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1fa98ab-9a6d-4eea-9b4f-3409bb1aef07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6931', - 'x-ms-correlation-request-id', - 'f9668fe4-bb35-4011-a51a-c1097d5d1c2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035939Z:f9668fe4-bb35-4011-a51a-c1097d5d1c2c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f5cf614-4b58-4793-a7e8-63a5f0218238', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6930', - 'x-ms-correlation-request-id', - '326f7ebc-73f8-49f0-81f7-1b99d15fecf2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035940Z:326f7ebc-73f8-49f0-81f7-1b99d15fecf2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f263294-dcce-4e16-9100-78819ce97134', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6929', - 'x-ms-correlation-request-id', - '14463bd0-694d-4e50-a7a5-f62b0ad6fbaf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035940Z:14463bd0-694d-4e50-a7a5-f62b0ad6fbaf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8fa5cd4-3fd8-4db8-91af-b3a7403d07a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6928', - 'x-ms-correlation-request-id', - 'ecc64b85-ee2d-486f-8ca4-f52db4d9795a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035941Z:ecc64b85-ee2d-486f-8ca4-f52db4d9795a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '879ce0c5-b439-4ca6-ac30-7f3a31440994', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6927', - 'x-ms-correlation-request-id', - '820a9fd5-d10c-4662-a3b1-2e2cb58a85a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035941Z:820a9fd5-d10c-4662-a3b1-2e2cb58a85a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6488cbe0-0f9d-4ab8-b934-85f55e86e2e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6926', - 'x-ms-correlation-request-id', - '9157a492-d8f8-470d-8bd9-0755c6d58775', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035941Z:9157a492-d8f8-470d-8bd9-0755c6d58775', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '48aaa8c1-9ec3-4cb5-a5b4-b2afef9b3a7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6925', - 'x-ms-correlation-request-id', - '75284365-82f5-4815-879c-3419ba63d4f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035942Z:75284365-82f5-4815-879c-3419ba63d4f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f4d6f24-1c5d-4d9c-af62-ad7046b93557', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6924', - 'x-ms-correlation-request-id', - '70eba857-91d6-4a23-b25a-3b659238a933', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035942Z:70eba857-91d6-4a23-b25a-3b659238a933', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e346afe-62d1-44e4-8c3a-ba6fa2bdf428', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6923', - 'x-ms-correlation-request-id', - 'd815454a-75c6-4296-a164-2559ccedb5ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035943Z:d815454a-75c6-4296-a164-2559ccedb5ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca77cda4-59f9-49b0-a4de-16cc92e98f3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6922', - 'x-ms-correlation-request-id', - 'dd18440b-0eb6-47ee-a776-63980ad6350b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035943Z:dd18440b-0eb6-47ee-a776-63980ad6350b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '01b419d7-7da2-455e-bf96-cb6d232001d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6921', - 'x-ms-correlation-request-id', - '361bea09-c68e-4765-acd8-82dc6da0f205', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035943Z:361bea09-c68e-4765-acd8-82dc6da0f205', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62c57861-db5e-469a-80bf-8d70dac0e2f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6920', - 'x-ms-correlation-request-id', - 'bb9f41cf-4237-4776-8df2-a37ad803b15a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035944Z:bb9f41cf-4237-4776-8df2-a37ad803b15a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a3bf7980-2cef-4f29-be0c-c65f87223f33', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6919', - 'x-ms-correlation-request-id', - 'd373a8a2-cc3f-4072-9308-ad8f060de0eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035944Z:d373a8a2-cc3f-4072-9308-ad8f060de0eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce9cb1a4-69b5-4290-8ea4-39ef97b27519', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6918', - 'x-ms-correlation-request-id', - 'd4c6535f-2843-47a0-ab5d-7e09f370832c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035945Z:d4c6535f-2843-47a0-ab5d-7e09f370832c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ef27cfd-51c1-4970-b1ef-19da46b13fba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6917', - 'x-ms-correlation-request-id', - 'a75b23eb-c61e-4b22-bae1-54396eb6c3d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035945Z:a75b23eb-c61e-4b22-bae1-54396eb6c3d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6afed97-7cdc-4f6d-856a-5b4931282423', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6916', - 'x-ms-correlation-request-id', - 'ee9275b4-9e9e-4141-ac59-c833c4f800b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035945Z:ee9275b4-9e9e-4141-ac59-c833c4f800b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6c30dda-399f-42c3-8c96-dedcf5ca01f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6915', - 'x-ms-correlation-request-id', - '0a8807bc-4061-46ac-a83a-a2911d4642c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035946Z:0a8807bc-4061-46ac-a83a-a2911d4642c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89a7bd36-43a9-4786-b05e-bf667400bfbd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6914', - 'x-ms-correlation-request-id', - '17690b1d-959c-4ed7-b30b-61de5d817da6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035946Z:17690b1d-959c-4ed7-b30b-61de5d817da6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1573d5a2-a8e2-4831-bae4-efd9a8f8394e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6913', - 'x-ms-correlation-request-id', - '4fc88196-ed1a-4071-a962-8035f2405efc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035947Z:4fc88196-ed1a-4071-a962-8035f2405efc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8b73774-397e-404b-8e72-d31eb941e997', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6912', - 'x-ms-correlation-request-id', - '27eeaa1b-1216-411e-8c76-90a1bd617f2d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035947Z:27eeaa1b-1216-411e-8c76-90a1bd617f2d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c59432d3-b31a-48da-bb2c-921e90d80057', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6911', - 'x-ms-correlation-request-id', - '7d3485d9-7447-4bec-9fe6-c42cd5b20147', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035947Z:7d3485d9-7447-4bec-9fe6-c42cd5b20147', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26ff9cfe-35e7-4b24-bb26-9564d68ff9de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6910', - 'x-ms-correlation-request-id', - '96f5eee9-0655-4b1c-8de1-f1b01fa8e467', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035948Z:96f5eee9-0655-4b1c-8de1-f1b01fa8e467', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40e14061-2a08-49da-bfc9-944f5391d95b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6909', - 'x-ms-correlation-request-id', - 'a415f22a-304f-468f-bd23-69fc93bad15a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035948Z:a415f22a-304f-468f-bd23-69fc93bad15a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be6cfa67-9c61-4ddf-bd6b-61f5a5ad371d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6908', - 'x-ms-correlation-request-id', - '26a2d81d-88e2-48b3-a11d-0291222fcfde', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035949Z:26a2d81d-88e2-48b3-a11d-0291222fcfde', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '05a633c4-4a19-46cf-9941-2562a078b480', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6907', - 'x-ms-correlation-request-id', - '4b4c99e8-3f6c-40b1-aa19-3fcdfc650f39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035949Z:4b4c99e8-3f6c-40b1-aa19-3fcdfc650f39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4328304-a6d3-4d17-8238-9c6d9fb4f9c6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6906', - 'x-ms-correlation-request-id', - '43f31359-f0e5-42c5-a21a-322c4127909f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035949Z:43f31359-f0e5-42c5-a21a-322c4127909f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ba2541b-f011-49dd-89c7-5f46effed56e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6905', - 'x-ms-correlation-request-id', - '06866748-b2e5-4366-a3a4-26cb9279a7eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035950Z:06866748-b2e5-4366-a3a4-26cb9279a7eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7dfed643-ed7a-4fca-b57c-55187c3af421', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6904', - 'x-ms-correlation-request-id', - 'b4ee6a43-c6ed-46ef-9dd9-6fd59ad5adcd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035950Z:b4ee6a43-c6ed-46ef-9dd9-6fd59ad5adcd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '39e6894e-bb69-4009-b4bc-24fbffc2897d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6903', - 'x-ms-correlation-request-id', - '686ca9be-8fd3-47b2-a459-f47d0f02f89d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035951Z:686ca9be-8fd3-47b2-a459-f47d0f02f89d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42df7430-5de8-4e1f-954f-93da0677ae4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6902', - 'x-ms-correlation-request-id', - 'decbb43b-f086-4999-a3b6-58bc6430955b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035951Z:decbb43b-f086-4999-a3b6-58bc6430955b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63620bbf-898d-4b1c-a021-7a30b8e7686d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6901', - 'x-ms-correlation-request-id', - '7ca883c7-bf4d-4fae-82ba-002519d449d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035951Z:7ca883c7-bf4d-4fae-82ba-002519d449d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '10ce50a7-cd02-405b-abbf-0e53bfac1155', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6900', - 'x-ms-correlation-request-id', - '0b5f23c0-42f8-4644-8d82-5449131ff7d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035952Z:0b5f23c0-42f8-4644-8d82-5449131ff7d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8df1b8cf-4805-4835-8650-418ed3cbdb30', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6899', - 'x-ms-correlation-request-id', - '21ce6752-dad4-47da-b429-6aabeb3372b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035952Z:21ce6752-dad4-47da-b429-6aabeb3372b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb7c9567-9cde-46da-bca1-83b5a2229edd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6898', - 'x-ms-correlation-request-id', - 'f2f54ca3-032a-4654-8cf5-56c6ec3ec41a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035953Z:f2f54ca3-032a-4654-8cf5-56c6ec3ec41a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe208cb9-e095-4b3d-ab69-15bca53e6618', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6897', - 'x-ms-correlation-request-id', - 'ef319d31-4e00-4343-b02a-720da53f0ddd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035953Z:ef319d31-4e00-4343-b02a-720da53f0ddd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef352d3b-8f00-4463-84b9-abc07fed31a2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6896', - 'x-ms-correlation-request-id', - 'cda7f9b4-8a15-45b1-b998-3ebef89f5e84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035953Z:cda7f9b4-8a15-45b1-b998-3ebef89f5e84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9d4673e-da4a-4149-bfc4-c6f935be3f02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6895', - 'x-ms-correlation-request-id', - '3d954e0b-6c92-47aa-b935-dff49b321817', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035954Z:3d954e0b-6c92-47aa-b935-dff49b321817', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8944db89-400c-4c53-ac4c-6d8bf933de94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6894', - 'x-ms-correlation-request-id', - '172fdfc9-bfbe-4ee4-8bcc-df92172c8057', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035954Z:172fdfc9-bfbe-4ee4-8bcc-df92172c8057', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86442c38-1b04-4f70-8d3c-bd72c55d8eb6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6893', - 'x-ms-correlation-request-id', - 'ecb661e2-42b1-4557-b4c0-bbb5571796f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035955Z:ecb661e2-42b1-4557-b4c0-bbb5571796f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '258249bf-cc8b-45e0-b803-1492ba190540', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6892', - 'x-ms-correlation-request-id', - '10d14203-1806-4f1e-a6c3-5adca7a22831', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035955Z:10d14203-1806-4f1e-a6c3-5adca7a22831', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ce286c3-b5e1-4e2e-8b9e-6b4a7dc24a64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6891', - 'x-ms-correlation-request-id', - '396df51d-ad58-4904-854a-6ed062751c60', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035956Z:396df51d-ad58-4904-854a-6ed062751c60', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5119b5d9-6215-4e98-8ca8-a3621dfbba3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6890', - 'x-ms-correlation-request-id', - 'fa00a04b-42b6-454c-9638-b5368af36f68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035956Z:fa00a04b-42b6-454c-9638-b5368af36f68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'def44b41-5e0a-4414-9321-fc4c757a68f2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6889', - 'x-ms-correlation-request-id', - '3c5bb286-fe5a-4462-bf9b-1ac8f27d612e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035956Z:3c5bb286-fe5a-4462-bf9b-1ac8f27d612e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab3cbb08-873e-4981-a684-0031d7975f90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6888', - 'x-ms-correlation-request-id', - '87a72dc0-a278-4abf-a7a3-c739b81826c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035957Z:87a72dc0-a278-4abf-a7a3-c739b81826c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '17c8912e-1efb-4809-bdc1-a1d5857804c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6887', - 'x-ms-correlation-request-id', - '393f6dde-1221-46d6-9422-add4e1605f94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035957Z:393f6dde-1221-46d6-9422-add4e1605f94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56e27b15-7187-4987-942d-5e83f6ccec90', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6886', - 'x-ms-correlation-request-id', - '1a6d794f-654d-4398-841f-f208a1b7b147', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035958Z:1a6d794f-654d-4398-841f-f208a1b7b147', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd13b41f3-b0a6-4e51-a615-43e2593418d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6885', - 'x-ms-correlation-request-id', - 'e25876f3-8cef-4ee7-9c68-3d17f9e58fd7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035958Z:e25876f3-8cef-4ee7-9c68-3d17f9e58fd7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b62f369-4ba4-4411-b1a9-e8b35d23afd0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6884', - 'x-ms-correlation-request-id', - '6b37f26c-40f0-4749-b880-c802154a1d11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035958Z:6b37f26c-40f0-4749-b880-c802154a1d11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b19079bc-c073-48b8-b7cf-03974b45981f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6883', - 'x-ms-correlation-request-id', - '7e383ecd-54af-462e-a859-9ee627dd8e56', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035959Z:7e383ecd-54af-462e-a859-9ee627dd8e56', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '222adef9-9cea-4354-a031-155dcc97d9b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6882', - 'x-ms-correlation-request-id', - 'bfdee596-d1cd-4cd9-98c4-68e8a91462d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T035959Z:bfdee596-d1cd-4cd9-98c4-68e8a91462d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd71f9c59-2bd3-45ae-ae68-3e5d9cb80d50', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6881', - 'x-ms-correlation-request-id', - '7f73a260-6f56-4782-a689-8f1d49a19473', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040000Z:7f73a260-6f56-4782-a689-8f1d49a19473', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f94452ef-3f68-456a-a5e4-97295b1a2cfb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6880', - 'x-ms-correlation-request-id', - '4d4749e7-102b-4aa9-b7ba-44b4e71d8799', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040000Z:4d4749e7-102b-4aa9-b7ba-44b4e71d8799', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09eec2e6-b410-4bd0-b6d0-da79419ea9a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6879', - 'x-ms-correlation-request-id', - '2793ba9e-6e5b-40bd-8aae-9b5d4f0cd0d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040000Z:2793ba9e-6e5b-40bd-8aae-9b5d4f0cd0d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 03:59:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dc85ec71-3dec-49d8-b5d0-89412f845efe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6878', - 'x-ms-correlation-request-id', - 'ebdcc14e-469a-45af-8e19-014439e8973f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040001Z:ebdcc14e-469a-45af-8e19-014439e8973f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '546f2ccc-13bb-4071-9721-c6d6d1b0b72a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6877', - 'x-ms-correlation-request-id', - '16671fd3-5153-4e1e-9365-690c1b85bb86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040001Z:16671fd3-5153-4e1e-9365-690c1b85bb86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a7b4834a-d219-4575-bbff-4f7bfaa50b0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6876', - 'x-ms-correlation-request-id', - '25b3138d-43d7-4261-899b-11fe0a6fa138', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040002Z:25b3138d-43d7-4261-899b-11fe0a6fa138', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7abde61-7ba9-43d1-8b2f-ce514c259f4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6875', - 'x-ms-correlation-request-id', - '020cd0af-5fd5-4b35-9d75-2595a07ff947', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040002Z:020cd0af-5fd5-4b35-9d75-2595a07ff947', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '498978f9-f7f8-4bee-b298-841666a84e33', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6874', - 'x-ms-correlation-request-id', - 'e208395c-7d18-4f22-9f9d-e4c9b5b6b1b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040002Z:e208395c-7d18-4f22-9f9d-e4c9b5b6b1b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab886fcc-3e99-43d8-bcbc-e569664ccd3d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6873', - 'x-ms-correlation-request-id', - '68429f89-4f3c-4736-84a5-f91e4d507dd9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040003Z:68429f89-4f3c-4736-84a5-f91e4d507dd9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '99f4adcb-f99d-4721-ba94-c81fa164664b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6872', - 'x-ms-correlation-request-id', - '3983da00-d7b9-454e-81d0-804ef52809c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040003Z:3983da00-d7b9-454e-81d0-804ef52809c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cca4c616-85fa-4caa-933d-7071ae52d3d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6871', - 'x-ms-correlation-request-id', - '0e373bfa-bb8b-4657-9854-dbdd63679d45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040004Z:0e373bfa-bb8b-4657-9854-dbdd63679d45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5dc7639-7f17-401f-922f-9fa1b01d65fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6870', - 'x-ms-correlation-request-id', - 'c1a55cee-b9bb-4940-95c4-bd7bef60ae32', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040004Z:c1a55cee-b9bb-4940-95c4-bd7bef60ae32', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b619f28b-6eeb-4b90-993f-eb623b4c1d6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6869', - 'x-ms-correlation-request-id', - 'e653f762-d5c7-47b7-a80d-dfb99d1c0834', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040004Z:e653f762-d5c7-47b7-a80d-dfb99d1c0834', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ec45dff-82f7-455c-95dc-d728713bce6a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6868', - 'x-ms-correlation-request-id', - '8fe93d0e-0779-4dac-aba7-f7d57c59fd68', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040005Z:8fe93d0e-0779-4dac-aba7-f7d57c59fd68', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b4989a7-ec19-4333-b52b-e63f5befe5ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6867', - 'x-ms-correlation-request-id', - '359aeeb1-c599-4768-8412-833c6c88edd4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040005Z:359aeeb1-c599-4768-8412-833c6c88edd4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a8eb77a-8439-41f5-beb6-ffe3e8e1e281', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6866', - 'x-ms-correlation-request-id', - 'deb891e2-de8d-46a0-8738-5a1c76cb558c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040006Z:deb891e2-de8d-46a0-8738-5a1c76cb558c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ea7d6ea-8db6-4e10-8b2f-92d6a64bec9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6865', - 'x-ms-correlation-request-id', - 'e7b26dae-a905-4af8-bbf2-49620692819b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040006Z:e7b26dae-a905-4af8-bbf2-49620692819b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4baaa0eb-c599-4708-b4c9-575c79ea6f17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6864', - 'x-ms-correlation-request-id', - '0ca337e1-6de5-408f-9f69-db5dd80726a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040006Z:0ca337e1-6de5-408f-9f69-db5dd80726a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1028f489-0560-41f5-a619-0232f4d80044', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6863', - 'x-ms-correlation-request-id', - '05c32dfd-59e0-4438-86c2-bb82d9bb3de9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040007Z:05c32dfd-59e0-4438-86c2-bb82d9bb3de9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea774f59-ce5b-4244-9678-d4bf4a3b2948', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6862', - 'x-ms-correlation-request-id', - '2be14048-fc62-4917-8fee-d9214d780aae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040007Z:2be14048-fc62-4917-8fee-d9214d780aae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc6be1ce-6bcd-4227-a97d-65845d57bc29', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6861', - 'x-ms-correlation-request-id', - 'd416f8da-d57c-428e-861b-59f0cbefb3ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040008Z:d416f8da-d57c-428e-861b-59f0cbefb3ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ed7c5767-14fe-43d5-87bf-2d3413dbebe6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6860', - 'x-ms-correlation-request-id', - '7480d882-242d-494c-999b-56dcd92e8ec5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040008Z:7480d882-242d-494c-999b-56dcd92e8ec5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d52de40-948a-4b57-8e6b-f93dccbb9ef2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6859', - 'x-ms-correlation-request-id', - '6a2ffae7-7cb5-478a-ad06-f18b053f646b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040008Z:6a2ffae7-7cb5-478a-ad06-f18b053f646b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c368d9dc-6064-49b0-bf33-d8b5c5bafd71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6858', - 'x-ms-correlation-request-id', - 'c68f0850-78d3-4eb6-9224-6cd199412c62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040009Z:c68f0850-78d3-4eb6-9224-6cd199412c62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3714917d-31e5-4587-bbe7-6eb3a18f60f5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6857', - 'x-ms-correlation-request-id', - 'c43cdea2-d5e6-4be0-9fb8-ab4a6a5b7898', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040009Z:c43cdea2-d5e6-4be0-9fb8-ab4a6a5b7898', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34be1ff6-023a-4c21-acff-16d112f2d5be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6856', - 'x-ms-correlation-request-id', - '8d29fcd8-8812-4695-9c15-0581053c07a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040010Z:8d29fcd8-8812-4695-9c15-0581053c07a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc4b5fa2-bb1b-4629-b383-7ec3743240cd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6855', - 'x-ms-correlation-request-id', - '65f54bb2-a5fc-44a6-affe-ae1bb5c0408c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040010Z:65f54bb2-a5fc-44a6-affe-ae1bb5c0408c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb6d013f-2314-4f59-ad2e-0e773ac0f591', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6854', - 'x-ms-correlation-request-id', - 'efb15bce-ff20-4a09-86f4-92c84fef392a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040010Z:efb15bce-ff20-4a09-86f4-92c84fef392a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a3952ca-84df-47a5-926d-48daaf5a7c09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6853', - 'x-ms-correlation-request-id', - '81ec038c-7d1c-419e-9992-94acca29ca70', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040011Z:81ec038c-7d1c-419e-9992-94acca29ca70', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5169fa3c-7f81-4bdb-84e3-364c9bb91c77', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6852', - 'x-ms-correlation-request-id', - '112baf0a-6df4-49f1-be12-51428d104398', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040011Z:112baf0a-6df4-49f1-be12-51428d104398', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e5118ca-e014-4c38-a859-2db5ea60d28e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6851', - 'x-ms-correlation-request-id', - 'febf429e-fbfd-418b-83f7-671c7b719ee9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040012Z:febf429e-fbfd-418b-83f7-671c7b719ee9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ada6d31-3b56-4e11-8832-e98bfcd6dd8d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6850', - 'x-ms-correlation-request-id', - '20236740-3b45-43c0-a07c-6cf2c57fde88', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040012Z:20236740-3b45-43c0-a07c-6cf2c57fde88', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e688d48-8b3e-42fd-b484-69e67c11782b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6849', - 'x-ms-correlation-request-id', - '06766440-d04d-4220-b7f4-b86a49ba3282', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040012Z:06766440-d04d-4220-b7f4-b86a49ba3282', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fc7b8fc5-f3f6-49d5-b310-f6cf7c43534c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6848', - 'x-ms-correlation-request-id', - 'a8b7770f-89a6-48d9-841c-f83e5ae6e515', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040013Z:a8b7770f-89a6-48d9-841c-f83e5ae6e515', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '39e519ee-315e-4dac-8e2e-35e0ddad19b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6847', - 'x-ms-correlation-request-id', - '783a40b5-9eb0-4816-a6ed-b950a8b63980', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040013Z:783a40b5-9eb0-4816-a6ed-b950a8b63980', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '18d4a282-ccf3-4cb9-9a43-1d7629697ef1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6846', - 'x-ms-correlation-request-id', - '5d08b0f6-7569-4147-98d4-27d963bcb3f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040014Z:5d08b0f6-7569-4147-98d4-27d963bcb3f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34ffbc47-6470-4f12-89b7-d624893a9854', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6845', - 'x-ms-correlation-request-id', - '0f4b89bd-614a-4df4-a8de-8dfa89c59149', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040014Z:0f4b89bd-614a-4df4-a8de-8dfa89c59149', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c9c9f23f-c25a-4b21-b61c-74bc9fde43e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6844', - 'x-ms-correlation-request-id', - 'c15e1855-a314-4fde-a229-b21136510984', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040014Z:c15e1855-a314-4fde-a229-b21136510984', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3ecd751-5c5b-4de6-8b1f-aeefb9b448ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6843', - 'x-ms-correlation-request-id', - '9d009900-925e-4afa-8013-083022a2bf1f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040015Z:9d009900-925e-4afa-8013-083022a2bf1f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a9e61e2-dd1a-44e2-bd03-1ff3b76662b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6842', - 'x-ms-correlation-request-id', - 'b72ee522-f168-4a17-80bb-d84418da8ac8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040015Z:b72ee522-f168-4a17-80bb-d84418da8ac8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2004bf6-c337-4033-ac26-db31909e75b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6841', - 'x-ms-correlation-request-id', - '8b0c8c34-627e-4823-8449-f7113ad1d0b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040016Z:8b0c8c34-627e-4823-8449-f7113ad1d0b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1241fa8-bcf7-4a07-a035-007fc32640ae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6840', - 'x-ms-correlation-request-id', - '2ec1a53c-8bd4-41e0-b634-019a99e55571', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040016Z:2ec1a53c-8bd4-41e0-b634-019a99e55571', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e9f0ea0-2ef9-46cb-b95c-a8ec1fa94900', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6839', - 'x-ms-correlation-request-id', - 'c19f7757-a396-408b-915c-20f9d9b33732', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040016Z:c19f7757-a396-408b-915c-20f9d9b33732', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '591cd889-98f6-475d-becd-45837307fb0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6838', - 'x-ms-correlation-request-id', - '61765443-2f41-44de-b92c-f88fe2db0d1f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040017Z:61765443-2f41-44de-b92c-f88fe2db0d1f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb591a2d-7607-41e6-8ed9-fba562d9e7fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6837', - 'x-ms-correlation-request-id', - '54e41f46-e8e8-4c29-b7c1-1f65af7a52af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040017Z:54e41f46-e8e8-4c29-b7c1-1f65af7a52af', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34944550-878f-42dc-9bb7-6458ef2ab300', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6836', - 'x-ms-correlation-request-id', - '523dffcc-b731-4416-8668-74ece9b943bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040018Z:523dffcc-b731-4416-8668-74ece9b943bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ce01cb6-16ea-4497-9e48-9f78c94aa542', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6835', - 'x-ms-correlation-request-id', - 'cf236938-0c56-46a9-8d48-ee16e8c94d82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040018Z:cf236938-0c56-46a9-8d48-ee16e8c94d82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a311419-9867-4867-9e7d-5dd87a1827b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6834', - 'x-ms-correlation-request-id', - 'd94caab8-845b-4dc4-a2e3-f6ce6dccb0ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040018Z:d94caab8-845b-4dc4-a2e3-f6ce6dccb0ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ba5830e-1dae-46fa-bd29-52bd300c6d21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6833', - 'x-ms-correlation-request-id', - 'e1b5de73-5efc-4ab7-bd19-1dfbe0460ff9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040019Z:e1b5de73-5efc-4ab7-bd19-1dfbe0460ff9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a7de0ed0-102f-4a12-bb2a-93cc9ed13446', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6832', - 'x-ms-correlation-request-id', - '33118eb2-607f-40fa-be43-956e47b979b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040019Z:33118eb2-607f-40fa-be43-956e47b979b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e354f947-0d9c-4c68-a9b2-4b8d081c26d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6831', - 'x-ms-correlation-request-id', - 'a0d7f9ce-aa90-436d-88bd-b5f7b75597c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040020Z:a0d7f9ce-aa90-436d-88bd-b5f7b75597c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '904cea70-d372-4eb3-8af9-3aafaad0aef3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6830', - 'x-ms-correlation-request-id', - '7ce00cd5-b884-40bb-bdb5-0fc38fb7c16c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040020Z:7ce00cd5-b884-40bb-bdb5-0fc38fb7c16c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e9118ee-be6c-45d6-bfd1-57df8331ec65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6829', - 'x-ms-correlation-request-id', - '962bfa4e-1349-41c5-be95-88d8b78f7eb2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040020Z:962bfa4e-1349-41c5-be95-88d8b78f7eb2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7e139cf-dfb0-48e7-a670-2277371a5bbe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6828', - 'x-ms-correlation-request-id', - '49578f96-ee09-4bec-8d1e-006f89d93fde', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040021Z:49578f96-ee09-4bec-8d1e-006f89d93fde', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73e30beb-d66d-4c37-9bee-c0bb84e56cca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6827', - 'x-ms-correlation-request-id', - '0c8064bf-36fb-4506-8e82-fe0907a27d69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040021Z:0c8064bf-36fb-4506-8e82-fe0907a27d69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cad8c0fc-dfca-44b5-967c-51108db9dfb4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6826', - 'x-ms-correlation-request-id', - '27965346-b080-4db6-a003-2c9ce71deb2d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040022Z:27965346-b080-4db6-a003-2c9ce71deb2d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d606d13-1f64-4017-aba6-7e7197ed611d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6825', - 'x-ms-correlation-request-id', - '0f0bb045-570f-40f9-86f6-911bdb309cf7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040022Z:0f0bb045-570f-40f9-86f6-911bdb309cf7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff9547ee-d34d-4ece-a4a2-b1515af137de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6824', - 'x-ms-correlation-request-id', - 'e937a237-e803-4336-aaab-8dbe540df939', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040022Z:e937a237-e803-4336-aaab-8dbe540df939', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a2cb58a-809f-49ca-aa1a-baa01bb854a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6823', - 'x-ms-correlation-request-id', - '28aafbec-e1a9-4bf0-9c7c-5e2640d208f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040023Z:28aafbec-e1a9-4bf0-9c7c-5e2640d208f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4ddf582-97a8-4627-99bd-0ecb7daa2a58', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6822', - 'x-ms-correlation-request-id', - 'ccb151b6-56c2-47de-bc12-431496311d09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040023Z:ccb151b6-56c2-47de-bc12-431496311d09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '364e12a2-0887-41e9-9977-699d10410d48', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6821', - 'x-ms-correlation-request-id', - '80aa4c4a-09f8-40d1-9a90-14aa23e89d39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040024Z:80aa4c4a-09f8-40d1-9a90-14aa23e89d39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab60cdf3-b6ce-427b-b723-0da59a1c056c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6820', - 'x-ms-correlation-request-id', - '787726cb-6dd7-4e09-a045-2dd41bf13a6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040024Z:787726cb-6dd7-4e09-a045-2dd41bf13a6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ca28cf7-d38b-41b6-b2d7-c4c2787ba853', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6819', - 'x-ms-correlation-request-id', - '46a58faa-e297-4dff-8969-12a530ac93a7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040024Z:46a58faa-e297-4dff-8969-12a530ac93a7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6cd3b146-90d5-4ebe-b654-7e817594d550', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6818', - 'x-ms-correlation-request-id', - '92016d35-7e19-4852-934f-2e388401f5d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040025Z:92016d35-7e19-4852-934f-2e388401f5d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f737bb55-56a0-4efc-b88c-5461ca3a6c7e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6817', - 'x-ms-correlation-request-id', - '7ae878e5-193e-4af5-b118-7a82710ba377', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040025Z:7ae878e5-193e-4af5-b118-7a82710ba377', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76104cfb-affa-4176-9e3a-8d126428461f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6816', - 'x-ms-correlation-request-id', - '9150fba3-27ea-46fd-a9d6-e549af389476', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040026Z:9150fba3-27ea-46fd-a9d6-e549af389476', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53b4754f-d653-4af5-8a17-b42467ad07f5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6815', - 'x-ms-correlation-request-id', - '60ee02f0-7bd1-4362-8e35-2665eed17588', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040026Z:60ee02f0-7bd1-4362-8e35-2665eed17588', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b5034b2-c0c1-405d-823c-7e1d59fede74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6814', - 'x-ms-correlation-request-id', - '9cd7a85b-278b-4a0e-b8da-dec72e8cf37c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040026Z:9cd7a85b-278b-4a0e-b8da-dec72e8cf37c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1782a51e-af54-444a-8afb-dcf3beec4cec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6813', - 'x-ms-correlation-request-id', - 'e6a19cd8-4528-49c6-a6de-bfb453fffdb0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040027Z:e6a19cd8-4528-49c6-a6de-bfb453fffdb0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a4c79fd-d48f-43a0-9ca3-44d45493b4f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6812', - 'x-ms-correlation-request-id', - 'b4271395-fa76-431c-91e5-2e3f464318f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040027Z:b4271395-fa76-431c-91e5-2e3f464318f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3cc7d93f-24c1-4cde-85df-c549ce4c8320', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6811', - 'x-ms-correlation-request-id', - 'c106e669-e14b-462d-972b-e1b35d74bd32', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040028Z:c106e669-e14b-462d-972b-e1b35d74bd32', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a45d296e-9398-44ff-9724-b0a63d9d0e73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6810', - 'x-ms-correlation-request-id', - '4e31fb0e-40c7-4ee8-87f7-a95068ec16ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040028Z:4e31fb0e-40c7-4ee8-87f7-a95068ec16ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8e9c636-2d6a-4289-8fbe-d863f3d081a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6809', - 'x-ms-correlation-request-id', - '5c0881f0-b448-4434-8053-b4dda570bcd1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040028Z:5c0881f0-b448-4434-8053-b4dda570bcd1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c48ec785-0973-4afa-8c63-1e6a6cd9f063', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6808', - 'x-ms-correlation-request-id', - 'dcbe5673-4431-44f0-9cc9-b49cc479383e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040029Z:dcbe5673-4431-44f0-9cc9-b49cc479383e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87a2d205-db32-4a3b-bb39-f4e6e35d9517', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6807', - 'x-ms-correlation-request-id', - '5f17985e-060c-44cf-acf2-a5ea6e528a79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040029Z:5f17985e-060c-44cf-acf2-a5ea6e528a79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7ed2504-efaf-431e-98db-dfa6d431bfdc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6806', - 'x-ms-correlation-request-id', - '54146a8e-8a59-4313-822f-463305b9b8f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040030Z:54146a8e-8a59-4313-822f-463305b9b8f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa3fc7cb-cb21-425c-ab2f-76c73ad6ebc6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6805', - 'x-ms-correlation-request-id', - 'e602a871-2c2e-4406-8516-ba8053aa7c72', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040030Z:e602a871-2c2e-4406-8516-ba8053aa7c72', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ded29e6-f2ed-4983-b437-0445cc607151', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6804', - 'x-ms-correlation-request-id', - '9409ba1a-e7f4-4816-93b2-dcd87c992c5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040030Z:9409ba1a-e7f4-4816-93b2-dcd87c992c5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b41851a4-9445-4695-80b2-0b23248ac973', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6803', - 'x-ms-correlation-request-id', - 'b2b002d9-c0a3-4efd-90fa-73c0bc14c3a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040031Z:b2b002d9-c0a3-4efd-90fa-73c0bc14c3a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '648aebec-71bd-4e04-b46c-14b11075b890', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6802', - 'x-ms-correlation-request-id', - '65a90ea5-8a09-409e-b02e-236cf3f00d0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040031Z:65a90ea5-8a09-409e-b02e-236cf3f00d0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6511256-2372-48bd-bfc6-2020f5ce1cdf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6801', - 'x-ms-correlation-request-id', - '1f550388-7745-4afa-b8dd-097c8dc8e884', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040032Z:1f550388-7745-4afa-b8dd-097c8dc8e884', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9dc8a61-92d0-4618-9d0a-92add06a39eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6800', - 'x-ms-correlation-request-id', - '93ee093b-8c1e-40a8-96aa-6a86ea8e0cc4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040032Z:93ee093b-8c1e-40a8-96aa-6a86ea8e0cc4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8b908b4-e5fb-4df7-a99e-ae94a2a90661', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6799', - 'x-ms-correlation-request-id', - 'f6a0dd83-1896-4876-b527-2b2411beab3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040032Z:f6a0dd83-1896-4876-b527-2b2411beab3a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a038f987-d21d-457b-9652-12471973d642', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6798', - 'x-ms-correlation-request-id', - 'e84613b2-f6a4-4ee8-81b1-369777d15a9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040033Z:e84613b2-f6a4-4ee8-81b1-369777d15a9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0af9459-f1c2-4d36-a74a-6466b3e0ac29', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6797', - 'x-ms-correlation-request-id', - '5597655a-1ee4-4cfe-9258-c316729da798', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040033Z:5597655a-1ee4-4cfe-9258-c316729da798', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f935b66e-bf6f-4a80-b80c-d2790032d5b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6796', - 'x-ms-correlation-request-id', - 'ce381b53-8fc3-40a4-8ebb-5b652bfc2e4e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040034Z:ce381b53-8fc3-40a4-8ebb-5b652bfc2e4e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6815373-0ad4-496c-9b9b-2ec6260da57d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6795', - 'x-ms-correlation-request-id', - '5e0e759f-573c-4f1b-a3c5-92ca4bbc7081', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040034Z:5e0e759f-573c-4f1b-a3c5-92ca4bbc7081', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b01836e0-1202-4271-975e-3df5eb193f49', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6794', - 'x-ms-correlation-request-id', - '0dfbf58c-acb6-44ad-badf-33ca633ffbaf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040034Z:0dfbf58c-acb6-44ad-badf-33ca633ffbaf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b2cd4fb-7550-407e-9080-9069c4ccf19f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6793', - 'x-ms-correlation-request-id', - 'dae9b855-9ab9-4c6d-9e28-7460fd58551b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040035Z:dae9b855-9ab9-4c6d-9e28-7460fd58551b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87bbb633-660e-44e7-b99e-1cda9a03d90e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6792', - 'x-ms-correlation-request-id', - 'fd289795-b7d0-4b5a-8679-1c953d003c86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040035Z:fd289795-b7d0-4b5a-8679-1c953d003c86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5132dd3-546b-4866-b68a-d0af01cfcc4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6791', - 'x-ms-correlation-request-id', - 'ae6c5415-29a0-4865-89ae-969aa5605e80', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040036Z:ae6c5415-29a0-4865-89ae-969aa5605e80', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7922cae-1709-46dc-94ef-412ec881db98', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6790', - 'x-ms-correlation-request-id', - '0b0ec4f1-0a4a-4fca-b2c5-212fce8325b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040036Z:0b0ec4f1-0a4a-4fca-b2c5-212fce8325b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '286debfd-806e-46ae-9a61-3016ef8d6766', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6789', - 'x-ms-correlation-request-id', - 'bbe660d0-e065-4fa3-9918-9b90ae74e208', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040036Z:bbe660d0-e065-4fa3-9918-9b90ae74e208', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5eca860b-96d7-4a84-b05b-a9d5360d66cb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6788', - 'x-ms-correlation-request-id', - '8654abee-cb8b-4e66-acfb-bd215e44fe69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040037Z:8654abee-cb8b-4e66-acfb-bd215e44fe69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ce96f3f-8483-41ee-8c5b-d54a81e731c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6787', - 'x-ms-correlation-request-id', - 'ca7c7755-ca0b-403f-b51d-b7f192efad7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040037Z:ca7c7755-ca0b-403f-b51d-b7f192efad7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '719bf9ed-8863-474c-abe2-5a76d0b1abd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6786', - 'x-ms-correlation-request-id', - '3675b37a-d98c-4c03-abd9-09b241b58499', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040038Z:3675b37a-d98c-4c03-abd9-09b241b58499', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e341af7-a63b-4d53-b313-38996eb473be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6785', - 'x-ms-correlation-request-id', - '11398b5a-89bb-498b-a953-ed435fec6c10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040038Z:11398b5a-89bb-498b-a953-ed435fec6c10', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5840c278-f3d7-4845-a35f-1e6ab2e19550', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6784', - 'x-ms-correlation-request-id', - 'ac925b66-36b7-43ef-ad89-dd4a835a61ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040038Z:ac925b66-36b7-43ef-ad89-dd4a835a61ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0eb6f901-b7b0-4dce-80aa-f56617e0cf84', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6783', - 'x-ms-correlation-request-id', - 'af62fa0d-4ed5-4965-adfd-2ae6833a3680', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040039Z:af62fa0d-4ed5-4965-adfd-2ae6833a3680', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '898ee604-b362-498e-b300-568d4722ce2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6782', - 'x-ms-correlation-request-id', - '923ff338-9b3f-450e-b31e-7305fde90ef6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040039Z:923ff338-9b3f-450e-b31e-7305fde90ef6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5d1daae-c0b7-43bb-8e78-1136c2f5c03c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6781', - 'x-ms-correlation-request-id', - 'bde74900-4208-4e70-ad11-8ee9d067bbba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040040Z:bde74900-4208-4e70-ad11-8ee9d067bbba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4fb9dd29-8584-492a-bc98-a31d5799c135', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6780', - 'x-ms-correlation-request-id', - 'c419c3bd-1713-42d6-95c0-1774ceb5f805', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040040Z:c419c3bd-1713-42d6-95c0-1774ceb5f805', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e770eee-c6e1-4552-b7f4-33a06d4b5c7a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6779', - 'x-ms-correlation-request-id', - '330e9a26-df3b-4ba3-9ac9-118807084da9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040041Z:330e9a26-df3b-4ba3-9ac9-118807084da9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '315725b7-f863-4e46-803d-6346ac368a5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6778', - 'x-ms-correlation-request-id', - '2618a8bc-a262-4056-bd40-e749a32a7e39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040041Z:2618a8bc-a262-4056-bd40-e749a32a7e39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a5987198-98af-499a-b4d7-8e573ed88838', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6777', - 'x-ms-correlation-request-id', - '0adc3dec-baa2-46d1-a76e-084c0eaa3c2b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040041Z:0adc3dec-baa2-46d1-a76e-084c0eaa3c2b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3df968bd-477d-4570-874a-b287ea0deb9a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6776', - 'x-ms-correlation-request-id', - 'b0e8b9ed-067b-4f1f-b9e0-53e73f44a074', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040042Z:b0e8b9ed-067b-4f1f-b9e0-53e73f44a074', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0eb9a2ec-498f-4448-ae74-2332341e5b99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6775', - 'x-ms-correlation-request-id', - '095579de-eb82-401b-9af1-3bdbc5c6f8d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040042Z:095579de-eb82-401b-9af1-3bdbc5c6f8d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a2fc786-58b7-4160-8477-f2fb299c507d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6774', - 'x-ms-correlation-request-id', - 'c702b0bb-9d47-41a7-8f7e-c065bd038bc4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040043Z:c702b0bb-9d47-41a7-8f7e-c065bd038bc4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27867ef8-a46d-48d9-90ff-58bcf3aa41e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6773', - 'x-ms-correlation-request-id', - '7bf348ff-74e0-48c6-86d4-cd7645c278e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040043Z:7bf348ff-74e0-48c6-86d4-cd7645c278e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9198142-4536-4a4c-906b-3e9e575cf046', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6772', - 'x-ms-correlation-request-id', - '050a50df-5ff5-444a-bf75-9474df251cbd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040043Z:050a50df-5ff5-444a-bf75-9474df251cbd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6eba77de-448c-4c24-bd63-5aee8cce3278', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6771', - 'x-ms-correlation-request-id', - '8e8a471a-423a-4f4c-bb87-d8fbbff1664c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040044Z:8e8a471a-423a-4f4c-bb87-d8fbbff1664c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8c3aa6f-43df-4c40-914c-48577319939b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6770', - 'x-ms-correlation-request-id', - '5ad0508f-2587-42ec-bf75-97b6709a0a01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040044Z:5ad0508f-2587-42ec-bf75-97b6709a0a01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ad93fd1-d4ff-45c0-b4e9-116f393b14bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6769', - 'x-ms-correlation-request-id', - '39922104-06bc-402b-b267-385954004444', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040045Z:39922104-06bc-402b-b267-385954004444', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bd7afd9c-b0fa-43d9-9326-37fdaa64622e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6768', - 'x-ms-correlation-request-id', - 'd5fc6dbe-fad1-47ae-88ec-d0664061cb62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040045Z:d5fc6dbe-fad1-47ae-88ec-d0664061cb62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '799bfb68-984e-4149-968a-17d2283bcb80', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6767', - 'x-ms-correlation-request-id', - 'c03562df-a5da-4d33-8f22-578955fbb12f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040045Z:c03562df-a5da-4d33-8f22-578955fbb12f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f338ec48-d899-43ec-a1b7-b8d6f375d69c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6766', - 'x-ms-correlation-request-id', - '17df1167-66a1-4b30-a9d4-fc95ca438450', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040046Z:17df1167-66a1-4b30-a9d4-fc95ca438450', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '099dd6c4-c8be-49b1-a474-527d7df59a28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6765', - 'x-ms-correlation-request-id', - '8332de12-ee6c-4ae7-b444-e3ed0572fe4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040046Z:8332de12-ee6c-4ae7-b444-e3ed0572fe4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '435cacf5-eb8c-4ba6-bad8-a579076ab894', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6764', - 'x-ms-correlation-request-id', - '9a1f589c-7d71-49a0-bed0-51315fed26a2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040047Z:9a1f589c-7d71-49a0-bed0-51315fed26a2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aac1e13c-53f9-454c-a4c1-5e965a2b694f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6763', - 'x-ms-correlation-request-id', - 'f43f1926-931a-4d5c-81d7-ab46dda8b69c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040047Z:f43f1926-931a-4d5c-81d7-ab46dda8b69c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26260011-38ac-421b-9ac7-13090bdff35d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6762', - 'x-ms-correlation-request-id', - 'a62f6232-0147-4dbe-97dd-3079569515bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040047Z:a62f6232-0147-4dbe-97dd-3079569515bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32ba12b3-c8bb-4d31-b36e-02619a0a8c89', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6761', - 'x-ms-correlation-request-id', - 'fef7ee93-6557-43e3-a717-ad2d2a7615bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040048Z:fef7ee93-6557-43e3-a717-ad2d2a7615bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8a61083-6b4f-4e7d-9c18-b50969f5df9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6760', - 'x-ms-correlation-request-id', - 'a66187ef-3c55-4026-b5d0-bb75e632ff7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040048Z:a66187ef-3c55-4026-b5d0-bb75e632ff7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '53877d10-1b1b-47b8-98f0-29814fa89f55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6759', - 'x-ms-correlation-request-id', - '045fde1d-6d48-4598-bc8d-0053411ca4f9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040049Z:045fde1d-6d48-4598-bc8d-0053411ca4f9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9bd77685-6165-4c85-a957-3c978205d1b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6758', - 'x-ms-correlation-request-id', - '876c6776-ad9b-4369-8d34-cc259be4a2d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040049Z:876c6776-ad9b-4369-8d34-cc259be4a2d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1fac0475-364c-4457-8af3-f13822cee0c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6757', - 'x-ms-correlation-request-id', - '892ff641-efc4-4923-b68d-93d323af66be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040049Z:892ff641-efc4-4923-b68d-93d323af66be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ae98fe1-c0ea-488a-8cd7-4ac615de903b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6756', - 'x-ms-correlation-request-id', - '3bb8563d-99ac-4cbd-a993-f19a6e5fceae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040050Z:3bb8563d-99ac-4cbd-a993-f19a6e5fceae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9aad683-ad5a-4cc7-b01b-e0a9a35f66ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6755', - 'x-ms-correlation-request-id', - '73f10290-f7f1-4ad1-a841-fb18d19e1f36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040050Z:73f10290-f7f1-4ad1-a841-fb18d19e1f36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f40f3294-11dd-4912-bbd7-649b26a55ca9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6754', - 'x-ms-correlation-request-id', - '68b5d9f0-7506-4f6e-a0ef-be316d39abed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040051Z:68b5d9f0-7506-4f6e-a0ef-be316d39abed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57068061-7768-49d8-9160-6200736d3fbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6753', - 'x-ms-correlation-request-id', - 'dcc570ef-7c49-4888-8e11-cb84a11bcd99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040051Z:dcc570ef-7c49-4888-8e11-cb84a11bcd99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba1e60b6-2695-45c7-a165-df4d1ed63e61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6752', - 'x-ms-correlation-request-id', - '66d3483c-8821-4ece-b46f-0c8495330676', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040051Z:66d3483c-8821-4ece-b46f-0c8495330676', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8177b188-d3bd-4560-8c7b-9651b808d087', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6751', - 'x-ms-correlation-request-id', - '906cb642-ad51-4bf6-affd-e7b8e73f6f05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040052Z:906cb642-ad51-4bf6-affd-e7b8e73f6f05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca62a08b-9989-47e5-83fa-461576654629', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6750', - 'x-ms-correlation-request-id', - 'e8bf7424-0143-49ab-8e57-c5c2ab22dd90', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040052Z:e8bf7424-0143-49ab-8e57-c5c2ab22dd90', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ac44d8e9-3744-40f8-9197-d583da008546', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6749', - 'x-ms-correlation-request-id', - '0d77df2c-999f-4cac-898a-491dd58255ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040053Z:0d77df2c-999f-4cac-898a-491dd58255ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91253311-1823-41a0-8cbc-8bb407a66501', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6748', - 'x-ms-correlation-request-id', - '437c1325-7cca-4569-a011-87309945c93f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040053Z:437c1325-7cca-4569-a011-87309945c93f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9253b9c4-8ec1-4111-89ad-11d225824af4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6747', - 'x-ms-correlation-request-id', - '9ba0cf6c-db92-4afb-8e54-1e75093171dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040053Z:9ba0cf6c-db92-4afb-8e54-1e75093171dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae850372-78f3-4f71-a92c-6861728a18b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6746', - 'x-ms-correlation-request-id', - 'cfd50ff8-753e-416c-8621-8f0d15dcf356', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040054Z:cfd50ff8-753e-416c-8621-8f0d15dcf356', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59be361f-d78f-4914-9f0a-e5e4c052f2d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6745', - 'x-ms-correlation-request-id', - 'a9ee63f7-8d5e-4005-a7d3-b13b8294162f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040054Z:a9ee63f7-8d5e-4005-a7d3-b13b8294162f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa06af4e-5e27-4392-b5dc-6b45bc614c5a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6744', - 'x-ms-correlation-request-id', - '4f464d6a-e17d-4711-8bc0-fc05972b8677', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040055Z:4f464d6a-e17d-4711-8bc0-fc05972b8677', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4b77c2e-61bc-46d8-a92a-a318998a3e9f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6743', - 'x-ms-correlation-request-id', - '145f685d-c033-4118-872c-2ec053c780d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040055Z:145f685d-c033-4118-872c-2ec053c780d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a19f826-e786-4b99-a5e9-9e613723b593', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6742', - 'x-ms-correlation-request-id', - '27bc7e8a-7a48-4342-aaa5-705d97617dfa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040055Z:27bc7e8a-7a48-4342-aaa5-705d97617dfa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6cab574-3921-4fe2-8afe-49fbc2c77a48', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6741', - 'x-ms-correlation-request-id', - '5547936c-26d3-48b7-983e-665ba20a5948', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040056Z:5547936c-26d3-48b7-983e-665ba20a5948', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f42db7e-78c8-4541-a7f5-faec00e2766a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6740', - 'x-ms-correlation-request-id', - '424834e7-e4a2-495f-b552-1fff1dd0d762', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040056Z:424834e7-e4a2-495f-b552-1fff1dd0d762', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23df59ec-de6f-4261-a3fc-d3473fd75b51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6739', - 'x-ms-correlation-request-id', - 'a4eb6ead-6fbb-4486-9ee9-bd8fed60c45c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040057Z:a4eb6ead-6fbb-4486-9ee9-bd8fed60c45c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8bc9d481-ec3e-4b2b-831f-c9f582f014c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6738', - 'x-ms-correlation-request-id', - '5096fb67-7103-4e6a-b833-c3788f5c2b9e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040057Z:5096fb67-7103-4e6a-b833-c3788f5c2b9e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab8a4264-95f6-4d5b-a7ed-1f395b75852f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6737', - 'x-ms-correlation-request-id', - 'ee499fa4-a4f2-44b8-aed1-9bb942b6cbbc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040057Z:ee499fa4-a4f2-44b8-aed1-9bb942b6cbbc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a382ca53-e5ea-463d-8060-7e8f5d97e416', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6736', - 'x-ms-correlation-request-id', - 'd67db5b3-ef2f-4748-9124-7b1f782e7e5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040058Z:d67db5b3-ef2f-4748-9124-7b1f782e7e5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d87c67c-0194-4d15-8f48-b5a605fa6aae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6735', - 'x-ms-correlation-request-id', - 'bd0fa6b2-e398-4f20-b879-cf0e1bd4a979', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040058Z:bd0fa6b2-e398-4f20-b879-cf0e1bd4a979', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56e8ff50-36bc-4e5d-8190-6facf2e8b913', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6734', - 'x-ms-correlation-request-id', - 'beedb2a4-cd16-422d-a34f-d2a65b12e27a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040059Z:beedb2a4-cd16-422d-a34f-d2a65b12e27a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '939def90-9a8e-45eb-a61a-8b235a2b722e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6733', - 'x-ms-correlation-request-id', - '07744770-75da-4686-ac70-17bd3ff5f889', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040059Z:07744770-75da-4686-ac70-17bd3ff5f889', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '549985fa-1016-4747-a927-6f45c03229b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6732', - 'x-ms-correlation-request-id', - 'b623fbec-07c0-417b-a87e-ab049006fa3d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040059Z:b623fbec-07c0-417b-a87e-ab049006fa3d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6c0c06df-b090-4e45-867f-3a5d8a0b47dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6731', - 'x-ms-correlation-request-id', - 'cbc4ae68-989b-4809-a353-04079346b5c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040100Z:cbc4ae68-989b-4809-a353-04079346b5c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:00:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b4a2293-d140-4cba-ad5f-f208ed616d49', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6730', - 'x-ms-correlation-request-id', - '054cb42e-bbd4-4b35-ad9e-4da00d20660d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040100Z:054cb42e-bbd4-4b35-ad9e-4da00d20660d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ac282b3-77f5-42ee-88f7-5cc9d4890085', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6729', - 'x-ms-correlation-request-id', - '0d909923-fd1b-4860-845c-3ffafa0e77e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040101Z:0d909923-fd1b-4860-845c-3ffafa0e77e0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd99cdc08-1004-4e2f-9dbe-7504b355ddd2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6728', - 'x-ms-correlation-request-id', - '124667c3-b3c9-499b-93cc-4b25174bdf23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040101Z:124667c3-b3c9-499b-93cc-4b25174bdf23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e154ab1a-1041-4371-b0a9-84a457565e22', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6727', - 'x-ms-correlation-request-id', - '97d5141d-c4e9-466c-b8ca-0f7b188ce752', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040101Z:97d5141d-c4e9-466c-b8ca-0f7b188ce752', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62234aa8-b619-49d6-997c-78ec169ad33e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6726', - 'x-ms-correlation-request-id', - '466cfade-49b4-4375-80db-edd5b6f2d806', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040102Z:466cfade-49b4-4375-80db-edd5b6f2d806', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '049c7305-7f73-4ec6-895b-82ec47e8b323', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6725', - 'x-ms-correlation-request-id', - '40c9c8cc-55c3-427e-9c0a-f4cfcbbbced1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040102Z:40c9c8cc-55c3-427e-9c0a-f4cfcbbbced1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9f041400-1053-4117-9c89-e09b7d385ffa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6724', - 'x-ms-correlation-request-id', - 'eba2dc18-2b6d-43a1-9074-a89c2d6e1d45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040102Z:eba2dc18-2b6d-43a1-9074-a89c2d6e1d45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef641c25-04c7-4273-bfc6-8760069c8290', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6723', - 'x-ms-correlation-request-id', - 'ddd0070c-9388-45d6-ab4f-4e67750f26a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040103Z:ddd0070c-9388-45d6-ab4f-4e67750f26a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '193931b4-6d65-48e8-b1c2-b0f0403d3575', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6722', - 'x-ms-correlation-request-id', - 'aaeb7abf-ef3a-4ca2-9b64-5d7d15b0b6d4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040103Z:aaeb7abf-ef3a-4ca2-9b64-5d7d15b0b6d4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ba17160-9057-4e73-adf3-621e51ece0ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6721', - 'x-ms-correlation-request-id', - 'cf6ddff3-7b1a-4d62-92af-f7c6dd0a0adf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040104Z:cf6ddff3-7b1a-4d62-92af-f7c6dd0a0adf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59bdde7c-eb7c-4f63-b1c3-f3f20b39b2d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6720', - 'x-ms-correlation-request-id', - '87955419-feef-40c6-8d9b-f61e8785c672', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040104Z:87955419-feef-40c6-8d9b-f61e8785c672', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff92690f-672c-4b26-9fdf-941b0f0f675c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6719', - 'x-ms-correlation-request-id', - '403617f8-1daf-4344-9d59-5f9146bc7127', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040104Z:403617f8-1daf-4344-9d59-5f9146bc7127', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c099f409-1992-444a-94d6-d5d63ac4ff94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6718', - 'x-ms-correlation-request-id', - '2a16790a-851a-474f-9ac8-1e83314350b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040105Z:2a16790a-851a-474f-9ac8-1e83314350b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '846a49e8-51e8-4b33-8a7c-0f01a490eaa5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6717', - 'x-ms-correlation-request-id', - 'ba83d8f2-f101-40b5-af4c-95848f30ebc5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040105Z:ba83d8f2-f101-40b5-af4c-95848f30ebc5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ef87c82f-dde4-4273-8c4d-b276c9fe606d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6716', - 'x-ms-correlation-request-id', - '721800cb-b0c4-434d-a5ed-30d186d0f7f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040106Z:721800cb-b0c4-434d-a5ed-30d186d0f7f0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b42b53b-69a6-412f-b245-76478af346e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6715', - 'x-ms-correlation-request-id', - 'a216bdea-75b8-4266-af4a-16557f57c9d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040106Z:a216bdea-75b8-4266-af4a-16557f57c9d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f62317e3-4cf4-46d5-8ef7-760cf531c3b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6714', - 'x-ms-correlation-request-id', - '42efc8b9-20f1-4f29-8dd9-e8e16b242354', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040106Z:42efc8b9-20f1-4f29-8dd9-e8e16b242354', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c297572-f5f1-4126-95f1-d89697ca0878', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6713', - 'x-ms-correlation-request-id', - '4d517989-e687-45a4-b61d-76d2a01360a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040107Z:4d517989-e687-45a4-b61d-76d2a01360a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4605533f-8cd2-41bc-9c55-225db99a59bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6712', - 'x-ms-correlation-request-id', - 'bc9a45db-fd8d-4319-8fbd-2a80e7851ac4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040107Z:bc9a45db-fd8d-4319-8fbd-2a80e7851ac4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6128178c-4959-4010-9bed-4d3ae55ab68c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6711', - 'x-ms-correlation-request-id', - 'fa5ee5d2-19cd-4bbd-b9a0-72e30ba545ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040108Z:fa5ee5d2-19cd-4bbd-b9a0-72e30ba545ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b44c34b-6aab-456b-8cdd-f53f8195f350', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6710', - 'x-ms-correlation-request-id', - '19efbbe9-90e3-473d-9316-90002e407379', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040108Z:19efbbe9-90e3-473d-9316-90002e407379', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e79b0c40-d364-4299-8e67-0f13a68e2971', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6709', - 'x-ms-correlation-request-id', - '0da48a24-ef7c-4e74-ae97-12700f8f96fb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040109Z:0da48a24-ef7c-4e74-ae97-12700f8f96fb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab488745-f7f7-40d8-926c-bc085cd9f490', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6708', - 'x-ms-correlation-request-id', - 'add17426-255e-4f9d-b21b-5e4b2c2b3107', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040109Z:add17426-255e-4f9d-b21b-5e4b2c2b3107', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a2e6e5b-d325-4b38-80a0-fe9c53225878', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6707', - 'x-ms-correlation-request-id', - 'd34efeba-d874-4956-9a97-c242152b2eaf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040109Z:d34efeba-d874-4956-9a97-c242152b2eaf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8cfc506-df22-489e-b274-7950b951894e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6706', - 'x-ms-correlation-request-id', - '1fedb842-64a6-42e5-836b-33e05832d757', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040110Z:1fedb842-64a6-42e5-836b-33e05832d757', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e489f872-1018-40ca-a31a-49a0b8881033', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6705', - 'x-ms-correlation-request-id', - '96147e90-0a66-44dc-8664-de39cfc998ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040110Z:96147e90-0a66-44dc-8664-de39cfc998ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27272608-ffcd-4f1c-b45f-6d14096adc78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6704', - 'x-ms-correlation-request-id', - 'a2825028-840a-4a4a-9c1c-8478da10f6b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040111Z:a2825028-840a-4a4a-9c1c-8478da10f6b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4d44a78-e8f5-4af4-8873-4e20610d3d1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6703', - 'x-ms-correlation-request-id', - '37f53802-3da4-4601-a348-52419bd5daa6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040111Z:37f53802-3da4-4601-a348-52419bd5daa6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3184e9f-a8b6-4ddd-9550-eb389bc5d098', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6702', - 'x-ms-correlation-request-id', - '68979bc3-5343-492a-bbcc-0705991ed0ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040111Z:68979bc3-5343-492a-bbcc-0705991ed0ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e969b1c-d0f7-49f8-b95a-44b0270a8f0f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6701', - 'x-ms-correlation-request-id', - 'c54f203b-cd1a-4203-88b4-f1a750661be9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040112Z:c54f203b-cd1a-4203-88b4-f1a750661be9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69af2b68-40a9-47c7-9de8-d75e01edc1e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6700', - 'x-ms-correlation-request-id', - '7d1097da-7a63-489d-be41-233cdcb3d08d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040112Z:7d1097da-7a63-489d-be41-233cdcb3d08d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68f54d99-02ef-41b5-b881-35de4a79b142', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6699', - 'x-ms-correlation-request-id', - 'f6b55ab9-0672-49de-9fb9-89ba2170bef1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040113Z:f6b55ab9-0672-49de-9fb9-89ba2170bef1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3853923-8f61-4fae-b9e3-4bc8d82bc7c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6698', - 'x-ms-correlation-request-id', - '9eee5f0c-a800-495e-aa11-e147f139854f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040113Z:9eee5f0c-a800-495e-aa11-e147f139854f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3cf8370-bf09-410f-aff5-2367080eab0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6697', - 'x-ms-correlation-request-id', - 'e5c899eb-b022-4ea4-9463-cc16d901f8c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040113Z:e5c899eb-b022-4ea4-9463-cc16d901f8c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c730046-0f92-4d45-9bc5-2b2091cc8c51', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6696', - 'x-ms-correlation-request-id', - 'd46c0b87-cd23-433a-b76a-5736aea47ca0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040114Z:d46c0b87-cd23-433a-b76a-5736aea47ca0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96ffccd2-1cb5-4a84-be7f-42ee70417580', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6695', - 'x-ms-correlation-request-id', - '38804d59-7e86-4dc7-ab5e-45f3f7ddd3d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040114Z:38804d59-7e86-4dc7-ab5e-45f3f7ddd3d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51a8b6b5-1dd7-4029-994b-dba1bc96ae75', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6694', - 'x-ms-correlation-request-id', - '0a6bb682-a58c-41dc-9f7e-bda819743d5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040115Z:0a6bb682-a58c-41dc-9f7e-bda819743d5a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '47a5a751-4529-4be0-a362-dc47f7969fc6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6693', - 'x-ms-correlation-request-id', - 'c2888bf7-4f50-4d82-a249-3629b9176c81', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040115Z:c2888bf7-4f50-4d82-a249-3629b9176c81', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e2b66f32-665e-412b-a4de-1f87103795b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6692', - 'x-ms-correlation-request-id', - '3b89f9ac-086d-41ad-9766-71b225be0f26', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040115Z:3b89f9ac-086d-41ad-9766-71b225be0f26', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1849476-c38c-468d-920f-9fe118d136dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6691', - 'x-ms-correlation-request-id', - 'a6993418-8911-4e7d-b3d9-e4221c7e8d75', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040116Z:a6993418-8911-4e7d-b3d9-e4221c7e8d75', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '85c15f89-0a37-4c4a-9f7e-5d9f83df6082', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6690', - 'x-ms-correlation-request-id', - '16919c3f-b241-4562-97f8-75d19374902e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040116Z:16919c3f-b241-4562-97f8-75d19374902e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6c9abc3-11aa-46e4-b0f5-fe879182f55b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6689', - 'x-ms-correlation-request-id', - '1446c374-d7c2-4b9c-b563-935ff699bbf8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040117Z:1446c374-d7c2-4b9c-b563-935ff699bbf8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cb29cfc7-cd90-4cc8-8e09-5062bf67f68d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6688', - 'x-ms-correlation-request-id', - '86c6c4c7-ff79-434a-b5b6-2b027a3cf29a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040117Z:86c6c4c7-ff79-434a-b5b6-2b027a3cf29a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2252e0ed-44d2-4b59-ab7d-3e4f87ead050', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6687', - 'x-ms-correlation-request-id', - 'b14f1452-1a49-4b84-bab1-9510cd7b5cd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040117Z:b14f1452-1a49-4b84-bab1-9510cd7b5cd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f7e6560-2f23-4899-b36b-4c1cd92cfb7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6686', - 'x-ms-correlation-request-id', - 'f53077ab-a838-4bc3-bd30-f4f0e67dcb8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040118Z:f53077ab-a838-4bc3-bd30-f4f0e67dcb8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9f091de3-d40e-4c84-842c-c3ff0f15cd47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6685', - 'x-ms-correlation-request-id', - 'd72e41fe-070e-4537-9306-8b5f6fb19a6d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040118Z:d72e41fe-070e-4537-9306-8b5f6fb19a6d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fcfe53ef-f660-48de-a2b0-c17fd0b31c88', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6684', - 'x-ms-correlation-request-id', - 'bedbca37-61e0-450c-8fcc-8d888bc55f6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040118Z:bedbca37-61e0-450c-8fcc-8d888bc55f6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4a56a32c-8708-4920-8a39-e6a1b0881af9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6683', - 'x-ms-correlation-request-id', - '06ab553f-3a8d-4668-a7e7-263b0ad379f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040119Z:06ab553f-3a8d-4668-a7e7-263b0ad379f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba63a6d8-c929-4015-9ac1-1b87045b3c5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6682', - 'x-ms-correlation-request-id', - '719aa0bf-ffce-4b33-b900-fbf8494ebc55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040119Z:719aa0bf-ffce-4b33-b900-fbf8494ebc55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '860d4633-59f2-4dec-a207-b48604a7a698', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6681', - 'x-ms-correlation-request-id', - '3645e57e-eed5-4ff0-8eea-8948619b8a8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040120Z:3645e57e-eed5-4ff0-8eea-8948619b8a8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1903c312-07eb-4616-92a9-8ca92ad86be8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6680', - 'x-ms-correlation-request-id', - '0cdd9458-cd9a-4a41-b5d2-bd612313d650', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040120Z:0cdd9458-cd9a-4a41-b5d2-bd612313d650', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d1da484-5b85-477d-8aa3-5578ebf753d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6679', - 'x-ms-correlation-request-id', - '399aef9e-6100-4aef-83ca-2d04ed43a2db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040120Z:399aef9e-6100-4aef-83ca-2d04ed43a2db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f80951f-fdef-4c6a-a8fa-cbd090170259', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6678', - 'x-ms-correlation-request-id', - '4af01a20-3dd4-4940-b965-ff74f4fadc35', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040121Z:4af01a20-3dd4-4940-b965-ff74f4fadc35', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b996595-0d74-48d4-8481-3a821251f15f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6677', - 'x-ms-correlation-request-id', - '6de7720c-b248-455b-9512-9881a29fe590', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040121Z:6de7720c-b248-455b-9512-9881a29fe590', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4683a97-ce47-4d5a-82bf-47bf545adba9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6676', - 'x-ms-correlation-request-id', - 'cfe7a725-b207-4516-a356-72055b8be612', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040122Z:cfe7a725-b207-4516-a356-72055b8be612', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd90f7f87-d338-4949-bd07-b99a6c193568', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6675', - 'x-ms-correlation-request-id', - '9e71be5d-f132-4828-955b-031bb29e801b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040122Z:9e71be5d-f132-4828-955b-031bb29e801b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0c76dd94-74a3-4bf7-860e-fe62ae7ad842', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6674', - 'x-ms-correlation-request-id', - '13326016-6266-4acf-adcb-76d934f28632', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040122Z:13326016-6266-4acf-adcb-76d934f28632', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a97f29b-98b3-452c-bde4-74d67894b770', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6673', - 'x-ms-correlation-request-id', - '61430fcb-9973-43d2-b5f6-caee28540cb9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040123Z:61430fcb-9973-43d2-b5f6-caee28540cb9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6767af39-db45-45fb-82ae-0336ca68c3a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6672', - 'x-ms-correlation-request-id', - '9f4b4241-4933-4ed2-a721-7d5e4b540715', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040123Z:9f4b4241-4933-4ed2-a721-7d5e4b540715', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27905c51-2080-4783-b5fa-180b969bfe10', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6671', - 'x-ms-correlation-request-id', - '4da228c4-b535-48f1-ba3a-e5ab3b19b719', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040124Z:4da228c4-b535-48f1-ba3a-e5ab3b19b719', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca40d8e2-16fe-459d-a656-e870d864b4da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6670', - 'x-ms-correlation-request-id', - 'a6720804-23a6-4511-9968-c176ecac01ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040124Z:a6720804-23a6-4511-9968-c176ecac01ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '832c65a4-c786-40e4-a1d0-d675ff584d70', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6669', - 'x-ms-correlation-request-id', - '4414e31c-41fd-4d0e-8310-c8dd1f33c435', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040124Z:4414e31c-41fd-4d0e-8310-c8dd1f33c435', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9291a805-d299-47b1-b855-1945820a3cd5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6668', - 'x-ms-correlation-request-id', - '546297ae-28a7-479c-b6d4-21ebafb5fedd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040125Z:546297ae-28a7-479c-b6d4-21ebafb5fedd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'daeeba2a-7241-4e1e-a1e3-47abf17bae8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6667', - 'x-ms-correlation-request-id', - '0aed715c-ece7-4d51-913c-051dc6dfeaae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040125Z:0aed715c-ece7-4d51-913c-051dc6dfeaae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ded49a1-6e5e-40ea-a963-a2e94eaf1109', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6666', - 'x-ms-correlation-request-id', - '05a24f7f-ea2c-449f-a8f4-b47b7afcb383', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040126Z:05a24f7f-ea2c-449f-a8f4-b47b7afcb383', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a36db73a-3294-4433-b586-959ba8ecb4f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6665', - 'x-ms-correlation-request-id', - 'b62501f9-a8e6-4136-ab6d-63bd68b9b9f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040126Z:b62501f9-a8e6-4136-ab6d-63bd68b9b9f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8403084-f1be-4aa9-8c37-cc843e6cd7ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6664', - 'x-ms-correlation-request-id', - '7fda1365-bcb1-4d0c-a23d-984d2acbedaa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040126Z:7fda1365-bcb1-4d0c-a23d-984d2acbedaa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1a24f61-29b5-4063-8b5b-5bea8903469a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6663', - 'x-ms-correlation-request-id', - '6e9c60e4-a1e6-40d9-b15b-bd82f861e719', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040127Z:6e9c60e4-a1e6-40d9-b15b-bd82f861e719', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5e7899b7-70ce-4f14-91c1-135fd00cf71d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6662', - 'x-ms-correlation-request-id', - 'e25d1e36-006c-49bf-b597-9f9f1945937e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040127Z:e25d1e36-006c-49bf-b597-9f9f1945937e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77ae7ac6-61c3-4a7f-a799-c53de074c2ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6661', - 'x-ms-correlation-request-id', - 'bbba52b4-abf6-4739-8d2b-2ee99f5fe557', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040128Z:bbba52b4-abf6-4739-8d2b-2ee99f5fe557', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cde8806a-50cf-4c69-96ea-0d22851c8c99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6660', - 'x-ms-correlation-request-id', - 'c5b7217b-44dc-4c7c-8875-31bf3d060c9b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040128Z:c5b7217b-44dc-4c7c-8875-31bf3d060c9b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be42a7ed-82a9-48f9-a1f6-33e23f37a062', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6659', - 'x-ms-correlation-request-id', - '27c2e28e-1f68-48bc-b267-1c2389fe1ed6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040128Z:27c2e28e-1f68-48bc-b267-1c2389fe1ed6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5cdfbd03-d503-41a6-947f-3660de6a7be4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6658', - 'x-ms-correlation-request-id', - '12784031-10dd-4f72-82c4-5ddc296bdce8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040129Z:12784031-10dd-4f72-82c4-5ddc296bdce8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d6f0b36-6aa0-463e-abcb-7903c3cc3757', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6657', - 'x-ms-correlation-request-id', - '2c8d8826-91e5-49e1-9c8d-c265788e0137', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040129Z:2c8d8826-91e5-49e1-9c8d-c265788e0137', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbbaf8ba-73db-409e-97c7-03e6efa2a967', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6656', - 'x-ms-correlation-request-id', - '06a1d057-cc7b-4a3e-bd7f-987222cf1f33', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040130Z:06a1d057-cc7b-4a3e-bd7f-987222cf1f33', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ce1eb36-d1a3-4cd1-bab7-f188bdf68e33', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6655', - 'x-ms-correlation-request-id', - 'fb0c4f00-e707-447d-bdbd-c282531745df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040130Z:fb0c4f00-e707-447d-bdbd-c282531745df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f69046a-7d79-4a69-8ce0-378cb7593b5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6654', - 'x-ms-correlation-request-id', - 'e75211ae-a89a-409e-9700-27559317d907', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040130Z:e75211ae-a89a-409e-9700-27559317d907', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f1f778a-c8e9-4b1d-839b-f1b422ffed7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6653', - 'x-ms-correlation-request-id', - 'ef617a3f-2de2-4842-95c2-aaef1452f58b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040131Z:ef617a3f-2de2-4842-95c2-aaef1452f58b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f78ba53f-934e-40bd-8a13-f2861797f8fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6652', - 'x-ms-correlation-request-id', - 'c418bc29-b27b-4a86-ad59-6a4289645847', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040131Z:c418bc29-b27b-4a86-ad59-6a4289645847', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d714f53-16ab-40b0-94f3-a9a598a77be6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6651', - 'x-ms-correlation-request-id', - 'c266d620-f4a8-4629-a514-5640033408b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040132Z:c266d620-f4a8-4629-a514-5640033408b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '937e4379-dc8d-4c77-8533-016e5ba195b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6650', - 'x-ms-correlation-request-id', - '35b71338-2ac3-4134-80aa-b1661d3fb9a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040132Z:35b71338-2ac3-4134-80aa-b1661d3fb9a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80a78938-f4fa-49e2-aa17-125df2e76b74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6649', - 'x-ms-correlation-request-id', - '8e9deb46-62fd-4701-8d27-70a060b07a7d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040132Z:8e9deb46-62fd-4701-8d27-70a060b07a7d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '624ea2cb-1fd0-42bb-8ae6-fdf79bbe5fc7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6648', - 'x-ms-correlation-request-id', - '0bce086a-d44a-4cf6-a5fb-15bf86bde4d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040133Z:0bce086a-d44a-4cf6-a5fb-15bf86bde4d7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc355028-727b-4654-b20c-434e9f089ede', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6647', - 'x-ms-correlation-request-id', - '4220efbb-5b21-4424-b921-e375a63d1d97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040133Z:4220efbb-5b21-4424-b921-e375a63d1d97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '293423f8-40f5-422f-b3f8-330fd5100ff6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6646', - 'x-ms-correlation-request-id', - 'ed10241b-eb91-45d8-ab0f-7a0f958e1cf6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040134Z:ed10241b-eb91-45d8-ab0f-7a0f958e1cf6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80868662-42e6-41ac-a7ae-54aaaae1f77a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6645', - 'x-ms-correlation-request-id', - 'e7857b72-fbe4-4230-af46-bf2067eb3255', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040134Z:e7857b72-fbe4-4230-af46-bf2067eb3255', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03ead04b-6fab-412c-8567-6064dceffbee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6644', - 'x-ms-correlation-request-id', - '86b230e0-faac-4bcf-8564-7158f29a6782', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040134Z:86b230e0-faac-4bcf-8564-7158f29a6782', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70dffa34-82ac-450b-81ee-0359ea9afaab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6643', - 'x-ms-correlation-request-id', - '87629ad3-318e-4fb5-b07b-69dc6190f04e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040135Z:87629ad3-318e-4fb5-b07b-69dc6190f04e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d69741f-4429-488d-a093-ef821efa099a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6642', - 'x-ms-correlation-request-id', - '3cf1d333-7a4e-429e-988b-8467b57a14c7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040135Z:3cf1d333-7a4e-429e-988b-8467b57a14c7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f54f36c-7515-499c-9dd1-0f62f900b86e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6641', - 'x-ms-correlation-request-id', - '8b27c4c8-0ce0-4cba-8fe9-cc4b9475d2cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040135Z:8b27c4c8-0ce0-4cba-8fe9-cc4b9475d2cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'de477803-6010-4de6-b9b9-4aa7b9fd95fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6640', - 'x-ms-correlation-request-id', - 'b02620ba-4a8c-43e6-9858-6fdcb0adcefb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040136Z:b02620ba-4a8c-43e6-9858-6fdcb0adcefb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a697d345-930b-4404-9c22-44383574e0bb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6639', - 'x-ms-correlation-request-id', - 'b33c0e31-82e6-45b6-b37c-f09284d222d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040136Z:b33c0e31-82e6-45b6-b37c-f09284d222d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c566b3cb-1c4f-4925-96ee-41561f42b399', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6638', - 'x-ms-correlation-request-id', - '4bd65e0a-6e3f-4949-9de6-1c23bb215f24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040137Z:4bd65e0a-6e3f-4949-9de6-1c23bb215f24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91a55814-5c31-4e50-94b2-9e46dbe3c8a7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6637', - 'x-ms-correlation-request-id', - '0c606e30-5705-4822-91cd-f624bbcb220d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040137Z:0c606e30-5705-4822-91cd-f624bbcb220d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e616d768-c7be-427d-a2c2-8cca7067e916', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6636', - 'x-ms-correlation-request-id', - '27b58b2c-0aeb-4a85-a344-c9788194db2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040137Z:27b58b2c-0aeb-4a85-a344-c9788194db2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1fb75bce-da69-4b46-9a7a-d5675534b9e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6635', - 'x-ms-correlation-request-id', - 'ba10c1f5-7fd3-468d-952b-2e9cbe939437', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040138Z:ba10c1f5-7fd3-468d-952b-2e9cbe939437', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd1021e33-028d-4d54-8507-9212d958ee27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6634', - 'x-ms-correlation-request-id', - '97427ff8-2bf7-48ba-9a1b-55cea8825320', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040138Z:97427ff8-2bf7-48ba-9a1b-55cea8825320', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '43ac0e59-2bc7-4f70-80f3-12afd5c440f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6633', - 'x-ms-correlation-request-id', - 'bbc0c9d0-df81-4126-986f-72a8c920079b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040139Z:bbc0c9d0-df81-4126-986f-72a8c920079b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a012a7d5-6320-40fd-8343-9c03ea67f08a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6632', - 'x-ms-correlation-request-id', - '9f814442-7f00-4a6a-9364-e130cb36c293', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040139Z:9f814442-7f00-4a6a-9364-e130cb36c293', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ca802cc-59c5-4deb-aa30-4c4aa7f4fb3e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6631', - 'x-ms-correlation-request-id', - '6cb7369c-4fa8-4d65-9e53-b942e52798e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040139Z:6cb7369c-4fa8-4d65-9e53-b942e52798e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a10335d-9c7c-4b2b-885a-a0fdd6d1d138', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6630', - 'x-ms-correlation-request-id', - '888922ed-86e1-4609-8b46-fb3798586dd6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040140Z:888922ed-86e1-4609-8b46-fb3798586dd6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e2c735f-1d47-43f6-8ef5-fa69d66561b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6629', - 'x-ms-correlation-request-id', - 'c7427e14-d770-450a-8cb7-053a2c0c587f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040140Z:c7427e14-d770-450a-8cb7-053a2c0c587f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9532201b-0039-4837-9bcb-22d9d68eaf41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6628', - 'x-ms-correlation-request-id', - 'bb4e58f0-d193-4012-ab55-d1b5c9d94cf6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040141Z:bb4e58f0-d193-4012-ab55-d1b5c9d94cf6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b0ef9f8-6417-4225-ba16-e4f498a7ca32', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6627', - 'x-ms-correlation-request-id', - '0b03033d-ee68-4425-af8f-15dcc05a623e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040141Z:0b03033d-ee68-4425-af8f-15dcc05a623e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a0ccdac8-265f-4122-b70f-1aa1061b380c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6626', - 'x-ms-correlation-request-id', - '971ea55d-c04e-40b7-b11c-c56230a10caa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040141Z:971ea55d-c04e-40b7-b11c-c56230a10caa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '342b3040-499f-4f73-8f61-64ac7d0204b9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6625', - 'x-ms-correlation-request-id', - '5fb1f131-9525-40c7-8d40-5959808b5e56', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040142Z:5fb1f131-9525-40c7-8d40-5959808b5e56', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc2e27a4-f4fe-4c41-b5e0-62066bb80da7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6624', - 'x-ms-correlation-request-id', - '56b6bd21-4aed-4cca-8e86-d76141b96b48', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040142Z:56b6bd21-4aed-4cca-8e86-d76141b96b48', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '924ff5c4-5c47-4760-9ae4-11d18b3265b0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6623', - 'x-ms-correlation-request-id', - '6d1fdec6-a6f5-4d3a-a2fe-dd95dac5096c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040143Z:6d1fdec6-a6f5-4d3a-a2fe-dd95dac5096c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b20cf983-e61f-412b-9c5c-cbcc01f1aee4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6622', - 'x-ms-correlation-request-id', - 'b5645116-3522-4755-9baf-4bc9af21346d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040143Z:b5645116-3522-4755-9baf-4bc9af21346d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae0e74e5-0a49-471c-93df-2d88fddb7c35', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6621', - 'x-ms-correlation-request-id', - '09096f72-761c-4e87-8735-bbe2b1a10113', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040143Z:09096f72-761c-4e87-8735-bbe2b1a10113', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '061a61df-9711-429b-a271-d24aad61c614', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6620', - 'x-ms-correlation-request-id', - '45d8e225-bb90-49f3-a207-c53521adc1e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040144Z:45d8e225-bb90-49f3-a207-c53521adc1e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3edeab9c-3bd2-48b9-9c39-a585f11cd241', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6619', - 'x-ms-correlation-request-id', - '9b536f65-f3a6-4277-a641-05689632b716', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040144Z:9b536f65-f3a6-4277-a641-05689632b716', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e704985-f486-49a2-9fe8-371baab33d07', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6618', - 'x-ms-correlation-request-id', - '5aabc04b-0085-4e1c-9775-df94b250c805', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040145Z:5aabc04b-0085-4e1c-9775-df94b250c805', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a88f2ea-70b8-4e75-815f-c89acde4dfe7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6617', - 'x-ms-correlation-request-id', - 'cfc89797-aefb-4a48-8272-c15dfe5af206', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040145Z:cfc89797-aefb-4a48-8272-c15dfe5af206', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a44399d2-4221-4999-b28e-a6a5f090f333', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6616', - 'x-ms-correlation-request-id', - '2b1f6f80-4edf-4c29-8380-9a5104ee1bb7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040145Z:2b1f6f80-4edf-4c29-8380-9a5104ee1bb7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2e23d0e-5943-4213-a25f-47d7d4abc084', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6615', - 'x-ms-correlation-request-id', - '80cd6d56-44b2-4692-9cfc-6e7311d3de98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040146Z:80cd6d56-44b2-4692-9cfc-6e7311d3de98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6323aa2f-45dc-4ad4-a952-43332900f31c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6614', - 'x-ms-correlation-request-id', - '8a132da7-46ed-4516-8bb6-131bbe0abac5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040146Z:8a132da7-46ed-4516-8bb6-131bbe0abac5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b61ecfe-d151-4371-ad6d-ca79cb6a8b79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6613', - 'x-ms-correlation-request-id', - 'e3af5002-81db-422d-8e62-e6b3adb13a74', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040147Z:e3af5002-81db-422d-8e62-e6b3adb13a74', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '088b9907-db0f-4570-86a2-e59a0e4875fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6612', - 'x-ms-correlation-request-id', - '6ae8e8d1-2c2f-4bc2-b619-da090b3cf412', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040147Z:6ae8e8d1-2c2f-4bc2-b619-da090b3cf412', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e83d172-74db-48d3-b13c-5977b7c472f1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6611', - 'x-ms-correlation-request-id', - 'c494e9ff-f4ef-4b16-844d-8feb13058acb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040147Z:c494e9ff-f4ef-4b16-844d-8feb13058acb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f1eecb9-9218-458d-b4af-5245b10b79de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6610', - 'x-ms-correlation-request-id', - '0843f465-4a32-48e8-995a-9871f9ce6b0c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040148Z:0843f465-4a32-48e8-995a-9871f9ce6b0c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1be0fc38-ebb7-49e6-aaa8-ad32fd747b3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6609', - 'x-ms-correlation-request-id', - '920bd6b3-98db-42bc-a964-f0ab2b0daf94', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040148Z:920bd6b3-98db-42bc-a964-f0ab2b0daf94', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c8ade832-d862-4033-b6a2-b897043a52ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6608', - 'x-ms-correlation-request-id', - '9a01faf8-adcf-4683-8415-402652c93d9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040149Z:9a01faf8-adcf-4683-8415-402652c93d9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '61b1c9dc-1827-4da6-a592-85618befb1b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6607', - 'x-ms-correlation-request-id', - '67ea8810-58c1-4178-a3e7-3f12c95a7f6a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040149Z:67ea8810-58c1-4178-a3e7-3f12c95a7f6a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f9de1189-bad5-461c-a1e2-f6afa67dec1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6606', - 'x-ms-correlation-request-id', - 'df1222d1-8a7d-43a4-b235-67e8608f5a67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040149Z:df1222d1-8a7d-43a4-b235-67e8608f5a67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8903722d-434a-4763-bd97-8544138731e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6605', - 'x-ms-correlation-request-id', - 'f820c8be-d4fd-4a22-9218-a480aee72ab5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040150Z:f820c8be-d4fd-4a22-9218-a480aee72ab5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe2b5abf-807c-4bf8-8b48-d3f0638b9611', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6604', - 'x-ms-correlation-request-id', - 'bb53cfef-e2bb-447f-ab00-cbf3238d7dd3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040150Z:bb53cfef-e2bb-447f-ab00-cbf3238d7dd3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f8fc2a4d-71ce-443b-a699-eacd0baace38', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6603', - 'x-ms-correlation-request-id', - 'c8cc1246-0f74-4174-9881-2d2032b83129', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040150Z:c8cc1246-0f74-4174-9881-2d2032b83129', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3579802-8a34-49f1-84c8-7a9cbcc38459', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6602', - 'x-ms-correlation-request-id', - '192c83ca-f14d-40f3-bfd0-43aa24d91bd2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040151Z:192c83ca-f14d-40f3-bfd0-43aa24d91bd2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5412035b-cbbe-45ee-8fa7-c1ec748e08f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6601', - 'x-ms-correlation-request-id', - 'af609d60-9882-47ed-b0cb-d18189c626c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040151Z:af609d60-9882-47ed-b0cb-d18189c626c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a21112b6-e523-4550-bb09-89f0d0f38309', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6600', - 'x-ms-correlation-request-id', - '6926ed40-5d8d-4312-98ef-2a5fe358c5dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040152Z:6926ed40-5d8d-4312-98ef-2a5fe358c5dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ecbd214f-0887-4545-86e4-c25f533259f4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6599', - 'x-ms-correlation-request-id', - '9ac90f3f-2a4d-498c-b0e0-67b6f02983b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040152Z:9ac90f3f-2a4d-498c-b0e0-67b6f02983b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aac7aa48-4269-4cbd-8a25-09974e027fb9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6598', - 'x-ms-correlation-request-id', - '298416e2-48ed-4925-b269-7648689b0a2b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040153Z:298416e2-48ed-4925-b269-7648689b0a2b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff13070a-6c72-4992-852d-139f6a70eeee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6597', - 'x-ms-correlation-request-id', - '274807c8-286d-46ce-9a89-dfd9a27a3a27', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040153Z:274807c8-286d-46ce-9a89-dfd9a27a3a27', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '74b365bf-c149-4f3b-96c5-4368faebbf18', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6596', - 'x-ms-correlation-request-id', - '0a64bb21-80af-435d-9c4c-628ee91c0276', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040153Z:0a64bb21-80af-435d-9c4c-628ee91c0276', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83a7a598-28e0-40d7-9695-aae84b1186bc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6595', - 'x-ms-correlation-request-id', - 'a1e3920e-f9ca-4af7-9cf6-63204a56c1b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040154Z:a1e3920e-f9ca-4af7-9cf6-63204a56c1b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84fdce6f-f526-464f-9a89-bfea93fff546', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6594', - 'x-ms-correlation-request-id', - 'df02e8d8-e80c-495f-878e-eb6670e3956e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040154Z:df02e8d8-e80c-495f-878e-eb6670e3956e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b9ead91-c411-495c-a02f-10903a89a8af', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6593', - 'x-ms-correlation-request-id', - '4aa9fcaf-ed5a-407f-b81b-4cc3e83eefb2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040155Z:4aa9fcaf-ed5a-407f-b81b-4cc3e83eefb2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83900538-0e93-4897-8e44-d30685219d76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6592', - 'x-ms-correlation-request-id', - 'd35c21fa-a08b-44cc-8377-93c0f507b239', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040155Z:d35c21fa-a08b-44cc-8377-93c0f507b239', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd830335-3a4c-4a30-ba15-0879b75e774e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6591', - 'x-ms-correlation-request-id', - 'a78989e2-cd8d-46bb-aecd-587c95d44ec9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040155Z:a78989e2-cd8d-46bb-aecd-587c95d44ec9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e33abe6-b5ce-4c0d-a1f7-e4e739503cb8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6590', - 'x-ms-correlation-request-id', - '8a58fc59-1b54-4128-b6f9-0e45de04247b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040156Z:8a58fc59-1b54-4128-b6f9-0e45de04247b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e91563ca-7ea2-433b-b0bb-d10ffc0dbb6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6589', - 'x-ms-correlation-request-id', - 'd5544063-a29b-4bff-9ced-d2e3f995c6ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040156Z:d5544063-a29b-4bff-9ced-d2e3f995c6ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff9f0b21-6e6e-413d-9ff4-8f400402d794', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6588', - 'x-ms-correlation-request-id', - '013c6362-145b-4080-bda5-9804966964c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040157Z:013c6362-145b-4080-bda5-9804966964c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31022cbc-5c88-4019-a813-e2d7fb748e95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6587', - 'x-ms-correlation-request-id', - 'f8f3c2eb-b558-41bb-9e88-fd3181389787', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040157Z:f8f3c2eb-b558-41bb-9e88-fd3181389787', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64a4263b-27ed-4e20-9f7d-72d25afe6348', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6586', - 'x-ms-correlation-request-id', - '559f01cd-b74c-4392-9703-71283d214212', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040158Z:559f01cd-b74c-4392-9703-71283d214212', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '220ce0a1-53a6-47b5-a16d-6ba73fc36f68', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6585', - 'x-ms-correlation-request-id', - '9e703bb2-0eed-4536-a0c2-5fb261f1357d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040158Z:9e703bb2-0eed-4536-a0c2-5fb261f1357d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd779d1ad-e8d8-4a5b-a21e-82dc88ada2a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6584', - 'x-ms-correlation-request-id', - '0b6c0c14-de7f-4427-a68d-a45a2bab368c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040159Z:0b6c0c14-de7f-4427-a68d-a45a2bab368c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31e9bf6f-75d4-4318-9b3c-67341bc6e0c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6583', - 'x-ms-correlation-request-id', - '67bf1e75-d7d6-4a13-ba08-d5a8ff0dc4c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040159Z:67bf1e75-d7d6-4a13-ba08-d5a8ff0dc4c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41ed2a64-24d8-4c27-a0cc-02ab3b57a70b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6582', - 'x-ms-correlation-request-id', - '76ce242d-0c8b-4d9e-b262-5f17c851331a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040159Z:76ce242d-0c8b-4d9e-b262-5f17c851331a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65af6424-d47e-43bb-8123-da5fc17be77e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6581', - 'x-ms-correlation-request-id', - 'b7da6cf4-1084-40d8-add1-48b2a12f4c8b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040200Z:b7da6cf4-1084-40d8-add1-48b2a12f4c8b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:01:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '90d9c45a-487e-4a0f-b2f1-e9c0b7f345d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6580', - 'x-ms-correlation-request-id', - '1f554a4a-d892-4edf-ae19-5b1381c259f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040200Z:1f554a4a-d892-4edf-ae19-5b1381c259f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '050840dd-c742-42a5-92c0-74ba7af30653', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6579', - 'x-ms-correlation-request-id', - 'c1823cde-1589-4412-a65c-1f542df30936', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040201Z:c1823cde-1589-4412-a65c-1f542df30936', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ff6fab84-09b8-42be-90c0-9c7e5e4b27ca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6578', - 'x-ms-correlation-request-id', - '1ca2f49a-4d67-4e3b-9765-b98ff47530c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040201Z:1ca2f49a-4d67-4e3b-9765-b98ff47530c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ea9f4952-cdd5-46d8-b503-99809440b0e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6577', - 'x-ms-correlation-request-id', - '346ad1c3-fc87-4269-a9f9-245bf54fcf8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040201Z:346ad1c3-fc87-4269-a9f9-245bf54fcf8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6b2a762-6deb-4c60-9c21-1f748b73ec9a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6576', - 'x-ms-correlation-request-id', - '4e1e3aeb-0f6d-4234-a7ad-3fad65c508cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040202Z:4e1e3aeb-0f6d-4234-a7ad-3fad65c508cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82d74536-1805-408d-989e-93fff6f4535f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6575', - 'x-ms-correlation-request-id', - 'a66bf5d7-8867-455f-b478-ce82894a9444', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040202Z:a66bf5d7-8867-455f-b478-ce82894a9444', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a10294c1-e0ee-425a-bcc1-b8dcbbecb39b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6574', - 'x-ms-correlation-request-id', - 'af342ef4-b10b-4d8f-ba4c-9c2fb4d2cc3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040203Z:af342ef4-b10b-4d8f-ba4c-9c2fb4d2cc3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ce0c2f6-290e-45ae-857b-d5fa0beea4c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6573', - 'x-ms-correlation-request-id', - 'deee38df-d497-42ee-9160-9b57b5f4dcba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040203Z:deee38df-d497-42ee-9160-9b57b5f4dcba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '031b8e2b-fc42-4a8b-a9f0-cc79c717cf0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6572', - 'x-ms-correlation-request-id', - '96c80d21-4b48-4e8f-900f-21b2e04915bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040203Z:96c80d21-4b48-4e8f-900f-21b2e04915bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd7e423d5-09da-4528-a859-8e2e4a5bdcd7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6571', - 'x-ms-correlation-request-id', - '04804b2c-1dd2-4af4-9916-8fcb4a4526c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040204Z:04804b2c-1dd2-4af4-9916-8fcb4a4526c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc4e07d9-a868-4afb-91e4-48d3e26452c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6570', - 'x-ms-correlation-request-id', - 'e5a941ae-484f-45b9-a346-c5932cd30e29', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040204Z:e5a941ae-484f-45b9-a346-c5932cd30e29', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c482ad2d-a1bf-4a23-aeb6-73ed99b6bb00', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6569', - 'x-ms-correlation-request-id', - 'bf83b8c6-d47e-4e01-a7ab-98927b0f56fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040205Z:bf83b8c6-d47e-4e01-a7ab-98927b0f56fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '343930db-ec78-4c2e-87d1-620f13e10fa6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6568', - 'x-ms-correlation-request-id', - '6ef4afe2-c3b1-4e81-82d3-6540f2222a1e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040205Z:6ef4afe2-c3b1-4e81-82d3-6540f2222a1e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a24c3a9-54cb-4e0a-8592-efd754a68549', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6567', - 'x-ms-correlation-request-id', - '5d714313-5c40-412f-a229-0497640f1517', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040205Z:5d714313-5c40-412f-a229-0497640f1517', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '199607ae-360c-48bc-8a97-7ff523a5437c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6566', - 'x-ms-correlation-request-id', - '70338299-de10-4273-b0d2-6b2568f14138', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040206Z:70338299-de10-4273-b0d2-6b2568f14138', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fd4f2e21-33a1-4caa-a258-71dce5fb2b39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6565', - 'x-ms-correlation-request-id', - '0a1a9117-6119-429c-a122-3508082db7bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040206Z:0a1a9117-6119-429c-a122-3508082db7bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4d6081c4-f8c6-4236-bcef-7b3784c83b15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6564', - 'x-ms-correlation-request-id', - '19195cf7-67cf-4e30-9f93-3e17921c35df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040207Z:19195cf7-67cf-4e30-9f93-3e17921c35df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4480c3b1-61ba-41c0-afa9-65354f7170e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6563', - 'x-ms-correlation-request-id', - '4cbf4afe-2e81-419b-af22-2fef2bc5ab05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040207Z:4cbf4afe-2e81-419b-af22-2fef2bc5ab05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd42fbc9b-874f-4eb8-9b11-ec2e9be3c141', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6562', - 'x-ms-correlation-request-id', - 'f053bd48-89a4-4307-8d50-03ac273bca51', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040208Z:f053bd48-89a4-4307-8d50-03ac273bca51', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6f36bcf-0a77-4fc8-9053-022fab740f25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6561', - 'x-ms-correlation-request-id', - 'b09ed607-3d32-40c2-b6ce-95c96022ab9d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040208Z:b09ed607-3d32-40c2-b6ce-95c96022ab9d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c37e99d3-8571-4c61-a06a-7a5303e30e80', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6560', - 'x-ms-correlation-request-id', - '58ba4be9-dd7d-451f-bd05-2df947c6d95c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040208Z:58ba4be9-dd7d-451f-bd05-2df947c6d95c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '03ef744b-f609-4def-8877-da6958c1993b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6559', - 'x-ms-correlation-request-id', - '712928c1-3bbb-4347-9d9b-5faa15d42f1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040209Z:712928c1-3bbb-4347-9d9b-5faa15d42f1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0aaf6bde-b5df-4721-9b9f-15ea4ec4793c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6558', - 'x-ms-correlation-request-id', - '930f7942-cf34-491a-b021-6f0bdd0d0731', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040209Z:930f7942-cf34-491a-b021-6f0bdd0d0731', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '33a2ff2a-fa72-4130-86d2-a6aaead3c31d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6557', - 'x-ms-correlation-request-id', - 'f5ce414d-c619-4bca-947b-e833ae4fecea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040210Z:f5ce414d-c619-4bca-947b-e833ae4fecea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '295a7a02-9463-4708-95fc-5edc6540af47', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6556', - 'x-ms-correlation-request-id', - '7029b3cd-4361-4311-96c3-697fe072e571', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040210Z:7029b3cd-4361-4311-96c3-697fe072e571', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '54c5dc40-6941-4372-b067-634aba9a76b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6555', - 'x-ms-correlation-request-id', - 'dd3545bb-4ffa-4584-bd35-ca4a63af72e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040210Z:dd3545bb-4ffa-4584-bd35-ca4a63af72e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e451b3c5-c912-4eba-bef5-b9b0244f0c5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6554', - 'x-ms-correlation-request-id', - '94c5c237-da55-43d6-ba23-9be4ac8b4f66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040211Z:94c5c237-da55-43d6-ba23-9be4ac8b4f66', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b53df682-e152-4fd0-a671-2170e8f4f833', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6553', - 'x-ms-correlation-request-id', - 'e7aa77de-0697-4318-a918-670545178432', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040211Z:e7aa77de-0697-4318-a918-670545178432', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7bd93765-905c-4a47-b370-a58388c7a50b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6552', - 'x-ms-correlation-request-id', - '6615e029-712b-4668-9c5b-8747fe0d012d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040212Z:6615e029-712b-4668-9c5b-8747fe0d012d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2285677-e97b-4eca-af48-cd10ebf3e7c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6551', - 'x-ms-correlation-request-id', - 'db139500-707c-4603-838d-57da0b91d3cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040212Z:db139500-707c-4603-838d-57da0b91d3cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '972d6820-42ba-4d17-89c8-f3873c56c35c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6550', - 'x-ms-correlation-request-id', - '4db350a9-0d97-4c7b-9d31-48113b3626b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040212Z:4db350a9-0d97-4c7b-9d31-48113b3626b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd398972-769b-4a28-ace4-b00913b87d9f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6549', - 'x-ms-correlation-request-id', - 'bdcc1f82-7e40-4354-8a19-0153bdcb0b84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040213Z:bdcc1f82-7e40-4354-8a19-0153bdcb0b84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '159fb1da-55ea-4abf-b3a8-1ef2917af8d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6548', - 'x-ms-correlation-request-id', - '9b865bdc-3262-4951-b085-b8c048319b45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040213Z:9b865bdc-3262-4951-b085-b8c048319b45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f6b7bbc-0cbd-4ee3-9a2e-b77ccd7acf1d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6547', - 'x-ms-correlation-request-id', - '428197d6-5603-4fc3-8c8b-0233a5d7986e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040213Z:428197d6-5603-4fc3-8c8b-0233a5d7986e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1a037d9-2f54-4718-88af-c825f652b283', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6546', - 'x-ms-correlation-request-id', - 'ac78da69-ba0a-4800-8fc6-9a8daad91117', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040214Z:ac78da69-ba0a-4800-8fc6-9a8daad91117', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9de521d-e397-4e92-bfcb-b6d47872a5a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6545', - 'x-ms-correlation-request-id', - '4d4610a1-aa82-412f-8386-88523912d6f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040214Z:4d4610a1-aa82-412f-8386-88523912d6f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9640f89-74eb-4c48-9f14-5c1a1e06d287', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6544', - 'x-ms-correlation-request-id', - 'cb71c372-6bb3-47cb-bfb5-6c271c521b42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040215Z:cb71c372-6bb3-47cb-bfb5-6c271c521b42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '92374ce0-db82-4dc3-a9ad-7a2f3f8dce23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6543', - 'x-ms-correlation-request-id', - '1fe9f866-3561-47f8-a342-af4d1cb22ea3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040215Z:1fe9f866-3561-47f8-a342-af4d1cb22ea3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8182976f-798d-4891-a3f5-bd3b78255dc6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6542', - 'x-ms-correlation-request-id', - 'dc9af8df-2b0e-4ae4-970f-575308998d60', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040215Z:dc9af8df-2b0e-4ae4-970f-575308998d60', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'db62e286-5bfa-40ce-9c57-25eacab8db7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6541', - 'x-ms-correlation-request-id', - 'd1b42c0f-2918-4de4-895b-bea8ed590129', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040216Z:d1b42c0f-2918-4de4-895b-bea8ed590129', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08595121-b0ab-47af-ba72-1ed4a16921d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6540', - 'x-ms-correlation-request-id', - 'b5224eb3-48e4-480a-a7d2-3d87d2572c92', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040216Z:b5224eb3-48e4-480a-a7d2-3d87d2572c92', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '526ed354-3113-4299-913b-2b79d0e922b1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6539', - 'x-ms-correlation-request-id', - '1c24f2df-4860-4cdb-bab2-8e4345ea0fdd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040217Z:1c24f2df-4860-4cdb-bab2-8e4345ea0fdd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8c0d9b16-6687-4c21-ae89-172dae278a02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6538', - 'x-ms-correlation-request-id', - 'b58cb398-6211-44fb-afb7-445ce25a2ad5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040217Z:b58cb398-6211-44fb-afb7-445ce25a2ad5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a53be39-db67-4048-be98-253f2cc24dbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6537', - 'x-ms-correlation-request-id', - 'a956091e-18ce-4ef3-96ce-a0a2814ae381', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040217Z:a956091e-18ce-4ef3-96ce-a0a2814ae381', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31b3abd7-fb2e-4572-8820-c95d47e2989a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6536', - 'x-ms-correlation-request-id', - '727ed59c-34b5-4a71-802e-ee807b99237a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040218Z:727ed59c-34b5-4a71-802e-ee807b99237a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cfa3cecc-c21f-4fbe-9989-1432d5aa53fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6535', - 'x-ms-correlation-request-id', - '78d2b689-dfb6-4ace-84c2-c1468ccfaf79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040218Z:78d2b689-dfb6-4ace-84c2-c1468ccfaf79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b0c36af-6618-42b0-a0d7-0dd23adaf7bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6534', - 'x-ms-correlation-request-id', - '9c31c95f-77d7-4d84-b97d-c7cd44cbe8a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040219Z:9c31c95f-77d7-4d84-b97d-c7cd44cbe8a6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0211dc41-df61-476e-87fb-ff5dece360e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6533', - 'x-ms-correlation-request-id', - 'fbb4dfa2-834b-4f8a-8541-99fcf401fcdf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040219Z:fbb4dfa2-834b-4f8a-8541-99fcf401fcdf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40cd8a74-286b-4c3e-a542-a2b10daaa68a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6532', - 'x-ms-correlation-request-id', - '8b3986a2-6292-4873-a8e9-1f7ff3d5b79b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040219Z:8b3986a2-6292-4873-a8e9-1f7ff3d5b79b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e46b1c3-cc1c-4a10-95d5-f9d86c661253', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6531', - 'x-ms-correlation-request-id', - '178701d5-a3f7-4c41-a9a9-8bf657de427e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040220Z:178701d5-a3f7-4c41-a9a9-8bf657de427e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce3b4468-6861-4c5f-99f3-36492c6ace17', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6530', - 'x-ms-correlation-request-id', - '4b76cbae-1215-4c45-8ad1-ec33695db602', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040220Z:4b76cbae-1215-4c45-8ad1-ec33695db602', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0124a510-6c77-4747-99b0-33e162a0381a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6529', - 'x-ms-correlation-request-id', - 'b0cc4e60-2730-46c5-9bf0-3d073b5b073d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040221Z:b0cc4e60-2730-46c5-9bf0-3d073b5b073d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae31435b-5295-4db2-b2b0-ce594c9ab406', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6528', - 'x-ms-correlation-request-id', - 'e0dfc6cd-48d3-40e9-b69a-fc770dd35d16', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040221Z:e0dfc6cd-48d3-40e9-b69a-fc770dd35d16', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd35b478b-25b9-4c1f-8a37-55777edc0c28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6527', - 'x-ms-correlation-request-id', - '80873a8f-f2d2-44d1-930b-60e549c85a13', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040221Z:80873a8f-f2d2-44d1-930b-60e549c85a13', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '424e3475-c827-430c-8e28-4f2ed22df55a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6526', - 'x-ms-correlation-request-id', - '9325661f-28bb-4ab4-bf03-e1954fd13f79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040222Z:9325661f-28bb-4ab4-bf03-e1954fd13f79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1ec1eb8-dbb6-4172-b54d-767f8a3cf235', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6525', - 'x-ms-correlation-request-id', - 'bf33ef26-b9fd-4ca8-94a7-cd65dcf9c7b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040222Z:bf33ef26-b9fd-4ca8-94a7-cd65dcf9c7b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9a2067e9-ebbb-43c9-ac5c-1befccdd4bf6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6524', - 'x-ms-correlation-request-id', - 'bc61ad58-40dd-4b4a-b86b-7ad8ad27218a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040223Z:bc61ad58-40dd-4b4a-b86b-7ad8ad27218a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa4326b5-f557-40d0-a56a-af972a89ace1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6523', - 'x-ms-correlation-request-id', - '0c241547-659e-45f3-a5db-a151b385906a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040223Z:0c241547-659e-45f3-a5db-a151b385906a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6180f021-150a-4ecf-a95a-ad45ca01b428', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6522', - 'x-ms-correlation-request-id', - 'a335a394-1973-4bee-b68e-574a764e6707', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040223Z:a335a394-1973-4bee-b68e-574a764e6707', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a78c678a-c69c-4980-8c4a-07dc60bfba45', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6521', - 'x-ms-correlation-request-id', - '7270863a-647f-403e-b6b8-6db25f1ee5e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040224Z:7270863a-647f-403e-b6b8-6db25f1ee5e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b4acd24c-b96e-4622-b14f-5b616cf6e600', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6520', - 'x-ms-correlation-request-id', - 'ae924380-a483-4422-80d9-d943d9e124c9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040224Z:ae924380-a483-4422-80d9-d943d9e124c9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9e856b4-01a4-4ce1-bfb3-efdb58fdb851', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6519', - 'x-ms-correlation-request-id', - '792fad17-4a95-4219-983f-31b5b9a4e0c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040224Z:792fad17-4a95-4219-983f-31b5b9a4e0c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b7a33bb-47a3-4eee-aa27-b5e05a2774de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6518', - 'x-ms-correlation-request-id', - 'e6d94713-2ba8-458d-ae8e-172d03baa950', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040225Z:e6d94713-2ba8-458d-ae8e-172d03baa950', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ef8bdb5-5d39-4bf3-8126-3fc2c514d411', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6517', - 'x-ms-correlation-request-id', - '3a315aec-5232-4492-a56a-8b2b10dc1da9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040225Z:3a315aec-5232-4492-a56a-8b2b10dc1da9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1314ac86-5af4-4411-813a-a244b80af868', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6516', - 'x-ms-correlation-request-id', - 'c3a524a3-aa43-49fc-bd60-44885c79eb92', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040226Z:c3a524a3-aa43-49fc-bd60-44885c79eb92', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fcdf3b84-1121-4e6a-9365-34544e5b2b1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6515', - 'x-ms-correlation-request-id', - '74d59898-26d4-4887-ad7e-a9baf03d476a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040226Z:74d59898-26d4-4887-ad7e-a9baf03d476a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72402bea-037e-45c5-9aa6-ae4565751411', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6514', - 'x-ms-correlation-request-id', - '105e3a8b-1e87-4fd1-aedd-49bfce94ca1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040226Z:105e3a8b-1e87-4fd1-aedd-49bfce94ca1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1838079-123b-4eb1-aab0-a595c5fd861e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6513', - 'x-ms-correlation-request-id', - '8b9fac0c-3cb1-45df-a5bd-32f44fe28f63', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040227Z:8b9fac0c-3cb1-45df-a5bd-32f44fe28f63', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c978b233-d804-4373-91f8-7ce3ba0b6c74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6512', - 'x-ms-correlation-request-id', - '6a28945f-ca1a-40c4-ad49-02490d99c890', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040227Z:6a28945f-ca1a-40c4-ad49-02490d99c890', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d47b667-5c7b-4487-89a0-18bc8c049ddd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6511', - 'x-ms-correlation-request-id', - '723e2f2d-288d-4386-bb75-b2b184c0a153', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040228Z:723e2f2d-288d-4386-bb75-b2b184c0a153', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '881beaa1-3a50-4822-bf50-b62053795513', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6510', - 'x-ms-correlation-request-id', - '1d76e5ae-d403-4b14-9dd2-e3cd17a5c575', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040228Z:1d76e5ae-d403-4b14-9dd2-e3cd17a5c575', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3d9d23aa-87c9-4569-b105-1e25b30e30b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6509', - 'x-ms-correlation-request-id', - 'b324d967-8e53-4e0c-8700-470a40904176', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040228Z:b324d967-8e53-4e0c-8700-470a40904176', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dd8fc59a-0f05-40ce-94b9-1812c0bd8509', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6508', - 'x-ms-correlation-request-id', - '45898403-aea3-4ba3-b2af-f78a966e1116', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040229Z:45898403-aea3-4ba3-b2af-f78a966e1116', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8d1d2aed-e58d-4ece-8b4e-59ecd25c64a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6507', - 'x-ms-correlation-request-id', - '3633bde5-0d2a-443a-a2af-813ec6a10170', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040229Z:3633bde5-0d2a-443a-a2af-813ec6a10170', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd35ca3b9-67aa-45d6-af2a-63d914e2b8e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6506', - 'x-ms-correlation-request-id', - 'cfcd9ac7-4f14-4253-bd10-16fe775ebedd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040230Z:cfcd9ac7-4f14-4253-bd10-16fe775ebedd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c4718f7-8857-4204-938f-e099b7ee7604', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6505', - 'x-ms-correlation-request-id', - '3e3d3abb-7533-44e2-a250-938ab7ea6d9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040230Z:3e3d3abb-7533-44e2-a250-938ab7ea6d9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11c299a3-e70c-4411-a106-e5f0cd986b95', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6504', - 'x-ms-correlation-request-id', - '69c9b088-5db7-425d-815a-714fc1aed762', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040230Z:69c9b088-5db7-425d-815a-714fc1aed762', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3424207d-017f-4399-ac92-9463144cc35c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6503', - 'x-ms-correlation-request-id', - '700bdadb-9e20-4853-bb4b-a930d455054e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040231Z:700bdadb-9e20-4853-bb4b-a930d455054e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ea41836-6ae1-44fa-a323-a450baad92fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6502', - 'x-ms-correlation-request-id', - '098d67be-2887-4a92-aa4b-19db5886effd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040231Z:098d67be-2887-4a92-aa4b-19db5886effd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e9f13323-8c1a-4f57-82b9-b781ed030d58', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6501', - 'x-ms-correlation-request-id', - 'e4f3acfe-5ca1-47bd-bc2b-4f406db38e99', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040232Z:e4f3acfe-5ca1-47bd-bc2b-4f406db38e99', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76785f51-e6e3-4c8a-b1e0-c3468622afd8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6500', - 'x-ms-correlation-request-id', - 'eab9fb24-7988-47a0-a491-de0b42d9b5db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040232Z:eab9fb24-7988-47a0-a491-de0b42d9b5db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e34e67a1-0ad3-484f-ab62-261a15b7ee42', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6499', - 'x-ms-correlation-request-id', - '3e671ffb-4b50-4f45-9141-35fb703c3405', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040232Z:3e671ffb-4b50-4f45-9141-35fb703c3405', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42a0a98b-7b31-49e9-a6a0-a90d0a43b266', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6498', - 'x-ms-correlation-request-id', - '68df08d4-556a-46e6-895d-b0f22ccf0700', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040233Z:68df08d4-556a-46e6-895d-b0f22ccf0700', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4bbfb14-bd7d-4bcd-b154-daa6e7e7aed0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6497', - 'x-ms-correlation-request-id', - 'd009ff65-43a8-4b5f-84d3-bfa8af6f1d4a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040233Z:d009ff65-43a8-4b5f-84d3-bfa8af6f1d4a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45912d4a-54d2-4053-a205-0207df0f89f3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6496', - 'x-ms-correlation-request-id', - 'a216e0e4-53ff-4c7f-8c0b-90493cdf5ce8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040234Z:a216e0e4-53ff-4c7f-8c0b-90493cdf5ce8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2fc378b5-03cf-412a-8018-42cd3864da89', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6495', - 'x-ms-correlation-request-id', - '2ffa7d89-49dc-442b-b7a1-a2b5d35a53a1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040234Z:2ffa7d89-49dc-442b-b7a1-a2b5d35a53a1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1029d5b1-955c-4b3c-98fe-349116c96cff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6494', - 'x-ms-correlation-request-id', - 'ed94c443-1224-4382-abf6-7c9abaefe692', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040234Z:ed94c443-1224-4382-abf6-7c9abaefe692', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8a66a0a-a188-4c7c-8ee1-b0e2810e045f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6493', - 'x-ms-correlation-request-id', - 'f1e9c664-2ed7-4607-8798-24e82a4a78f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040235Z:f1e9c664-2ed7-4607-8798-24e82a4a78f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30eb9362-2584-4df5-8391-6cdfbc0e3f9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6492', - 'x-ms-correlation-request-id', - '89f3fde0-5bb8-461a-b7e5-c2b483fc6998', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040235Z:89f3fde0-5bb8-461a-b7e5-c2b483fc6998', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '013fc69c-01c4-4ded-b30e-3a7a724dbf89', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6491', - 'x-ms-correlation-request-id', - '3bd39486-e824-4ed3-ba4d-bd1f0e93db96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040236Z:3bd39486-e824-4ed3-ba4d-bd1f0e93db96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42eae9d1-ec6f-4d65-b88e-8051592ef6df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6490', - 'x-ms-correlation-request-id', - '32e622bd-3319-497e-8df6-9f179ced5a84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040236Z:32e622bd-3319-497e-8df6-9f179ced5a84', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09137dd1-a8ef-441b-aff3-18b6cd469288', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6489', - 'x-ms-correlation-request-id', - 'aaf2f083-1db0-4e0c-b500-2d7c91267a6d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040236Z:aaf2f083-1db0-4e0c-b500-2d7c91267a6d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6b834836-aabc-47c9-ab1f-ad2a41ab31f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6488', - 'x-ms-correlation-request-id', - '102c3b0b-be69-4d94-859f-310df233243a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040237Z:102c3b0b-be69-4d94-859f-310df233243a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4ef90460-a408-4196-b65b-32bb4673f088', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6487', - 'x-ms-correlation-request-id', - '78293f16-74af-4df8-adbb-f1ecd9fb4923', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040237Z:78293f16-74af-4df8-adbb-f1ecd9fb4923', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76a7e9bc-e3cc-4b90-8bd6-55cae8eda31f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6486', - 'x-ms-correlation-request-id', - '84dbb7e2-279f-4ed9-9efa-1b99669025fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040238Z:84dbb7e2-279f-4ed9-9efa-1b99669025fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b4c2c76-483b-4e22-996b-2561c5c172fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6485', - 'x-ms-correlation-request-id', - '0a9f0085-04d2-4868-96c4-c55c500317ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040238Z:0a9f0085-04d2-4868-96c4-c55c500317ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '284e14c1-6993-467e-b48c-9fb15970d526', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6484', - 'x-ms-correlation-request-id', - '48c3161e-2527-43d1-8d59-dd6c4c38609f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040238Z:48c3161e-2527-43d1-8d59-dd6c4c38609f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29351e7a-8ee0-4c8d-af9e-3e8859323d2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6483', - 'x-ms-correlation-request-id', - 'c775d0a2-daef-49e3-b292-ecf7cb0219a0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040239Z:c775d0a2-daef-49e3-b292-ecf7cb0219a0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83897f53-255a-4245-8947-9b46fd0ded80', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6482', - 'x-ms-correlation-request-id', - '788d6a01-132c-4d39-816e-913c3e9be9a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040239Z:788d6a01-132c-4d39-816e-913c3e9be9a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '558e9bf5-491c-436e-9b22-fa127742cc37', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6481', - 'x-ms-correlation-request-id', - '814a5f79-b797-46f9-a115-b7f47995f2f9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040240Z:814a5f79-b797-46f9-a115-b7f47995f2f9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '210a0583-a726-44e8-aed9-ddcd52fb3eb5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6480', - 'x-ms-correlation-request-id', - '9f69780a-d77d-423d-b759-bd3d4e0830c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040240Z:9f69780a-d77d-423d-b759-bd3d4e0830c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d132325-367b-410b-82b8-ac6298eefc0e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6479', - 'x-ms-correlation-request-id', - 'd774e96c-d01e-4069-99ad-b1120bc0c481', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040240Z:d774e96c-d01e-4069-99ad-b1120bc0c481', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca24a6d8-3782-4483-bcb7-f29db1689a0a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6478', - 'x-ms-correlation-request-id', - '00056b94-8bab-4d54-bb2e-3b690bff2326', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040241Z:00056b94-8bab-4d54-bb2e-3b690bff2326', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3352b71c-f08d-4e85-9521-341028a6c24c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6477', - 'x-ms-correlation-request-id', - 'cd201579-d68b-4a7c-a603-5d303aff123c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040241Z:cd201579-d68b-4a7c-a603-5d303aff123c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ddd37e1e-7e50-4cd8-bfb0-d8d9352ef884', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6476', - 'x-ms-correlation-request-id', - '7e8869ca-a2eb-45ab-b5f4-12c69768461b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040242Z:7e8869ca-a2eb-45ab-b5f4-12c69768461b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e51abc7-6649-4743-9836-3f955897500f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6475', - 'x-ms-correlation-request-id', - 'ecab6666-afd2-4728-8041-75960f66e4f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040242Z:ecab6666-afd2-4728-8041-75960f66e4f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16049cde-6bf1-490f-a307-7330d1f1abf3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6474', - 'x-ms-correlation-request-id', - 'c013c40b-8c2d-435d-a5fc-d9ce6b6192dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040242Z:c013c40b-8c2d-435d-a5fc-d9ce6b6192dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e9856337-0890-49e9-afa0-a5d73e08299f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6473', - 'x-ms-correlation-request-id', - 'bc4deebe-1462-4df6-8ebc-95fc04c4df6b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040243Z:bc4deebe-1462-4df6-8ebc-95fc04c4df6b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63bfb5e1-6881-4fcd-8097-5278d9cef4e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6472', - 'x-ms-correlation-request-id', - 'e5635565-70c7-4d1c-a6b2-feb8606a4635', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040243Z:e5635565-70c7-4d1c-a6b2-feb8606a4635', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e80f2d5-a5e5-493f-ac44-a6b257e8a38f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6471', - 'x-ms-correlation-request-id', - 'ae90ec78-18fb-41fd-a185-a510ee28df40', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040244Z:ae90ec78-18fb-41fd-a185-a510ee28df40', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '808b3211-10ba-41f9-9466-ae893ca13268', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6470', - 'x-ms-correlation-request-id', - '8f319b6c-57b2-42ea-9c56-b568e9640bc2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040244Z:8f319b6c-57b2-42ea-9c56-b568e9640bc2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '62d8cd7c-180a-4667-b9f4-878421534a82', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6469', - 'x-ms-correlation-request-id', - 'e7378d6a-6d2e-4037-8ee8-7ae6b023cfdc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040244Z:e7378d6a-6d2e-4037-8ee8-7ae6b023cfdc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ba92490-9d2c-4031-9786-d00f36bb8886', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6468', - 'x-ms-correlation-request-id', - 'f7338c4b-334d-4843-bcb6-bfcfb1e2b2d6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040245Z:f7338c4b-334d-4843-bcb6-bfcfb1e2b2d6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9aea601f-1d03-4fb0-92ba-cea78b1ea42d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6467', - 'x-ms-correlation-request-id', - 'df95e812-717c-4fc3-a270-75cd55065892', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040245Z:df95e812-717c-4fc3-a270-75cd55065892', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5a2ed24-67d8-4bd1-8f7c-c34494e5bcc2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6466', - 'x-ms-correlation-request-id', - 'a4f0d6c9-ad49-4381-bbc0-defb51428503', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040246Z:a4f0d6c9-ad49-4381-bbc0-defb51428503', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4fd7e20-2b7b-480c-83ae-050cb988a2c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6465', - 'x-ms-correlation-request-id', - '4aaccec5-88ed-4d95-9130-f84eba3ae931', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040246Z:4aaccec5-88ed-4d95-9130-f84eba3ae931', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45dfd712-5da6-428e-a643-694cff419fde', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6464', - 'x-ms-correlation-request-id', - 'b6e7932a-aa5d-4409-8115-144a9f392ff0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040246Z:b6e7932a-aa5d-4409-8115-144a9f392ff0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '258f4f56-e434-4be0-8fa1-618010f25e25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6463', - 'x-ms-correlation-request-id', - 'bff49983-8966-4c89-921c-b9ed6089a167', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040247Z:bff49983-8966-4c89-921c-b9ed6089a167', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '344b478d-7a7b-4fd4-8ae7-08a5bfee4d73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6462', - 'x-ms-correlation-request-id', - '488f7ccd-66f6-4778-8a75-e39f7f00642a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040247Z:488f7ccd-66f6-4778-8a75-e39f7f00642a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c556b116-2a23-4d99-91b7-2f08fb8222c7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6461', - 'x-ms-correlation-request-id', - '862c9c91-b08b-4c23-a978-bb269d9cf37a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040248Z:862c9c91-b08b-4c23-a978-bb269d9cf37a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '997d629d-6b41-459b-acac-c353823251be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6460', - 'x-ms-correlation-request-id', - '7874ad62-82d0-4df0-b1af-6538e99d994b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040248Z:7874ad62-82d0-4df0-b1af-6538e99d994b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1e8e9636-98c2-45c0-bf82-17b49b59c89a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6459', - 'x-ms-correlation-request-id', - 'bebd58e9-0606-492e-b300-6ed879372745', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040248Z:bebd58e9-0606-492e-b300-6ed879372745', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe14c70b-2e71-43ea-a68d-06803a0a26f7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6458', - 'x-ms-correlation-request-id', - '572787d8-1694-4373-ab45-4103bc28d8a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040249Z:572787d8-1694-4373-ab45-4103bc28d8a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b890657-37c7-4ce8-bdcb-de7d4c8ccbcc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6457', - 'x-ms-correlation-request-id', - '64fc3919-f5cd-4adb-a157-ff1cc4b19cad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040249Z:64fc3919-f5cd-4adb-a157-ff1cc4b19cad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b1b485c3-6210-4b6e-9a29-c966d80c19d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6456', - 'x-ms-correlation-request-id', - 'f14d9823-89f5-4b61-8b95-13f82734ede1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040249Z:f14d9823-89f5-4b61-8b95-13f82734ede1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '040befe9-7090-4467-95f8-e5ef2d022d59', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6455', - 'x-ms-correlation-request-id', - '2aaeef33-acbe-4fe2-bc9a-8d8055d599d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040250Z:2aaeef33-acbe-4fe2-bc9a-8d8055d599d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b6e64065-a183-4a3c-8f6e-baaacba5870f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6454', - 'x-ms-correlation-request-id', - '1be9559d-219b-47cd-98ff-42a88082dfe9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040250Z:1be9559d-219b-47cd-98ff-42a88082dfe9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf9ce417-5425-4835-9abf-06ddff0e63ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6453', - 'x-ms-correlation-request-id', - '1ad114d5-a6ae-4124-9631-6f52711c9a77', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040251Z:1ad114d5-a6ae-4124-9631-6f52711c9a77', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9b6c273-66ee-4c2b-ae0b-2ea605838a20', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6452', - 'x-ms-correlation-request-id', - 'a76f58f9-519d-4106-b7cf-e60bdae7010a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040251Z:a76f58f9-519d-4106-b7cf-e60bdae7010a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f9ed92d3-db45-4acf-b9e0-610fab7ff445', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6451', - 'x-ms-correlation-request-id', - '8b0bfc66-edd4-491d-97aa-3d2913a4ae58', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040252Z:8b0bfc66-edd4-491d-97aa-3d2913a4ae58', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e265ca2-dd24-4cfa-a46c-91430bed0672', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6450', - 'x-ms-correlation-request-id', - 'dbebf3cb-4837-4550-bf0c-9ae94b7459c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040252Z:dbebf3cb-4837-4550-bf0c-9ae94b7459c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e24f72af-da74-480c-91eb-3da9e479a991', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6449', - 'x-ms-correlation-request-id', - 'bbc45d73-2285-4472-82a1-60329df19074', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040252Z:bbc45d73-2285-4472-82a1-60329df19074', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96fae2c4-f8cb-4fad-ad61-f6816c24eba8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6448', - 'x-ms-correlation-request-id', - 'cffa0492-070e-4833-a5cb-c7501a494d3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040253Z:cffa0492-070e-4833-a5cb-c7501a494d3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2265f71-48f8-453d-a423-59c39c789aba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6447', - 'x-ms-correlation-request-id', - '3ad02943-3dce-4d76-947c-817347f41681', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040253Z:3ad02943-3dce-4d76-947c-817347f41681', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1883b480-0fc2-440f-88a6-9f5ea0c5af23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6446', - 'x-ms-correlation-request-id', - 'a89301d1-6889-46be-bf4d-bdc7d51237c1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040254Z:a89301d1-6889-46be-bf4d-bdc7d51237c1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12bac4d1-c8ef-4f3c-9160-41c3293d8883', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6445', - 'x-ms-correlation-request-id', - 'fc57c859-c4d3-4da9-8cc3-a8014ef38261', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040254Z:fc57c859-c4d3-4da9-8cc3-a8014ef38261', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5f073970-e5f8-4669-8216-94adad2f0fe4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6444', - 'x-ms-correlation-request-id', - '8e0ddaf2-1078-4723-836f-3f97497dfe1e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040254Z:8e0ddaf2-1078-4723-836f-3f97497dfe1e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f863aafc-c9ed-45d8-9ac2-0a8d6eea1c8c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6443', - 'x-ms-correlation-request-id', - '583c147d-1d9a-48bc-8391-110cfcff7864', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040255Z:583c147d-1d9a-48bc-8391-110cfcff7864', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58a8518f-a371-409b-bc7f-f4fbcc46b095', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6442', - 'x-ms-correlation-request-id', - '4cdc4b6e-8ec3-4694-948d-b5748f2d0585', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040255Z:4cdc4b6e-8ec3-4694-948d-b5748f2d0585', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b3d7adc9-3e07-4e9f-925a-9eaabf8f8a2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6441', - 'x-ms-correlation-request-id', - 'e255aac5-5c79-4920-856f-cfaa90f071fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040256Z:e255aac5-5c79-4920-856f-cfaa90f071fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97bdeeb9-449b-463f-b426-3538a93d669b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6440', - 'x-ms-correlation-request-id', - '159ea4ce-8ce0-48d3-b85a-bcb2281ac51b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040256Z:159ea4ce-8ce0-48d3-b85a-bcb2281ac51b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '22b96f16-c0aa-4507-b7cc-097276df92a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6439', - 'x-ms-correlation-request-id', - '453d2874-d943-4de7-84bc-7943921e3442', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040256Z:453d2874-d943-4de7-84bc-7943921e3442', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'da975193-3a60-43c0-8eb1-5f6a0b7b3d24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6438', - 'x-ms-correlation-request-id', - 'e9f036fb-35f5-4c19-9143-cb32e127a552', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040257Z:e9f036fb-35f5-4c19-9143-cb32e127a552', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ac23674-8b1e-4332-8c86-7d1fc0712c3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6437', - 'x-ms-correlation-request-id', - 'cca54d32-a426-4c66-a509-e2cc4d77925a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040257Z:cca54d32-a426-4c66-a509-e2cc4d77925a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98ca95b1-7a35-4122-93fd-5026cbe40dbc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6436', - 'x-ms-correlation-request-id', - '8bf3a235-978f-4054-af5e-c417d84a6f7c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040258Z:8bf3a235-978f-4054-af5e-c417d84a6f7c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3199b172-2df8-40a5-bd94-b4c49d0db5e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6435', - 'x-ms-correlation-request-id', - '4f2cae87-928d-479e-8ddb-3ca2466965f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040258Z:4f2cae87-928d-479e-8ddb-3ca2466965f3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91bcac39-cb2f-4715-9197-71f794ceeafd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6434', - 'x-ms-correlation-request-id', - 'ee1a8043-1096-416e-8c5a-d6ac4f62dafc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040258Z:ee1a8043-1096-416e-8c5a-d6ac4f62dafc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '973f1d17-59d4-4dd9-85f3-ac1db78253c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6433', - 'x-ms-correlation-request-id', - 'e8a2c485-8534-4289-a155-b6784e5ec729', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040259Z:e8a2c485-8534-4289-a155-b6784e5ec729', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c633f345-d618-46a2-9b42-70d5f755e349', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6432', - 'x-ms-correlation-request-id', - '958deafe-42b5-4f60-9539-f1ece99c08c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040259Z:958deafe-42b5-4f60-9539-f1ece99c08c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e15eb214-854d-4ccc-bce8-c7107c6bf185', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6431', - 'x-ms-correlation-request-id', - '91697cdf-c1d6-4f68-b6c7-176985fcb209', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040300Z:91697cdf-c1d6-4f68-b6c7-176985fcb209', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '964f9e20-39c4-44a5-a279-2646336017aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6430', - 'x-ms-correlation-request-id', - 'e4a81ac6-6e83-4f0f-9625-4844faf18c57', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040300Z:e4a81ac6-6e83-4f0f-9625-4844faf18c57', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2231e91b-7813-4514-b604-b04f08340985', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6429', - 'x-ms-correlation-request-id', - 'a29b847f-4eeb-4c34-b768-5ec0e0917170', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040300Z:a29b847f-4eeb-4c34-b768-5ec0e0917170', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:02:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65ed03ab-9844-4c5e-af04-6789a00b4e55', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6428', - 'x-ms-correlation-request-id', - '2c3f64cf-071f-4599-a623-1d3eef98b507', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040301Z:2c3f64cf-071f-4599-a623-1d3eef98b507', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3643c7b-5df3-40f0-9101-2360a7605bab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6427', - 'x-ms-correlation-request-id', - '371fea67-7cdf-4416-b0e8-c13cf644749e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040301Z:371fea67-7cdf-4416-b0e8-c13cf644749e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c0fcbbfa-ca48-4979-b33f-827721492d3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6426', - 'x-ms-correlation-request-id', - '2e8a9544-9f05-4263-ac52-dff65a4d1055', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040302Z:2e8a9544-9f05-4263-ac52-dff65a4d1055', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca965d1c-8c22-4e25-80f0-595e87fdba5d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6425', - 'x-ms-correlation-request-id', - 'e13b6b79-5959-4cf1-9b67-2b2088f025f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040302Z:e13b6b79-5959-4cf1-9b67-2b2088f025f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c25097b8-2e1f-4a69-bde8-f5323da03199', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6424', - 'x-ms-correlation-request-id', - '005b5ac0-9699-4dd5-861f-f3ed6602a382', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040302Z:005b5ac0-9699-4dd5-861f-f3ed6602a382', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0787715e-3c64-4c01-864f-a7e7c28e91b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6423', - 'x-ms-correlation-request-id', - 'af04f910-8554-40b5-ab54-9e4f30eb92d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040303Z:af04f910-8554-40b5-ab54-9e4f30eb92d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3bb0e2a0-0a88-442a-9820-36d2ef0c3353', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6422', - 'x-ms-correlation-request-id', - '3f86c680-970f-4309-8e6e-413d1d8c2d87', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040303Z:3f86c680-970f-4309-8e6e-413d1d8c2d87', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8374b369-12f7-47fa-a941-c0aaa13c4fec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6421', - 'x-ms-correlation-request-id', - 'e94d7007-3a95-4a9d-81e1-1def39ea6b14', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040304Z:e94d7007-3a95-4a9d-81e1-1def39ea6b14', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '35463489-f6b5-4cb3-a839-adacdc7bad05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6420', - 'x-ms-correlation-request-id', - '8d0ec036-0b48-4732-b594-08287dbfd908', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040304Z:8d0ec036-0b48-4732-b594-08287dbfd908', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d7bb585-da2b-4cd7-b975-8aded0185fd4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6419', - 'x-ms-correlation-request-id', - 'fd8db96e-4584-4c4a-88fa-c6b645a4b308', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040304Z:fd8db96e-4584-4c4a-88fa-c6b645a4b308', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2da2a7ca-4bf5-4142-b987-ffb9be6cbb9b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6418', - 'x-ms-correlation-request-id', - '00bb329f-2c69-4e4b-af44-5b1e756a1974', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040305Z:00bb329f-2c69-4e4b-af44-5b1e756a1974', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23d9bccc-d659-4c92-ab10-3f6c5ab3444a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6417', - 'x-ms-correlation-request-id', - '17a74495-cec0-4c70-ae9c-02c231318194', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040305Z:17a74495-cec0-4c70-ae9c-02c231318194', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12decd66-64b0-4e70-ae32-393d26ba45ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6416', - 'x-ms-correlation-request-id', - 'cbed548b-df21-4ff0-804a-06e14c284bc4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040305Z:cbed548b-df21-4ff0-804a-06e14c284bc4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ffab9434-f360-472a-9ea3-fc00f52fcf5b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6415', - 'x-ms-correlation-request-id', - '42c13295-db77-468c-9e16-4c77201ac386', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040306Z:42c13295-db77-468c-9e16-4c77201ac386', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f67163c-7ce3-465b-9728-9e134cd69c6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6414', - 'x-ms-correlation-request-id', - 'b9d00744-5ac4-4a51-861d-73d0e198370c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040306Z:b9d00744-5ac4-4a51-861d-73d0e198370c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51176b60-b0b2-474d-bc5a-7fddc4909a09', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6413', - 'x-ms-correlation-request-id', - 'f42915e8-8760-4812-a75b-640ed53e04ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040307Z:f42915e8-8760-4812-a75b-640ed53e04ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a85aa0f8-3f4c-4631-b507-b10f5b0c3d8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6412', - 'x-ms-correlation-request-id', - 'e82b870a-25d2-4c83-a065-fb1d36780da0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040307Z:e82b870a-25d2-4c83-a065-fb1d36780da0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7988c108-f444-4f6c-ac06-fab6ec486865', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6411', - 'x-ms-correlation-request-id', - '00f11b8a-5bb5-4503-a2a1-f01b5c641c3b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040307Z:00f11b8a-5bb5-4503-a2a1-f01b5c641c3b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6a16e623-6bca-4550-947f-06df2c2b0ee9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6410', - 'x-ms-correlation-request-id', - 'd1f92750-8208-4449-b1c0-a7a4c24a3031', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040308Z:d1f92750-8208-4449-b1c0-a7a4c24a3031', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5ad089d-80e9-4af8-b88a-51ccb2f4e06b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6409', - 'x-ms-correlation-request-id', - '194c1429-6738-450d-bc56-e5b7d9dbea9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040308Z:194c1429-6738-450d-bc56-e5b7d9dbea9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2bb497b-c279-45f0-956e-4a84295afcb3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6408', - 'x-ms-correlation-request-id', - '735a2f8b-3987-414b-ba57-0a8715160919', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040309Z:735a2f8b-3987-414b-ba57-0a8715160919', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84dde651-abe6-4d22-ae63-d5c0c724acbc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6407', - 'x-ms-correlation-request-id', - '10c3b45b-4cce-4eb3-931d-89f678cf869a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040309Z:10c3b45b-4cce-4eb3-931d-89f678cf869a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73a5bbff-98fb-4383-9d42-9faa9178c9c1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6406', - 'x-ms-correlation-request-id', - 'abf5a598-19cd-4141-859e-579a51cfe0ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040309Z:abf5a598-19cd-4141-859e-579a51cfe0ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b20a2c9-732a-4e80-8f14-335c52c85b3f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6405', - 'x-ms-correlation-request-id', - '8b54c22f-197d-482c-976b-9d008572438b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040310Z:8b54c22f-197d-482c-976b-9d008572438b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f292c897-4fc6-4866-a3b9-0d76b0b9de9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6404', - 'x-ms-correlation-request-id', - '95f5e169-eccd-4261-9222-a4076c6cbe5b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040310Z:95f5e169-eccd-4261-9222-a4076c6cbe5b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '716d13ad-62d7-4923-b891-09b6f707230a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6403', - 'x-ms-correlation-request-id', - 'd7524948-6fb2-49fc-b142-1800332f3217', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040311Z:d7524948-6fb2-49fc-b142-1800332f3217', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2e984abc-ea32-4fa1-a7d9-021a9c597911', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6402', - 'x-ms-correlation-request-id', - '84398ddf-5bbb-4f3d-afdc-f15d4e6aba3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040311Z:84398ddf-5bbb-4f3d-afdc-f15d4e6aba3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4646ec27-f333-43f8-a940-96b7876352e6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6401', - 'x-ms-correlation-request-id', - '344da0f2-6a62-4002-a8ee-d4eab51be07b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040311Z:344da0f2-6a62-4002-a8ee-d4eab51be07b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3c619ab6-fa5e-4800-848e-c386ee4652e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6400', - 'x-ms-correlation-request-id', - 'f1622ea1-0201-408c-89e4-91b20b790024', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040312Z:f1622ea1-0201-408c-89e4-91b20b790024', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4409001b-ac0b-4426-aaf3-998e56b43b7b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6399', - 'x-ms-correlation-request-id', - '29f31687-4fde-47fa-96d7-d94dc20202df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040312Z:29f31687-4fde-47fa-96d7-d94dc20202df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a67bf430-fe80-4bc8-a39d-3f7dd74b9909', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6398', - 'x-ms-correlation-request-id', - '096eedf0-8bac-4956-88da-3cf4c80ea6c5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040313Z:096eedf0-8bac-4956-88da-3cf4c80ea6c5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6d8915f8-0933-41a5-93eb-c9c5ae59c4d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6397', - 'x-ms-correlation-request-id', - '81fa39c4-250d-41ed-9ca0-08a1c25b3ea5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040313Z:81fa39c4-250d-41ed-9ca0-08a1c25b3ea5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1565ca79-73a4-4b17-b0d3-e4d7dc03a99d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6396', - 'x-ms-correlation-request-id', - '2fd6a7f0-7a77-43a9-b481-110d77a1aa80', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040313Z:2fd6a7f0-7a77-43a9-b481-110d77a1aa80', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7373d01-77f7-4394-a06b-cc4d7efaf942', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6395', - 'x-ms-correlation-request-id', - '6d44e283-df5f-468b-875b-4cc91f3be9ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040314Z:6d44e283-df5f-468b-875b-4cc91f3be9ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98868422-94d8-4e13-b067-99398f492a6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6394', - 'x-ms-correlation-request-id', - 'c825d033-cd20-43df-919d-e99ed7a82588', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040314Z:c825d033-cd20-43df-919d-e99ed7a82588', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'afd80c49-9b6e-42f9-a517-2efb7210b957', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6393', - 'x-ms-correlation-request-id', - 'da41a57c-438f-4fbe-9fe0-35d2a3b2e102', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040315Z:da41a57c-438f-4fbe-9fe0-35d2a3b2e102', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7526d9ba-d436-42d4-aef0-02382e69a382', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6392', - 'x-ms-correlation-request-id', - '02876efc-bbde-465c-ad60-c0d2affced88', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040315Z:02876efc-bbde-465c-ad60-c0d2affced88', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be9365b9-a36b-457c-b136-bb8de739b54a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6391', - 'x-ms-correlation-request-id', - '7ac6f124-8489-462e-a0b7-fd7cb33229ca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040315Z:7ac6f124-8489-462e-a0b7-fd7cb33229ca', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3c7e539-1853-4a67-8d4b-967cd1f4710f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6390', - 'x-ms-correlation-request-id', - 'a288dfc8-1c73-44fe-a05c-34f91c9d9b90', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040316Z:a288dfc8-1c73-44fe-a05c-34f91c9d9b90', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3151e02c-4842-4103-b64e-714a28c048aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6389', - 'x-ms-correlation-request-id', - '936f4bc0-9b5a-4705-9dad-938208998503', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040316Z:936f4bc0-9b5a-4705-9dad-938208998503', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8e49c2e-cf6e-40e8-bfb3-49d5d8ba104d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6388', - 'x-ms-correlation-request-id', - 'f48a0df0-7637-4c55-8be7-cdc4fb115dc0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040317Z:f48a0df0-7637-4c55-8be7-cdc4fb115dc0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1393adb9-fc51-4a5f-9961-c2ae7c246ea3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6387', - 'x-ms-correlation-request-id', - '4b7079f9-6048-40e8-8e41-bdb3c701932d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040317Z:4b7079f9-6048-40e8-8e41-bdb3c701932d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '147ed2b1-f2e8-4110-bd12-17e85489707f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6386', - 'x-ms-correlation-request-id', - '1cc7add4-ca1f-45a5-ae33-236b11ec4aac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040317Z:1cc7add4-ca1f-45a5-ae33-236b11ec4aac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a969425-3188-40a7-9269-ccb94c028ada', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6385', - 'x-ms-correlation-request-id', - '6184f592-e86c-40cf-b9f3-93ecbd6e2d7f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040318Z:6184f592-e86c-40cf-b9f3-93ecbd6e2d7f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1fd11b74-e036-4aff-bee6-a021d23fa5e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6384', - 'x-ms-correlation-request-id', - '6fe1cba2-0a9d-422f-9854-20f5fe5343ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040318Z:6fe1cba2-0a9d-422f-9854-20f5fe5343ed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1d3657d5-1301-42b9-8724-8d391bd75a8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6383', - 'x-ms-correlation-request-id', - '9f28974b-5586-4be0-986b-8d75b703f075', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040319Z:9f28974b-5586-4be0-986b-8d75b703f075', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ecdf3f4-fad1-47eb-95f6-c09c8071aa48', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6382', - 'x-ms-correlation-request-id', - '32522e16-2b6f-4582-9123-53f157278b05', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040319Z:32522e16-2b6f-4582-9123-53f157278b05', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31efce57-4101-4cac-bc27-dd3c811674c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6381', - 'x-ms-correlation-request-id', - '3420912f-5b4f-4630-9342-0767ae3b1db7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040319Z:3420912f-5b4f-4630-9342-0767ae3b1db7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '95fe34d8-cc68-4996-bd3d-1068fc9d1b12', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6380', - 'x-ms-correlation-request-id', - 'b5b2bd37-1008-4c08-8af5-3cd6c1198d67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040320Z:b5b2bd37-1008-4c08-8af5-3cd6c1198d67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1c3bba45-3801-4e3d-9228-de5b5fe54920', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6379', - 'x-ms-correlation-request-id', - '769ef888-3293-4718-b95e-2a17d8084b9a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040320Z:769ef888-3293-4718-b95e-2a17d8084b9a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8f608c74-c0f5-47f4-91ff-1eb661321454', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6378', - 'x-ms-correlation-request-id', - '6e7308bc-5b6e-4ba7-835c-38db40db4d21', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040321Z:6e7308bc-5b6e-4ba7-835c-38db40db4d21', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7933d98-0170-4112-a7b0-ca0d1faf0f21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6377', - 'x-ms-correlation-request-id', - 'f7b6f67c-39f5-460a-b812-6b84c072479d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040321Z:f7b6f67c-39f5-460a-b812-6b84c072479d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '76c5de66-92a1-4be8-b46f-8a8c1e23df78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6376', - 'x-ms-correlation-request-id', - '8b46d11c-9669-41f6-810e-7eaee6155498', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040321Z:8b46d11c-9669-41f6-810e-7eaee6155498', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ec4013c-3d8c-47cc-8419-c4c2bdd87d36', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6375', - 'x-ms-correlation-request-id', - 'd49553b7-8dd7-4df5-b37a-6ebdf5a86931', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040322Z:d49553b7-8dd7-4df5-b37a-6ebdf5a86931', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b2b18b13-768b-4d62-9900-0a5a9e2547b8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6374', - 'x-ms-correlation-request-id', - 'db63a467-5437-43a7-a494-ad0a1684ce3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040322Z:db63a467-5437-43a7-a494-ad0a1684ce3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '51e94e55-0b36-4d36-90e7-eeb3cb67fcde', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6373', - 'x-ms-correlation-request-id', - '5a525781-42c3-49da-a4f6-8ac512ee6e91', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040323Z:5a525781-42c3-49da-a4f6-8ac512ee6e91', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b9c30331-c4a3-48f5-a963-2d48d56b0b6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6372', - 'x-ms-correlation-request-id', - '7ee378f4-c5a3-4614-a715-d021db2723df', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040323Z:7ee378f4-c5a3-4614-a715-d021db2723df', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3865273f-71ba-4d59-bae3-d1b53eff0a61', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6371', - 'x-ms-correlation-request-id', - 'ef52399f-0ef4-477e-bc4d-8df74f5ecb8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040323Z:ef52399f-0ef4-477e-bc4d-8df74f5ecb8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f6914d65-f832-43af-8e16-3937668a5231', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6370', - 'x-ms-correlation-request-id', - '557af492-37bc-46bb-8f9f-4a9215c50966', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040324Z:557af492-37bc-46bb-8f9f-4a9215c50966', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44d6867d-adac-4a09-84e3-fb22ffb7ed23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6369', - 'x-ms-correlation-request-id', - '9a44c009-4fdc-4538-8d28-92de2dcc76be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040324Z:9a44c009-4fdc-4538-8d28-92de2dcc76be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5657eae4-d429-4359-99ef-738e3b5f94b0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6368', - 'x-ms-correlation-request-id', - '6f35e66c-1957-43e0-b5a6-d59724102429', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040325Z:6f35e66c-1957-43e0-b5a6-d59724102429', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4620e22-9c5d-47ca-ab2e-017aa9a87923', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6367', - 'x-ms-correlation-request-id', - '1510e8d5-8a43-4004-8c1a-b1fd8b262b43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040325Z:1510e8d5-8a43-4004-8c1a-b1fd8b262b43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8be438e0-3c6d-41ea-8ab4-5f71c0eaabaf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6366', - 'x-ms-correlation-request-id', - '06b01240-7788-4cc0-9297-5599a5cb7d40', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040325Z:06b01240-7788-4cc0-9297-5599a5cb7d40', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7d12b889-5993-4292-b3fa-35942be96e8b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6365', - 'x-ms-correlation-request-id', - '00b57fa0-abab-4bc6-b6a9-af3ef3dbe7d3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040326Z:00b57fa0-abab-4bc6-b6a9-af3ef3dbe7d3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e1e156d-8509-4e54-92dc-6c930d2a6f08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6364', - 'x-ms-correlation-request-id', - '12534595-27e0-457c-94ac-b7364669a07c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040326Z:12534595-27e0-457c-94ac-b7364669a07c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '83fac729-a82f-4f1f-9ab6-ebdc38420cd7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6363', - 'x-ms-correlation-request-id', - '7e2b3fe3-17fd-464b-93f1-d450451e5dd2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040327Z:7e2b3fe3-17fd-464b-93f1-d450451e5dd2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72f9e8c6-ff94-4b45-bf5d-d9c252f5f620', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6362', - 'x-ms-correlation-request-id', - '1fd79d40-dcd2-40b2-815f-e420a6f793f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040327Z:1fd79d40-dcd2-40b2-815f-e420a6f793f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f04d113-eef1-4471-8c38-dcb11031abcd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6361', - 'x-ms-correlation-request-id', - '44341e77-58b4-45f9-b4f4-4f1253b767bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040327Z:44341e77-58b4-45f9-b4f4-4f1253b767bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '87d6b09c-7847-4030-bf78-86712f27ee32', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6360', - 'x-ms-correlation-request-id', - 'fcb072cd-b181-4a13-a634-7f2cb90f4f86', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040328Z:fcb072cd-b181-4a13-a634-7f2cb90f4f86', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ed94b4f-7865-4870-bc12-c26fe1e45abd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6359', - 'x-ms-correlation-request-id', - 'ca3bee1b-2150-4d62-8138-af0e8b852b00', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040328Z:ca3bee1b-2150-4d62-8138-af0e8b852b00', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1538e262-1eae-4674-822e-b1cb16e3074a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6358', - 'x-ms-correlation-request-id', - 'b0af7d9b-392e-4a23-b3c8-2decb741ef73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040329Z:b0af7d9b-392e-4a23-b3c8-2decb741ef73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae4339fd-8a23-4181-9dcf-ee43bd1e45a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6357', - 'x-ms-correlation-request-id', - 'ff84de89-bca7-48b4-9f39-18401dead036', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040329Z:ff84de89-bca7-48b4-9f39-18401dead036', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bce6e43f-5229-44be-abc8-c200a8dcdec4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6356', - 'x-ms-correlation-request-id', - 'ebae6d4a-e252-4178-8112-8b8baa05dd95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040330Z:ebae6d4a-e252-4178-8112-8b8baa05dd95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28868c17-46d3-4bdf-9cc6-aa39884af6e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6355', - 'x-ms-correlation-request-id', - '410acd8a-6869-475c-98b6-30988a25d527', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040330Z:410acd8a-6869-475c-98b6-30988a25d527', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '590a2e13-c0ea-457e-9133-544ec44d8898', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6354', - 'x-ms-correlation-request-id', - 'd861862d-ef69-4041-b02a-07cd76c2d302', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040330Z:d861862d-ef69-4041-b02a-07cd76c2d302', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89a05f67-1898-4ff3-ac41-e52fb20e6705', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6353', - 'x-ms-correlation-request-id', - '80684eb7-5a72-4bc8-8302-bf32f61c423a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040331Z:80684eb7-5a72-4bc8-8302-bf32f61c423a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41db1c94-aa87-45f6-8195-abb0aee299d8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6352', - 'x-ms-correlation-request-id', - '6066cda9-0f98-43c2-8ca0-9d6b7fe392c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040331Z:6066cda9-0f98-43c2-8ca0-9d6b7fe392c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf790eee-99ef-454f-9b90-9fe94fb37de4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6351', - 'x-ms-correlation-request-id', - '198d407c-3c24-4d9d-8db4-36b285bbd7b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040332Z:198d407c-3c24-4d9d-8db4-36b285bbd7b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c755842b-e805-4121-a007-97d022ec1104', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6350', - 'x-ms-correlation-request-id', - '0d348265-dd23-496a-a83f-c10fe95cb25f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040332Z:0d348265-dd23-496a-a83f-c10fe95cb25f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28c12b7b-ac7b-41b2-8f6f-ea5a1426fc93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6349', - 'x-ms-correlation-request-id', - '95efec66-704a-4d2a-abfd-29c7acd42451', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040332Z:95efec66-704a-4d2a-abfd-29c7acd42451', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd28d0569-871a-487a-9779-c7d3a80cb4e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6348', - 'x-ms-correlation-request-id', - '377d378a-3cad-454d-8671-c6df6e2f0aef', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040333Z:377d378a-3cad-454d-8671-c6df6e2f0aef', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '66305a3d-9fc4-4ccd-80ca-cff18da479df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6347', - 'x-ms-correlation-request-id', - '46b4946d-3a90-4959-b329-99d39a64e2ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040333Z:46b4946d-3a90-4959-b329-99d39a64e2ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '375be91b-401c-469a-847e-d7e2affcbae2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6346', - 'x-ms-correlation-request-id', - 'e94dc743-7ee6-4fac-beb5-7f1e7739eb24', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040334Z:e94dc743-7ee6-4fac-beb5-7f1e7739eb24', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56d0c6f2-0e64-4a45-bf4e-40990b47707b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6345', - 'x-ms-correlation-request-id', - '08c3510f-5ee4-4de8-a7a6-21befcb82d89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040335Z:08c3510f-5ee4-4de8-a7a6-21befcb82d89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a3470352-32d8-49a9-9fd1-61c14dbe0675', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6344', - 'x-ms-correlation-request-id', - '5cc455a9-45e2-4579-86b9-6c448721bc25', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040335Z:5cc455a9-45e2-4579-86b9-6c448721bc25', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5609acbf-e5ea-4151-9579-622d0a410d4f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6343', - 'x-ms-correlation-request-id', - '6c2e3faa-c9c0-46c3-9022-e775bb862808', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040336Z:6c2e3faa-c9c0-46c3-9022-e775bb862808', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd80180e6-e310-4932-a376-6c50e70c2042', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6342', - 'x-ms-correlation-request-id', - '8a286f41-a044-4bf5-94b8-20db54ef5c3c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040336Z:8a286f41-a044-4bf5-94b8-20db54ef5c3c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '057f6ca9-7b87-4fae-a0e7-5169bc1fe7ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6341', - 'x-ms-correlation-request-id', - '88ae25ae-e30f-4fa3-98a0-3adb0ea80566', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040336Z:88ae25ae-e30f-4fa3-98a0-3adb0ea80566', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60cf1ca8-4fb5-4c2f-8663-79d9338146f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6340', - 'x-ms-correlation-request-id', - '9584814a-58dc-45dd-ba4f-42ec0324c5c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040337Z:9584814a-58dc-45dd-ba4f-42ec0324c5c8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2f8a6345-9465-4cfa-a1c2-8ca90eb42290', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6339', - 'x-ms-correlation-request-id', - '6b66ce75-6586-4f83-9c3d-22ac7de3da9a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040337Z:6b66ce75-6586-4f83-9c3d-22ac7de3da9a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e64eeb2d-fa89-4930-8c7f-8ad7a089cd1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6338', - 'x-ms-correlation-request-id', - '80d708b5-f103-4975-ab81-11968f1dc953', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040338Z:80d708b5-f103-4975-ab81-11968f1dc953', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5062cd0b-7fd0-48ec-b3f4-f7acc1d692c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6337', - 'x-ms-correlation-request-id', - 'baf56e93-2858-4dc9-bffd-c28995cc6f17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040338Z:baf56e93-2858-4dc9-bffd-c28995cc6f17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c09e6dd-4ff7-477d-b2c3-3ada1c4049cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6336', - 'x-ms-correlation-request-id', - 'd4528f0d-73e8-437f-ab8a-f942f31911cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040338Z:d4528f0d-73e8-437f-ab8a-f942f31911cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf2b4d91-26cc-42de-8679-ffc316e4e039', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6335', - 'x-ms-correlation-request-id', - 'a7d5b294-0d3e-4502-9e14-3b182bce5394', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040339Z:a7d5b294-0d3e-4502-9e14-3b182bce5394', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd6423a3a-8174-42a2-9ec4-f89728e6633f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6334', - 'x-ms-correlation-request-id', - 'c4189866-a4be-4d66-9f71-16cd5aaeb84f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040339Z:c4189866-a4be-4d66-9f71-16cd5aaeb84f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a561c8a6-49d3-49b2-a4c2-2cf3bdb3b730', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6333', - 'x-ms-correlation-request-id', - '38073126-fa23-4c65-bb25-d3fcae9cd763', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040340Z:38073126-fa23-4c65-bb25-d3fcae9cd763', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '714460ee-be7e-42e2-92f1-47327c4880a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6332', - 'x-ms-correlation-request-id', - '9ab09b4d-c5ca-4eee-ad28-8f46fb9cbb2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040340Z:9ab09b4d-c5ca-4eee-ad28-8f46fb9cbb2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '18d6caf1-62b7-4dca-b295-3da1458f9cc9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6331', - 'x-ms-correlation-request-id', - '3e7dc002-5b07-48cd-936f-b5c4c888925d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040340Z:3e7dc002-5b07-48cd-936f-b5c4c888925d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '494df917-c55f-418b-a80c-9320e6725605', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6330', - 'x-ms-correlation-request-id', - 'e4d74b4e-c9ea-4b14-8f83-c6ed4dc79eb1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040341Z:e4d74b4e-c9ea-4b14-8f83-c6ed4dc79eb1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26d4ad46-2a4c-4066-ba25-1a6c240b53bf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6329', - 'x-ms-correlation-request-id', - 'b193b53c-d3ed-4626-9851-5c546f9db257', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040341Z:b193b53c-d3ed-4626-9851-5c546f9db257', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ecf167e5-8501-46dc-9a00-3643c400d7d6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6328', - 'x-ms-correlation-request-id', - '3652456b-d8c8-4350-b5ee-6409eaa7e030', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040342Z:3652456b-d8c8-4350-b5ee-6409eaa7e030', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '79185f1f-736a-4999-9b07-455daa816810', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6327', - 'x-ms-correlation-request-id', - '4ecc8a35-31df-4bfb-b975-fae9dc662bf7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040342Z:4ecc8a35-31df-4bfb-b975-fae9dc662bf7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f113ef25-e10f-439b-b65e-5e9ca21da82c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6326', - 'x-ms-correlation-request-id', - 'a1482f5e-fffe-4c17-8d66-4a2edc861063', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040342Z:a1482f5e-fffe-4c17-8d66-4a2edc861063', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3de8d74f-f2e4-4e9e-b56a-1908c2dc9d79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6325', - 'x-ms-correlation-request-id', - '6934a98e-2584-484e-8a6a-c7bffaa31e35', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040343Z:6934a98e-2584-484e-8a6a-c7bffaa31e35', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56f1864b-a46c-4511-8d0b-a52657220ea8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6324', - 'x-ms-correlation-request-id', - 'f3c51ae4-8647-4c8f-9c47-4ffb64d5b2fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040343Z:f3c51ae4-8647-4c8f-9c47-4ffb64d5b2fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e4997275-8278-4834-8c22-35f1cec79852', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6323', - 'x-ms-correlation-request-id', - 'b4c5b7a9-4017-496c-b1a2-f38e3e338bc7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040344Z:b4c5b7a9-4017-496c-b1a2-f38e3e338bc7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b746e3a2-213c-4f4e-a99b-aaa0ae283a1f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6322', - 'x-ms-correlation-request-id', - '1c6ef32d-7737-4995-ab66-4b75b88eec6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040344Z:1c6ef32d-7737-4995-ab66-4b75b88eec6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6c57eb8-b9e6-41a6-9359-ea992ffb401e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6321', - 'x-ms-correlation-request-id', - '0147e12d-1426-45e4-969c-5904f24b9e95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040344Z:0147e12d-1426-45e4-969c-5904f24b9e95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1cb9a98-1cb4-4dff-8a8b-6cb4ee23e178', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6320', - 'x-ms-correlation-request-id', - '44684c0c-62c4-44b5-9ea7-82258df5b244', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040345Z:44684c0c-62c4-44b5-9ea7-82258df5b244', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ddeb28c7-bdbe-4bcf-8bed-3bfe5febba4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6319', - 'x-ms-correlation-request-id', - 'eab96989-9098-4c3c-bee4-b9271a310ea2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040345Z:eab96989-9098-4c3c-bee4-b9271a310ea2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72d077a4-0699-444a-b823-960cc5b9f0e7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6318', - 'x-ms-correlation-request-id', - '917cc982-d501-45c9-8b1d-b777d29134be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040345Z:917cc982-d501-45c9-8b1d-b777d29134be', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09695ce8-acd5-4e12-8bdb-d7cf51bdf64f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6317', - 'x-ms-correlation-request-id', - '33ca9f54-203c-4a6f-9c5d-f030e0084033', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040346Z:33ca9f54-203c-4a6f-9c5d-f030e0084033', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1225932-cef6-47a5-b420-3527b6ba6559', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6316', - 'x-ms-correlation-request-id', - '571f423c-f4a8-4d9e-92f3-94971d7bdd0b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040346Z:571f423c-f4a8-4d9e-92f3-94971d7bdd0b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b30dbac2-dc82-4c69-a080-8e3f8c795ea5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6315', - 'x-ms-correlation-request-id', - '9e1c51ed-bde3-49a7-a09c-6fbe667d16f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040347Z:9e1c51ed-bde3-49a7-a09c-6fbe667d16f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ba817d50-5327-452f-acdd-726cf6e09c3a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6314', - 'x-ms-correlation-request-id', - '6792bde9-efb2-4be1-93ab-b1e5326910c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040347Z:6792bde9-efb2-4be1-93ab-b1e5326910c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f6b3bf2-2a52-4883-91a5-c8afeb9f5241', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6313', - 'x-ms-correlation-request-id', - '042c39b5-d50d-40ab-a6a1-10bfb2eb6c55', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040348Z:042c39b5-d50d-40ab-a6a1-10bfb2eb6c55', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ace096bb-1612-451d-b8a5-e61613f21978', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6312', - 'x-ms-correlation-request-id', - 'eadc8414-7859-4391-9c42-b983ec64fb11', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040348Z:eadc8414-7859-4391-9c42-b983ec64fb11', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2aec6c89-fd72-44c0-abb7-54e39aa58cd7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6311', - 'x-ms-correlation-request-id', - '4d72562c-154d-4c18-b88a-4e26f4d93234', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040348Z:4d72562c-154d-4c18-b88a-4e26f4d93234', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '38c41b10-b431-4f09-9214-95089de8c56b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6310', - 'x-ms-correlation-request-id', - '28d36982-64ee-42aa-a783-2279de233c98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040349Z:28d36982-64ee-42aa-a783-2279de233c98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16bba78e-7264-4f92-a417-2182761134e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6309', - 'x-ms-correlation-request-id', - '054dd054-733f-43d2-a657-086242bef09b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040349Z:054dd054-733f-43d2-a657-086242bef09b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2327d1d7-53e8-4120-a5c7-d90b43281662', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6308', - 'x-ms-correlation-request-id', - '8b5fa926-5850-4097-b840-911be02bbd7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040350Z:8b5fa926-5850-4097-b840-911be02bbd7a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6319cae4-758d-4f9e-9fcc-f4bec9854bca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6307', - 'x-ms-correlation-request-id', - '15b24908-9df4-4c1c-9a00-af5925b856b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040350Z:15b24908-9df4-4c1c-9a00-af5925b856b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2100e697-fb53-4787-ad36-2f71c1300679', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6306', - 'x-ms-correlation-request-id', - '6bac3e07-69d0-4508-bddd-d84f09cd8b87', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040350Z:6bac3e07-69d0-4508-bddd-d84f09cd8b87', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '926b601c-7482-4fb3-bf81-394073462b9e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6305', - 'x-ms-correlation-request-id', - '7c034923-3621-45f2-b0f2-f15a2ecc348a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040351Z:7c034923-3621-45f2-b0f2-f15a2ecc348a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '32d9aea4-16a1-4ffa-8e07-a67cdab3589e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6304', - 'x-ms-correlation-request-id', - 'b6d6a923-24ae-49bb-a054-4c326041296d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040351Z:b6d6a923-24ae-49bb-a054-4c326041296d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ee7ff977-7921-4098-b67d-79bd0a37c097', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6303', - 'x-ms-correlation-request-id', - 'dc914589-596e-4d78-9e41-ba885bbb1ba4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040352Z:dc914589-596e-4d78-9e41-ba885bbb1ba4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbf0caa2-8325-4f39-afda-11d9059b4689', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6302', - 'x-ms-correlation-request-id', - '0f435d99-b6e0-4733-bf56-ba6b03613026', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040352Z:0f435d99-b6e0-4733-bf56-ba6b03613026', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd75c7245-a7bc-4014-914c-248d4ddb5924', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6301', - 'x-ms-correlation-request-id', - 'fed7ee13-4b21-4672-b739-7ec670abcbc3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040352Z:fed7ee13-4b21-4672-b739-7ec670abcbc3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '70856efc-7810-4a9a-a71a-9204dce84d7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6300', - 'x-ms-correlation-request-id', - '4adec335-41f8-4c46-8ceb-6066947e9ac3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040353Z:4adec335-41f8-4c46-8ceb-6066947e9ac3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '58e077d6-83c7-4482-b47f-4819bae3a2ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6299', - 'x-ms-correlation-request-id', - 'd1cb5cd3-0b21-47f6-85c6-efbeff4dda7c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040353Z:d1cb5cd3-0b21-47f6-85c6-efbeff4dda7c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a183da70-0d3f-472f-88b0-4d4d652a3ae0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6298', - 'x-ms-correlation-request-id', - '94b69cf8-2f39-4e73-ad06-29797b70a175', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040354Z:94b69cf8-2f39-4e73-ad06-29797b70a175', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3de3bb7a-ff6b-4baa-b7cd-27b31997343e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6297', - 'x-ms-correlation-request-id', - '24877869-624e-4438-8d90-de380ed47c69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040354Z:24877869-624e-4438-8d90-de380ed47c69', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '36ccb08a-95be-4b16-93a3-e3489cc120e8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6296', - 'x-ms-correlation-request-id', - 'a7aa9533-0591-4d65-a3ef-18124858eaab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040354Z:a7aa9533-0591-4d65-a3ef-18124858eaab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '11472740-afb5-406d-b351-232a19232776', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6295', - 'x-ms-correlation-request-id', - 'ab0808c2-9a90-4189-8d5f-63bcbd3d5b83', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040355Z:ab0808c2-9a90-4189-8d5f-63bcbd3d5b83', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6e21e7eb-423c-4748-8abf-37f8f3fd5d88', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6294', - 'x-ms-correlation-request-id', - '8816b039-403d-4ef1-8562-2368bc8bb4b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040355Z:8816b039-403d-4ef1-8562-2368bc8bb4b3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbf4bf75-1824-4898-8dd4-6a3051ae87ed', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6293', - 'x-ms-correlation-request-id', - '735e433e-5bd8-4ea7-a8f8-570d98812c45', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040356Z:735e433e-5bd8-4ea7-a8f8-570d98812c45', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b7011420-93b3-4a5b-acd7-96bbbe2cc5c3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6292', - 'x-ms-correlation-request-id', - '84af0ea9-ba99-4e1f-a0a7-608609ca7f1c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040356Z:84af0ea9-ba99-4e1f-a0a7-608609ca7f1c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4fd72ed-fb54-431a-ac72-2274eccb23b4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6291', - 'x-ms-correlation-request-id', - 'd0220722-78cd-41af-9bfb-fc0a57bc3f17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040356Z:d0220722-78cd-41af-9bfb-fc0a57bc3f17', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '27dd7ada-7ab5-4e87-a335-ad789d99c8ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6290', - 'x-ms-correlation-request-id', - '5982f939-24e1-45b6-9ec2-cf7098ded6eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040357Z:5982f939-24e1-45b6-9ec2-cf7098ded6eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '89a6d31d-c2eb-4a4b-852d-11ec9ef20cd9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6289', - 'x-ms-correlation-request-id', - 'b508b03a-e201-417e-b77d-e12ffa14eea3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040357Z:b508b03a-e201-417e-b77d-e12ffa14eea3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf5c1aa6-c198-4a47-8300-1838bc6c8809', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6288', - 'x-ms-correlation-request-id', - 'f849a604-6fff-4721-a635-5ecd4f30f446', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040358Z:f849a604-6fff-4721-a635-5ecd4f30f446', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '066d80b1-e9fd-40bc-b4c3-ac82dcf37d76', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6287', - 'x-ms-correlation-request-id', - 'ce04c994-fc82-467e-b290-d6a4b825bd2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040358Z:ce04c994-fc82-467e-b290-d6a4b825bd2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'efaf2724-18d5-45ac-b8ff-b3ddbe01a333', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6286', - 'x-ms-correlation-request-id', - 'b7eb8a89-aad8-4a6f-879f-67cf43b534b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040358Z:b7eb8a89-aad8-4a6f-879f-67cf43b534b9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8cd83298-bf67-46f1-a0ed-81301ad26c4b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6285', - 'x-ms-correlation-request-id', - 'b2639836-91b8-40ac-a587-a8a93e59b000', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040359Z:b2639836-91b8-40ac-a587-a8a93e59b000', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44bbf368-d277-4a04-9483-779d5a4bdfe7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6284', - 'x-ms-correlation-request-id', - '5c2d935d-5b00-4c2a-855a-fcc104aec601', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040359Z:5c2d935d-5b00-4c2a-855a-fcc104aec601', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e42749c-feb1-458a-a646-8a357e865fcb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6283', - 'x-ms-correlation-request-id', - 'db63fca7-4b44-4113-ae26-e1ddc6cfcf8c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040400Z:db63fca7-4b44-4113-ae26-e1ddc6cfcf8c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:03:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '94abaff0-2dbc-4803-92b7-e0f3db6c01d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6282', - 'x-ms-correlation-request-id', - '7be8fdf6-5cee-4dfa-99fb-0bcff54250fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040400Z:7be8fdf6-5cee-4dfa-99fb-0bcff54250fa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31084acb-b53b-4b3d-a81f-50162dff2325', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6281', - 'x-ms-correlation-request-id', - 'f351ed81-0327-4182-abbc-8ef81c710755', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040400Z:f351ed81-0327-4182-abbc-8ef81c710755', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7a52b43a-0384-49e0-8184-8d4a4078a946', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6280', - 'x-ms-correlation-request-id', - 'f9054634-4495-464f-833e-4e07c0cc8a39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040401Z:f9054634-4495-464f-833e-4e07c0cc8a39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f106ac4-ef07-4fb7-bbc0-141ea2f6798a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6279', - 'x-ms-correlation-request-id', - 'c2295cf7-c155-435b-bb08-572e106d779e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040401Z:c2295cf7-c155-435b-bb08-572e106d779e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0daf9e7b-e218-4d71-85d0-533db5aef1fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6278', - 'x-ms-correlation-request-id', - '1d856ea1-e7d3-4002-8c23-8f50ef8421d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040402Z:1d856ea1-e7d3-4002-8c23-8f50ef8421d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b6ac06f-a1d4-4652-a233-fb707c4bad39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6277', - 'x-ms-correlation-request-id', - 'd3cf3c3c-f8d4-408e-87c3-7dffee20a12f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040402Z:d3cf3c3c-f8d4-408e-87c3-7dffee20a12f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '81341e7a-786b-4f2c-b2ed-43a39084bca3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6276', - 'x-ms-correlation-request-id', - '0b7b5cc9-0a3a-4fa0-ac20-19b10a38a5d9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040402Z:0b7b5cc9-0a3a-4fa0-ac20-19b10a38a5d9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '31f2111a-d99b-4354-93c3-1ac116c45c40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6275', - 'x-ms-correlation-request-id', - '04483eee-838a-425f-b420-91ab7cf99051', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040403Z:04483eee-838a-425f-b420-91ab7cf99051', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '875e3865-e0b3-45f0-aa57-d9296154943d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6274', - 'x-ms-correlation-request-id', - '67e491a4-7d73-4db7-9352-d8f666a8a9f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040403Z:67e491a4-7d73-4db7-9352-d8f666a8a9f6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d1d3986-3246-49be-a9b6-e8e3f3955811', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6273', - 'x-ms-correlation-request-id', - '87b3f166-a8fd-40a6-bc35-0d159c3b4d48', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040404Z:87b3f166-a8fd-40a6-bc35-0d159c3b4d48', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f87a5ef-0a38-4a29-9c14-8fa0f8cbdd77', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6272', - 'x-ms-correlation-request-id', - '4bb4eaa4-8719-4065-9fc3-e701f45bd84f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040404Z:4bb4eaa4-8719-4065-9fc3-e701f45bd84f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '73a61bff-cd74-4fad-8e9b-3b4c17cdef0f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6271', - 'x-ms-correlation-request-id', - 'c08ddcfe-c2c1-4621-9a9c-b1b08547bd3c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040404Z:c08ddcfe-c2c1-4621-9a9c-b1b08547bd3c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ce24ef3-56af-4489-8fdb-33239b4f1298', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6270', - 'x-ms-correlation-request-id', - 'e94c0231-5e30-4d2d-b4b3-73c332c54e2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040405Z:e94c0231-5e30-4d2d-b4b3-73c332c54e2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b8c34b44-691b-4121-a36b-7c41cd4b166f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6269', - 'x-ms-correlation-request-id', - '5b877ec8-c096-4d0e-ba14-189380bb24b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040405Z:5b877ec8-c096-4d0e-ba14-189380bb24b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f0bbd25b-88a5-44d3-ae1b-946725d05886', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6268', - 'x-ms-correlation-request-id', - '56704783-39d8-465d-9266-e3e70479acf9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040406Z:56704783-39d8-465d-9266-e3e70479acf9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ee33fc7-8296-4f46-b3b2-2c417f2fe00e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6267', - 'x-ms-correlation-request-id', - '8ce865c2-5e36-458b-92ae-e5f3ac846896', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040406Z:8ce865c2-5e36-458b-92ae-e5f3ac846896', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59fd0c57-771a-4e70-b408-5c3439170ed9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6266', - 'x-ms-correlation-request-id', - 'f0e1137b-af08-428d-a3d9-5c148d5e3549', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040406Z:f0e1137b-af08-428d-a3d9-5c148d5e3549', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91375ca9-99dd-4287-b696-5bc1442bbd4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6265', - 'x-ms-correlation-request-id', - 'e3802b6b-b8d6-409f-ab34-1a429af80c32', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040407Z:e3802b6b-b8d6-409f-ab34-1a429af80c32', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e9cd5cea-1164-4b5c-a008-200b97b5c60f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6264', - 'x-ms-correlation-request-id', - '56efd045-7e64-4d09-bd07-50150a5d5e65', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040407Z:56efd045-7e64-4d09-bd07-50150a5d5e65', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b3f3707-ebd2-49de-9bce-f6cf2857c5f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6263', - 'x-ms-correlation-request-id', - '42e87005-3ed5-4d05-9929-b31165904164', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040408Z:42e87005-3ed5-4d05-9929-b31165904164', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a7eb716-4543-404c-beed-bc23e5ec7054', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6262', - 'x-ms-correlation-request-id', - 'cbc6e146-052b-40a3-854d-fea52d76fd6c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040408Z:cbc6e146-052b-40a3-854d-fea52d76fd6c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a98890c5-aa12-4aec-9ea6-2f22715ade0b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6261', - 'x-ms-correlation-request-id', - 'df1c903d-d990-49d2-91c8-b4e23457e691', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040409Z:df1c903d-d990-49d2-91c8-b4e23457e691', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd2b09e83-4e8c-48f0-b498-89de769cdaa2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6260', - 'x-ms-correlation-request-id', - '24f4fb14-7826-4ed0-9c67-f59af31c0086', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040409Z:24f4fb14-7826-4ed0-9c67-f59af31c0086', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9e715520-0ffd-46aa-9727-6ed3325e2b58', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6259', - 'x-ms-correlation-request-id', - '0adf9bff-e7e9-4e4a-9e71-b9af4cc408de', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040409Z:0adf9bff-e7e9-4e4a-9e71-b9af4cc408de', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dade35cd-5822-42c2-8776-c8a6cb5f27f8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6258', - 'x-ms-correlation-request-id', - 'eea6d071-4eb7-4380-9752-b2bc9c026864', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040410Z:eea6d071-4eb7-4380-9752-b2bc9c026864', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f27f1b5c-d412-417f-a08c-4084f0c9c874', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6257', - 'x-ms-correlation-request-id', - 'f28fd64c-30ea-47ca-945a-0ef2adfe6850', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040410Z:f28fd64c-30ea-47ca-945a-0ef2adfe6850', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'deac4663-1489-4449-8504-be328becfb19', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6256', - 'x-ms-correlation-request-id', - 'fb059ba0-2a84-44b8-a515-36f460a2284d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040411Z:fb059ba0-2a84-44b8-a515-36f460a2284d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '583cc213-62ed-43de-b6ec-e6596d4bb3a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6255', - 'x-ms-correlation-request-id', - '155a5cf9-11a7-4701-8ca8-cd5b09423b30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040411Z:155a5cf9-11a7-4701-8ca8-cd5b09423b30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb70257e-7ec7-46d0-b10d-9919d1dd6e9d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6254', - 'x-ms-correlation-request-id', - '36bb8cdc-26b5-4337-8573-24292957d6f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040411Z:36bb8cdc-26b5-4337-8573-24292957d6f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34ac4d45-74f2-423f-a8ee-f6044f7808e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6253', - 'x-ms-correlation-request-id', - '3f01a291-87f7-4dae-9826-ce092e7e3899', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040412Z:3f01a291-87f7-4dae-9826-ce092e7e3899', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ef26b0b-272b-40fe-9509-e80e741897bd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6252', - 'x-ms-correlation-request-id', - 'c2c19ff3-6a63-4bca-ab2c-84802a8e8255', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040412Z:c2c19ff3-6a63-4bca-ab2c-84802a8e8255', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5310369f-6519-4eca-baf8-63cfc89a11d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6251', - 'x-ms-correlation-request-id', - '00d5e985-a03b-4e7f-b511-11fcb59466fc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040413Z:00d5e985-a03b-4e7f-b511-11fcb59466fc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '045866a8-6fea-480a-9ad6-8c09a3e30d2d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6250', - 'x-ms-correlation-request-id', - '2f8218eb-1a44-495a-8097-66d52b1f36fd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040413Z:2f8218eb-1a44-495a-8097-66d52b1f36fd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab463568-d348-4834-8268-b35fda815d62', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6249', - 'x-ms-correlation-request-id', - 'd27616a7-4692-4b03-89c0-cb08eacf0a9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040413Z:d27616a7-4692-4b03-89c0-cb08eacf0a9f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7f6525ef-23a7-4c3e-bac0-54a7e2cc88a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6248', - 'x-ms-correlation-request-id', - 'f1b5de00-62c7-48b5-8fc0-36e60454b26e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040414Z:f1b5de00-62c7-48b5-8fc0-36e60454b26e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd13ff50f-6cc6-4703-8736-9ea0b6f344a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6247', - 'x-ms-correlation-request-id', - 'eb46cae9-0a3e-4af4-ada2-5e23a1384de5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040414Z:eb46cae9-0a3e-4af4-ada2-5e23a1384de5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4c21625c-e1c2-46bf-89e0-7b90abed11fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6246', - 'x-ms-correlation-request-id', - '17b7856a-98af-4e47-8f04-27ad588d5647', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040415Z:17b7856a-98af-4e47-8f04-27ad588d5647', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2852bd26-24e7-46aa-814f-0a76c6ef4e41', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6245', - 'x-ms-correlation-request-id', - '696edf4b-ab12-46a3-a474-dab3df4fef90', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040415Z:696edf4b-ab12-46a3-a474-dab3df4fef90', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4cb643a9-448e-4a34-9710-7b6530352536', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6244', - 'x-ms-correlation-request-id', - '3bf8643f-c20b-46ab-bf77-6e3a0f4b4c35', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040415Z:3bf8643f-c20b-46ab-bf77-6e3a0f4b4c35', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f491f57c-0aa6-434d-b49f-06b6238a1283', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6243', - 'x-ms-correlation-request-id', - '72de8b80-d5f1-4d73-989f-71a6ea8c971e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040416Z:72de8b80-d5f1-4d73-989f-71a6ea8c971e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd558837f-765e-406a-bce9-79b277e7fdeb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6242', - 'x-ms-correlation-request-id', - '71884921-26a3-47b8-8670-158658e18b71', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040416Z:71884921-26a3-47b8-8670-158658e18b71', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae646721-6a3e-4ba9-aa0d-b99ed683c78d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6241', - 'x-ms-correlation-request-id', - '20f34c0b-d8a9-4471-be01-e053f0c3000e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040417Z:20f34c0b-d8a9-4471-be01-e053f0c3000e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c4217671-86ea-42a1-8790-f8015b8c7d78', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6240', - 'x-ms-correlation-request-id', - '0fdead3d-9c1e-4149-935f-1ac3a19a5eee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040417Z:0fdead3d-9c1e-4149-935f-1ac3a19a5eee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8a197896-c89d-447a-910f-35027488cf4c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6239', - 'x-ms-correlation-request-id', - 'c82fa4c8-36f6-4bcd-9639-5ddc34e32829', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040418Z:c82fa4c8-36f6-4bcd-9639-5ddc34e32829', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b82fe93-a832-4d3f-8c3a-14c9dc327ecb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6238', - 'x-ms-correlation-request-id', - '6bb18838-133e-4ccc-b695-469533cbe638', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040418Z:6bb18838-133e-4ccc-b695-469533cbe638', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '554c81f1-00c5-4c85-b65e-1bd4986fdd43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6237', - 'x-ms-correlation-request-id', - 'f259eead-5453-49fa-bc27-d5084a4c830e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040418Z:f259eead-5453-49fa-bc27-d5084a4c830e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c80a1e4c-73bd-475b-be27-87c0529bf9a3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6236', - 'x-ms-correlation-request-id', - '8cec65a5-0043-406d-aa36-ad5e03317711', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040419Z:8cec65a5-0043-406d-aa36-ad5e03317711', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63ddf41d-3433-4f88-956c-9c6ba8b67262', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6235', - 'x-ms-correlation-request-id', - '238e8669-94a0-41ca-b121-c5b8237f86b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040419Z:238e8669-94a0-41ca-b121-c5b8237f86b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fac10060-fb9b-42d7-b857-3a926f019464', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6234', - 'x-ms-correlation-request-id', - '98a16588-1d05-4195-a405-88cc7bee48aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040420Z:98a16588-1d05-4195-a405-88cc7bee48aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c2cff696-c58d-490b-928f-89ddbb0a282f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6233', - 'x-ms-correlation-request-id', - '07c1acaa-dae0-441b-9bf5-f96c786c6ed8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040420Z:07c1acaa-dae0-441b-9bf5-f96c786c6ed8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68d354ff-0db5-4abc-92b6-ae341ab81714', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6232', - 'x-ms-correlation-request-id', - '7699d4c2-a191-4375-9936-f58592b5ca2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040420Z:7699d4c2-a191-4375-9936-f58592b5ca2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '427eea01-abe6-4600-9e67-681faade2822', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6231', - 'x-ms-correlation-request-id', - '253f0c03-5e2c-4b90-a73c-9b3b731b7fdb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040421Z:253f0c03-5e2c-4b90-a73c-9b3b731b7fdb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6f9402f-72bc-4278-923e-baf589e8a42a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6230', - 'x-ms-correlation-request-id', - '5d29ce9a-e033-49b7-8c25-de9e52c7975d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040421Z:5d29ce9a-e033-49b7-8c25-de9e52c7975d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ddd9e0dc-d090-4863-939f-05820c251dfe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6229', - 'x-ms-correlation-request-id', - 'a5e822eb-43f8-40ed-9fda-bc0c129fbd5e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040422Z:a5e822eb-43f8-40ed-9fda-bc0c129fbd5e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f2da3abd-5433-4013-b409-9e5f09886f54', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6228', - 'x-ms-correlation-request-id', - '77c5d7ec-7738-4472-9866-e1e372940234', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040422Z:77c5d7ec-7738-4472-9866-e1e372940234', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb3ac272-a34a-4f5c-a412-01d99f44ed69', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6227', - 'x-ms-correlation-request-id', - 'df286501-eb0c-4f24-b607-f95cc0a23692', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040422Z:df286501-eb0c-4f24-b607-f95cc0a23692', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'efdab942-774f-4adb-80fa-6a8d42433e18', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6226', - 'x-ms-correlation-request-id', - '07008989-9170-45c6-8cd8-1255ebd89dce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040423Z:07008989-9170-45c6-8cd8-1255ebd89dce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd0214d8-e691-42d4-b4c1-52392d28f4dc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6225', - 'x-ms-correlation-request-id', - 'f5fbb36f-f7a5-43f4-8a5f-240d8a6fd97b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040423Z:f5fbb36f-f7a5-43f4-8a5f-240d8a6fd97b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04cb0e60-7c8f-40b7-9c0e-231ac822fa56', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6224', - 'x-ms-correlation-request-id', - '0a97bf1c-1436-4097-9776-ae221b6d688a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040424Z:0a97bf1c-1436-4097-9776-ae221b6d688a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f01af0ee-fa68-4a66-a89a-5149330ecd1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6223', - 'x-ms-correlation-request-id', - '1b2f6476-1798-411c-a6d3-3f162ed16a53', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040424Z:1b2f6476-1798-411c-a6d3-3f162ed16a53', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6fc83ed8-501c-41a1-a067-24a39fa3c555', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6222', - 'x-ms-correlation-request-id', - '1d216960-5606-4a7b-a9a3-b28c20f9b1e7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040424Z:1d216960-5606-4a7b-a9a3-b28c20f9b1e7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6004956e-d2d7-4782-b0a4-68391366b32b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6221', - 'x-ms-correlation-request-id', - '6137b5f1-9973-491c-849d-49e7c08b66bc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040425Z:6137b5f1-9973-491c-849d-49e7c08b66bc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02eff98e-bfde-4ada-aa53-65beabeee4df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6220', - 'x-ms-correlation-request-id', - 'c4217116-faf5-40d2-a7db-f6a07d625a38', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040425Z:c4217116-faf5-40d2-a7db-f6a07d625a38', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf594826-7b5f-4c4d-991a-f813db2e62d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6219', - 'x-ms-correlation-request-id', - '1b4c834e-2e8d-4ad4-bfb3-6fcdbfa20c6f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040426Z:1b4c834e-2e8d-4ad4-bfb3-6fcdbfa20c6f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f71573e5-1c44-4b1c-bbf6-cd4f1657b624', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6218', - 'x-ms-correlation-request-id', - '90de0470-44a9-4132-b228-acea46d09f15', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040426Z:90de0470-44a9-4132-b228-acea46d09f15', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '15e8bd2f-b8c8-4a41-bdf7-a34e86b77b97', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6217', - 'x-ms-correlation-request-id', - '0d8639fd-fb0b-461a-bb18-ade5887173f9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040426Z:0d8639fd-fb0b-461a-bb18-ade5887173f9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cc3d0b00-fc78-4e89-8843-71f4bce5d348', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6216', - 'x-ms-correlation-request-id', - 'e36403ea-b0ef-42d4-8ace-1f43311e533d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040427Z:e36403ea-b0ef-42d4-8ace-1f43311e533d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f1bd692a-ad9f-46a6-9f91-4141789e636b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6215', - 'x-ms-correlation-request-id', - '8f33f338-4f56-4069-9ca5-95f9f0f73b73', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040427Z:8f33f338-4f56-4069-9ca5-95f9f0f73b73', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e27246c4-d88d-461b-b854-097803d150cc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6214', - 'x-ms-correlation-request-id', - '10030c83-5467-47e2-b56e-036ef6cadf5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040428Z:10030c83-5467-47e2-b56e-036ef6cadf5d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c5c77ee4-b5d6-4b53-9f14-3af1172e7def', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6213', - 'x-ms-correlation-request-id', - 'f2b5107e-f328-4ff3-b433-53dd8db29133', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040428Z:f2b5107e-f328-4ff3-b433-53dd8db29133', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '596ceac4-5807-481d-9e97-9941619e1dfc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6212', - 'x-ms-correlation-request-id', - '2a6be7ed-2306-49cb-adc8-28a7551484f7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040428Z:2a6be7ed-2306-49cb-adc8-28a7551484f7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8b2c168c-c2d9-4a1d-966a-35487129cee4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6211', - 'x-ms-correlation-request-id', - 'c352c815-0435-41f7-bc77-97708274aeee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040429Z:c352c815-0435-41f7-bc77-97708274aeee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41f1770f-3929-4d0a-b7c3-14b89e87af8a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6210', - 'x-ms-correlation-request-id', - 'f8266d34-df0e-4c9f-8230-caa0f6e97106', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040429Z:f8266d34-df0e-4c9f-8230-caa0f6e97106', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1277662f-36d2-4925-ba0c-b05f7843f030', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6209', - 'x-ms-correlation-request-id', - '88beff2b-7ff6-483e-bca5-f4f26956e4f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040430Z:88beff2b-7ff6-483e-bca5-f4f26956e4f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '419993e0-f45f-45ab-9527-d7455a4f4d79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6208', - 'x-ms-correlation-request-id', - '4dfaef1a-1fed-47ed-bb83-3af5518113b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040430Z:4dfaef1a-1fed-47ed-bb83-3af5518113b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40f99994-172f-409e-92fa-a5a10a97eaf3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6207', - 'x-ms-correlation-request-id', - 'eddf0264-6ae0-4adf-bb83-9790181abfe2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040430Z:eddf0264-6ae0-4adf-bb83-9790181abfe2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'be532b9a-abc5-437b-874f-e4c7f3d80dc4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6206', - 'x-ms-correlation-request-id', - '8d464575-6ac1-4f52-9440-8728a34e851a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040431Z:8d464575-6ac1-4f52-9440-8728a34e851a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '25ea902c-60e1-4abf-883c-47aad2d6f942', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6205', - 'x-ms-correlation-request-id', - '0563c797-6622-472a-a3cb-29d2ca6b80dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040431Z:0563c797-6622-472a-a3cb-29d2ca6b80dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a42c8aea-2f0b-458e-aefc-8e5e3e5a3139', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6204', - 'x-ms-correlation-request-id', - '940ad7e3-385b-4536-a76e-aa259220a45b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040432Z:940ad7e3-385b-4536-a76e-aa259220a45b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6cfcc154-9bff-47e2-b33c-c9c776f12f79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6203', - 'x-ms-correlation-request-id', - '85526cad-8338-489a-9669-f68a0e25e1c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040432Z:85526cad-8338-489a-9669-f68a0e25e1c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f485587-7a05-4b06-8cff-fdbbb105c9fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6202', - 'x-ms-correlation-request-id', - '0262b2c5-2081-4f61-83f2-22623a3b37a9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040432Z:0262b2c5-2081-4f61-83f2-22623a3b37a9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f89f0fad-8e9b-4842-889f-06479f0736b2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6201', - 'x-ms-correlation-request-id', - '3a9a7d8f-0da6-45c0-bc4f-b3d355ff2126', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040433Z:3a9a7d8f-0da6-45c0-bc4f-b3d355ff2126', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cfcd2fa1-da2b-47ff-8130-92c129b4cf0f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6200', - 'x-ms-correlation-request-id', - '99739c26-e7f0-4b99-b2fb-73523030db39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040433Z:99739c26-e7f0-4b99-b2fb-73523030db39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f58398e-3c8f-417a-a678-fbb088a74adc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6199', - 'x-ms-correlation-request-id', - '19fc032f-dde5-4d75-a30e-662f9b219db8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040434Z:19fc032f-dde5-4d75-a30e-662f9b219db8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9b9d687d-086b-4a11-ba5f-36e095aaaaca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6198', - 'x-ms-correlation-request-id', - '970a4bb4-54d8-47f5-b6c0-0d38b4f9c317', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040434Z:970a4bb4-54d8-47f5-b6c0-0d38b4f9c317', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f32547e-0ccc-4015-b31f-1b26a883c9d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6197', - 'x-ms-correlation-request-id', - 'a37a02fe-9770-4865-b662-8ca2804eea1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040435Z:a37a02fe-9770-4865-b662-8ca2804eea1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c695f234-9936-4704-86c2-91daa02d9460', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6196', - 'x-ms-correlation-request-id', - 'e1af3fe5-98cc-40e5-80c4-eb05b2a25671', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040435Z:e1af3fe5-98cc-40e5-80c4-eb05b2a25671', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9d99440b-22d9-46fa-9f57-f33bbc53fdbf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6195', - 'x-ms-correlation-request-id', - 'c274397e-6e4d-429f-be8b-4b03bc056904', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040435Z:c274397e-6e4d-429f-be8b-4b03bc056904', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '861df54e-0417-4bcd-b9b9-1ac4ce2271ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6194', - 'x-ms-correlation-request-id', - '7be44d5f-42ea-45b5-88f1-97f2665a9ec6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040436Z:7be44d5f-42ea-45b5-88f1-97f2665a9ec6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fb6f06f2-871b-4041-b03c-2d5e42ee57d3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6193', - 'x-ms-correlation-request-id', - 'f20adb85-c5ff-481b-a1b9-eb5601f50ecf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040436Z:f20adb85-c5ff-481b-a1b9-eb5601f50ecf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ed01fbc-e2dc-4f21-8dde-3b6bc748e34d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6192', - 'x-ms-correlation-request-id', - '02dedde8-9f77-4621-a41a-c952fdcc5f2d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040437Z:02dedde8-9f77-4621-a41a-c952fdcc5f2d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7975bb68-8133-4b7e-9ca7-cb86916d2ba1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6191', - 'x-ms-correlation-request-id', - '0ca173b4-dc8f-4c08-9b37-dc420f75d2aa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040437Z:0ca173b4-dc8f-4c08-9b37-dc420f75d2aa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aae954ad-7f57-4b9a-b051-ac7bad22b3c2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6190', - 'x-ms-correlation-request-id', - 'bf1b4059-9e09-48b2-bc3a-cf9acf7ae854', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040437Z:bf1b4059-9e09-48b2-bc3a-cf9acf7ae854', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfQWN0X2M5ZTUxY2Ri') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e8f57c517d932bbc817f9b2bddbe4f56531cde915fdedfafa7aefa3d147cb6c911332dd8fdbeb153ebe011a1a6617cd478f7ef12f197d5456d30c43a1d74eb3a64dbf7a4d5fe7f43d7d70cccf93efacafabcfe853427795d76d91e3d58f56eb495934f3bc3e5d644549adcfabeaf79c56cb967a1e4fab055e304d5e08bad4823e5d566d715e48afaff3258ddf40c856c5e262d16e2fab3a5f95d7bf273e1e5f15cb5975d5643f58d7b9810bba35f47ab1bc78dd662d60bf5e4fa7793ecb67f47d9bd51779fb32d28abe9cd639fd3e3b6ebf6aa7f4c9decedeeef6eedef6eebd373bf71eeddd7fb4b7373eb8b7b7fff0debd9fa2d617d4f62abbfeaa067ef3b65d358fee86b33166ccb609f7f1326fdd2baff20bea3b2b37bcba9d13c5d7cdf6ceeeb8d6d63d68abaa6e3702194b8bde8bb3fc322f31612ff9fb4d106cd31e9085651ee2a44d205cc31e8c66bad8f4267ddd7b655e352d58fca45a9e1717eb9a7985b8ee7bbfd8b0384deebb6b6da9dc1582ed82cc97d38ab8e3040cccdc47af2cd76539fae86d7efd93d9ba6ccf48bce593a96bf4326b9aabaab65f2df30b625ffae2a42c68b001b8f3ac6cf2e06df3d62c3f470faf9bf2097133f1e3478fda7a4d6d49fa976dd15e0bb42806af5975d0f89eac0b42724963f1bf25c65e1365f0da2ff93eb10b446e7af6f2783623add34054bf473c4e2c3ddebdb73bdebb77f0115ad5c525bd1c340384d147d96c5680d859f95c1583fdeab2a8db7556bec85b22c8db606a4c93e9ba69ab05cd0df192d1134e197d97c64e927c8c990935d3f873c2866466fc3a9fae6ba2c79860b4d5b42a9bf19bb2d9dda1e13f037569f0df04bcdd6f101e4deabd0fc7efa458919e24ecc8b294f9d3bcd9fdf4e083813ec9a66f49c17ac862f01f8e6c1cee8713b50ff78388eb8121c540daeddba480f62c34327e214bbf11d5f2a25aa22b4fc8888f85bf6745934dca5c3bb0124f5ae62769f24810482a9ab6ce8a650bd65f144bc24cbf1218d4a98ae84a65cf09bd7ca1c81c93396ba8e38f4e97e812664da5f674395b55d403f5b5cca7103f6aa610caac3dafea85edf2a3a6bddcc3489bb76b6004a54a9f92d658ce32d26a34cc6c954d89f81f3ddaa566461f19803f205a58e8cd35b92d8ba7599b0194dad127d4f6a3f36cff41b67b6f67fb3cbb3fddde9f4d76b61f4ea7f7b727d34fefefdc9f1eec3fd87f80becc2b4ae9e3d58a062c1ac47e7b4ca4238dd5b7ca3bbb0ff77677d82a9759d37e51cd687a008ddadf1281f0bd28167e939b51f925bf","e4ff014e8e54a5170a0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a8909fb8-1ff4-432d-9e33-80dbfe28ed2c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6189', - 'x-ms-correlation-request-id', - 'a3d9d68d-4306-479d-935e-d0343b58e4f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040438Z:a3d9d68d-4306-479d-935e-d0343b58e4f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:37 GMT' -]); diff --git a/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_delete_test.js b/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_delete_test.js deleted file mode 100644 index acd844273d29..000000000000 --- a/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_delete_test.js +++ /dev/null @@ -1,10245 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "658a4c20c494c6f06a57a6e6ae8aa860"; - -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', - '59116ad3-9ebb-4758-b576-daba7d8d2100', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR2 ProdSlices', - 'Set-Cookie', - 'fpc=Ar6xVruQhP1Mq5IXWo2yWc4; expires=Wed, 12-Jan-2022 04:04:43 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrfif9lMjUU1NxoIl6NJXzyKiMiF9jInf8lZBlWO6qGAaUEEfQD75VlMAB6VrLdk2D9aL64zthqcKa3LiayS8gsv3L1h4Oe0d0MK5DouMC46U8_Ut6rGcDwET3tI2csH_5uaoEtqrTnbOc2MKp80LTnYytH49TULShsQllwTb6id4gAA; 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', - 'Mon, 13 Dec 2021 04:04:43 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', - 'a342d017-372f-49fe-b224-962c2b4f2000', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AjQKaQTivmRHvNBKrbxoTUA; expires=Wed, 12-Jan-2022 04:04:44 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrL6taMEFH_W-e3g56bZWmWpKwlDgaCwhsop6BUfoCk1dtNULIpanF2U74IruzIPw3MkWTefU8-ZO_U9MzdLSS7AwTBSxRKgecNdLL-WmVaMeYfRWFwEUEiZmnccHTfg7_urhDeCPiLszrZO--lkDKyqeXn73lZXWMO32aQ9rnKbAgAA; 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', - 'Mon, 13 Dec 2021 04:04:43 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=607a9fcf-edf8-472c-95c5-79e5a1d7ed64&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', - 'a342d017-372f-49fe-b224-962c2c4f2000', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AtA5NsTnh3pMs8lDOTSgn2cWPr5BAQAAAFu9SNkOAAAA; expires=Wed, 12-Jan-2022 04:04:44 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', - 'Mon, 13 Dec 2021 04:04:43 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e8f57c517d932bbc817f9b2bddbe4f56531cde915fdedfafa7aefa3d147cb6c911332dd8fdbeb153ebe011a1a6617cd478f7ef12f197d5456d30c43a1d74eb3a64dbf7a4d5fe7f43d7d70cccf93efacafabcfe853427795d76d91e3d58f56eb495934f3bc3e5d644549adcfabeaf79c56cb967a1e4fab055e304d5e08bad4823e5d566d715e48afaff3258ddf40c856c5e262d16e2fab3a5f95d7bf273e1e5f15cb5975d5643f58d7b9810bba35f47ab1bc78dd662d60bf5e4fa7793ecb67f47d9bd51779fb32d28abe9cd639fd3e3b6ebf6aa7f4c9decedeeef6eedef6eebd373bf71eeddd7fb4b7373eb8b7b7fff0debd9fa2d617d4f62abbfeaa067ef3b65d358fee86b33166ccb609f7f1326fdd2baff20bea3b2b37bcba9d13c5d7cdf6ceeeb8d6d63d68abaa6e3702194b8bde8bb3fc322f31612ff9fb4d106cd31e9085651ee2a44d205cc31e8c66bad8f4267ddd7b655e352d58fca45a9e1717eb9a7985b8ee7bbfd8b0384deebb6b6da9dc1582ed82cc97d38ab8e3040cccdc47af2cd76539fae86d7efd93d9ba6ccf48bce593a96bf4326b9aabaab65f2df30b625ffae2a42c68b001b8f3ac6cf2e06df3d62c3f470faf9bf2097133f1e3478fda7a4d6d49fa976dd15e0bb42806af5975d0f89eac0b42724963f1bf25c65e1365f0da2ff93eb10b446e7af6f2783623add34054bf473c4e2c3ddebdb73bdebb77f0115ad5c525bd1c340384d147d96c5680d859f95c1583fdeab2a8db7556bec85b22c8db606a4c93e9ba69ab05cd0df192d1134e197d97c64e927c8c990935d3f873c2866466fc3a9fae6ba2c79860b4d5b42a9bf19bb2d9dda1e13f037569f0df04bcdd6f101e4deabd0fc7efa458919e24ecc8b294f9d3bcd9fdf4e083813ec9a66f49c17ac862f01f8e6c1cee8713b50ff78388eb8121c540daeddba480f62c34327e214bbf11d5f2a25aa22b4fc8888f85bf6745934dca5c3bb0124f5ae62769f24810482a9ab6ce8a650bd65f144bc24cbf1218d4a98ae84a65cf09bd7ca1c81c93396ba8e38f4e97e812664da5f674395b55d403f5b5cca7103f6aa610caac3dafea85edf2a3a6bddcc3489bb76b6004a54a9f92d658ce32d26a34cc6c954d89f81f3ddaa566461f19803f205a58e8cd35b92d8ba7599b0194dad127d4f6a3f36cff41b67b6f67fb3cbb3fddde9f4d76b61f4ea7f7b727d34fefefdc9f1eec3fd87f80becc2b4ae9e3d58a062c1ac47e7b4ca4238dd5b7ca3bbb0ff77677d82a9759d37e51cd687a008ddadf1281f0bd28167e939b51f925bf","e4ff014e8e54a5170a0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'ETag', - '"AAAAAABJuyo="', - 'Vary', - 'Accept-Encoding', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c444461e-a297-40b1-9dd8-86646f6707e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6185', - 'x-ms-correlation-request-id', - 'e02b5cce-c613-4a4b-8fb6-f6434a3b0426', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040444Z:e02b5cce-c613-4a4b-8fb6-f6434a3b0426', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:44 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2') - .query(true) - .reply(202, {"id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2","name":"myserviceyyy2","type":"Microsoft.ApiManagement/service","tags":{},"location":"East US","etag":"AAAAAABJuys=","properties":{"publisherEmail":"foo@contoso.com","publisherName":"foo","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","provisioningState":"Succeeded","targetProvisioningState":"Deleting","createdAtUtc":"2021-12-13T03:25:22.8324933Z","gatewayUrl":"https://myserviceyyy2.azure-api.net","gatewayRegionalUrl":"https://myserviceyyy2-eastus-01.regional.azure-api.net","portalUrl":"https://myserviceyyy2.portal.azure-api.net","developerPortalUrl":"https://myserviceyyy2.developer.azure-api.net","managementApiUrl":"https://myserviceyyy2.management.azure-api.net","scmUrl":"https://myserviceyyy2.scm.azure-api.net","hostnameConfigurations":[{"type":"Proxy","hostName":"myserviceyyy2.azure-api.net","encodedCertificate":null,"keyVaultId":null,"certificatePassword":null,"negotiateClientCertificate":false,"certificate":null,"defaultSslBinding":true,"identityClientId":null,"certificateSource":"BuiltIn","certificateStatus":null}],"publicIPAddresses":["20.83.131.238"],"privateIPAddresses":null,"additionalLocations":null,"virtualNetworkConfiguration":null,"customProperties":{"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2":"False"},"virtualNetworkType":"None","certificates":null,"disableGateway":false,"apiVersionConstraint":{"minApiVersion":null},"publicIpAddressId":null,"publicNetworkAccess":"Enabled","privateEndpointConnections":null,"platformVersion":"stv2"},"sku":{"name":"Standard","capacity":1},"identity":null,"zones":null,"systemData":{"createdBy":"azure_client_id","createdByType":"Application","createdAt":"2021-12-13T03:25:22.0192103Z","lastModifiedBy":"azure_client_id","lastModifiedByType":"Application","lastModifiedAt":"2021-12-13T03:25:22.0192103Z"}}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '2591', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '19279b0e-b9d3-475b-ae85-f0632a078f96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-deletes', - '14999', - 'x-ms-correlation-request-id', - 'eb58dbf2-caf4-4c0b-a581-1cee7ccb1358', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040447Z:eb58dbf2-caf4-4c0b-a581-1cee7ccb1358', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b20b57a2-5514-44d5-b028-7683a76a55ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6184', - 'x-ms-correlation-request-id', - '55fb09d4-10e0-4007-ac51-0f0b6892f9dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040448Z:55fb09d4-10e0-4007-ac51-0f0b6892f9dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6727d342-7357-4f51-91e2-a786d7288f27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6183', - 'x-ms-correlation-request-id', - 'f9afd071-772a-45d3-9377-7fec8d1bb789', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040448Z:f9afd071-772a-45d3-9377-7fec8d1bb789', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3cd6b811-02cb-44a3-af86-4da282a1524c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6182', - 'x-ms-correlation-request-id', - '9e3f2071-efc2-4d81-aa54-0b22e5cd1775', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040449Z:9e3f2071-efc2-4d81-aa54-0b22e5cd1775', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ee4e62e-b9e7-4714-a592-4d7d96be8d34', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6181', - 'x-ms-correlation-request-id', - 'ff9c40ef-e834-4091-a347-3fb3ac917236', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040449Z:ff9c40ef-e834-4091-a347-3fb3ac917236', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ca5471f-8a45-4a09-9906-b8bd5c04f6db', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6180', - 'x-ms-correlation-request-id', - 'eb9dc829-62f8-44ba-b6aa-ace264df12eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040449Z:eb9dc829-62f8-44ba-b6aa-ace264df12eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ad7a5a3a-a9f8-417b-ad26-fe551706ca39', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6179', - 'x-ms-correlation-request-id', - '0126d013-38eb-4bb6-a199-2468abcd3f36', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040450Z:0126d013-38eb-4bb6-a199-2468abcd3f36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0970a2f6-9f68-44ad-8206-ae7a676cbf5e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6178', - 'x-ms-correlation-request-id', - 'ef223bc0-4c9f-417e-b591-c61845ec77b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040450Z:ef223bc0-4c9f-417e-b591-c61845ec77b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24e5b1d5-96af-4e57-a7e3-4bae782a6952', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6177', - 'x-ms-correlation-request-id', - '4b04e8af-7b02-4f79-8db6-92eec06fbb67', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040451Z:4b04e8af-7b02-4f79-8db6-92eec06fbb67', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1835bb4e-1ee5-40e6-87da-8f62175ee8be', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6176', - 'x-ms-correlation-request-id', - '4fea0e83-ce7b-426b-8d21-7b88082947c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040451Z:4fea0e83-ce7b-426b-8d21-7b88082947c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5bd1c63c-a0c7-4e88-b9c7-19f69427a5ee', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6175', - 'x-ms-correlation-request-id', - '0c5bdf82-c069-4d5a-a5b3-8493e9a0f89f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040451Z:0c5bdf82-c069-4d5a-a5b3-8493e9a0f89f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c7a7881d-d3cd-4757-852b-948c2e139f24', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6174', - 'x-ms-correlation-request-id', - '4d9ce191-9d8b-4594-bbce-904d8c60da95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040452Z:4d9ce191-9d8b-4594-bbce-904d8c60da95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3718d4ad-5a17-47fc-9236-33a7d668d6ce', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6173', - 'x-ms-correlation-request-id', - 'b54635e6-b5db-4a3e-9ce0-09a32f2336ff', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040452Z:b54635e6-b5db-4a3e-9ce0-09a32f2336ff', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4869b768-59c4-44a5-bac8-ae8f3072ee1f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6172', - 'x-ms-correlation-request-id', - '329f09c8-d387-4114-8ba9-c3750643a3d0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040452Z:329f09c8-d387-4114-8ba9-c3750643a3d0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fef8dc61-e1ef-410e-8662-695648c177b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6171', - 'x-ms-correlation-request-id', - '5e428da3-5805-49df-b2ce-2b03041faf28', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040453Z:5e428da3-5805-49df-b2ce-2b03041faf28', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '56c0087a-a2fc-4dc7-8a48-a728a9ed9393', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6170', - 'x-ms-correlation-request-id', - '6f81ee03-3b28-44ea-b932-1bb5ea532a2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040453Z:6f81ee03-3b28-44ea-b932-1bb5ea532a2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c85d14d8-705b-43bc-b7dd-194ad341d529', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6169', - 'x-ms-correlation-request-id', - 'b5fe9e3b-0fb5-469a-92b7-5a3ba5eb081b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040454Z:b5fe9e3b-0fb5-469a-92b7-5a3ba5eb081b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '147b7d12-dde7-482d-97a1-eaa73b632ad1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6168', - 'x-ms-correlation-request-id', - 'cc310188-b19d-4473-9231-32ddde0e9ebb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040454Z:cc310188-b19d-4473-9231-32ddde0e9ebb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00eb0d79-dc30-41e8-8928-7481bfedd8f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6167', - 'x-ms-correlation-request-id', - 'e6aa7f2c-cc04-4fe3-a721-d1438216d4b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040454Z:e6aa7f2c-cc04-4fe3-a721-d1438216d4b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab80355c-dfff-49cf-9f70-02aad6b3500a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6166', - 'x-ms-correlation-request-id', - '03e00c83-40fe-4158-b6ce-a9304b0bcae9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040455Z:03e00c83-40fe-4158-b6ce-a9304b0bcae9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e3686c75-1506-40c8-9dba-af67e998c2a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6165', - 'x-ms-correlation-request-id', - 'ce8e833a-501a-4124-afcf-d19b77bf23f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040455Z:ce8e833a-501a-4124-afcf-d19b77bf23f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a39a8e43-7221-4bd4-a8e3-419a17d144d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6164', - 'x-ms-correlation-request-id', - '583a87fa-b40c-42be-b836-b9d8179eb794', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040456Z:583a87fa-b40c-42be-b836-b9d8179eb794', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '773c03bc-863c-43ae-ba1d-f5c704ece5d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6163', - 'x-ms-correlation-request-id', - '69f55902-c360-4a14-8168-e11fd6c38d7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040456Z:69f55902-c360-4a14-8168-e11fd6c38d7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7b1ecdc1-b102-4459-91dc-3db74fbbc463', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6162', - 'x-ms-correlation-request-id', - '13576380-de1c-475b-b185-14ea3a99aae7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040456Z:13576380-de1c-475b-b185-14ea3a99aae7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96af7a49-7249-468c-8448-8871da7333c8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6161', - 'x-ms-correlation-request-id', - '4487151d-28a1-48d9-adbe-4c2f21df2776', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040457Z:4487151d-28a1-48d9-adbe-4c2f21df2776', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0b7e09f6-e5d5-4a7b-b5dc-7afa50f936e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6160', - 'x-ms-correlation-request-id', - '61785725-707f-4b71-b7c2-a46091cefb43', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040457Z:61785725-707f-4b71-b7c2-a46091cefb43', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '188939e9-b6ca-4019-b624-dce8cafaa17d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6159', - 'x-ms-correlation-request-id', - '98747c75-7ff7-4275-8db5-4f8055479f4d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040458Z:98747c75-7ff7-4275-8db5-4f8055479f4d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae1e241e-6964-4b58-9b03-2c497c4a98da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6158', - 'x-ms-correlation-request-id', - 'cc558c13-f2b1-4c94-b379-2f34bc0773e6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040458Z:cc558c13-f2b1-4c94-b379-2f34bc0773e6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '08041c11-09b5-4338-a46a-50d86d887f3b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6157', - 'x-ms-correlation-request-id', - 'cd06b619-78ac-4c85-826a-08f954ffe162', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040458Z:cd06b619-78ac-4c85-826a-08f954ffe162', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ae92cd1a-f73d-4f81-85d9-870b5acd5e27', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6156', - 'x-ms-correlation-request-id', - 'f26b32b1-17c7-4f88-a9cf-112da73d1976', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040459Z:f26b32b1-17c7-4f88-a9cf-112da73d1976', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2bab42b0-4e4c-4d48-9521-f4d2819098eb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6155', - 'x-ms-correlation-request-id', - 'c5683166-b194-4a96-a190-ec1f15b98be1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040459Z:c5683166-b194-4a96-a190-ec1f15b98be1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '75ea1143-bc09-4518-8c7d-3b932526fc3c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6154', - 'x-ms-correlation-request-id', - 'eb7728ef-e56c-4e3a-8180-b3e3ed1b50a4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040500Z:eb7728ef-e56c-4e3a-8180-b3e3ed1b50a4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b3bb3b5-5f6d-47fb-a2f8-267233390598', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6153', - 'x-ms-correlation-request-id', - '37331863-d25d-4d28-9ec6-c1c378b7921c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040500Z:37331863-d25d-4d28-9ec6-c1c378b7921c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '86d4f796-b5a4-47c4-bfa2-b51e671e6732', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6152', - 'x-ms-correlation-request-id', - 'b798bb3d-7441-4da1-b2aa-3eb134cde607', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040500Z:b798bb3d-7441-4da1-b2aa-3eb134cde607', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '037343e3-2d17-4f6a-8ffa-3634cf01f13a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6151', - 'x-ms-correlation-request-id', - '6bc46548-5450-494c-84ea-9a46651fe3ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040501Z:6bc46548-5450-494c-84ea-9a46651fe3ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b88d8ff8-6387-4eab-9562-9faf1077577c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6150', - 'x-ms-correlation-request-id', - 'da450df9-f609-459f-934c-6ef13511269c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040501Z:da450df9-f609-459f-934c-6ef13511269c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e412197-de2a-422f-a993-e11fc5496844', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6149', - 'x-ms-correlation-request-id', - 'f5da2ab6-759c-40e0-9d7c-a85b3b070099', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040502Z:f5da2ab6-759c-40e0-9d7c-a85b3b070099', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2b8d424e-93d9-4cc4-bbef-60f7d54bdc40', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6148', - 'x-ms-correlation-request-id', - '8894b842-8292-4ee0-8426-c12b1ba17eda', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040502Z:8894b842-8292-4ee0-8426-c12b1ba17eda', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '581361fc-c445-49ee-8dbf-80d5b98a499f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6147', - 'x-ms-correlation-request-id', - '209380c5-5de9-4347-a8fc-abf3312a2b71', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040502Z:209380c5-5de9-4347-a8fc-abf3312a2b71', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '60e1e923-891d-4f4d-97fc-e2ad43a43c58', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6146', - 'x-ms-correlation-request-id', - 'd1157859-3876-402d-984c-0a01c88d581d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040503Z:d1157859-3876-402d-984c-0a01c88d581d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65c1e593-0db1-43c0-83bb-f54cc0acd2d4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6145', - 'x-ms-correlation-request-id', - 'babdc2dc-4d75-4c49-b421-c4082df3c644', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040503Z:babdc2dc-4d75-4c49-b421-c4082df3c644', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd43c9c3-170e-4d96-9b73-1dc2ba7dec6a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6144', - 'x-ms-correlation-request-id', - '9448f93a-8d6c-4291-b99d-58503bb350a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040504Z:9448f93a-8d6c-4291-b99d-58503bb350a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '647c4fd4-807a-4f24-9a6c-03db3beabf7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6143', - 'x-ms-correlation-request-id', - '44fcf17f-3065-4b3b-bc86-30d4714d5dd0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040504Z:44fcf17f-3065-4b3b-bc86-30d4714d5dd0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '664c937a-9000-41a4-9b38-10439053f3de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6142', - 'x-ms-correlation-request-id', - '2c01639f-a376-46d6-9e99-96ef29602543', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040504Z:2c01639f-a376-46d6-9e99-96ef29602543', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b57a634a-679f-4566-bd51-50c35e747ffe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6141', - 'x-ms-correlation-request-id', - '75eda67b-a074-4a63-af47-b43b5c82a5cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040505Z:75eda67b-a074-4a63-af47-b43b5c82a5cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df379c86-6f7c-4416-abc8-59d173caf448', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6140', - 'x-ms-correlation-request-id', - '68834e58-fb55-412b-adb1-35070a9885cc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040505Z:68834e58-fb55-412b-adb1-35070a9885cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7106e10-732b-46d5-99a8-cf4f2490f566', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6139', - 'x-ms-correlation-request-id', - '5b626870-b70e-4858-aa1d-f0381d130eaa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040506Z:5b626870-b70e-4858-aa1d-f0381d130eaa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8354ca2-6b2c-450f-9160-af5dadb5a942', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6138', - 'x-ms-correlation-request-id', - '08613172-86ab-4cc5-9196-6248547a1064', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040506Z:08613172-86ab-4cc5-9196-6248547a1064', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd4bc49d6-341f-47ca-97a8-9c6685e10d64', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6137', - 'x-ms-correlation-request-id', - '09f1a50a-1a33-44ef-84d6-5807ec49ba2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040506Z:09f1a50a-1a33-44ef-84d6-5807ec49ba2f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '774320e2-5c07-4ea2-b055-4800d4ce09da', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6136', - 'x-ms-correlation-request-id', - '25cb7115-34aa-4195-be3f-79c356405803', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040507Z:25cb7115-34aa-4195-be3f-79c356405803', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '224ba493-7733-4dc9-96d8-25f9dba8829b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6135', - 'x-ms-correlation-request-id', - 'df5f82ab-1e8c-4d1f-ac05-0a882da54499', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040507Z:df5f82ab-1e8c-4d1f-ac05-0a882da54499', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '37115495-17b7-400d-ba5f-1c6fc17d78d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6134', - 'x-ms-correlation-request-id', - 'cc78dacc-9d19-4461-8110-ba6c28cacaf1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040507Z:cc78dacc-9d19-4461-8110-ba6c28cacaf1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fe592382-74c8-4148-9c66-0d1d9091ca15', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6133', - 'x-ms-correlation-request-id', - 'd6a9e546-a652-4d8f-b790-ee7ee5ef5252', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040508Z:d6a9e546-a652-4d8f-b790-ee7ee5ef5252', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3f22125a-a93f-48f1-832c-5b3d29d512c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6132', - 'x-ms-correlation-request-id', - 'fe2ae1b6-0e19-40d0-aa4b-e6879a17fdac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040508Z:fe2ae1b6-0e19-40d0-aa4b-e6879a17fdac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '64240747-958f-49ea-a9a1-3085b85e935a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6131', - 'x-ms-correlation-request-id', - '7995ef03-7f6d-4e74-90b4-fe915c772be6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040509Z:7995ef03-7f6d-4e74-90b4-fe915c772be6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0486ad39-a932-46c0-8d88-303baea5ea25', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6130', - 'x-ms-correlation-request-id', - 'b30ed5dd-dfb8-4b17-84cc-124db2b4eaee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040509Z:b30ed5dd-dfb8-4b17-84cc-124db2b4eaee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c88be162-f074-4692-bc0b-a6bd1b63ca1c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6129', - 'x-ms-correlation-request-id', - 'c2e73422-4b7e-43e3-8874-856e85e0b1c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040509Z:c2e73422-4b7e-43e3-8874-856e85e0b1c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '610a9e5b-e08d-46fe-8a90-a37d79ad227b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6128', - 'x-ms-correlation-request-id', - '8870280f-5fa7-4146-971a-538f8fe8d8b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040510Z:8870280f-5fa7-4146-971a-538f8fe8d8b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a279e9a5-b350-4b35-88af-41ad6f7ccc73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6127', - 'x-ms-correlation-request-id', - '12096ca5-9a3a-4476-bd42-e31af223b2e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040510Z:12096ca5-9a3a-4476-bd42-e31af223b2e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a1cbd9c-0872-4ed5-be26-8755bb9831e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6126', - 'x-ms-correlation-request-id', - '2c91ea6e-8d10-45b9-9a28-34e5e209d557', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040511Z:2c91ea6e-8d10-45b9-9a28-34e5e209d557', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '16f42f2c-fb32-4932-bc9e-696933fc5c21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6125', - 'x-ms-correlation-request-id', - '0bc5b45a-91df-47bb-a236-629781e71b0b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040511Z:0bc5b45a-91df-47bb-a236-629781e71b0b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c79e081a-ba3f-4bac-bc12-51401513ee5c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6124', - 'x-ms-correlation-request-id', - '6247d21b-4c5b-44e6-8a13-21134818075f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040511Z:6247d21b-4c5b-44e6-8a13-21134818075f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1ed7d9ab-02e7-4dbe-997c-af4f5d34896b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6123', - 'x-ms-correlation-request-id', - '484d1fff-8815-4cda-8d02-68fb63eb307d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040512Z:484d1fff-8815-4cda-8d02-68fb63eb307d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3e784418-2160-4ae0-8223-3f7053a1b8fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6122', - 'x-ms-correlation-request-id', - '53d345ed-4a9e-4e3c-8b49-304cb37a979a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040512Z:53d345ed-4a9e-4e3c-8b49-304cb37a979a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a27daf80-6c51-4978-8b55-e934b5f99782', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6121', - 'x-ms-correlation-request-id', - 'dd24329b-2db0-4ef3-9dc6-fc53cac4fc1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040513Z:dd24329b-2db0-4ef3-9dc6-fc53cac4fc1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c58c1ddd-1582-459e-9d74-03e97bde6120', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6120', - 'x-ms-correlation-request-id', - '01fe17f6-4646-4713-b148-8aea02be4ed3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040513Z:01fe17f6-4646-4713-b148-8aea02be4ed3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a90f4ae7-a938-4332-93f6-399129c97fd1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6119', - 'x-ms-correlation-request-id', - '2144ab99-52a6-4328-8f89-1cee5756456d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040513Z:2144ab99-52a6-4328-8f89-1cee5756456d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e6ba6009-3d7d-4cbe-bce9-cacec6a5657b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6118', - 'x-ms-correlation-request-id', - 'b8f61f52-0292-4b62-8b7f-fa6a5701534a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040514Z:b8f61f52-0292-4b62-8b7f-fa6a5701534a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4e958296-a154-4f63-b9c8-5e543692896b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6117', - 'x-ms-correlation-request-id', - 'eacef6a3-23a4-4044-ac8f-2470645a287c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040514Z:eacef6a3-23a4-4044-ac8f-2470645a287c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '57df1860-215e-4fc7-8160-ca5c6fffd723', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6116', - 'x-ms-correlation-request-id', - '202fe4c8-e130-42b4-8a2f-15a8938fdeba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040515Z:202fe4c8-e130-42b4-8a2f-15a8938fdeba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec1fe9cc-7737-44df-b9f6-7b83e52159ab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6115', - 'x-ms-correlation-request-id', - 'ffa93c70-ae96-471b-b561-044b7410e5e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040515Z:ffa93c70-ae96-471b-b561-044b7410e5e1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '158f70da-2f5d-4261-819a-ee2536f1fa60', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6114', - 'x-ms-correlation-request-id', - '5357d353-ab68-43ef-bc51-edac9d538f62', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040515Z:5357d353-ab68-43ef-bc51-edac9d538f62', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '535edb7c-6160-4812-8deb-a75e38792947', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6113', - 'x-ms-correlation-request-id', - 'db4b080f-de4a-48fa-929e-d9f968f61af0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040516Z:db4b080f-de4a-48fa-929e-d9f968f61af0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '69b6d6e1-37f5-4afc-a896-83485129265f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6112', - 'x-ms-correlation-request-id', - '00f80e77-da0c-4ed7-8a11-e14c6d9e6e21', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040516Z:00f80e77-da0c-4ed7-8a11-e14c6d9e6e21', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96af6b3f-7335-45f3-adce-dddb5de48d7f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6111', - 'x-ms-correlation-request-id', - '26ffc8c3-3a56-44f3-b7f3-9bad5715d6ec', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040517Z:26ffc8c3-3a56-44f3-b7f3-9bad5715d6ec', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '71b52b41-6e93-4e7f-8f5f-634d35f7cdff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6110', - 'x-ms-correlation-request-id', - '8bfd3b5d-2eb3-4c86-b4e5-02c8a0dc98bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040517Z:8bfd3b5d-2eb3-4c86-b4e5-02c8a0dc98bd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '63058c43-ab52-43ed-915f-af7a2ef28643', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6109', - 'x-ms-correlation-request-id', - 'cd9ad042-899a-407f-9721-6cc43fd382b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040517Z:cd9ad042-899a-407f-9721-6cc43fd382b1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '00cc20ea-c0f7-404c-8ef3-04026d36317d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6108', - 'x-ms-correlation-request-id', - '0e0e5c05-6dec-422b-9d00-e093130802f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040518Z:0e0e5c05-6dec-422b-9d00-e093130802f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97db474d-42a4-4e67-8f56-d37e89e40a74', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6107', - 'x-ms-correlation-request-id', - 'd2b075d8-94c2-475b-a8b2-95580ee63108', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040518Z:d2b075d8-94c2-475b-a8b2-95580ee63108', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '12afb4b1-7070-4b26-9e20-26aeed91ff5c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6106', - 'x-ms-correlation-request-id', - 'cf94fb5e-b411-43da-8191-b4c82cd5c5b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040518Z:cf94fb5e-b411-43da-8191-b4c82cd5c5b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6269bd11-14ff-4c90-8421-4f75605190a5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6105', - 'x-ms-correlation-request-id', - 'a76f17e7-f409-44fd-a0ac-858fae806792', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040519Z:a76f17e7-f409-44fd-a0ac-858fae806792', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7325698f-4ca7-4b46-bdd2-db4e64986f8e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6104', - 'x-ms-correlation-request-id', - 'c4bddd0e-f894-41a7-9d12-d0bad574f1e8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040519Z:c4bddd0e-f894-41a7-9d12-d0bad574f1e8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3838c12-817a-4c05-ba95-592f279c78e1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6103', - 'x-ms-correlation-request-id', - '038a994d-9430-44fa-b377-62219096136a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040520Z:038a994d-9430-44fa-b377-62219096136a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf9298a3-2d51-41c1-a0b5-7d3f4bb248b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6102', - 'x-ms-correlation-request-id', - '1ecf3672-502f-498c-9d39-eb8661c276ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040520Z:1ecf3672-502f-498c-9d39-eb8661c276ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2d9d7f94-21d4-449c-8c72-381558832f2e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6101', - 'x-ms-correlation-request-id', - '6797e2f7-94a4-44b2-bad7-1015c10f1e42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040520Z:6797e2f7-94a4-44b2-bad7-1015c10f1e42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '084fd99f-0a9a-41f3-9bab-5307db372217', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6100', - 'x-ms-correlation-request-id', - '6ac3ac3e-d400-4b35-a204-20520b83acd4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040521Z:6ac3ac3e-d400-4b35-a204-20520b83acd4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3933c46-c05e-4d17-9887-f9ef861677e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6099', - 'x-ms-correlation-request-id', - 'fe997c74-5a9c-432f-a5b5-c5036f4adf79', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040521Z:fe997c74-5a9c-432f-a5b5-c5036f4adf79', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '29455a25-cd40-46c6-a8b5-a38aa5b9c7a4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6098', - 'x-ms-correlation-request-id', - '7393fc87-b8ec-4885-afd0-06bea7532b82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040522Z:7393fc87-b8ec-4885-afd0-06bea7532b82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '06e83ad0-ed60-41c6-a47e-fa670d300b69', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6097', - 'x-ms-correlation-request-id', - '3658051f-f5a9-42bd-a853-1b62bbfd9eae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040522Z:3658051f-f5a9-42bd-a853-1b62bbfd9eae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '26ac98f1-5b34-4414-859f-1ce4ce81ee83', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6096', - 'x-ms-correlation-request-id', - '04cde063-4608-435d-8313-85433f9f1139', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040522Z:04cde063-4608-435d-8313-85433f9f1139', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eedeff8c-9618-4f2b-8952-b1ab0cfedc60', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6095', - 'x-ms-correlation-request-id', - '43e7fc89-0a15-43d9-af16-8c5601324887', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040523Z:43e7fc89-0a15-43d9-af16-8c5601324887', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2ffff9b3-ac86-4287-9d4d-be36aa31837f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6094', - 'x-ms-correlation-request-id', - '1e7a5711-d214-41fa-951f-2bc0bd6f5f39', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040523Z:1e7a5711-d214-41fa-951f-2bc0bd6f5f39', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '72c563c9-b393-4c5c-8f16-7fa92e78c11e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6093', - 'x-ms-correlation-request-id', - '0c0b82fc-30b6-48a6-9986-cc00032793b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040524Z:0c0b82fc-30b6-48a6-9986-cc00032793b2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7bdcc39c-f055-492a-854e-005302247896', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6092', - 'x-ms-correlation-request-id', - 'a1a2ccbd-6bd1-4213-aa39-8ada0b87ba23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040524Z:a1a2ccbd-6bd1-4213-aa39-8ada0b87ba23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97b7aab8-3688-4751-8d04-385343735d2c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6091', - 'x-ms-correlation-request-id', - '00546f30-fde3-472e-b574-0dec8a685590', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040524Z:00546f30-fde3-472e-b574-0dec8a685590', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8feabaa8-06e8-4583-9d1d-e15368c7e9e2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6090', - 'x-ms-correlation-request-id', - 'fe9b3270-2882-49ca-90d1-62666f9bf78a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040525Z:fe9b3270-2882-49ca-90d1-62666f9bf78a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e02f4330-c780-4b1c-83b0-d189d266ec79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6089', - 'x-ms-correlation-request-id', - 'e5b2270e-460e-47d7-bf33-6333800e2d81', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040525Z:e5b2270e-460e-47d7-bf33-6333800e2d81', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '09016f36-b97f-40e2-88d2-5221a48a213c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6088', - 'x-ms-correlation-request-id', - 'c1d1fafc-2a21-4762-ac40-61a5324c31db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040526Z:c1d1fafc-2a21-4762-ac40-61a5324c31db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7ba9aee7-5076-4496-ba12-92b6064314d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6087', - 'x-ms-correlation-request-id', - 'd7428e08-2509-4ebb-b798-fed395a950c6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040526Z:d7428e08-2509-4ebb-b798-fed395a950c6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '80033788-edf1-498b-bb20-411f63f1137a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6086', - 'x-ms-correlation-request-id', - '5c622d73-52a1-4913-b16a-5f38edea191b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040526Z:5c622d73-52a1-4913-b16a-5f38edea191b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e45ce7bb-bb22-44d4-a48d-a40d333f2f1a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6085', - 'x-ms-correlation-request-id', - '4ba617e9-4f4b-46d7-9f6d-018d1491d47a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040527Z:4ba617e9-4f4b-46d7-9f6d-018d1491d47a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6f188661-e24d-463c-9737-759e752baef2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6084', - 'x-ms-correlation-request-id', - 'da0f4f51-e253-4a50-9039-8ee26fd79ef5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040527Z:da0f4f51-e253-4a50-9039-8ee26fd79ef5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'edf0fba5-c961-4519-a479-b84235399d99', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6083', - 'x-ms-correlation-request-id', - '95ae71a3-f660-4c12-ba8c-91e3cf6a56cb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040528Z:95ae71a3-f660-4c12-ba8c-91e3cf6a56cb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc250c20-1591-4853-90c6-eb24466f6109', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6082', - 'x-ms-correlation-request-id', - '62f224b5-fbd4-4faa-8a22-d6d92294731c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040528Z:62f224b5-fbd4-4faa-8a22-d6d92294731c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8ca03eb2-a5a0-42ea-99df-a57c7a6a0fa8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6081', - 'x-ms-correlation-request-id', - 'e04a921f-b891-407a-a120-30dfaafb9383', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040528Z:e04a921f-b891-407a-a120-30dfaafb9383', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ca3b64c1-0457-4f6c-a07c-e50cedbe51e5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6080', - 'x-ms-correlation-request-id', - '45537e22-2a17-496f-9936-84b690c47aee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040529Z:45537e22-2a17-496f-9936-84b690c47aee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9cbb942b-4662-4131-bcde-654bde873c22', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6079', - 'x-ms-correlation-request-id', - '7aec9284-f176-4777-8b3f-918129c4c533', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040529Z:7aec9284-f176-4777-8b3f-918129c4c533', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '23caf118-0b79-4528-bda9-8f526f6a20a1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6078', - 'x-ms-correlation-request-id', - '3d35981f-a329-458f-8a6f-268865eb60bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040530Z:3d35981f-a329-458f-8a6f-268865eb60bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd3c85df4-99a1-454e-94dd-2d456baa2c6e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6077', - 'x-ms-correlation-request-id', - 'ff6be6ca-99f9-4a36-9bfb-f5942022363a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040530Z:ff6be6ca-99f9-4a36-9bfb-f5942022363a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fa229b4b-332a-4adf-9a18-5f4341c83616', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6076', - 'x-ms-correlation-request-id', - 'bb0b5254-98d7-40ae-a26e-f0b36da9042a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040530Z:bb0b5254-98d7-40ae-a26e-f0b36da9042a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd61bcae4-aabd-4e76-9253-d0073f1cab02', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6075', - 'x-ms-correlation-request-id', - '5570ffb4-3660-4ee2-92ab-2395a74cea92', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040531Z:5570ffb4-3660-4ee2-92ab-2395a74cea92', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ec811dd3-d6cf-4f5c-88f0-016bbfa41b73', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6074', - 'x-ms-correlation-request-id', - '4f01de9c-3335-4f52-ab08-49bd31aa2fb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040531Z:4f01de9c-3335-4f52-ab08-49bd31aa2fb4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eaf0bb7c-ba9f-4f05-9f34-e6572cca0293', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6073', - 'x-ms-correlation-request-id', - '4138f87d-c91d-4ca6-a683-251e6b2e85d2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040532Z:4138f87d-c91d-4ca6-a683-251e6b2e85d2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '009df708-3919-41aa-97bb-818d02cf7bae', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6072', - 'x-ms-correlation-request-id', - 'c6d590a3-702f-45d8-be16-d7095021de95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040532Z:c6d590a3-702f-45d8-be16-d7095021de95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97ef53b9-08d5-4ee9-a171-743b9dff337b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6071', - 'x-ms-correlation-request-id', - '31669f98-6752-4025-bdb7-b2b275b095d1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040532Z:31669f98-6752-4025-bdb7-b2b275b095d1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b904e4ed-23ce-41aa-ae55-29d2bedd3c8f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6070', - 'x-ms-correlation-request-id', - 'd1bde174-7219-49ce-b129-ee912565020a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040533Z:d1bde174-7219-49ce-b129-ee912565020a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e6eca7d-322d-408c-b142-26d66bb17188', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6069', - 'x-ms-correlation-request-id', - 'd276cc72-cede-431a-9293-9926d3570118', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040533Z:d276cc72-cede-431a-9293-9926d3570118', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bff81f65-439e-4571-8f6b-4edbf0ebd17e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6068', - 'x-ms-correlation-request-id', - '16900ddf-f992-4a28-b4b5-2a363ef39c76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040534Z:16900ddf-f992-4a28-b4b5-2a363ef39c76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e7647052-59b0-4346-8d5b-1a6894d5d31a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6067', - 'x-ms-correlation-request-id', - 'cd9e2da8-436a-4765-923c-e16c8a04affa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040534Z:cd9e2da8-436a-4765-923c-e16c8a04affa', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5195cee3-ebaa-40f5-8939-6d68ba9d8600', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6066', - 'x-ms-correlation-request-id', - '8f5d49d4-a18f-49da-bfce-991aed143dc7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040534Z:8f5d49d4-a18f-49da-bfce-991aed143dc7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1f1eab17-e663-4234-83ea-597fd7d77fde', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6065', - 'x-ms-correlation-request-id', - 'bba308b3-5dfb-4e8c-9eed-d747e5cf3efd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040535Z:bba308b3-5dfb-4e8c-9eed-d747e5cf3efd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c3dd6ceb-54d7-4ede-8085-e7b50ad80e9c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6064', - 'x-ms-correlation-request-id', - 'abebc531-4081-406f-8462-592900b2631c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040535Z:abebc531-4081-406f-8462-592900b2631c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4409b43e-f65a-4a0d-abf4-f16de6709ebf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6063', - 'x-ms-correlation-request-id', - 'b53344bc-8e1b-4186-8c35-dd340894d42c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040536Z:b53344bc-8e1b-4186-8c35-dd340894d42c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a2f26e5d-0e56-425e-9e1b-83abb1d88c9f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6062', - 'x-ms-correlation-request-id', - '1603b5c1-72c4-4eeb-9caa-cce3cb04b880', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040536Z:1603b5c1-72c4-4eeb-9caa-cce3cb04b880', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a976189e-9de9-498b-b169-e8ddb7eccd4d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6061', - 'x-ms-correlation-request-id', - '14effc87-da4e-4cf8-bb4e-c197390e9fcc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040536Z:14effc87-da4e-4cf8-bb4e-c197390e9fcc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd9101ee0-686d-4085-92f3-035f4a6fa73b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6060', - 'x-ms-correlation-request-id', - '5e421b47-2d9a-4116-9f28-4fc0b91f3ab6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040537Z:5e421b47-2d9a-4116-9f28-4fc0b91f3ab6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '985d9f81-0c77-4ea6-ba50-cc295e3d40fc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6059', - 'x-ms-correlation-request-id', - '74d36803-9f3e-43d8-a851-b18a51e764bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040537Z:74d36803-9f3e-43d8-a851-b18a51e764bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '502f8ee2-d446-4ed4-89e7-18635f240670', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6058', - 'x-ms-correlation-request-id', - '0d3a1eb0-f618-4d35-adbd-79f4e0fe5bf0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040537Z:0d3a1eb0-f618-4d35-adbd-79f4e0fe5bf0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e45865f2-fc7c-490e-9247-49791c7145b6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6057', - 'x-ms-correlation-request-id', - 'd4df5129-f508-4bea-836e-be40ab76328d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040538Z:d4df5129-f508-4bea-836e-be40ab76328d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd56df91e-1e9e-44da-a061-fc9422a82ce6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6056', - 'x-ms-correlation-request-id', - '8aee1680-50f6-471a-b1eb-0239dedd200e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040538Z:8aee1680-50f6-471a-b1eb-0239dedd200e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4847ec8-fc56-46a2-b550-8322efa69b6d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6055', - 'x-ms-correlation-request-id', - '8b75bc4a-fb0d-4bb6-bffa-4ae37c758440', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040539Z:8b75bc4a-fb0d-4bb6-bffa-4ae37c758440', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5f72a62-35cd-472a-826f-fd4dfa488da9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6054', - 'x-ms-correlation-request-id', - '3beb7973-ffb9-4f4f-98a4-d4d70aeacd9c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040539Z:3beb7973-ffb9-4f4f-98a4-d4d70aeacd9c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30f77833-6971-45ce-a21d-e70079a01e21', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6053', - 'x-ms-correlation-request-id', - 'c9b2be90-08e9-4879-b574-9628e63effb5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040539Z:c9b2be90-08e9-4879-b574-9628e63effb5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5da4b3a9-1248-4965-852e-c06488d2f290', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6052', - 'x-ms-correlation-request-id', - 'c172e5f7-91c2-49e3-b8b3-b2d2bd3f2758', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040540Z:c172e5f7-91c2-49e3-b8b3-b2d2bd3f2758', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ab4804b5-01af-47ad-bcab-f90be2c8fec1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6051', - 'x-ms-correlation-request-id', - 'a285d941-ef3c-4b93-a91b-e8a09833b597', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040540Z:a285d941-ef3c-4b93-a91b-e8a09833b597', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f059d522-f70a-4ef4-9b42-7bac0f38378a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6050', - 'x-ms-correlation-request-id', - 'bb804ec3-9987-4163-a49d-f2027a235611', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040541Z:bb804ec3-9987-4163-a49d-f2027a235611', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '02ead912-aeb8-4545-8588-7eaac52cc2aa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6049', - 'x-ms-correlation-request-id', - 'cbf77b87-c783-41df-9388-77c55b8b175a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040541Z:cbf77b87-c783-41df-9388-77c55b8b175a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc5102c5-8be8-48a2-9084-959eb4fbf278', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6048', - 'x-ms-correlation-request-id', - '2b0d45ad-043e-4b3b-8035-5f4085250093', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040541Z:2b0d45ad-043e-4b3b-8035-5f4085250093', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3ef0263-e605-410b-ad1a-39c4487b5a88', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6047', - 'x-ms-correlation-request-id', - '97253f6b-efa8-464e-b5b6-82865857e3c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040542Z:97253f6b-efa8-464e-b5b6-82865857e3c4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '42118dee-6271-4995-8f9b-6fb51acc38fa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6046', - 'x-ms-correlation-request-id', - 'fecbb5ea-0c55-46ca-8e23-09ecaf7657d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040542Z:fecbb5ea-0c55-46ca-8e23-09ecaf7657d5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2409e2e4-54fd-4997-bc27-090672944d70', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6045', - 'x-ms-correlation-request-id', - '354da25c-224a-4b00-a2c2-9cdd6663763b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040543Z:354da25c-224a-4b00-a2c2-9cdd6663763b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1053be33-8f02-4069-8aea-1d368bfb99ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6044', - 'x-ms-correlation-request-id', - 'e39cfe8e-02e7-47e4-80c8-81f75f818a89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040543Z:e39cfe8e-02e7-47e4-80c8-81f75f818a89', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a1790e6b-b1f4-4cea-bdef-1ecdc7ba4f1b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6043', - 'x-ms-correlation-request-id', - '866aa023-b7c5-4fea-96c9-345c2cf02cbb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040544Z:866aa023-b7c5-4fea-96c9-345c2cf02cbb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1a281240-b395-4fe0-bb4a-4f182e8dc257', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6042', - 'x-ms-correlation-request-id', - 'e998a65a-dbb1-43f4-82f4-ae9872aa15cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040544Z:e998a65a-dbb1-43f4-82f4-ae9872aa15cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c6494f84-15ee-45a9-9d37-9986f2c52e23', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6041', - 'x-ms-correlation-request-id', - '50faa030-5f75-4d77-a595-0ad93fa4a24f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040545Z:50faa030-5f75-4d77-a595-0ad93fa4a24f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bc982a0f-a7c7-4cf5-a0e2-d7c6fb18e744', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6040', - 'x-ms-correlation-request-id', - '2dbb78c2-05d6-4899-886a-cfc20a6f0361', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040545Z:2dbb78c2-05d6-4899-886a-cfc20a6f0361', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0090eb7c-03ac-4122-8c54-a4ac0f73379a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6039', - 'x-ms-correlation-request-id', - '10ef27bb-ac31-427a-aeb8-bfb879873a48', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040545Z:10ef27bb-ac31-427a-aeb8-bfb879873a48', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '357dcbdc-1393-41a4-a18c-4b5defd6a5ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6038', - 'x-ms-correlation-request-id', - 'a886e893-015f-42b3-8187-7036ccbee936', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040546Z:a886e893-015f-42b3-8187-7036ccbee936', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a35629a-e105-422d-a002-8f4e8030c0ba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6037', - 'x-ms-correlation-request-id', - '0dd96c86-cc75-4c20-a2be-f4de7aa55711', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040546Z:0dd96c86-cc75-4c20-a2be-f4de7aa55711', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a6bcf567-5f4e-409a-9a0e-12c37d230550', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6036', - 'x-ms-correlation-request-id', - 'cecbf70c-d150-4126-89c2-d35c3ba1461c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040547Z:cecbf70c-d150-4126-89c2-d35c3ba1461c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aa0cde97-b426-49a2-8efa-5b1fbb4599ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6035', - 'x-ms-correlation-request-id', - '04a6ddf9-59b0-43a0-89e8-477d4489b8a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040547Z:04a6ddf9-59b0-43a0-89e8-477d4489b8a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'df805c69-aae4-4e29-8323-110642bd4d6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6034', - 'x-ms-correlation-request-id', - 'd6f028ce-4aa8-4fe4-bf9a-296db1a8298e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040547Z:d6f028ce-4aa8-4fe4-bf9a-296db1a8298e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '78c4e90c-da33-4176-be77-9ef62d830b94', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6033', - 'x-ms-correlation-request-id', - '555749b7-35c9-4027-873d-0e7d2737c380', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040548Z:555749b7-35c9-4027-873d-0e7d2737c380', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '20df8b71-b540-424c-8889-15a8cbdd846e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6032', - 'x-ms-correlation-request-id', - '73f60cb5-3841-42dd-95d6-91f478ade92c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040548Z:73f60cb5-3841-42dd-95d6-91f478ade92c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:47 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9104e8bc-8af4-4bf6-8b2a-a09f535bb8ff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6031', - 'x-ms-correlation-request-id', - 'a51d150f-4282-41a4-a363-6949eef245e4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040548Z:a51d150f-4282-41a4-a363-6949eef245e4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '24462dd3-8355-4372-b18d-f862113a2ad5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6030', - 'x-ms-correlation-request-id', - '65d98441-2ac6-4845-ac9b-4d50ead3ece3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040549Z:65d98441-2ac6-4845-ac9b-4d50ead3ece3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '85079f91-bdc3-4cdc-998c-b8fa5a26ad7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6029', - 'x-ms-correlation-request-id', - 'e025ad0e-ceca-42f6-bfd5-6308eb2c5112', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040549Z:e025ad0e-ceca-42f6-bfd5-6308eb2c5112', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f3bcddb3-0992-4e58-8be3-ddca3822d950', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6028', - 'x-ms-correlation-request-id', - '30072977-4c76-4a66-84a0-637969eef699', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040550Z:30072977-4c76-4a66-84a0-637969eef699', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a16667fb-5a1d-4024-b565-799e61fb8032', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6027', - 'x-ms-correlation-request-id', - '6392770f-697e-45a2-93d7-90424409deed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040550Z:6392770f-697e-45a2-93d7-90424409deed', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:49 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9571bee4-6880-4997-99b1-860b83640bba', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6026', - 'x-ms-correlation-request-id', - '752c73ab-b9c2-41c7-8e9e-521005ee45bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040550Z:752c73ab-b9c2-41c7-8e9e-521005ee45bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5ccbf76b-98ef-4dac-bcf3-71fc35b8c6e3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6025', - 'x-ms-correlation-request-id', - '7a030b79-f47d-414e-9ffb-63041ed5ac7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040551Z:7a030b79-f47d-414e-9ffb-63041ed5ac7e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c2224645-0a45-44cf-af9b-1ad23aebdbd5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6024', - 'x-ms-correlation-request-id', - '3a439cea-f4ed-4977-bb4e-72eedc245c31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040551Z:3a439cea-f4ed-4977-bb4e-72eedc245c31', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a7c5ccb-93b4-470d-af01-4116268b135a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6023', - 'x-ms-correlation-request-id', - '6339a1d9-9776-42d4-a675-98432df2c20d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040552Z:6339a1d9-9776-42d4-a675-98432df2c20d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68d647c7-ca6f-4060-9239-4bf0211a614a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6022', - 'x-ms-correlation-request-id', - '3c9c7b07-1026-4857-80b6-3d046301cb52', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040552Z:3c9c7b07-1026-4857-80b6-3d046301cb52', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e5df664-6283-42ca-879b-293674a0ef44', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6021', - 'x-ms-correlation-request-id', - '2e4a39a1-0df8-4a7f-95b1-43fd4310bcd4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040552Z:2e4a39a1-0df8-4a7f-95b1-43fd4310bcd4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0a30fabe-ba24-4742-89b7-f143001dba8b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6020', - 'x-ms-correlation-request-id', - 'b86e0a0e-0607-4e8b-b14e-0b94556682cd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040553Z:b86e0a0e-0607-4e8b-b14e-0b94556682cd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'edd5b603-86a4-4640-827d-b195923330de', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6019', - 'x-ms-correlation-request-id', - 'a754424c-d14b-4999-9f71-eb0ff003b394', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040553Z:a754424c-d14b-4999-9f71-eb0ff003b394', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb82b1c5-6afe-43ec-82bd-c6b2bd3b488d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6018', - 'x-ms-correlation-request-id', - 'bb8a92e2-1277-4434-9fa0-f997ad753ee3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040554Z:bb8a92e2-1277-4434-9fa0-f997ad753ee3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '206e5ea0-67aa-4138-b98e-7fe6e72cad4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6017', - 'x-ms-correlation-request-id', - '20487b07-cf98-4e6e-a43f-0bdc0b41a1b0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040554Z:20487b07-cf98-4e6e-a43f-0bdc0b41a1b0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '84cecbfc-7d93-4934-92ff-4d30c031cfdd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6016', - 'x-ms-correlation-request-id', - 'a7997f70-887c-4146-bc3e-2c331918253e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040554Z:a7997f70-887c-4146-bc3e-2c331918253e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6adbd7b5-30ba-49e4-acb6-8d3783953ae6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6015', - 'x-ms-correlation-request-id', - '72d9c2e9-9131-497d-9c72-43b82dc09f8f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040555Z:72d9c2e9-9131-497d-9c72-43b82dc09f8f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0dd357dd-e0fd-4ac1-983f-2f0244863a3e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6014', - 'x-ms-correlation-request-id', - '5c1bd29f-7511-4668-b327-19b01a942eea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040555Z:5c1bd29f-7511-4668-b327-19b01a942eea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1aff2a35-05ec-4a97-861d-fdbdb7134952', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6013', - 'x-ms-correlation-request-id', - 'de377458-e080-4c59-9cf5-39ecc01810ac', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040555Z:de377458-e080-4c59-9cf5-39ecc01810ac', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1277f12c-e76b-447c-842e-231c635ba7ea', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6012', - 'x-ms-correlation-request-id', - '1f4c982a-8ab2-4419-b0b6-b7a242208cd1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040556Z:1f4c982a-8ab2-4419-b0b6-b7a242208cd1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '93958812-cb16-412a-a2bf-e30916f1aa29', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6011', - 'x-ms-correlation-request-id', - 'abe42278-ce78-45b1-ae9e-37f5ef76b534', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040556Z:abe42278-ce78-45b1-ae9e-37f5ef76b534', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e1845672-fd75-4cf7-a6f8-9f1bb952aa57', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6010', - 'x-ms-correlation-request-id', - '48ba53a9-b5f9-4eb4-84ac-bdf3e6c65bc4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040557Z:48ba53a9-b5f9-4eb4-84ac-bdf3e6c65bc4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '59b61223-cb9b-4451-a4e5-ae52e96a91e4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6009', - 'x-ms-correlation-request-id', - 'f91881e6-7654-4b86-a441-eef00cd544b6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040557Z:f91881e6-7654-4b86-a441-eef00cd544b6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:56 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '37de9188-6bf8-431a-b895-a1a027a620ec', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6008', - 'x-ms-correlation-request-id', - 'd48d8da2-b544-4cb8-b25c-71ed4a895214', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040557Z:d48d8da2-b544-4cb8-b25c-71ed4a895214', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2c65b175-f08e-4a1c-ac99-a2a2ee3335d5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6007', - 'x-ms-correlation-request-id', - '2bb9d113-c33f-4612-8f42-25745bb10952', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040558Z:2bb9d113-c33f-4612-8f42-25745bb10952', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a51d5584-da68-44fb-a687-68e7feca9282', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6006', - 'x-ms-correlation-request-id', - '2786468a-223a-45b7-9f0d-1806666eb2c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040558Z:2786468a-223a-45b7-9f0d-1806666eb2c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '28a8ec64-964e-4319-b849-eb75a58b6a6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6005', - 'x-ms-correlation-request-id', - 'ffe89397-570d-4352-8852-0615edb96123', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040559Z:ffe89397-570d-4352-8852-0615edb96123', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bf78feef-7351-4ef1-b902-4d12d1a11f6b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6004', - 'x-ms-correlation-request-id', - '6f4bc703-9ade-40ab-bd9c-11fa8c2d854b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040559Z:6f4bc703-9ade-40ab-bd9c-11fa8c2d854b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b0e3f9e8-7a88-4030-bffd-2b96512d86a9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6003', - 'x-ms-correlation-request-id', - '9763755f-aaec-4320-8f3f-fff5b56a25ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040559Z:9763755f-aaec-4320-8f3f-fff5b56a25ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ddaed617-7bc8-4a26-92fc-70682c017707', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6002', - 'x-ms-correlation-request-id', - '50eabd98-e3ed-4c07-8d15-7cb7fcfadc9a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040600Z:50eabd98-e3ed-4c07-8d15-7cb7fcfadc9a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ee0aded-f9e3-4496-a702-dd8cbb1e2ac2', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6001', - 'x-ms-correlation-request-id', - '11be9113-77aa-4521-bf21-f64783c5f4c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040600Z:11be9113-77aa-4521-bf21-f64783c5f4c0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:05:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '82409385-0cdc-4da8-b70f-650345992bca', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6000', - 'x-ms-correlation-request-id', - '7086a638-3ba5-4ed7-9bb7-a944f4ce2f47', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040601Z:7086a638-3ba5-4ed7-9bb7-a944f4ce2f47', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b577d974-4bee-4eba-bc29-f0c319a3811b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5999', - 'x-ms-correlation-request-id', - '4eb7aa24-36d4-4804-9cfc-a7e0d1721562', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040601Z:4eb7aa24-36d4-4804-9cfc-a7e0d1721562', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '07c19235-bc4b-40dd-9be0-53ff34c8887d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5998', - 'x-ms-correlation-request-id', - '50e6038a-90e1-4575-b83f-8a851923a5a5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040601Z:50e6038a-90e1-4575-b83f-8a851923a5a5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65ae0642-6136-4dce-ae4f-2b9220f96d2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5997', - 'x-ms-correlation-request-id', - '50a7ae85-fea9-48db-aa22-f8bc8d73b455', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040602Z:50a7ae85-fea9-48db-aa22-f8bc8d73b455', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77dba217-cf71-4a11-82ac-a3fda86191a6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5996', - 'x-ms-correlation-request-id', - '3ec8cf7b-613a-45cc-8ffa-0d05f5f61cc5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040602Z:3ec8cf7b-613a-45cc-8ffa-0d05f5f61cc5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd8f53918-9a89-4a3f-b3af-59797e418b1e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5995', - 'x-ms-correlation-request-id', - '81eb671a-9fe7-4b21-855d-8422279fba21', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040603Z:81eb671a-9fe7-4b21-855d-8422279fba21', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'bb93121c-17b6-4046-a38e-ea6d9cc65ffc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5994', - 'x-ms-correlation-request-id', - 'e1cab245-0885-4ca1-833a-c83e982c6f3f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040603Z:e1cab245-0885-4ca1-833a-c83e982c6f3f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a9027216-f278-4861-9450-8c1ff3027bb5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5993', - 'x-ms-correlation-request-id', - '3ec76ef9-00a7-4a2f-b637-89bc98735c76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040603Z:3ec76ef9-00a7-4a2f-b637-89bc98735c76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '489e3b82-b7b9-4a85-8f6a-6c5bb7e1816c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5992', - 'x-ms-correlation-request-id', - 'dd969c44-b623-4005-9649-0bf713c7c592', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040604Z:dd969c44-b623-4005-9649-0bf713c7c592', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'aeca449f-2b3a-460d-8b0d-82d1786451d1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5991', - 'x-ms-correlation-request-id', - 'cd377ac3-b0a0-487b-b861-6f66692cff29', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040604Z:cd377ac3-b0a0-487b-b861-6f66692cff29', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cf24b760-c365-4721-9b25-9489797a0256', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5990', - 'x-ms-correlation-request-id', - '49f41b07-9f53-414d-8b69-dbeb5da81014', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040604Z:49f41b07-9f53-414d-8b69-dbeb5da81014', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '40c72524-94c0-4089-97c7-841d455d7678', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5989', - 'x-ms-correlation-request-id', - 'c1ff9f9f-7a2a-4603-9567-67128e1fe36b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040605Z:c1ff9f9f-7a2a-4603-9567-67128e1fe36b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6df5d305-bad1-4fa3-911e-730fdf1e4283', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5988', - 'x-ms-correlation-request-id', - 'c5637412-c39f-408b-9d56-d1c4e09fe346', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040605Z:c5637412-c39f-408b-9d56-d1c4e09fe346', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '042e1f20-091d-45fd-95f0-96e4205455d7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5987', - 'x-ms-correlation-request-id', - 'd577c9d2-f89f-47a3-95a5-0ed16012d208', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040606Z:d577c9d2-f89f-47a3-95a5-0ed16012d208', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1b490062-d919-49a3-967c-cab2e09a4d57', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5986', - 'x-ms-correlation-request-id', - '1690e975-02bd-4fe9-a3bb-29077f8930b7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040606Z:1690e975-02bd-4fe9-a3bb-29077f8930b7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fbdf5ff6-c347-4027-b9f7-befb33e63d7c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5985', - 'x-ms-correlation-request-id', - '0b011780-0b58-4f72-b401-ee8073bb06ea', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040606Z:0b011780-0b58-4f72-b401-ee8073bb06ea', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0ea4ffb6-5bfb-4f37-9796-03b0509b72e9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5984', - 'x-ms-correlation-request-id', - '43edfb56-a213-4f0c-a8c4-b2b2df164f82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040607Z:43edfb56-a213-4f0c-a8c4-b2b2df164f82', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'ce7f3609-7234-40b3-a190-c16e88819934', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5983', - 'x-ms-correlation-request-id', - '2cbe9917-8d70-438f-8d33-579b7b5221ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040607Z:2cbe9917-8d70-438f-8d33-579b7b5221ce', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4af469ea-ec43-42ff-8592-055fd661f9b7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5982', - 'x-ms-correlation-request-id', - '919717dd-f7e1-4c5c-97f6-11c25381f3bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040608Z:919717dd-f7e1-4c5c-97f6-11c25381f3bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4f723e85-576d-4573-9708-40a1cc12fef7', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5981', - 'x-ms-correlation-request-id', - 'cd821816-7329-4248-bb11-1a3fdf71c411', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040608Z:cd821816-7329-4248-bb11-1a3fdf71c411', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7caf0422-f485-44dd-8594-c7480f985b43', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5980', - 'x-ms-correlation-request-id', - '8f11ca7d-0570-4279-9b02-73172fc02ca6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040608Z:8f11ca7d-0570-4279-9b02-73172fc02ca6', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eb1746ff-e977-4300-aee3-a236d8fe68fb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5979', - 'x-ms-correlation-request-id', - 'e4c72421-b41b-4819-ae06-9b83d8bfbc98', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040609Z:e4c72421-b41b-4819-ae06-9b83d8bfbc98', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5b435122-f6d9-4a82-a23b-14701f7e9d96', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5978', - 'x-ms-correlation-request-id', - '75d36776-1837-4832-8143-e6fbd5fee5db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040609Z:75d36776-1837-4832-8143-e6fbd5fee5db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6918a972-8b46-4126-a79a-816c262873fd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5977', - 'x-ms-correlation-request-id', - '54d01ed4-1f44-4974-b219-3cfc84e5322e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040610Z:54d01ed4-1f44-4974-b219-3cfc84e5322e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7faa2cc2-c2e0-4ef9-97d3-1dab5e044482', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5976', - 'x-ms-correlation-request-id', - '52dbc05f-6f75-424e-8efd-9a018dd299ab', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040610Z:52dbc05f-6f75-424e-8efd-9a018dd299ab', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6edd3b4c-43cc-4dbc-85e5-114a8d0b660c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5975', - 'x-ms-correlation-request-id', - '3112b10d-6c28-4a98-9a9e-3243a4ccc250', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040610Z:3112b10d-6c28-4a98-9a9e-3243a4ccc250', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dcfaf0a8-5cd4-40f5-8a37-c0e35e6dfb4a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5974', - 'x-ms-correlation-request-id', - '09acf604-850f-424e-acde-f42d5ac79d32', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040611Z:09acf604-850f-424e-acde-f42d5ac79d32', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd73bb725-5c7c-44ed-88a4-e8024bd4a180', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5973', - 'x-ms-correlation-request-id', - '2c340cfc-f621-41d3-99e2-0dfbe28fa9ad', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040611Z:2c340cfc-f621-41d3-99e2-0dfbe28fa9ad', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9ec91f14-2e34-4bb4-8913-0b8209c5cb71', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5972', - 'x-ms-correlation-request-id', - '1bfaa6fe-9ebf-494b-a54f-2472229285b8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040612Z:1bfaa6fe-9ebf-494b-a54f-2472229285b8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2a60fa7a-812d-4f66-b82d-c1649e24551d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5971', - 'x-ms-correlation-request-id', - '4393ad59-c1c8-4437-b317-26f7efa417f8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040612Z:4393ad59-c1c8-4437-b317-26f7efa417f8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5fa4e9cc-b76c-4374-940c-7083946c4e22', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5970', - 'x-ms-correlation-request-id', - '67391b05-d3e7-4c33-bb36-b8502fa6de70', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040612Z:67391b05-d3e7-4c33-bb36-b8502fa6de70', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c1bbede4-9812-428a-ba6b-d5c41e50d97d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5969', - 'x-ms-correlation-request-id', - '81535880-2ba2-47e6-85e7-f460022fa7db', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040613Z:81535880-2ba2-47e6-85e7-f460022fa7db', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dcab9582-4e64-42c5-836b-9d5d3432b41b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5968', - 'x-ms-correlation-request-id', - 'c42c1bb5-168f-4424-bcdc-4221fc57f17f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040613Z:c42c1bb5-168f-4424-bcdc-4221fc57f17f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '132df0b1-7618-44d1-a8bd-bb6788983eb5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5967', - 'x-ms-correlation-request-id', - 'b9358b45-7ed7-4a5f-b808-af47faa11082', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040613Z:b9358b45-7ed7-4a5f-b808-af47faa11082', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'fead0f4c-584c-4562-959b-05c604e8029a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5966', - 'x-ms-correlation-request-id', - '5bfbe766-f8d2-4f01-9664-c82a5d933048', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040614Z:5bfbe766-f8d2-4f01-9664-c82a5d933048', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '30a4f344-6a46-4dd2-be7b-7d9adaecf739', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5965', - 'x-ms-correlation-request-id', - 'e3d8e709-7740-4f2a-9e30-29dab1180288', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040614Z:e3d8e709-7740-4f2a-9e30-29dab1180288', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77a65a52-7172-4fde-8aed-df71b740dddb', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5964', - 'x-ms-correlation-request-id', - '88133572-a1d4-44d5-8024-463904b30c30', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040615Z:88133572-a1d4-44d5-8024-463904b30c30', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6c4ff2b3-3016-4a2d-aadf-61133ca09c19', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5963', - 'x-ms-correlation-request-id', - 'c563e793-3a43-41eb-8d22-091e35790f76', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040615Z:c563e793-3a43-41eb-8d22-091e35790f76', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd9c74808-fd79-4366-bfeb-af54824000f0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5962', - 'x-ms-correlation-request-id', - '9806b42b-8707-440d-9cd1-e4bfb1ec19bf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040615Z:9806b42b-8707-440d-9cd1-e4bfb1ec19bf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '972e5eae-8849-491a-b0b9-412713e91cfd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5961', - 'x-ms-correlation-request-id', - 'fe813f6f-2393-42cc-9c7e-904505c7dd77', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040616Z:fe813f6f-2393-42cc-9c7e-904505c7dd77', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '912cd136-08fb-4aa3-984f-e9956ac12c2f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5960', - 'x-ms-correlation-request-id', - '0f76439f-7c3c-4eb9-8eb6-bcea34dbb8d8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040616Z:0f76439f-7c3c-4eb9-8eb6-bcea34dbb8d8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3b33ec06-f1bf-4782-b80d-83d741b44849', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5959', - 'x-ms-correlation-request-id', - '34d80d29-d74f-4188-9b03-4fb9f8f6b232', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040617Z:34d80d29-d74f-4188-9b03-4fb9f8f6b232', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '7018a5a0-8fda-4198-877f-0fc5fc27cfb4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5958', - 'x-ms-correlation-request-id', - '4d4c829f-1dc1-443a-b9a4-56569742c05f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040617Z:4d4c829f-1dc1-443a-b9a4-56569742c05f', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0e706d1f-873f-4f54-a0d9-f8b10c8031dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5957', - 'x-ms-correlation-request-id', - '14ff9ff2-2c8a-44f9-92b3-c6681b97aac7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040617Z:14ff9ff2-2c8a-44f9-92b3-c6681b97aac7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6ca357cd-78dc-4113-9f51-060919a3fca5', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5956', - 'x-ms-correlation-request-id', - 'd1d75fa2-3ddd-4ffa-a578-c773f5e95723', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040618Z:d1d75fa2-3ddd-4ffa-a578-c773f5e95723', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0044c6a4-5ac2-4b01-88eb-fa4459f2099f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5955', - 'x-ms-correlation-request-id', - 'a0e33e70-0841-4f3f-878d-3f0dd1f699eb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040618Z:a0e33e70-0841-4f3f-878d-3f0dd1f699eb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5a84c36d-a73c-48a4-8802-570c600c511e', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5954', - 'x-ms-correlation-request-id', - 'd2a03bba-2d4f-454e-a0ac-024ef11f49dc', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040619Z:d2a03bba-2d4f-454e-a0ac-024ef11f49dc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '55ae3ca2-575a-4942-ad63-14060543634b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5953', - 'x-ms-correlation-request-id', - '3b47b450-3483-405a-855a-44c1d7df591a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040619Z:3b47b450-3483-405a-855a-44c1d7df591a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV80Y2ZiMmFjYQ==') - .query(true) - .reply(200, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '98b2b46d-ea69-438e-8381-7f3b3994fcaf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5952', - 'x-ms-correlation-request-id', - 'c7584872-6c2b-4cdb-83c2-55f89b27f230', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040619Z:c7584872-6c2b-4cdb-83c2-55f89b27f230', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2') - .query(true) - .reply(202, {"id":"/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2","name":"myserviceyyy2","type":"Microsoft.ApiManagement/deletedservices","location":"East US","properties":{"serviceId":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2","scheduledPurgeDate":"2021-12-13T04:06:20.1276211Z","deletionDate":"2021-12-13T04:06:18.6631394Z"}}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '493', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '91f1ab0d-1e8c-4ffe-a35a-44d2ee71605c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-deletes', - '14998', - 'x-ms-correlation-request-id', - 'e038ee7d-4185-4638-a918-a77bee08310a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040620Z:e038ee7d-4185-4638-a918-a77bee08310a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:20 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '34feeb6c-978e-4514-9553-507478b02997', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5951', - 'x-ms-correlation-request-id', - '9aad4d50-2bbb-4bb4-b7fc-e22e68bbc190', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040620Z:9aad4d50-2bbb-4bb4-b7fc-e22e68bbc190', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44088305-f88b-4fc7-ae0a-4839f4e8fd6f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5950', - 'x-ms-correlation-request-id', - '91b108d1-93a8-4688-ac18-a8e944bbd763', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040621Z:91b108d1-93a8-4688-ac18-a8e944bbd763', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1195b46a-daa8-4d72-b8fc-e030289e7f05', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5949', - 'x-ms-correlation-request-id', - '08fa6b68-3803-43c0-b0a8-b2a11cf68b97', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040621Z:08fa6b68-3803-43c0-b0a8-b2a11cf68b97', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67ac6377-cf31-4d35-af89-6704e2e3ea0a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5948', - 'x-ms-correlation-request-id', - 'f6f78df9-df1f-4f4f-ac85-b2ad7bc0cfdf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040621Z:f6f78df9-df1f-4f4f-ac85-b2ad7bc0cfdf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '966904a3-6026-42a6-a8ea-de60dfd1148a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5947', - 'x-ms-correlation-request-id', - '9774711b-1c05-427f-9612-8b947d3c3fa0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040622Z:9774711b-1c05-427f-9612-8b947d3c3fa0', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '04495d9e-5825-4c9d-96e2-2fb773d05b28', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5946', - 'x-ms-correlation-request-id', - '274bd3c4-9842-49e8-9193-7647bb5ff25a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040622Z:274bd3c4-9842-49e8-9193-7647bb5ff25a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e5a88d91-be30-4212-a71b-a82705ec0592', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5945', - 'x-ms-correlation-request-id', - '54d55980-8d73-49de-ba35-c73fe64e9064', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040623Z:54d55980-8d73-49de-ba35-c73fe64e9064', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88038e28-d76f-4530-85a8-6f2a91bb9370', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5944', - 'x-ms-correlation-request-id', - '36a853e6-5305-4cbf-bd29-72a87c51bd96', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040623Z:36a853e6-5305-4cbf-bd29-72a87c51bd96', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3ca68ff6-4a25-474a-9c68-fbb36a771b93', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5943', - 'x-ms-correlation-request-id', - 'af679956-55b4-429f-a4ea-fad54ce3198c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040623Z:af679956-55b4-429f-a4ea-fad54ce3198c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0d1570b4-834f-49fa-a7b4-d2c1ca7853dd', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5942', - 'x-ms-correlation-request-id', - '0b5b6717-d5fe-4220-861a-c6b3d7eeeef3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040624Z:0b5b6717-d5fe-4220-861a-c6b3d7eeeef3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '45a3056a-a11c-4d6d-a0ec-d76030baeb79', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5941', - 'x-ms-correlation-request-id', - 'ba998156-5bad-431e-814f-9444908b64c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040624Z:ba998156-5bad-431e-814f-9444908b64c3', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eaaf026e-a984-4a09-9920-0dd97f0cfc0d', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5940', - 'x-ms-correlation-request-id', - 'bd67206d-7b02-4628-8165-5fd6b85dcc07', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040624Z:bd67206d-7b02-4628-8165-5fd6b85dcc07', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8bfbd501-78a7-4a0b-ba4d-993b2fdafef4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5939', - 'x-ms-correlation-request-id', - '6a721bf0-fc59-4bbf-a1b2-c58b07737a46', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040625Z:6a721bf0-fc59-4bbf-a1b2-c58b07737a46', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e8a40da2-faab-43fa-bac8-50f73f1bcfe4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5938', - 'x-ms-correlation-request-id', - '7cff9ab2-4f53-4006-9af4-ec794efc633b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040625Z:7cff9ab2-4f53-4006-9af4-ec794efc633b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a15eccb3-349f-47ff-86b7-778c4bb8e703', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5937', - 'x-ms-correlation-request-id', - '47504c97-6ab8-48e7-9b5f-dec0aacb832d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040626Z:47504c97-6ab8-48e7-9b5f-dec0aacb832d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '77ab4bfc-a7eb-4f12-9cac-cd825d4f49c0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5936', - 'x-ms-correlation-request-id', - '96b7b28d-9b09-4411-b08b-d7dd17d9a335', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040626Z:96b7b28d-9b09-4411-b08b-d7dd17d9a335', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'b38d1323-ef11-4086-bff6-97fa63fc3819', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5935', - 'x-ms-correlation-request-id', - '8233968e-390a-4b10-81ed-eaf6d6230ae7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040626Z:8233968e-390a-4b10-81ed-eaf6d6230ae7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cd58d966-c554-4fd5-b837-89791ad13689', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5934', - 'x-ms-correlation-request-id', - 'af22894c-1010-4074-8b27-dec36ca3a4e9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040627Z:af22894c-1010-4074-8b27-dec36ca3a4e9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '41c3a938-d702-4184-8205-e100a78401c9', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5933', - 'x-ms-correlation-request-id', - '77216fb9-e764-42bd-ae07-f43f8c95ea42', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040627Z:77216fb9-e764-42bd-ae07-f43f8c95ea42', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3aae27cc-999b-4aea-b21d-0743ac38aa6c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5932', - 'x-ms-correlation-request-id', - '0376b25b-8701-4d7a-9b44-5e1cd6196d2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040628Z:0376b25b-8701-4d7a-9b44-5e1cd6196d2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'c34c332e-3644-403f-aaaa-6e5ba065e7b3', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5931', - 'x-ms-correlation-request-id', - 'd4457418-fea0-4480-b440-ee22dff16089', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040628Z:d4457418-fea0-4480-b440-ee22dff16089', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '252c0633-8616-4ff0-9ca7-2d7b0fdad205', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5930', - 'x-ms-correlation-request-id', - '1a080dec-ac52-4878-bed8-8937ce7afc0d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040628Z:1a080dec-ac52-4878-bed8-8937ce7afc0d', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '68e9583b-3f40-46a3-b2d9-50c55d695225', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5929', - 'x-ms-correlation-request-id', - 'b05c29aa-a25e-40a7-a903-e14ca7d7121e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040629Z:b05c29aa-a25e-40a7-a903-e14ca7d7121e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8e352ba1-1ef6-45e6-81c0-dd30992b66cf', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5928', - 'x-ms-correlation-request-id', - '8e51ceb1-c888-4ce8-a20e-a35985832df7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040629Z:8e51ceb1-c888-4ce8-a20e-a35985832df7', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '256a27e9-6a79-4c4e-a1e9-253770174701', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5927', - 'x-ms-correlation-request-id', - 'ff113759-7f35-44c5-ae36-6979e5d753ba', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040630Z:ff113759-7f35-44c5-ae36-6979e5d753ba', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4e3dca7-b8ea-4342-9d9c-f80ecefabcfe', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5926', - 'x-ms-correlation-request-id', - '92e485f1-d397-4e7e-9fbd-781e509ea5f5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040630Z:92e485f1-d397-4e7e-9fbd-781e509ea5f5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '287fec33-05a1-4347-9722-f0ca10085ba6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5925', - 'x-ms-correlation-request-id', - 'b1dbe19e-2fa7-4e3f-b0f0-44a835064a25', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040630Z:b1dbe19e-2fa7-4e3f-b0f0-44a835064a25', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9c8d0065-50bb-441b-877f-ed2c10269903', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5924', - 'x-ms-correlation-request-id', - '3166bd30-5e4d-41b9-87ee-e5d68bd71cdd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040631Z:3166bd30-5e4d-41b9-87ee-e5d68bd71cdd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '65e57d5f-d8b9-41f5-97f0-62d96a53af65', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5923', - 'x-ms-correlation-request-id', - 'af30d0cb-ea45-459f-a7cc-ec43b6b7b668', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040631Z:af30d0cb-ea45-459f-a7cc-ec43b6b7b668', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '97944f9d-08a1-4ce1-a9f7-e800b9bca9d0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5922', - 'x-ms-correlation-request-id', - 'edfc7310-507b-414a-b84e-242601e88d09', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040631Z:edfc7310-507b-414a-b84e-242601e88d09', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f4738ee6-f346-4b45-ad63-4b02efd496ac', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5921', - 'x-ms-correlation-request-id', - '7873d80c-30e5-4962-9274-b8312fd62f8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040632Z:7873d80c-30e5-4962-9274-b8312fd62f8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '0f1e1bc8-dfdc-47ba-98ab-083194d38747', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5920', - 'x-ms-correlation-request-id', - 'baf94b33-9133-4809-81b9-6dc7a634cf3e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040632Z:baf94b33-9133-4809-81b9-6dc7a634cf3e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4b0af0a9-d312-4281-9898-3300cd1241e0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5919', - 'x-ms-correlation-request-id', - 'a2fb8a58-308a-432f-bc20-ac4ddeaa33a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040633Z:a2fb8a58-308a-432f-bc20-ac4ddeaa33a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '1241c271-5f38-4af0-a6cd-4f7c34047c08', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5918', - 'x-ms-correlation-request-id', - '36fa3bef-25c7-4a43-9592-5fde6cbd286c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040633Z:36fa3bef-25c7-4a43-9592-5fde6cbd286c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5bccc534-deb3-4444-aff0-e1be8dd27cff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5917', - 'x-ms-correlation-request-id', - 'ac034f2b-d68c-48f6-9630-dc36af7d8509', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040633Z:ac034f2b-d68c-48f6-9630-dc36af7d8509', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '13d7f6fd-f903-49bb-bc66-ad1878a65125', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5916', - 'x-ms-correlation-request-id', - '1da338b9-1101-44cb-84c1-c69834a70035', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040634Z:1da338b9-1101-44cb-84c1-c69834a70035', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'cbde3808-0f86-4846-be31-f84e4cb4b785', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5915', - 'x-ms-correlation-request-id', - '68d76ede-4399-4e7c-b8bf-c1fbe9dd27b5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040634Z:68d76ede-4399-4e7c-b8bf-c1fbe9dd27b5', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e83d1c52-1d6c-432f-9bd4-9997015a9056', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5914', - 'x-ms-correlation-request-id', - '62a5e744-8978-4bda-981f-503b5d84d084', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040635Z:62a5e744-8978-4bda-981f-503b5d84d084', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '6708622b-a09d-4521-8628-16eec87b9560', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5913', - 'x-ms-correlation-request-id', - 'd792c5b7-91a6-42b2-8cbf-8f12c2d7092c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040635Z:d792c5b7-91a6-42b2-8cbf-8f12c2d7092c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '8478e52c-f6a6-4bd6-ac86-f402ad8f36f6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5912', - 'x-ms-correlation-request-id', - '28186838-a7b0-474b-b9f4-aa0e7f6b2d01', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040635Z:28186838-a7b0-474b-b9f4-aa0e7f6b2d01', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '3750854b-d6c6-4dd8-861e-8e620790512c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5911', - 'x-ms-correlation-request-id', - 'ba7526c8-3dbd-43b2-aba7-37b5a918f956', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040636Z:ba7526c8-3dbd-43b2-aba7-37b5a918f956', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '931aff46-ef79-46bb-9800-25c149db352a', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5910', - 'x-ms-correlation-request-id', - '6ebffbd3-d95d-46c6-a2cb-27474be09ddd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040636Z:6ebffbd3-d95d-46c6-a2cb-27474be09ddd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'eef97773-9b58-4507-b899-e2d567eb3af1', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5909', - 'x-ms-correlation-request-id', - 'b255c28f-ea5b-411d-b3ca-e8989cf275f1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040636Z:b255c28f-ea5b-411d-b3ca-e8989cf275f1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '219be908-1af6-4f54-9e3a-f47e0896ed92', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5908', - 'x-ms-correlation-request-id', - '17a81698-09a2-429f-b27f-4658c3071cdb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040637Z:17a81698-09a2-429f-b27f-4658c3071cdb', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'dcd8e6ea-ae17-44e2-bf91-22805186bd1f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5907', - 'x-ms-correlation-request-id', - '55a79fb9-cba2-4af2-8443-e286b9f7c1ee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040637Z:55a79fb9-cba2-4af2-8443-e286b9f7c1ee', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '44a1620c-98f2-480e-b76a-be8087261394', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5906', - 'x-ms-correlation-request-id', - '81233d97-deea-4037-901f-7d075acd7f8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040638Z:81233d97-deea-4037-901f-7d075acd7f8e', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '67aa754c-0116-4d0a-ae6e-ffbfa0f763ab', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5905', - 'x-ms-correlation-request-id', - 'e93f0888-caac-4bc7-a460-63ad25a6a3f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040638Z:e93f0888-caac-4bc7-a460-63ad25a6a3f4', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a3f1c685-a028-4ced-9917-eb8c68d93de4', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5904', - 'x-ms-correlation-request-id', - '10b5100a-0807-4ad1-a53d-33b5f6c6b15a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040638Z:10b5100a-0807-4ad1-a53d-33b5f6c6b15a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a702a5a4-032c-40e5-8ae4-df82371e505f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5903', - 'x-ms-correlation-request-id', - '407787da-6036-4ace-8989-ba12b4905683', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040639Z:407787da-6036-4ace-8989-ba12b4905683', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5d2b8409-3aae-40ff-a25e-2e7f4e6a238f', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5902', - 'x-ms-correlation-request-id', - '66ac6b4d-d439-4a1d-bf3a-8cac172da8fe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040639Z:66ac6b4d-d439-4a1d-bf3a-8cac172da8fe', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'e25da305-b047-4844-9400-035d7c33c66b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5901', - 'x-ms-correlation-request-id', - '73be84ea-8990-4d95-a58f-487c086f47ae', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040639Z:73be84ea-8990-4d95-a58f-487c086f47ae', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a4c14a2c-5f1f-48a1-9473-7e306c803961', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5900', - 'x-ms-correlation-request-id', - 'ab5f40f3-f3cf-4224-b09f-8bb9f0921e23', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040640Z:ab5f40f3-f3cf-4224-b09f-8bb9f0921e23', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f7b439fe-ae75-4178-8007-f5cbb88a48a8', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5899', - 'x-ms-correlation-request-id', - 'e6dfa981-10d0-4a94-a6b5-82b74a7cdf95', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040640Z:e6dfa981-10d0-4a94-a6b5-82b74a7cdf95', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'a72b4115-9db9-415f-b59e-7c2194d33b6c', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5898', - 'x-ms-correlation-request-id', - '4abb420c-97ee-4f68-8e3c-39f67e6ab1a8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040641Z:4abb420c-97ee-4f68-8e3c-39f67e6ab1a8', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '5082fc5f-fc7a-4704-8dd2-e6ebee529173', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5897', - 'x-ms-correlation-request-id', - '4e3765bc-5f0b-4304-b3a3-4f33a682cfdf', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040641Z:4e3765bc-5f0b-4304-b3a3-4f33a682cfdf', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f5ac7908-3e1e-4830-857e-489d5bc64cdc', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5896', - 'x-ms-correlation-request-id', - '37ae35ff-8045-4c81-ada1-94b792aa0820', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040642Z:37ae35ff-8045-4c81-ada1-94b792aa0820', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'd610dca0-532c-42f3-be2a-1c80415dfbfa', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5895', - 'x-ms-correlation-request-id', - '6c9090d2-e681-4675-aa3c-fdddfb0e4478', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040642Z:6c9090d2-e681-4675-aa3c-fdddfb0e4478', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '283e2b80-05f9-4d1c-aee4-2f5446833db6', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5894', - 'x-ms-correlation-request-id', - '11482632-7093-45c2-af26-ac4305616d1a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040642Z:11482632-7093-45c2-af26-ac4305616d1a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '081e8353-f06d-457f-bd6e-e2b60b147466', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5893', - 'x-ms-correlation-request-id', - 'fc1899b7-403f-4beb-ba68-7582cf1fbbd1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040643Z:fc1899b7-403f-4beb-ba68-7582cf1fbbd1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==?api-version=2021-08-01', - 'Retry-After', - '0', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '9abbdce4-3d01-4156-bc6b-caf86f0f09ad', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5892', - 'x-ms-correlation-request-id', - '1d914e95-2d05-4151-9517-d2c6d66ce9c2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040643Z:1d914e95-2d05-4151-9517-d2c6d66ce9c2', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.ApiManagement/locations/eastus/deletedservices/myserviceyyy2/operationresults/ZWFzdHVzOm15c2VydmljZXl5eTJfVGVybV9iYjZiZTRmNg==') - .query(true) - .reply(200, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '969a51cb-203d-4851-b991-32fc5783b90b', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5891', - 'x-ms-correlation-request-id', - 'a6ae9e73-a3c3-4937-9375-e5a1dbc2f29c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040643Z:a6ae9e73-a3c3-4937-9375-e5a1dbc2f29c', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '88a9274a-05f8-4180-949f-592e554b4827', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '5890', - 'x-ms-correlation-request-id', - '6606dd6e-3fd5-4431-9146-daccf72bfe0b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040644Z:6606dd6e-3fd5-4431-9146-daccf72bfe0b', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:06:44 GMT' -]); diff --git a/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_get_test.js b/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_get_test.js deleted file mode 100644 index 8c2a89b9e4d2..000000000000 --- a/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_get_test.js +++ /dev/null @@ -1,149 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "a8bfb01f88dcd89ee08996abe6fb75fe"; - -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', - '1306231f-1899-4d48-aeca-900132472000', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AuL96v0VnuVOv4lVttTveTM; expires=Wed, 12-Jan-2022 04:04:39 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrSZb3WAq9X7yEFX2MQvbPUp8PP7X0_-e7BedYToxs0nQN-D_Mj_szOGFn0bey-vn21EnP1ncz_1bWClsHlmtWKbK2M-nwmurRCQw-4zcE6gR8gC_IMCc33J5sUoHrmMwCGtz_LswB1oae3Pwp-1RTdY8fkh5xDOuvRtndxNtH6zogAA; 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', - 'Mon, 13 Dec 2021 04:04:38 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', - '1306231f-1899-4d48-aeca-900136472000', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AjlG_6t7CzJPljbi9yk736E; expires=Wed, 12-Jan-2022 04:04:39 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr_cC96ADh_mB_nYX8I6hFQSC2epKL1ByI1DDjbLQSOLb8NbU1X-q3EhPDb3xQk56ZvXzn-GWRIyuHvWpzz8vUwv2EP-AiXJFSyNPL20ubKfEOiFT8phe9qCymS4HkLH30npRI3av2eXwfJ9ENaEgY4FBwGuLnOH-Ku0rDoXFtqH4gAA; 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', - 'Mon, 13 Dec 2021 04:04:38 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=d447da27-8f8e-45d0-af17-847026ae5ee5&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', - 'b3700a5a-2a8c-4bf0-9312-fdebb9722000', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AprZr75Ll71KrYNonzZsjpAWPr5BAQAAAFa9SNkOAAAA; expires=Wed, 12-Jan-2022 04:04:39 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', - 'Mon, 13 Dec 2021 04:04:39 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e8f57c517d932bbc817f9b2bddbe4f56531cde915fdedfafa7aefa3d147cb6c911332dd8fdbeb153ebe011a1a6617cd478f7ef12f197d5456d30c43a1d74eb3a64dbf7a4d5fe7f43d7d70cccf93efacafabcfe853427795d76d91e3d58f56eb495934f3bc3e5d644549adcfabeaf79c56cb967a1e4fab055e304d5e08bad4823e5d566d715e48afaff3258ddf40c856c5e262d16e2fab3a5f95d7bf273e1e5f15cb5975d5643f58d7b9810bba35f47ab1bc78dd662d60bf5e4fa7793ecb67f47d9bd51779fb32d28abe9cd639fd3e3b6ebf6aa7f4c9decedeeef6eedef6eebd373bf71eeddd7fb4b7373eb8b7b7fff0debd9fa2d617d4f62abbfeaa067ef3b65d358fee86b33166ccb609f7f1326fdd2baff20bea3b2b37bcba9d13c5d7cdf6ceeeb8d6d63d68abaa6e3702194b8bde8bb3fc322f31612ff9fb4d106cd31e9085651ee2a44d205cc31e8c66bad8f4267ddd7b655e352d58fca45a9e1717eb9a7985b8ee7bbfd8b0384deebb6b6da9dc1582ed82cc97d38ab8e3040cccdc47af2cd76539fae86d7efd93d9ba6ccf48bce593a96bf4326b9aabaab65f2df30b625ffae2a42c68b001b8f3ac6cf2e06df3d62c3f470faf9bf2097133f1e3478fda7a4d6d49fa976dd15e0bb42806af5975d0f89eac0b42724963f1bf25c65e1365f0da2ff93eb10b446e7af6f2783623add34054bf473c4e2c3ddebdb73bdebb77f0115ad5c525bd1c340384d147d96c5680d859f95c1583fdeab2a8db7556bec85b22c8db606a4c93e9ba69ab05cd0df192d1134e197d97c64e927c8c990935d3f873c2866466fc3a9fae6ba2c79860b4d5b42a9bf19bb2d9dda1e13f037569f0df04bcdd6f101e4deabd0fc7efa458919e24ecc8b294f9d3bcd9fdf4e083813ec9a66f49c17ac862f01f8e6c1cee8713b50ff78388eb8121c540daeddba480f62c34327e214bbf11d5f2a25aa22b4fc8888f85bf6745934dca5c3bb0124f5ae62769f24810482a9ab6ce8a650bd65f144bc24cbf1218d4a98ae84a65cf09bd7ca1c81c93396ba8e38f4e97e812664da5f674395b55d403f5b5cca7103f6aa610caac3dafea85edf2a3a6bddcc3489bb76b6004a54a9f92d658ce32d26a34cc6c954d89f81f3ddaa566461f19803f205a58e8cd35b92d8ba7599b0194dad127d4f6a3f36cff41b67b6f67fb3cbb3fddde9f4d76b61f4ea7f7b727d34fefefdc9f1eec3fd87f80becc2b4ae9e3d58a062c1ac47e7b4ca4238dd5b7ca3bbb0ff77677d82a9759d37e51cd687a008ddadf1281f0bd28167e939b51f925bf","e4ff014e8e54a5170a0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'ETag', - '"AAAAAABJuyo="', - 'Vary', - 'Accept-Encoding', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '2651258c-057e-4f7b-ac36-30e8461af577', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6188', - 'x-ms-correlation-request-id', - '28057232-4ab3-473b-9a73-fe7b448feba1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040440Z:28057232-4ab3-473b-9a73-fe7b448feba1', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:39 GMT' -]); diff --git a/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_listbyresourcegroup_test.js b/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_listbyresourcegroup_test.js deleted file mode 100644 index e4eba7757af0..000000000000 --- a/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_listbyresourcegroup_test.js +++ /dev/null @@ -1,147 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "e70b0fdea06a5e63617ec273e122b1d8"; - -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', - 'e80ac778-5740-4244-80b0-912c76b91f00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AvRPMjUmkA1Nus6Z7dmuqqU; expires=Wed, 12-Jan-2022 04:04:40 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr5n7rS_dYYzM-r0C5wz3VBWO0hbJGeqBNzyhMNkIhysog5pSX3QhuJMKJV4ioZvFwWDSeO35PVkZlIWx1ie6u5QkNf9SY0QijLyr4FrIXumLsMzDijoqiU3Ib5gaF6KXwHE9Cj8fjp0X1Rz5ruzqrR72llidK5M6C2BX1lgERM9ggAA; 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', - 'Mon, 13 Dec 2021 04:04:39 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', - '2f2a3fa4-e575-45d7-8873-faa582831e00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR2 ProdSlices', - 'Set-Cookie', - 'fpc=Ap74a8nI5shJlfocgyXNW_8; expires=Wed, 12-Jan-2022 04:04:41 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevronnWu_smwYbiAZDlHZB8cudjvbkAepnO549x9Mp3LbEYs_cYhcxDmFA_dPBTeNUH2KQVEOEBDvmm9IjDtN-DZsrBp8kGcXIm4BFkJFIxcg0-URhDxI6cBMJqO72EVSm6oIZtnVawcRA8Lp6KXZN0b9VmijX9MvZpavn-Ki5Hf0EgAA; 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', - 'Mon, 13 Dec 2021 04:04:40 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=69152960-c84a-4280-baa6-9ab7c6b67940&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', - '59116ad3-9ebb-4758-b576-daba718d2100', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AlHVDZ3_VBlJsCs7UuaopdkWPr5BAQAAAFi9SNkOAAAA; expires=Wed, 12-Jan-2022 04:04:41 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', - 'Mon, 13 Dec 2021 04:04:40 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3e355f145b6cc2ef245be6cef36797d594c737a457fbbbebedefb68f4d1325b104e1f753f6eaf57f8f8066868985d341f3dfac5bf64f451594d330c855e3bcd9a36fdea357d9dd3f7f4c1313f4fbeb3beae3ea34f09dd555eb7458e573f5aad2765d1ccf3fa74911525b53eafaadf735a2d5bea793cad1678c1347921e8520bfa7459b5c57921bdbece97347e03215b158b8b45bbbdacea7c555eff9ef8787c552c67d55593fd605de7062ee8d6d0ebc5f2e2759bb580fd7a3d9de6f92c9fd1f76d565fe4edcb482bfa725ae7f4fbecb8fdaa9dd2277b3b7bbbdbbb7bdbbbf7deecdc7bb477ffd1dedef8e0dedefec37bf77e8a5a5f50dbabecfaab1af8cddb76d53cba1bcec69831db26dcc7cbbc75afbcca2fa8efacdcf0ea764e145f37db3bbbe35a5bf7a0adaabadd08642c2d7a2fcef2cbbcc484bde4ef3741b04d7b4016967988933681700d7b309ae962d39bf475ef9579d5b460f1936a795e5cac6be615e23a124265719adc77d7da52b92b04db05992fa71571c7091898b98f5e59aecb72f4d1dbfcfa27b375d99e9178cb2753d7e865d63457556dbf5ae617c4bef4c54959d0600370e759d9e4c1dbe6ad597e8e1e5e37e513e266e2c78f1eb5f59ada92f42fdba2bd1668510c5eb3eaa0f13d591784e492c6e27f4b8cbd26cae0b55ff27d621788dcf4ece5f16c465aa781a87e8f789c587abc7b6f77bc77efe023b4aa8b4b7a39680608a38fb2d9ac00b1b3f2b92a06fbd56551b7ebac7c91b74490b7c1d49826d375d3560b9a1be225a3279c32fa2e8d9d24f91833136aa6f1e7840dc9ccf8753e5dd7448f31c168ab695536e33765b3bb43c37f06ead2e0bf0978bbdf203c9ad47b1f8edf49b1223d49d8916529f3a779b3fbe9c107037d924ddf9282f590c5e03f1cd938dc0f276a1fee0711d703438a81b4dbb74901ed596864fc42967e23aae545b544579e90111f0b7fcf8a269b94b97660259eb4cc4fd2e491209054346d9d15cb16acbf289684997e2530a85315d195ca9e137af94291392673d650c71f9d2ed125cc9a4aede972b6aaa807ea6b994f217ed44c2194597b5ed50bdbe5474d7bb98791366fd7c0084a953e25adb19c65a4d56898d92a9b12f13f7ab44bcd8c3e32007f40b4b0d09b6b725b164fb3360328b5a34fa8ed47e7d9fe836cf7decef679767fbabd3f9bec6c3f9c4eef6f4fa69fdedfb93f3dd87fb0ff007d995794d2c7ab150d583488fdf69848471aab6f9577761feeedeeb0552eb3a6fda29ad1f4001ab5bf2502e17b512cfc2637a3f24b7ec9f7","7fc9ff03c222eb89230a0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - 'f09f41a5-c047-4d77-9f34-3b08aa7e69df', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6187', - 'x-ms-correlation-request-id', - 'be039ba5-7682-442a-b7ca-f7a9bd0a2e2a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040442Z:be039ba5-7682-442a-b7ca-f7a9bd0a2e2a', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:41 GMT' -]); diff --git a/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_update_test.js b/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_update_test.js deleted file mode 100644 index dd05253932df..000000000000 --- a/sdk/apimanagement/arm-apimanagement/recordings/node/apimanagement_test/recording_apimanagementservice_update_test.js +++ /dev/null @@ -1,187 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "c2ab3c5609fb62b8e584c536f3c53006"; - -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', - '1306231f-1899-4d48-aeca-90014c472000', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AquMKi6XBDhJorfhFEjYnwE; expires=Wed, 12-Jan-2022 04:04:42 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrQSvoEaTbpf9jCIWzsvTtBrkahArfVGUrDM-hbc0YXVyqeVVkPh6vdA1nvve801keMNHwCJfFUQNDRXgdc2y3VMvwY_spSYYgSv86dNdPQDprhOhsBYYw3RFkc502NmpVUoHjIcEFRJLHqk6Z3mPmkbAy8QewTbaGfx6ANis7qfAgAA; 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', - 'Mon, 13 Dec 2021 04:04:41 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', - 'd23ce388-4b2d-4a91-bf43-5a2da3022100', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=Aq9-d03XYJxAkKnllm2sm4M; expires=Wed, 12-Jan-2022 04:04:42 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr_TTi8TSUlbWq0lrVn5wY9ZMeiF3dRejaqUh1JVBpAb51vvXrnxgWGo02HTi9ydEBgaudfZhgL579U5IlyyCe4B0LHR84qK2mQNyvEL1U3azoIZWldUGzWqC1SdfXqbAbQlWqp7ze770oyVfoo3kc7MJIAh6snrxt6dEgRWuTW88gAA; 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', - 'Mon, 13 Dec 2021 04:04:41 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=2920a777-9fbf-43f5-89d5-b319f493448c&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', - 'a342d017-372f-49fe-b224-962c214f2000', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=ApJDO_CVHNRDk3WaiY46oJYWPr5BAQAAAFq9SNkOAAAA; expires=Wed, 12-Jan-2022 04:04:42 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', - 'Mon, 13 Dec 2021 04:04:41 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e8f57c517d932bbc817f9b2bddbe4f56531cde915fdedfafa7aefa3d147cb6c911332dd8fdbeb153ebe011a1a6617cd478f7ef12f197d5456d30c43a1d74eb3a64dbf7a4d5fe7f43d7d70cccf93efacafabcfe853427795d76d91e3d58f56eb495934f3bc3e5d644549adcfabeaf79c56cb967a1e4fab055e304d5e08bad4823e5d566d715e48afaff3258ddf40c856c5e262d16e2fab3a5f95d7bf273e1e5f15cb5975d5643f58d7b9810bba35f47ab1bc78dd662d60bf5e4fa7793ecb67f47d9bd51779fb32d28abe9cd639fd3e3b6ebf6aa7f4c9decedeeef6eedef6eebd373bf71eeddd7fb4b7373eb8b7b7fff0debd9fa2d617d4f62abbfeaa067ef3b65d358fee86b33166ccb609f7f1326fdd2baff20bea3b2b37bcba9d13c5d7cdf6ceeeb8d6d63d68abaa6e3702194b8bde8bb3fc322f31612ff9fb4d106cd31e9085651ee2a44d205cc31e8c66bad8f4267ddd7b655e352d58fca45a9e1717eb9a7985b8ee7bbfd8b0384deebb6b6da9dc1582ed82cc97d38ab8e3040cccdc47af2cd76539fae86d7efd93d9ba6ccf48bce593a96bf4326b9aabaab65f2df30b625ffae2a42c68b001b8f3ac6cf2e06df3d62c3f470faf9bf2097133f1e3478fda7a4d6d49fa976dd15e0bb42806af5975d0f89eac0b42724963f1bf25c65e1365f0da2ff93eb10b446e7af6f2783623add34054bf473c4e2c3ddebdb73bdebb77f0115ad5c525bd1c340384d147d96c5680d859f95c1583fdeab2a8db7556bec85b22c8db606a4c93e9ba69ab05cd0df192d1134e197d97c64e927c8c990935d3f873c2866466fc3a9fae6ba2c79860b4d5b42a9bf19bb2d9dda1e13f037569f0df04bcdd6f101e4deabd0fc7efa458919e24ecc8b294f9d3bcd9fdf4e083813ec9a66f49c17ac862f01f8e6c1cee8713b50ff78388eb8121c540daeddba480f62c34327e214bbf11d5f2a25aa22b4fc8888f85bf6745934dca5c3bb0124f5ae62769f24810482a9ab6ce8a650bd65f144bc24cbf1218d4a98ae84a65cf09bd7ca1c81c93396ba8e38f4e97e812664da5f674395b55d403f5b5cca7103f6aa610caac3dafea85edf2a3a6bddcc3489bb76b6004a54a9f92d658ce32d26a34cc6c954d89f81f3ddaa566461f19803f205a58e8cd35b92d8ba7599b0194dad127d4f6a3f36cff41b67b6f67fb3cbb3fddde9f4d76b61f4ea7f7b727d34fefefdc9f1eec3fd87f80becc2b4ae9e3d58a062c1ac47e7b4ca4238dd5b7ca3bbb0ff77677d82a9759d37e51cd687a008ddadf1281f0bd28167e939b51f925bf","e4ff014e8e54a5170a0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'ETag', - '"AAAAAABJuyo="', - 'Vary', - 'Accept-Encoding', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '96f0235c-2ea3-4e83-9b2c-c09bea943831', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '6186', - 'x-ms-correlation-request-id', - '49a816c4-c9a6-4681-88c2-86d48e56e4dd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040443Z:49a816c4-c9a6-4681-88c2-86d48e56e4dd', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:42 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .patch('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.ApiManagement/service/myserviceyyy2', {"properties":{"customProperties":{"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10":"false"}}}) - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e8f57c517d932bbc817f9b2bddbe4f56531cde915fdedfafa7aefa3d147cb6c911332dd8fdbeb153ebe011a1a6617cd478f7ef12f197d5456d30c43a1d74eb3a64dbf7a4d5fe7f43d7d70cccf93efacafabcfe853427795d76d91e3d58f56eb495934f3bc3e5d644549adcfabeaf79c56cb967a1e4fab055e304d5e08bad4823e5d566d715e48afaff3258ddf40c856c5e262d16e2fab3a5f95d7bf273e1e5f15cb5975d5643f58d7b9810bba35f47ab1bc78dd662d60bf5e4fa7793ecb67f47d9bd51779fb32d28abe9cd639fd3e3b6ebf6aa7f4c9decedeeef6eedef6eebd373bf71eeddd7fb4b7373eb8b7b7fff0debd9fa2d617d4f62abbfeaa067ef3b65d358fee86b33166ccb609f7f1326fdd2baff20bea3b2b37bcba9d13c5d7cdf6ceeeb8d6d63d68abaa6e3702194b8bde8bb3fc322f31612ff9fb4d106cd31e9085651ee2a44d205cc31e8c66bad8f4267ddd7b655e352d58fca45a9e1717eb9a7985b8ee7bbfd8b0384deebb6b6da9dc1582ed82cc97d38ab8e3040cccdc47af2cd76539fae86d7efd93d9ba6ccf48bce593a96bf4326b9aabaab65f2df30b625ffae2a42c68b001b8f3ac6cf2e06df3d62c3f470faf9bf2097133f1e3478fda7a4d6d49fa976dd15e0bb42806af5975d0f89eac0b42724963f1bf25c65e1365f0da2ff93eb10b446e7af6f2783623add34054bf473c4e2c3ddebdb73bdebb77f0115ad5c525bd1c340384d147d96c5680d859f95c1583fdeab2a8db7556bec85b22c8db606a4c93e9ba69ab05cd0df192d1134e197d97c64e927c8c990935d3f873c2866466fc3a9fae6ba2c79860b4d5b42a9bf19bb2d9dda1e13f037569f0df04bcdd6f101e4deabd0fc7efa458919e24ecc8b294f9d3bcd9fdf4e083813ec9a66f49c17ac862f01f8e6c1cee8713b50ff78388eb8121c540daeddba480f62c34327e214bbf11d5f2a25aa22b4fc8888f85bf6745934dca5c3bb0124f5ae62769f24810482a9ab6ce8a650bd65f144bc24cbf1218d4a98ae84a65cf09bd7ca1c81c93396ba8e38f4e97e812664da5f674395b55d403f5b5cca7103f6aa610caac3dafea85edf2a3a6bddcc3489bb76b6004a54a9f92d658ce32d26a34cc6c954d89f81f3ddaa566461f19803f205a58e8cd35b92d8ba7599b0194dad127d4f6a3f36cff41b67b6f67fb3cbb3fddde9f4d76b61f4ea7f7b727d34fefefdc9f1eec3fd87f80becc2b4ae9e3d58a062c1ac47e7b4ca4238dd5b7ca3bbb0ff77677d82a9759d37e51cd687a008ddadf1281f0bd28167e939b51f925bf","e4ff014e8e54a5170a0000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'ETag', - '"AAAAAABJuyo="', - 'Vary', - 'Accept-Encoding', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'x-ms-request-id', - '4cd267d7-bd36-4a20-896b-72311def7738', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1198', - 'x-ms-correlation-request-id', - '4a5dd64f-25a3-4948-b647-ef8d79446965', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211213T040443Z:4a5dd64f-25a3-4948-b647-ef8d79446965', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Mon, 13 Dec 2021 04:04:43 GMT' -]); diff --git a/sdk/apimanagement/arm-apimanagement/review/arm-apimanagement.api.md b/sdk/apimanagement/arm-apimanagement/review/arm-apimanagement.api.md index c6421c6b602a..196b076f351e 100644 --- a/sdk/apimanagement/arm-apimanagement/review/arm-apimanagement.api.md +++ b/sdk/apimanagement/arm-apimanagement/review/arm-apimanagement.api.md @@ -705,6 +705,8 @@ export class ApiManagementClient extends coreClient.ServiceClient { // (undocumented) gatewayHostnameConfiguration: GatewayHostnameConfiguration; // (undocumented) + globalSchema: GlobalSchema; + // (undocumented) group: Group; // (undocumented) groupUser: GroupUser; @@ -3619,6 +3621,94 @@ export interface GenerateSsoUrlResult { value?: string; } +// @public +export interface GlobalSchema { + beginCreateOrUpdate(resourceGroupName: string, serviceName: string, schemaId: string, parameters: GlobalSchemaContract, options?: GlobalSchemaCreateOrUpdateOptionalParams): Promise, GlobalSchemaCreateOrUpdateResponse>>; + beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, schemaId: string, parameters: GlobalSchemaContract, options?: GlobalSchemaCreateOrUpdateOptionalParams): Promise; + delete(resourceGroupName: string, serviceName: string, schemaId: string, ifMatch: string, options?: GlobalSchemaDeleteOptionalParams): Promise; + get(resourceGroupName: string, serviceName: string, schemaId: string, options?: GlobalSchemaGetOptionalParams): Promise; + getEntityTag(resourceGroupName: string, serviceName: string, schemaId: string, options?: GlobalSchemaGetEntityTagOptionalParams): Promise; + listByService(resourceGroupName: string, serviceName: string, options?: GlobalSchemaListByServiceOptionalParams): PagedAsyncIterableIterator; +} + +// @public +export interface GlobalSchemaCollection { + count?: number; + readonly nextLink?: string; + readonly value?: GlobalSchemaContract[]; +} + +// @public +export type GlobalSchemaContract = Resource & { + schemaType?: SchemaType; + description?: string; + value?: any; + document?: Record; +}; + +// @public +export interface GlobalSchemaCreateOrUpdateHeaders { + eTag?: string; +} + +// @public +export interface GlobalSchemaCreateOrUpdateOptionalParams extends coreClient.OperationOptions { + ifMatch?: string; + resumeFrom?: string; + updateIntervalInMs?: number; +} + +// @public +export type GlobalSchemaCreateOrUpdateResponse = GlobalSchemaCreateOrUpdateHeaders & GlobalSchemaContract; + +// @public +export interface GlobalSchemaDeleteOptionalParams extends coreClient.OperationOptions { +} + +// @public +export interface GlobalSchemaGetEntityTagHeaders { + eTag?: string; +} + +// @public +export interface GlobalSchemaGetEntityTagOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type GlobalSchemaGetEntityTagResponse = GlobalSchemaGetEntityTagHeaders; + +// @public +export interface GlobalSchemaGetHeaders { + eTag?: string; +} + +// @public +export interface GlobalSchemaGetOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type GlobalSchemaGetResponse = GlobalSchemaGetHeaders & GlobalSchemaContract; + +// @public +export interface GlobalSchemaListByServiceNextOptionalParams extends coreClient.OperationOptions { + filter?: string; + skip?: number; + top?: number; +} + +// @public +export type GlobalSchemaListByServiceNextResponse = GlobalSchemaCollection; + +// @public +export interface GlobalSchemaListByServiceOptionalParams extends coreClient.OperationOptions { + filter?: string; + skip?: number; + top?: number; +} + +// @public +export type GlobalSchemaListByServiceResponse = GlobalSchemaCollection; + // @public export type GrantType = string; @@ -4557,6 +4647,12 @@ export enum KnownSamplingType { Fixed = "fixed" } +// @public +export enum KnownSchemaType { + Json = "json", + Xml = "xml" +} + // @public export enum KnownSettingsTypeName { // (undocumented) @@ -6667,6 +6763,9 @@ export type SchemaContract = Resource & { components?: Record; }; +// @public +export type SchemaType = string; + // @public export type SettingsTypeName = string; diff --git a/sdk/apimanagement/arm-apimanagement/src/apiManagementClient.ts b/sdk/apimanagement/arm-apimanagement/src/apiManagementClient.ts index 488a4a6dc3fd..7a241eb6bb45 100644 --- a/sdk/apimanagement/arm-apimanagement/src/apiManagementClient.ts +++ b/sdk/apimanagement/arm-apimanagement/src/apiManagementClient.ts @@ -73,6 +73,7 @@ import { QuotaByPeriodKeysImpl, RegionImpl, ReportsImpl, + GlobalSchemaImpl, TenantSettingsImpl, ApiManagementSkusImpl, SubscriptionImpl, @@ -149,6 +150,7 @@ import { QuotaByPeriodKeys, Region, Reports, + GlobalSchema, TenantSettings, ApiManagementSkus, Subscription, @@ -204,7 +206,7 @@ export class ApiManagementClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-apimanagement/8.0.0`; + const packageDetails = `azsdk-js-arm-apimanagement/8.1.0`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` @@ -298,6 +300,7 @@ export class ApiManagementClient extends coreClient.ServiceClient { this.quotaByPeriodKeys = new QuotaByPeriodKeysImpl(this); this.region = new RegionImpl(this); this.reports = new ReportsImpl(this); + this.globalSchema = new GlobalSchemaImpl(this); this.tenantSettings = new TenantSettingsImpl(this); this.apiManagementSkus = new ApiManagementSkusImpl(this); this.subscription = new SubscriptionImpl(this); @@ -472,6 +475,7 @@ export class ApiManagementClient extends coreClient.ServiceClient { quotaByPeriodKeys: QuotaByPeriodKeys; region: Region; reports: Reports; + globalSchema: GlobalSchema; tenantSettings: TenantSettings; apiManagementSkus: ApiManagementSkus; subscription: Subscription; diff --git a/sdk/apimanagement/arm-apimanagement/src/models/index.ts b/sdk/apimanagement/arm-apimanagement/src/models/index.ts index 457a6f082925..463317fa7c66 100644 --- a/sdk/apimanagement/arm-apimanagement/src/models/index.ts +++ b/sdk/apimanagement/arm-apimanagement/src/models/index.ts @@ -2506,6 +2506,22 @@ export interface RequestReportRecordContract { requestSize?: number; } +/** The response of the list schema operation. */ +export interface GlobalSchemaCollection { + /** + * Global Schema Contract value. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly value?: GlobalSchemaContract[]; + /** Total record count number. */ + count?: number; + /** + * Next page link if any. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly nextLink?: string; +} + /** Paged AccessInformation list representation. */ export interface TenantSettingsCollection { /** @@ -3108,15 +3124,15 @@ export type ProductContract = Resource & { displayName?: string; }; -/** Schema Contract details. */ +/** API Schema Contract details. */ export type SchemaContract = Resource & { /** Must be a valid a media type used in a Content-Type header as defined in the RFC 2616. Media type of the schema document (e.g. application/json, application/xml).
- `Swagger` Schema use `application/vnd.ms-azure-apim.swagger.definitions+json`
- `WSDL` Schema use `application/vnd.ms-azure-apim.xsd+xml`
- `OpenApi` Schema use `application/vnd.oai.openapi.components+json`
- `WADL Schema` use `application/vnd.ms-azure-apim.wadl.grammars+xml`. */ contentType?: string; /** Json escaped string defining the document representing the Schema. Used for schemas other than Swagger/OpenAPI. */ value?: string; - /** Types definitions. Used for OpenAPI v2 (Swagger) schemas only, null otherwise. */ + /** Types definitions. Used for Swagger/OpenAPI v1 schemas only, null otherwise. */ definitions?: Record; - /** Types definitions. Used for OpenAPI v3 schemas only, null otherwise. */ + /** Types definitions. Used for Swagger/OpenAPI v2/v3 schemas only, null otherwise. */ components?: Record; }; @@ -3754,6 +3770,18 @@ export type SubscriptionContract = Resource & { allowTracing?: boolean; }; +/** Global Schema Contract details. */ +export type GlobalSchemaContract = Resource & { + /** Schema Type. Immutable. */ + schemaType?: SchemaType; + /** Free-form schema entity description. */ + description?: string; + /** Json-encoded string for non json-based schema. */ + value?: any; + /** Global Schema document object for json-based schema formats(e.g. json schema). */ + document?: Record; +}; + /** Tenant Settings. */ export type TenantSettingsContract = Resource & { /** Tenant settings */ @@ -5152,6 +5180,24 @@ export interface ProductPolicyCreateOrUpdateHeaders { eTag?: string; } +/** Defines headers for GlobalSchema_getEntityTag operation. */ +export interface GlobalSchemaGetEntityTagHeaders { + /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */ + eTag?: string; +} + +/** Defines headers for GlobalSchema_get operation. */ +export interface GlobalSchemaGetHeaders { + /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */ + eTag?: string; +} + +/** Defines headers for GlobalSchema_createOrUpdate operation. */ +export interface GlobalSchemaCreateOrUpdateHeaders { + /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */ + eTag?: string; +} + /** Defines headers for TenantSettings_get operation. */ export interface TenantSettingsGetHeaders { /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */ @@ -6355,6 +6401,24 @@ export enum KnownPrivateEndpointConnectionProvisioningState { */ export type PrivateEndpointConnectionProvisioningState = string; +/** Known values of {@link SchemaType} that the service accepts. */ +export enum KnownSchemaType { + /** Xml schema type. */ + Xml = "xml", + /** Json schema type. */ + Json = "json" +} + +/** + * Defines values for SchemaType. \ + * {@link KnownSchemaType} can be used interchangeably with SchemaType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **xml**: Xml schema type. \ + * **json**: Json schema type. + */ +export type SchemaType = string; + /** Known values of {@link SettingsTypeName} that the service accepts. */ export enum KnownSettingsTypeName { Public = "public" @@ -9844,6 +9908,68 @@ export interface ReportsListByTimeNextOptionalParams /** Contains response data for the listByTimeNext operation. */ export type ReportsListByTimeNextResponse = ReportCollection; +/** Optional parameters. */ +export interface GlobalSchemaListByServiceOptionalParams + extends coreClient.OperationOptions { + /** | Field | Usage | Supported operators | Supported functions |
|-------------|-------------|-------------|-------------|
| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
*/ + filter?: string; + /** Number of records to return. */ + top?: number; + /** Number of records to skip. */ + skip?: number; +} + +/** Contains response data for the listByService operation. */ +export type GlobalSchemaListByServiceResponse = GlobalSchemaCollection; + +/** Optional parameters. */ +export interface GlobalSchemaGetEntityTagOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getEntityTag operation. */ +export type GlobalSchemaGetEntityTagResponse = GlobalSchemaGetEntityTagHeaders; + +/** Optional parameters. */ +export interface GlobalSchemaGetOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the get operation. */ +export type GlobalSchemaGetResponse = GlobalSchemaGetHeaders & + GlobalSchemaContract; + +/** Optional parameters. */ +export interface GlobalSchemaCreateOrUpdateOptionalParams + extends coreClient.OperationOptions { + /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */ + ifMatch?: string; + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createOrUpdate operation. */ +export type GlobalSchemaCreateOrUpdateResponse = GlobalSchemaCreateOrUpdateHeaders & + GlobalSchemaContract; + +/** Optional parameters. */ +export interface GlobalSchemaDeleteOptionalParams + extends coreClient.OperationOptions {} + +/** Optional parameters. */ +export interface GlobalSchemaListByServiceNextOptionalParams + extends coreClient.OperationOptions { + /** | Field | Usage | Supported operators | Supported functions |
|-------------|-------------|-------------|-------------|
| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
*/ + filter?: string; + /** Number of records to return. */ + top?: number; + /** Number of records to skip. */ + skip?: number; +} + +/** Contains response data for the listByServiceNext operation. */ +export type GlobalSchemaListByServiceNextResponse = GlobalSchemaCollection; + /** Optional parameters. */ export interface TenantSettingsListByServiceOptionalParams extends coreClient.OperationOptions { diff --git a/sdk/apimanagement/arm-apimanagement/src/models/mappers.ts b/sdk/apimanagement/arm-apimanagement/src/models/mappers.ts index e8d4930b3d6c..6871b09b2a5e 100644 --- a/sdk/apimanagement/arm-apimanagement/src/models/mappers.ts +++ b/sdk/apimanagement/arm-apimanagement/src/models/mappers.ts @@ -8044,6 +8044,46 @@ export const RequestReportRecordContract: coreClient.CompositeMapper = { } }; +export const GlobalSchemaCollection: coreClient.CompositeMapper = { + serializedName: "GlobalSchemaCollection", + type: { + name: "Composite", + className: "GlobalSchemaCollection", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + xmlName: "value", + xmlElementName: "GlobalSchemaContract", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "GlobalSchemaContract" + } + } + } + }, + count: { + serializedName: "count", + xmlName: "count", + type: { + name: "Number" + } + }, + nextLink: { + serializedName: "nextLink", + readOnly: true, + xmlName: "nextLink", + type: { + name: "String" + } + } + } + } +}; + export const TenantSettingsCollection: coreClient.CompositeMapper = { serializedName: "TenantSettingsCollection", type: { @@ -12220,6 +12260,46 @@ export const SubscriptionContract: coreClient.CompositeMapper = { } }; +export const GlobalSchemaContract: coreClient.CompositeMapper = { + serializedName: "GlobalSchemaContract", + type: { + name: "Composite", + className: "GlobalSchemaContract", + modelProperties: { + ...Resource.type.modelProperties, + schemaType: { + serializedName: "properties.schemaType", + xmlName: "properties.schemaType", + type: { + name: "String" + } + }, + description: { + serializedName: "properties.description", + xmlName: "properties.description", + type: { + name: "String" + } + }, + value: { + serializedName: "properties.value", + xmlName: "properties.value", + type: { + name: "any" + } + }, + document: { + serializedName: "properties.document", + xmlName: "properties.document", + type: { + name: "Dictionary", + value: { type: { name: "any" } } + } + } + } + } +}; + export const TenantSettingsContract: coreClient.CompositeMapper = { serializedName: "TenantSettingsContract", type: { @@ -16440,6 +16520,57 @@ export const ProductPolicyCreateOrUpdateHeaders: coreClient.CompositeMapper = { } }; +export const GlobalSchemaGetEntityTagHeaders: coreClient.CompositeMapper = { + serializedName: "GlobalSchema_getEntityTagHeaders", + type: { + name: "Composite", + className: "GlobalSchemaGetEntityTagHeaders", + modelProperties: { + eTag: { + serializedName: "etag", + xmlName: "etag", + type: { + name: "String" + } + } + } + } +}; + +export const GlobalSchemaGetHeaders: coreClient.CompositeMapper = { + serializedName: "GlobalSchema_getHeaders", + type: { + name: "Composite", + className: "GlobalSchemaGetHeaders", + modelProperties: { + eTag: { + serializedName: "etag", + xmlName: "etag", + type: { + name: "String" + } + } + } + } +}; + +export const GlobalSchemaCreateOrUpdateHeaders: coreClient.CompositeMapper = { + serializedName: "GlobalSchema_createOrUpdateHeaders", + type: { + name: "Composite", + className: "GlobalSchemaCreateOrUpdateHeaders", + modelProperties: { + eTag: { + serializedName: "etag", + xmlName: "etag", + type: { + name: "String" + } + } + } + } +}; + export const TenantSettingsGetHeaders: coreClient.CompositeMapper = { serializedName: "TenantSettings_getHeaders", type: { diff --git a/sdk/apimanagement/arm-apimanagement/src/models/parameters.ts b/sdk/apimanagement/arm-apimanagement/src/models/parameters.ts index 154cf17b3420..e3b4552924ee 100644 --- a/sdk/apimanagement/arm-apimanagement/src/models/parameters.ts +++ b/sdk/apimanagement/arm-apimanagement/src/models/parameters.ts @@ -67,6 +67,7 @@ import { ProductContract as ProductContractMapper, ProductUpdateParameters as ProductUpdateParametersMapper, QuotaCounterValueUpdateContract as QuotaCounterValueUpdateContractMapper, + GlobalSchemaContract as GlobalSchemaContractMapper, SubscriptionCreateParameters as SubscriptionCreateParametersMapper, SubscriptionUpdateParameters as SubscriptionUpdateParametersMapper, AccessInformationCreateParameters as AccessInformationCreateParametersMapper, @@ -473,7 +474,6 @@ export const schemaId: OperationURLParameter = { parameterPath: "schemaId", mapper: { constraints: { - Pattern: new RegExp("^[^*#&+:<>?]+$"), MaxLength: 80, MinLength: 1 }, @@ -1326,6 +1326,11 @@ export const interval: OperationQueryParameter = { } }; +export const parameters53: OperationParameter = { + parameterPath: "parameters", + mapper: GlobalSchemaContractMapper +}; + export const settingsType: OperationURLParameter = { parameterPath: "settingsType", mapper: { @@ -1354,7 +1359,7 @@ export const sid: OperationURLParameter = { } }; -export const parameters53: OperationParameter = { +export const parameters54: OperationParameter = { parameterPath: "parameters", mapper: SubscriptionCreateParametersMapper }; @@ -1381,7 +1386,7 @@ export const appType: OperationQueryParameter = { } }; -export const parameters54: OperationParameter = { +export const parameters55: OperationParameter = { parameterPath: "parameters", mapper: SubscriptionUpdateParametersMapper }; @@ -1398,17 +1403,17 @@ export const accessName: OperationURLParameter = { } }; -export const parameters55: OperationParameter = { +export const parameters56: OperationParameter = { parameterPath: "parameters", mapper: AccessInformationCreateParametersMapper }; -export const parameters56: OperationParameter = { +export const parameters57: OperationParameter = { parameterPath: "parameters", mapper: AccessInformationUpdateParametersMapper }; -export const parameters57: OperationParameter = { +export const parameters58: OperationParameter = { parameterPath: "parameters", mapper: DeployConfigurationParametersMapper }; @@ -1425,22 +1430,22 @@ export const configurationName: OperationURLParameter = { } }; -export const parameters58: OperationParameter = { +export const parameters59: OperationParameter = { parameterPath: "parameters", mapper: SaveConfigurationParameterMapper }; -export const parameters59: OperationParameter = { +export const parameters60: OperationParameter = { parameterPath: "parameters", mapper: UserCreateParametersMapper }; -export const parameters60: OperationParameter = { +export const parameters61: OperationParameter = { parameterPath: "parameters", mapper: UserUpdateParametersMapper }; -export const parameters61: OperationParameter = { +export const parameters62: OperationParameter = { parameterPath: "parameters", mapper: UserTokenParametersMapper }; diff --git a/sdk/apimanagement/arm-apimanagement/src/operations/apiSchema.ts b/sdk/apimanagement/arm-apimanagement/src/operations/apiSchema.ts index 5768cc908657..1b031c220bb3 100644 --- a/sdk/apimanagement/arm-apimanagement/src/operations/apiSchema.ts +++ b/sdk/apimanagement/arm-apimanagement/src/operations/apiSchema.ts @@ -149,8 +149,7 @@ export class ApiSchemaImpl implements ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param options The options parameters. */ getEntityTag( @@ -172,8 +171,7 @@ export class ApiSchemaImpl implements ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param options The options parameters. */ get( @@ -195,8 +193,7 @@ export class ApiSchemaImpl implements ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param parameters The schema contents to apply. * @param options The options parameters. */ @@ -270,8 +267,7 @@ export class ApiSchemaImpl implements ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param parameters The schema contents to apply. * @param options The options parameters. */ @@ -300,8 +296,7 @@ export class ApiSchemaImpl implements ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param ifMatch ETag of the Entity. ETag should match the current entity state from the header * response of the GET request or it should be * for unconditional update. * @param options The options parameters. diff --git a/sdk/apimanagement/arm-apimanagement/src/operations/globalSchema.ts b/sdk/apimanagement/arm-apimanagement/src/operations/globalSchema.ts new file mode 100644 index 000000000000..d1af2428ab6f --- /dev/null +++ b/sdk/apimanagement/arm-apimanagement/src/operations/globalSchema.ts @@ -0,0 +1,475 @@ +/* + * 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 { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { GlobalSchema } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; +import * as Parameters from "../models/parameters"; +import { ApiManagementClient } from "../apiManagementClient"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + GlobalSchemaContract, + GlobalSchemaListByServiceNextOptionalParams, + GlobalSchemaListByServiceOptionalParams, + GlobalSchemaListByServiceResponse, + GlobalSchemaGetEntityTagOptionalParams, + GlobalSchemaGetEntityTagResponse, + GlobalSchemaGetOptionalParams, + GlobalSchemaGetResponse, + GlobalSchemaCreateOrUpdateOptionalParams, + GlobalSchemaCreateOrUpdateResponse, + GlobalSchemaDeleteOptionalParams, + GlobalSchemaListByServiceNextResponse +} from "../models"; + +/// +/** Class containing GlobalSchema operations. */ +export class GlobalSchemaImpl implements GlobalSchema { + private readonly client: ApiManagementClient; + + /** + * Initialize a new instance of the class GlobalSchema class. + * @param client Reference to the service client + */ + constructor(client: ApiManagementClient) { + this.client = client; + } + + /** + * Lists a collection of schemas registered with service instance. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param options The options parameters. + */ + public listByService( + resourceGroupName: string, + serviceName: string, + options?: GlobalSchemaListByServiceOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listByServicePagingAll( + resourceGroupName, + serviceName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listByServicePagingPage( + resourceGroupName, + serviceName, + options + ); + } + }; + } + + private async *listByServicePagingPage( + resourceGroupName: string, + serviceName: string, + options?: GlobalSchemaListByServiceOptionalParams + ): AsyncIterableIterator { + let result = await this._listByService( + resourceGroupName, + serviceName, + options + ); + yield result.value || []; + let continuationToken = result.nextLink; + while (continuationToken) { + result = await this._listByServiceNext( + resourceGroupName, + serviceName, + continuationToken, + options + ); + continuationToken = result.nextLink; + yield result.value || []; + } + } + + private async *listByServicePagingAll( + resourceGroupName: string, + serviceName: string, + options?: GlobalSchemaListByServiceOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listByServicePagingPage( + resourceGroupName, + serviceName, + options + )) { + yield* page; + } + } + + /** + * Lists a collection of schemas registered with service instance. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param options The options parameters. + */ + private _listByService( + resourceGroupName: string, + serviceName: string, + options?: GlobalSchemaListByServiceOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, serviceName, options }, + listByServiceOperationSpec + ); + } + + /** + * Gets the entity state (Etag) version of the Schema specified by its identifier. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param options The options parameters. + */ + getEntityTag( + resourceGroupName: string, + serviceName: string, + schemaId: string, + options?: GlobalSchemaGetEntityTagOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, serviceName, schemaId, options }, + getEntityTagOperationSpec + ); + } + + /** + * Gets the details of the Schema specified by its identifier. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + serviceName: string, + schemaId: string, + options?: GlobalSchemaGetOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, serviceName, schemaId, options }, + getOperationSpec + ); + } + + /** + * Creates new or updates existing specified Schema of the API Management service instance. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param parameters Create or update parameters. + * @param options The options parameters. + */ + async beginCreateOrUpdate( + resourceGroupName: string, + serviceName: string, + schemaId: string, + parameters: GlobalSchemaContract, + options?: GlobalSchemaCreateOrUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GlobalSchemaCreateOrUpdateResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, serviceName, schemaId, parameters, options }, + createOrUpdateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs, + lroResourceLocationConfig: "location" + }); + } + + /** + * Creates new or updates existing specified Schema of the API Management service instance. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param parameters Create or update parameters. + * @param options The options parameters. + */ + async beginCreateOrUpdateAndWait( + resourceGroupName: string, + serviceName: string, + schemaId: string, + parameters: GlobalSchemaContract, + options?: GlobalSchemaCreateOrUpdateOptionalParams + ): Promise { + const poller = await this.beginCreateOrUpdate( + resourceGroupName, + serviceName, + schemaId, + parameters, + options + ); + return poller.pollUntilDone(); + } + + /** + * Deletes specific Schema. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param ifMatch ETag of the Entity. ETag should match the current entity state from the header + * response of the GET request or it should be * for unconditional update. + * @param options The options parameters. + */ + delete( + resourceGroupName: string, + serviceName: string, + schemaId: string, + ifMatch: string, + options?: GlobalSchemaDeleteOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, serviceName, schemaId, ifMatch, options }, + deleteOperationSpec + ); + } + + /** + * ListByServiceNext + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param nextLink The nextLink from the previous successful call to the ListByService method. + * @param options The options parameters. + */ + private _listByServiceNext( + resourceGroupName: string, + serviceName: string, + nextLink: string, + options?: GlobalSchemaListByServiceNextOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, serviceName, nextLink, options }, + listByServiceNextOperationSpec + ); + } +} +// Operation Specifications +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listByServiceOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/schemas", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.GlobalSchemaCollection + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + queryParameters: [ + Parameters.filter, + Parameters.top, + Parameters.skip, + Parameters.apiVersion + ], + urlParameters: [ + Parameters.$host, + Parameters.resourceGroupName, + Parameters.serviceName, + Parameters.subscriptionId + ], + headerParameters: [Parameters.accept], + serializer +}; +const getEntityTagOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/schemas/{schemaId}", + httpMethod: "HEAD", + responses: { + 200: { + headersMapper: Mappers.GlobalSchemaGetEntityTagHeaders + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.resourceGroupName, + Parameters.serviceName, + Parameters.subscriptionId, + Parameters.schemaId + ], + headerParameters: [Parameters.accept], + serializer +}; +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/schemas/{schemaId}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.GlobalSchemaContract, + headersMapper: Mappers.GlobalSchemaGetHeaders + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.resourceGroupName, + Parameters.serviceName, + Parameters.subscriptionId, + Parameters.schemaId + ], + headerParameters: [Parameters.accept], + serializer +}; +const createOrUpdateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/schemas/{schemaId}", + httpMethod: "PUT", + responses: { + 200: { + bodyMapper: Mappers.GlobalSchemaContract, + headersMapper: Mappers.GlobalSchemaCreateOrUpdateHeaders + }, + 201: { + bodyMapper: Mappers.GlobalSchemaContract, + headersMapper: Mappers.GlobalSchemaCreateOrUpdateHeaders + }, + 202: { + bodyMapper: Mappers.GlobalSchemaContract, + headersMapper: Mappers.GlobalSchemaCreateOrUpdateHeaders + }, + 204: { + bodyMapper: Mappers.GlobalSchemaContract, + headersMapper: Mappers.GlobalSchemaCreateOrUpdateHeaders + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + requestBody: Parameters.parameters53, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.resourceGroupName, + Parameters.serviceName, + Parameters.subscriptionId, + Parameters.schemaId + ], + headerParameters: [ + Parameters.accept, + Parameters.contentType, + Parameters.ifMatch + ], + mediaType: "json", + serializer +}; +const deleteOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/schemas/{schemaId}", + httpMethod: "DELETE", + responses: { + 200: {}, + 204: {}, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.resourceGroupName, + Parameters.serviceName, + Parameters.subscriptionId, + Parameters.schemaId + ], + headerParameters: [Parameters.accept, Parameters.ifMatch1], + serializer +}; +const listByServiceNextOperationSpec: coreClient.OperationSpec = { + path: "{nextLink}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.GlobalSchemaCollection + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + queryParameters: [ + Parameters.filter, + Parameters.top, + Parameters.skip, + Parameters.apiVersion + ], + urlParameters: [ + Parameters.$host, + Parameters.resourceGroupName, + Parameters.serviceName, + Parameters.subscriptionId, + Parameters.nextLink + ], + headerParameters: [Parameters.accept], + serializer +}; diff --git a/sdk/apimanagement/arm-apimanagement/src/operations/index.ts b/sdk/apimanagement/arm-apimanagement/src/operations/index.ts index ad235419a765..24d2feb9be63 100644 --- a/sdk/apimanagement/arm-apimanagement/src/operations/index.ts +++ b/sdk/apimanagement/arm-apimanagement/src/operations/index.ts @@ -68,6 +68,7 @@ export * from "./quotaByCounterKeys"; export * from "./quotaByPeriodKeys"; export * from "./region"; export * from "./reports"; +export * from "./globalSchema"; export * from "./tenantSettings"; export * from "./apiManagementSkus"; export * from "./subscription"; diff --git a/sdk/apimanagement/arm-apimanagement/src/operations/subscription.ts b/sdk/apimanagement/arm-apimanagement/src/operations/subscription.ts index e5e222d16d34..d9b8c9df2082 100644 --- a/sdk/apimanagement/arm-apimanagement/src/operations/subscription.ts +++ b/sdk/apimanagement/arm-apimanagement/src/operations/subscription.ts @@ -407,7 +407,7 @@ const createOrUpdateOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters53, + requestBody: Parameters.parameters54, queryParameters: [ Parameters.apiVersion, Parameters.notify, @@ -441,7 +441,7 @@ const updateOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters54, + requestBody: Parameters.parameters55, queryParameters: [ Parameters.apiVersion, Parameters.notify, diff --git a/sdk/apimanagement/arm-apimanagement/src/operations/tenantAccess.ts b/sdk/apimanagement/arm-apimanagement/src/operations/tenantAccess.ts index eec40d025d9c..e8f18fe46ddf 100644 --- a/sdk/apimanagement/arm-apimanagement/src/operations/tenantAccess.ts +++ b/sdk/apimanagement/arm-apimanagement/src/operations/tenantAccess.ts @@ -397,7 +397,7 @@ const createOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters55, + requestBody: Parameters.parameters56, queryParameters: [Parameters.apiVersion], urlParameters: [ Parameters.$host, @@ -427,7 +427,7 @@ const updateOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters56, + requestBody: Parameters.parameters57, queryParameters: [Parameters.apiVersion], urlParameters: [ Parameters.$host, diff --git a/sdk/apimanagement/arm-apimanagement/src/operations/tenantConfiguration.ts b/sdk/apimanagement/arm-apimanagement/src/operations/tenantConfiguration.ts index 1c03a18454dd..7423f5aaf083 100644 --- a/sdk/apimanagement/arm-apimanagement/src/operations/tenantConfiguration.ts +++ b/sdk/apimanagement/arm-apimanagement/src/operations/tenantConfiguration.ts @@ -395,7 +395,7 @@ const deployOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters57, + requestBody: Parameters.parameters58, queryParameters: [Parameters.apiVersion], urlParameters: [ Parameters.$host, @@ -429,7 +429,7 @@ const saveOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters58, + requestBody: Parameters.parameters59, queryParameters: [Parameters.apiVersion], urlParameters: [ Parameters.$host, @@ -463,7 +463,7 @@ const validateOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters57, + requestBody: Parameters.parameters58, queryParameters: [Parameters.apiVersion], urlParameters: [ Parameters.$host, diff --git a/sdk/apimanagement/arm-apimanagement/src/operations/user.ts b/sdk/apimanagement/arm-apimanagement/src/operations/user.ts index b5945c622206..b6a5f3c0799f 100644 --- a/sdk/apimanagement/arm-apimanagement/src/operations/user.ts +++ b/sdk/apimanagement/arm-apimanagement/src/operations/user.ts @@ -397,7 +397,7 @@ const createOrUpdateOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters59, + requestBody: Parameters.parameters60, queryParameters: [Parameters.apiVersion, Parameters.notify], urlParameters: [ Parameters.$host, @@ -427,7 +427,7 @@ const updateOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters60, + requestBody: Parameters.parameters61, queryParameters: [Parameters.apiVersion], urlParameters: [ Parameters.$host, @@ -506,7 +506,7 @@ const getSharedAccessTokenOperationSpec: coreClient.OperationSpec = { bodyMapper: Mappers.ErrorResponse } }, - requestBody: Parameters.parameters61, + requestBody: Parameters.parameters62, queryParameters: [Parameters.apiVersion], urlParameters: [ Parameters.$host, diff --git a/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/apiSchema.ts b/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/apiSchema.ts index 0b320d5f788b..35d79f66a387 100644 --- a/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/apiSchema.ts +++ b/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/apiSchema.ts @@ -43,8 +43,7 @@ export interface ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param options The options parameters. */ getEntityTag( @@ -60,8 +59,7 @@ export interface ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param options The options parameters. */ get( @@ -77,8 +75,7 @@ export interface ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param parameters The schema contents to apply. * @param options The options parameters. */ @@ -101,8 +98,7 @@ export interface ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param parameters The schema contents to apply. * @param options The options parameters. */ @@ -120,8 +116,7 @@ export interface ApiSchema { * @param serviceName The name of the API Management service. * @param apiId API revision identifier. Must be unique in the current API Management service instance. * Non-current revision has ;rev=n as a suffix where n is the revision number. - * @param schemaId Schema identifier within an API. Must be unique in the current API Management - * service instance. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. * @param ifMatch ETag of the Entity. ETag should match the current entity state from the header * response of the GET request or it should be * for unconditional update. * @param options The options parameters. diff --git a/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/globalSchema.ts b/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/globalSchema.ts new file mode 100644 index 000000000000..48f2f7894751 --- /dev/null +++ b/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/globalSchema.ts @@ -0,0 +1,114 @@ +/* + * 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 { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + GlobalSchemaContract, + GlobalSchemaListByServiceOptionalParams, + GlobalSchemaGetEntityTagOptionalParams, + GlobalSchemaGetEntityTagResponse, + GlobalSchemaGetOptionalParams, + GlobalSchemaGetResponse, + GlobalSchemaCreateOrUpdateOptionalParams, + GlobalSchemaCreateOrUpdateResponse, + GlobalSchemaDeleteOptionalParams +} from "../models"; + +/// +/** Interface representing a GlobalSchema. */ +export interface GlobalSchema { + /** + * Lists a collection of schemas registered with service instance. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param options The options parameters. + */ + listByService( + resourceGroupName: string, + serviceName: string, + options?: GlobalSchemaListByServiceOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the entity state (Etag) version of the Schema specified by its identifier. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param options The options parameters. + */ + getEntityTag( + resourceGroupName: string, + serviceName: string, + schemaId: string, + options?: GlobalSchemaGetEntityTagOptionalParams + ): Promise; + /** + * Gets the details of the Schema specified by its identifier. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + serviceName: string, + schemaId: string, + options?: GlobalSchemaGetOptionalParams + ): Promise; + /** + * Creates new or updates existing specified Schema of the API Management service instance. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param parameters Create or update parameters. + * @param options The options parameters. + */ + beginCreateOrUpdate( + resourceGroupName: string, + serviceName: string, + schemaId: string, + parameters: GlobalSchemaContract, + options?: GlobalSchemaCreateOrUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GlobalSchemaCreateOrUpdateResponse + > + >; + /** + * Creates new or updates existing specified Schema of the API Management service instance. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param parameters Create or update parameters. + * @param options The options parameters. + */ + beginCreateOrUpdateAndWait( + resourceGroupName: string, + serviceName: string, + schemaId: string, + parameters: GlobalSchemaContract, + options?: GlobalSchemaCreateOrUpdateOptionalParams + ): Promise; + /** + * Deletes specific Schema. + * @param resourceGroupName The name of the resource group. + * @param serviceName The name of the API Management service. + * @param schemaId Schema id identifier. Must be unique in the current API Management service instance. + * @param ifMatch ETag of the Entity. ETag should match the current entity state from the header + * response of the GET request or it should be * for unconditional update. + * @param options The options parameters. + */ + delete( + resourceGroupName: string, + serviceName: string, + schemaId: string, + ifMatch: string, + options?: GlobalSchemaDeleteOptionalParams + ): Promise; +} diff --git a/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/index.ts b/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/index.ts index ad235419a765..24d2feb9be63 100644 --- a/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/index.ts +++ b/sdk/apimanagement/arm-apimanagement/src/operationsInterfaces/index.ts @@ -68,6 +68,7 @@ export * from "./quotaByCounterKeys"; export * from "./quotaByPeriodKeys"; export * from "./region"; export * from "./reports"; +export * from "./globalSchema"; export * from "./tenantSettings"; export * from "./apiManagementSkus"; export * from "./subscription"; diff --git a/sdk/apimanagement/arm-apimanagement/test/apimanagement_examples.ts b/sdk/apimanagement/arm-apimanagement/test/apimanagement_examples.ts deleted file mode 100644 index b3bd0812e7bd..000000000000 --- a/sdk/apimanagement/arm-apimanagement/test/apimanagement_examples.ts +++ /dev/null @@ -1,141 +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 { ApiManagementClient } from "../src/apiManagementClient"; - -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("Apimanagement test", () => { - let recorder: Recorder; - let subscriptionId: string; - let client: ApiManagementClient; - let location: string; - let resourceGroupName: string; - let serviceName: 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 ApiManagementClient(credential, subscriptionId); - location = "eastus"; - resourceGroupName = "myjstest"; - serviceName = "myserviceyyy2"; - }); - - afterEach(async function() { - await recorder.stop(); - }); - - function sleep(ms: number){ - return new Promise(resolve => setTimeout(resolve,ms)) - } - - it("apiManagementService create test", async function() { - const res = await client.apiManagementService.beginCreateOrUpdateAndWait(resourceGroupName,serviceName,{ - location: location, - sku: { - name: "Standard", - capacity: 1 - }, - publisherEmail: "foo@contoso.com", - publisherName: "foo" - },testPollingOptions); - assert.equal(res.name,serviceName); - }).timeout(3600000); - - it("apiManagementService get test", async function() { - const res = await client.apiManagementService.get(resourceGroupName,serviceName); - assert.equal(res.name,serviceName); - }); - - it("apiManagementService listByResourceGroup test", async function() { - const resArray = new Array(); - for await (let item of client.apiManagementService.listByResourceGroup(resourceGroupName)){ - resArray.push(item); - } - assert.equal(resArray.length,1); - }); - - it("apiManagementService update test", async function() { - // this.timeout(3600000); - let count = 0; - while( count < 20 ){ - count++; - const res = await client.apiManagementService.get(resourceGroupName,serviceName); - if(res.provisioningState == "Succeeded"){ - const res = await client.apiManagementService.beginUpdateAndWait(resourceGroupName,serviceName,{ - customProperties: { - "Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10": "false" - } - },testPollingOptions); - assert.equal(res.type,"Microsoft.ApiManagement/service"); - break; - }else { - // The resource is activating - await delay(300000) - } - } - }).timeout(3600000); - - it("apiManagementService delete test", async function() { - let count = 0; - while( count < 20 ){ - count++; - const res = await client.apiManagementService.get(resourceGroupName,serviceName); - if(res.provisioningState == "Succeeded"){ - const res = await client.apiManagementService.beginDeleteAndWait(resourceGroupName,serviceName,testPollingOptions); - const purge_resource = await client.deletedServices.beginPurgeAndWait(serviceName,location,testPollingOptions); - const resArray = new Array(); - for await (let item of client.apiManagementService.listByResourceGroup(resourceGroupName)){ - resArray.push(item); - } - assert.equal(resArray.length,0); - break; - }else { - // The resource is activating - await delay(300000); - } - } - }).timeout(3600000); -}); diff --git a/sdk/apimanagement/arm-apimanagement/test/sampleTest.ts b/sdk/apimanagement/arm-apimanagement/test/sampleTest.ts new file mode 100644 index 000000000000..7ed89b043e1b --- /dev/null +++ b/sdk/apimanagement/arm-apimanagement/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!"); + }); +});