From e3e4e65aa0fec2fefc7526eb1949dc65e42d9f15 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 15 Dec 2021 05:44:25 +0000 Subject: [PATCH] CodeGen from PR 15828 in Azure/azure-rest-api-specs [Hub Generated] Review request for Microsoft.Cache to add version stable/2021-06-01 (#15828) * Adds base for updating Microsoft.Cache from version stable/2020-12-01 to version 2021-06-01 * Updates readme * Updates API version in new specs and examples * Adding managed identities param * lint correction * Introduce common-types definitions useful for services that support ManagedIdentity. * Refactor latest redis.json to be the first usage of the new ManagedServiceIdentity definition from common-types. * Fix spellCheck failures * Fix model, redis service identity should be modeled as updatable. * modifying example response * ManagedServiceIdentityType should be modeled as string for extensibility. * Add commontypes/resource-management/v3/managedidentity which models managed identity for services supporting both SystemAssignedIdentity and UserAssignedIdentity. * fixing ROUNDTRIP_ADDITIONAL_PROPERTY s360 issue * redisConfiguration changes, Add Identity to resp * Fixing swagger lintdiff error * Add a canonical SystemAssignedServiceIdentityType type definition which supports 'None', since that is required going forward. Also make the 'type' property required, since omitting it from the request would not be clear in intent. * adding back additional properties * prettier fix * Add principalId and tenantId. * Update patch responses to include 202 when requests are longrunning * Adding swagger issue fixes made in last version * adding space in System&UserAssigned identity type * revert 78a8a8725558df64729569ccf38b2b83e3fb93b7 * updating managedidentity type version * adding example for 202 status code * reverting 202 status code addition Co-authored-by: Praveenkumar Ravikumar Co-authored-by: Tim Lovell-Smith Co-authored-by: Chantal Olieman --- sdk/redis/arm-rediscache/CHANGELOG.md | 27 +- sdk/redis/arm-rediscache/_meta.json | 4 +- sdk/redis/arm-rediscache/package.json | 21 +- ...ng_patchschedules_create_for_redis_test.js | 149 - ...ng_patchschedules_delete_for_redis_test.js | 143 - ...ules_listbyredisresource_for_redis_test.js | 149 - .../redis_test/recording_redis_create_test.js | 347 -- .../redis_test/recording_redis_delete_test.js | 4295 ----------------- .../redis_test/recording_redis_get_test.js | 149 - ...ecording_redis_listbyresourcegroup_test.js | 149 - .../redis_test/recording_redis_update_test.js | 301 -- .../review/arm-rediscache.api.md | 36 + sdk/redis/arm-rediscache/src/models/index.ts | 68 + .../arm-rediscache/src/models/mappers.ts | 97 + .../arm-rediscache/src/models/parameters.ts | 2 +- .../src/redisManagementClient.ts | 4 +- .../arm-rediscache/test/redis_examples.ts | 190 - sdk/redis/arm-rediscache/test/sampleTest.ts | 48 + 18 files changed, 275 insertions(+), 5904 deletions(-) delete mode 100644 sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_create_for_redis_test.js delete mode 100644 sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_delete_for_redis_test.js delete mode 100644 sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_listbyredisresource_for_redis_test.js delete mode 100644 sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_create_test.js delete mode 100644 sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_delete_test.js delete mode 100644 sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_get_test.js delete mode 100644 sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_listbyresourcegroup_test.js delete mode 100644 sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_update_test.js delete mode 100644 sdk/redis/arm-rediscache/test/redis_examples.ts create mode 100644 sdk/redis/arm-rediscache/test/sampleTest.ts diff --git a/sdk/redis/arm-rediscache/CHANGELOG.md b/sdk/redis/arm-rediscache/CHANGELOG.md index 06ae59951f0c..bb720dca023a 100644 --- a/sdk/redis/arm-rediscache/CHANGELOG.md +++ b/sdk/redis/arm-rediscache/CHANGELOG.md @@ -1,15 +1,20 @@ # Release History - -## 6.0.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - + +## 6.1.0 (2021-12-15) + +**Features** + + - Added Interface ManagedServiceIdentity + - Added Interface UserAssignedIdentity + - Added Type Alias ManagedServiceIdentityType + - Interface RedisCommonPropertiesRedisConfiguration has a new optional parameter preferredDataArchiveAuthMethod + - Interface RedisCommonPropertiesRedisConfiguration has a new optional parameter preferredDataPersistenceAuthMethod + - Interface RedisCreateParameters has a new optional parameter identity + - Interface RedisUpdateParameters has a new optional parameter identity + - Type Alias RedisResource has a new parameter identity + - Added Enum KnownManagedServiceIdentityType + + ## 6.0.0 (2021-12-10) The package of @azure/arm-rediscache is using our next generation design principles since version 6.0.0, which contains breaking changes. diff --git a/sdk/redis/arm-rediscache/_meta.json b/sdk/redis/arm-rediscache/_meta.json index 0f1344845723..acef5949d756 100644 --- a/sdk/redis/arm-rediscache/_meta.json +++ b/sdk/redis/arm-rediscache/_meta.json @@ -1,7 +1,7 @@ { - "commit": "76f8e0c50629ef12aa338d55782278ceca46212a", + "commit": "b28cdff098a89aab796e38c78b6b71a897fbae47", "readme": "specification/redis/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/redis/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/redis/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/redis/arm-rediscache/package.json b/sdk/redis/arm-rediscache/package.json index 7d3bf13130a4..12053e0ba69b 100644 --- a/sdk/redis/arm-rediscache/package.json +++ b/sdk/redis/arm-rediscache/package.json @@ -3,10 +3,8 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for RedisManagementClient.", - "version": "6.0.1", - "engines": { - "node": ">=12.0.0" - }, + "version": "6.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", @@ -42,17 +34,14 @@ "@azure/identity": "^2.0.1", "@azure-tools/test-recorder": "^1.0.0", "mocha": "^7.1.1", - "cross-env": "^7.0.2", - "@azure/arm-network": "^26.0.0" + "cross-env": "^7.0.2" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redis/arm-rediscache", "repository": { "type": "git", "url": "https://github.com/Azure/azure-sdk-for-js.git" }, - "bugs": { - "url": "https://github.com/Azure/azure-sdk-for-js/issues" - }, + "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "files": [ "dist/**/*.js", "dist/**/*.js.map", diff --git a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_create_for_redis_test.js b/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_create_for_redis_test.js deleted file mode 100644 index 8bad2326e99e..000000000000 --- a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_create_for_redis_test.js +++ /dev/null @@ -1,149 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "ccdcce1702a7562e93e55b55efdc2c72"; - -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', - '84e10da0-7734-4177-95ed-c343fa110c00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=Aj00YHOdl3hDtkuvG7B3aBY; expires=Sun, 09-Jan-2022 06:17:44 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevro4Y_dUmdOjdmM-xxIeERyAammLxU_fXMm0BFjN6Gryam5kov7ZKl_gZz1uvymQBPDrLLoqO6TBriLwzt0CUWa4Td8eGs0j75bizB6RMYAG_OX1RM2fgj6qxrP29R4zm42OgNJ4kxSC-TF38kdhj3v6QDlpw0WJRFY4Jrqf2L0N8gAA; 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', - 'Fri, 10 Dec 2021 06:17: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', - '84e10da0-7734-4177-95ed-c343fd110c00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AlmAU1lmfU9KlHkPK7z1ytY; expires=Sun, 09-Jan-2022 06:17:44 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrVq6btDm7NGy4_wKtJqC9RKREojz1ZINuaqzFZnCIvVcl5j81Mz0wbTo9rf8qRSDhJUvP8eQQzRT2XwYxkx3jbuGvaKmv_pFVbSgYNUgwldL03eJforDlxwS5Z_5mn6STV8Ix5Lgf9JFF8Pcheji0CRji0jG0q32BaoW6bYcVb3YgAA; 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', - 'Fri, 10 Dec 2021 06:17:44 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=f0865052-3e3d-4802-a699-f514e6dd35d8&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', - '84e10da0-7734-4177-95ed-c34302120c00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=Arf3x9GtCWRPsA6uJHKAajYWPr5BAQAAAAfoRNkOAAAA; expires=Sun, 09-Jan-2022 06:17: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', - 'Fri, 10 Dec 2021 06:17:44 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111/patchSchedules/default', {"properties":{"scheduleEntries":[{"dayOfWeek":"Monday","startHourUtc":12,"maintenanceWindow":"PT5H"},{"dayOfWeek":"Tuesday","startHourUtc":12}]}}) - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4fb2e93cbffb2a9f156858e3e7141fbd7bf76e7777f7ee2a6ba7f3d7f4f76c5de6cddd597e9eadcbf6a3d1476535cd8012a1789a356dfad56bfa70992d72fa2002c7bdd85eafd0268ec1cba03b6a4d28aff2ba2de88f47bff8a346bf395db6357ff4bd5ffcd12cbbfef2fcbb79fe1640ab25fd49af356d56b7df26227cd54e3f7ab4bb37fa689115cb365f66cb69fedd6239abaea8f9cb37f7bffdd12f198530deacf386fe7e4f20dfff25","bfe4ff01901f66f7b1010000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '34f2e078-c082-4f32-b7ba-d4927615f7d8', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1194', - 'x-ms-correlation-request-id', - '4eca8878-421c-478f-b407-a0146b69c5a3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061745Z:4eca8878-421c-478f-b407-a0146b69c5a3', - 'Date', - 'Fri, 10 Dec 2021 06:17:44 GMT' -]); diff --git a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_delete_for_redis_test.js b/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_delete_for_redis_test.js deleted file mode 100644 index 72f6a2e0e10b..000000000000 --- a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_delete_for_redis_test.js +++ /dev/null @@ -1,143 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "65749f483bec44b27789ab7de1803338"; - -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', - 'b3700a5a-2a8c-4bf0-9312-fdebe40a0c00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AsCyynbGeLFAnvVQhQRVtuw; expires=Sun, 09-Jan-2022 06:32:53 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrbZjKEHrQnIc4g-Z15ecHiB12YwUca-CtKHf5Yvi0BK6hQz_ghjJFS2hJgvkw_i7P9oxXWRmY6AoLY5C6J9U2FeueXi6XqzhjTdejytbst7udiQjHLLeKJQq9LOzeZnIQeJSQ-JwEGN3HgzVQFj6C63LjY-yNDVbdiS5h88ZLgVUgAA; 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', - 'Fri, 10 Dec 2021 06:32:53 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-9001a26a0b00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AuB47QCT2BhLpP6WBg_eah4; expires=Sun, 09-Jan-2022 06:32:53 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrh5s8Av6w9TcJf7rAPhe-5cI0dnKGbbvOTS3c7COmKENYyyEsvTGfMcV9tmZW4Z9SVulgobMZgEq22MiVYUbLnFM7KO_JxGpdejRnV3329aAwiqTu03dvFy3PIdkTxeipDUIegkr1s6EAd7tz9_M5ygtujx-QCi3WFnkVKaxZiZggAA; 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', - 'Fri, 10 Dec 2021 06:32:53 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=4bf5b58e-b81b-4806-ba27-c72e031cc200&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', - '9e4deb1d-59f9-4f91-a0fa-cb1ee5920b00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AsBkd_z3n39Gv_zy3FQ2cYIWPr5BAQAAAJXrRNkOAAAA; expires=Sun, 09-Jan-2022 06:32:53 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Fri, 10 Dec 2021 06:32:53 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111/patchSchedules/default') - .query(true) - .reply(200, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'x-ms-request-id', - '50013109-4fba-4432-863e-20a78ed62630', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-deletes', - '14999', - 'x-ms-correlation-request-id', - '985e3c3a-410a-4e76-9592-b61f31dd19e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063254Z:985e3c3a-410a-4e76-9592-b61f31dd19e0', - 'Date', - 'Fri, 10 Dec 2021 06:32:54 GMT', - 'Content-Length', - '0' -]); diff --git a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_listbyredisresource_for_redis_test.js b/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_listbyredisresource_for_redis_test.js deleted file mode 100644 index 3a1370999d00..000000000000 --- a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_patchschedules_listbyredisresource_for_redis_test.js +++ /dev/null @@ -1,149 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "bae54761d18666b4e90d79da8ca31196"; - -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', - '84e10da0-7734-4177-95ed-c34306120c00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AnaOv5VNRfNOmbK67dqSh4Q; expires=Sun, 09-Jan-2022 06:17:45 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevre1I7BxQiA1cCffsiJvtvilkH-Brs9GAohAZ0Dj6RTYS07HlAeo0kGztxKRAclR-7oBdvHqAbihuQ2AAUOeFvo4ye5KwFkfAaOO4ITOrfx0tv-dnUQKhSK1H5vUxgUNujd72cv4E0xvtrizsvTUjcoifiIR9v6c2j94su1s8OxoAgAA; 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', - 'Fri, 10 Dec 2021 06:17:44 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', - '20616d55-2ea3-43e7-9507-b18d00300b00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AoFarHd8eaFAmMbtvR1cRCk; expires=Sun, 09-Jan-2022 06:17:45 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrwSAl6sQEoH0fmIJlc362UR5UgbIScrh6ZIendCCrBvi_h_OY6JsJD_C6UqRGHSK-vFBkBfBlc02Zf4mebxIg-1ZSJ9a5bcer9OTweSzqXkZBgkdqfzCQwcL0eaSX15WIQkqq026BP6_rCCOrvmT8q7vrauHt1PzElRg5GHLG0QwgAA; 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', - 'Fri, 10 Dec 2021 06:17:45 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=ef12933b-e61b-4816-bec1-4de8cba12601&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', - 'e407fa4b-b48e-461f-b002-2dafeac80b00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=As_5n-a3fkpAqqqWJcdzZcMWPr5BAQAAAAjoRNkOAAAA; expires=Sun, 09-Jan-2022 06:17:45 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', - 'Fri, 10 Dec 2021 06:17:45 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111/patchSchedules') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3936c3acfefbeca67051ad6f839c547efdebddbddddbdbbcadae9fc35fd3d5b97797377969f67ebb2fd68f451594d33a044289e664d9b7ef59a3e5c660b42fda3081cf7627bbd429b38062f83eea835a1bccaebb6a03f1efde28f1afde674d9d6fc115169965d7f79fedd3c7f0ba0d592fea4d79a36abdb6f1311be6aa71f3ddadd1b7db4c88a659b2fb3e534ff6eb19c5557d4fce59bfbdffee8978c42186fd679437fbf2790efff925ff2fd","5ff2ff00b0a333f4bd010000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - 'a8ae7068-6043-43df-ba34-9917a789b57d', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11958', - 'x-ms-correlation-request-id', - 'a6eeb31b-e422-4787-a347-73c7e6d2b803', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061745Z:a6eeb31b-e422-4787-a347-73c7e6d2b803', - 'Date', - 'Fri, 10 Dec 2021 06:17:45 GMT' -]); diff --git a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_create_test.js b/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_create_test.js deleted file mode 100644 index 3acb32d6fccd..000000000000 --- a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_create_test.js +++ /dev/null @@ -1,347 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "18a015d325496a2230c7ca151e525fcc"; - -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', - '84e10da0-7734-4177-95ed-c343fe100c00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=Ar_XcBcv1EJHiiXUdI4V9LA; expires=Sun, 09-Jan-2022 06:17:15 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrpvDbtAU739-xc8lGHvLcJupEi6HHOqTy2p3BiQQ3GZOXYOuYPqAD3BEtq5SkTT-2WI3a8JQXmMKih2P-JXAa0l_tR_Ve7lpxWUUgQzdSXfLh6grMPgJyN20c01-cQk-ailxQvROqHXo0vZ_qXyrXXAoTW04nhPvYysteofrzA08gAA; 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', - 'Fri, 10 Dec 2021 06:17:15 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', - '20616d55-2ea3-43e7-9507-b18d072f0b00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=ArUzQ09ADp5EsumyyETev10; expires=Sun, 09-Jan-2022 06:17:15 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrmOU9iGQTg31GsWSyqlffey5BDrAFj8kUHRZExmLTuFNjoxo7W-LNogTdRmvDsOhtHe-ht-a9qc6uQoqSMn2rZcaKFMjSR54hRYDQB7llZdm7XjNu6SR3Iq5k8HuXCL_k-4-B1aYi-ErwzoxCYN4lY3VbN4VypHJsjStuU2khv-ogAA; 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', - 'Fri, 10 Dec 2021 06:17: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=89b74ffe-8576-4a85-aa9d-7b7ec8dc0141&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', - '9e4deb1d-59f9-4f91-a0fa-cb1e10750b00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AhpLrG4EAiNKhaRgLBD7XsUWPr5BAQAAAOvnRNkOAAAA; expires=Sun, 09-Jan-2022 06:17:16 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', - 'Fri, 10 Dec 2021 06:17:15 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex', {"location":"eastus","properties":{"addressSpace":{"addressPrefixes":["10.0.0.0/16"]}}}) - .query(true) - .reply(201, {"name":"networknamex","id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex","etag":"W/\"f8fcacf8-ef0c-472d-877a-e8dc5b675975\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Updating","resourceGuid":"f29a78a1-30bc-416b-a3da-d46ec6640d65","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '610', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Retry-After', - '3', - 'x-ms-request-id', - '2b2ae2b3-979a-4345-a96e-5a7dd0cc449a', - 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/2b2ae2b3-979a-4345-a96e-5a7dd0cc449a?api-version=2021-05-01', - 'x-ms-correlation-request-id', - '6df826de-2d74-4350-ac8d-ce8d99bddc36', - 'Azure-AsyncNotification', - 'Enabled', - 'x-ms-arm-service-request-id', - '4ea5e19d-991c-4e6b-842e-5099df5fc6bd', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1199', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061727Z:6df826de-2d74-4350-ac8d-ce8d99bddc36', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Fri, 10 Dec 2021 06:17:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/2b2ae2b3-979a-4345-a96e-5a7dd0cc449a') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bb5ebe6a347e947afd7d3699ecff2d947bf71f24b","fe1f4f9490471d000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '646c8f16-ccac-44ac-92fd-470979fcefdd', - 'x-ms-correlation-request-id', - 'aec487e1-c036-4d3c-9dcf-a7797cfd2429', - 'x-ms-arm-service-request-id', - 'b0f87e2b-e247-4804-8613-4af83e60cdab', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11999', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061727Z:aec487e1-c036-4d3c-9dcf-a7797cfd2429', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Fri, 10 Dec 2021 06:17:26 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex/subnets/subnetworknamex', {"properties":{"addressPrefix":"10.0.0.0/24"}}) - .query(true) - .reply(201, {"name":"subnetworknamex","id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex/subnets/subnetworknamex","etag":"W/\"a8460cbc-2eb9-467e-8030-05643cea002e\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '541', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Retry-After', - '3', - 'x-ms-request-id', - '96e20f6d-926e-4d8c-acae-ea9779c2759c', - 'Azure-AsyncOperation', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/96e20f6d-926e-4d8c-acae-ea9779c2759c?api-version=2021-05-01', - 'x-ms-correlation-request-id', - '6087723b-aa8e-4124-9cdf-5dbb9407f0f9', - 'x-ms-arm-service-request-id', - '16239e29-fcc2-457a-a85d-42a745e22811', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1198', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061730Z:6087723b-aa8e-4124-9cdf-5dbb9407f0f9', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Fri, 10 Dec 2021 06:17:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Network/locations/eastus/operations/96e20f6d-926e-4d8c-acae-ea9779c2759c') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef16f9ca4e9474d9bb5ebe6a347e947afd7d3699ecff2d947bf71f24b","fe1f4f9490471d000000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - 'da6f3536-cd29-4450-8e6a-4b302d2d6df7', - 'x-ms-correlation-request-id', - '9d127208-5044-427b-94eb-01117c40a9cc', - 'x-ms-arm-service-request-id', - '1540d776-7929-446c-8bf6-dcf0e325776b', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11998', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061730Z:9d127208-5044-427b-94eb-01117c40a9cc', - 'X-Content-Type-Options', - 'nosniff', - 'Date', - 'Fri, 10 Dec 2021 06:17:29 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111', {"zones":["1"],"location":"eastus","properties":{"redisConfiguration":{"maxmemory-policy":"allkeys-lru"},"enableNonSslPort":true,"shardCount":2,"minimumTlsVersion":"1.2","sku":{"name":"Premium","family":"P","capacity":1},"subnetId":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex/subnets/subnetworknamex","staticIP":"10.0.0.5"}}) - .query(true) - .reply(201, {"id":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/Redis/myrediscachexxx111","location":"East US","name":"myrediscachexxx111","type":"Microsoft.Cache/Redis","tags":{},"properties":{"provisioningState":"Creating","redisVersion":"4.0.14","sku":{"name":"Premium","family":"P","capacity":1},"enableNonSslPort":true,"instances":[{"sslPort":15000,"nonSslPort":13000,"isMaster":false,"isPrimary":false},{"sslPort":15001,"nonSslPort":13001,"isMaster":false,"isPrimary":false},{"sslPort":15002,"nonSslPort":13002,"isMaster":false,"isPrimary":false},{"sslPort":15003,"nonSslPort":13003,"isMaster":false,"isPrimary":false}],"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","redisConfiguration":{"maxmemory-policy":"allkeys-lru","maxclients":"7500","maxmemory-reserved":"200","maxfragmentationmemory-reserved":"300","maxmemory-delta":"200"},"accessKeys":{"primaryKey":"SecretPlaceholder","secondaryKey":"SecretPlaceholder"},"hostName":"myrediscachexxx111.redis.cache.windows.net","port":6379,"sslPort":6380,"subnetId":"/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Network/virtualNetworks/networknamex/subnets/subnetworknamex","staticIP":"10.0.0.5","shardCount":2,"linkedServers":[]},"zones":["1"]}, [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Content-Length', - '1357', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111?api-version=2020-12-01', - 'x-ms-request-id', - '3dd15a8c-0a99-4d1f-8b27-9fe82ad8d45c', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1195', - 'x-ms-correlation-request-id', - 'b2bed04f-1a8f-4d52-a8a6-11d109f4300c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061742Z:b2bed04f-1a8f-4d52-a8a6-11d109f4300c', - 'Date', - 'Fri, 10 Dec 2021 06:17:41 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4fb2e93cbffb2a9f156858e3e7141fbd7bf76e7777f7a3d1476535cdd037e1729a356dfad56bfa70992d72fa20fa427bbdc277d12ef07576d17cf4e817ff92d14784ce2aafdb22c7dff8ebb268a8a36279f1bacd5ac038a973ea7b7941af71473f49b8530bfa667fbc33dedda7cf9bb76bbcad08bdacf345b15ed0e7e7d9a228aff111fd31cd56d9b468e9cf5dea375f6693327f512d5f37e5cbaa6e3f7ad4d6eb7cf451b16cda6c39053adffbc51f35e6cbddfb3b3b3b3464affdee3dfea868be208ae4f5478fceb3b20184e6655d2cb29a3ae24f7ec9a80367b70f873e7a7f387b7d38f4d1fbc3b9d787431fdd0ce7fba38f16c5b258ac176f4a6f5676c77b44edd57a5216d317797b55d56f8fa74450a2e847a74cf5197dcf5379522dcf8b8b754df38b577ff1478becdd225f54f5f5f6aaa2d7a9ab8fb2b27c9b5f37db65bda6d7a8c1b42cf2650b680f0879f94c5f229ecfeb4b82ffe8a33df3d5799d5d2ce805eea3df8e062bedf4ab595eb6197d8ef7894d32c6fcf722043e7ab45c97e5e8a379d5b42f84d1fa9c3fe60fc6fcc9f8aa58ceaaab66bccc5bea62c5c4fdf4de8387c4af86d69fde3b201622e9a6366740e72efdfeb329e93a21772f8bba5d67a5fed9dca5fef10b24e8dd5dc281fe6ef4a7fd9c0641b2d116d3b39784e9ee0e49dfcef83e3e9d67f5eca45a2f6944c48165b17c9bcf5e83c23591ed7bdf273afea05ab2487db4fbd1f77f","c9ff03b438e1cbd6040000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '673267f5-d493-400a-9543-74b642c8253f', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11960', - 'x-ms-correlation-request-id', - 'f3d8b5be-3508-4b9b-995f-56fdc67e4db9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061742Z:f3d8b5be-3508-4b9b-995f-56fdc67e4db9', - 'Date', - 'Fri, 10 Dec 2021 06:17:42 GMT' -]); diff --git a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_delete_test.js b/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_delete_test.js deleted file mode 100644 index a34eda147ea9..000000000000 --- a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_delete_test.js +++ /dev/null @@ -1,4295 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "6613a07d0a1b7824ac441a1504fe16e9"; - -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', - 'b3700a5a-2a8c-4bf0-9312-fdebee0a0c00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=At-7uoSTphxIs92_AyNa1lk; expires=Sun, 09-Jan-2022 06:32:54 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrebHpP6xMFCT6YeR9hFZda4_ctXNnqFzoNO1UiGDj8jNtWwB_x7IAx0o3ABE2y4zhXmEdCqrVTs3zUgnsUF7WvbiUAAFm_1rAamWUxU9lzx7PWQmL_wV5RuWac6mmVkoPRFcoMcM4SQ8P9luHVV-Sp5y3jc07fAkNXx77UATdo3ggAA; 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', - 'Fri, 10 Dec 2021 06:32:54 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', - '515b7f7a-a6ec-4d9d-a61d-90fdeb600c00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=Aqo59Xeh0LxBilemm6BsNHU; expires=Sun, 09-Jan-2022 06:32:54 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrxOHEpkUP4Xqa3PDUIDBLCJLz5a5fJNOjJy0qCjEbVcEkyO7amR-_E0BH857mMYWPm5-bCMMpiwO8DuxGrftNM2Yo1-nnFanPs6ETQO1UrRqhGyF3fBAKbXWtoVAk9p76eMN-Su7Ogx_qhalSmKVRpDE-ZVpUq16MVHcEzpdYYgAgAA; 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', - 'Fri, 10 Dec 2021 06:32:54 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=9c6790a4-b4f2-4c5d-a485-cbb0e794f6c1&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', - '9e4deb1d-59f9-4f91-a0fa-cb1ef2920b00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AmegroT4Q0pKp-lPe08957EWPr5BAQAAAJbrRNkOAAAA; expires=Sun, 09-Jan-2022 06:32:54 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', - 'Fri, 10 Dec 2021 06:32:54 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '9388d2da-d74d-45eb-8880-bc748535a34a', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-deletes', - '14998', - 'x-ms-correlation-request-id', - 'a2243c26-70c6-4286-8d74-6704ff53281d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063255Z:a2243c26-70c6-4286-8d74-6704ff53281d', - 'Date', - 'Fri, 10 Dec 2021 06:32:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'cfba2048-4bce-46d8-b9d7-684a45192f90', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11998', - 'x-ms-correlation-request-id', - '0553c680-2ca1-44b0-93f9-0f9880c43ae2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063256Z:0553c680-2ca1-44b0-93f9-0f9880c43ae2', - 'Date', - 'Fri, 10 Dec 2021 06:32:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '6d2c14aa-91f2-461c-a909-5f05ea11f9bf', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11997', - 'x-ms-correlation-request-id', - 'edca9c54-d4ce-4c05-8ecc-db4d26802441', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063258Z:edca9c54-d4ce-4c05-8ecc-db4d26802441', - 'Date', - 'Fri, 10 Dec 2021 06:32:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'a5b58b4c-f54f-486f-8d6f-9d220feb6d5a', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11996', - 'x-ms-correlation-request-id', - 'f01b2a73-d38e-42a3-804a-7a9a52829694', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063300Z:f01b2a73-d38e-42a3-804a-7a9a52829694', - 'Date', - 'Fri, 10 Dec 2021 06:33:00 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '0e50f9b9-4898-43b6-a5c8-b18abcedfbbe', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11995', - 'x-ms-correlation-request-id', - 'dad72580-2cb4-45ad-9c32-f8f12a46d8d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063303Z:dad72580-2cb4-45ad-9c32-f8f12a46d8d7', - 'Date', - 'Fri, 10 Dec 2021 06:33:02 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '079189fe-0b57-4298-afc6-3c83b8086817', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11994', - 'x-ms-correlation-request-id', - '57d0db8c-226b-40ed-92b3-50c1df8b1ac2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063305Z:57d0db8c-226b-40ed-92b3-50c1df8b1ac2', - 'Date', - 'Fri, 10 Dec 2021 06:33:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'b0a3a15d-8eec-4a63-b194-66a61c41deb2', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11993', - 'x-ms-correlation-request-id', - '89da1d98-c5b2-499e-ba41-467d6968feb4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063307Z:89da1d98-c5b2-499e-ba41-467d6968feb4', - 'Date', - 'Fri, 10 Dec 2021 06:33:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '122565c7-bd11-4888-b18a-095f6f333031', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11992', - 'x-ms-correlation-request-id', - '8585d997-05af-4904-9bf7-0b51fd0f7856', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063310Z:8585d997-05af-4904-9bf7-0b51fd0f7856', - 'Date', - 'Fri, 10 Dec 2021 06:33:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '41dac0c5-74cd-4277-8e86-7cabd3a16e14', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11991', - 'x-ms-correlation-request-id', - '26c85ad7-7019-4684-93a8-163d79f63aa0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063312Z:26c85ad7-7019-4684-93a8-163d79f63aa0', - 'Date', - 'Fri, 10 Dec 2021 06:33:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '6847aa90-aff1-49e9-bca0-9462e40329bb', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11990', - 'x-ms-correlation-request-id', - '756fb394-de5c-47dd-acfa-a556ca47d168', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063314Z:756fb394-de5c-47dd-acfa-a556ca47d168', - 'Date', - 'Fri, 10 Dec 2021 06:33:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'e4f9d1bd-a39c-4b92-abe3-d086fb1dde9a', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11989', - 'x-ms-correlation-request-id', - '3ce7b926-dc0a-465f-9b44-396e775f195d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063317Z:3ce7b926-dc0a-465f-9b44-396e775f195d', - 'Date', - 'Fri, 10 Dec 2021 06:33:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '31c46603-89b9-4b67-9bb3-0bb3a5e3d9a5', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11988', - 'x-ms-correlation-request-id', - 'b59e7b54-d852-4303-a983-f60cf175a494', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063319Z:b59e7b54-d852-4303-a983-f60cf175a494', - 'Date', - 'Fri, 10 Dec 2021 06:33:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '9368a81c-c20d-44e0-9e1a-7e8975e40058', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11987', - 'x-ms-correlation-request-id', - 'cfac4687-1bf7-4ee5-b1d7-bc13d41ca55a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063321Z:cfac4687-1bf7-4ee5-b1d7-bc13d41ca55a', - 'Date', - 'Fri, 10 Dec 2021 06:33:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'c3231fb6-08e0-4687-8cbc-e57701eeb996', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11986', - 'x-ms-correlation-request-id', - 'e954da5e-2143-4be1-8ce4-2398e144ce31', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063323Z:e954da5e-2143-4be1-8ce4-2398e144ce31', - 'Date', - 'Fri, 10 Dec 2021 06:33:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'b992d2d9-266b-47d1-8399-3929e1ca6740', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11985', - 'x-ms-correlation-request-id', - 'b74e2829-c686-42d2-8849-d76cc7e7ece9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063326Z:b74e2829-c686-42d2-8849-d76cc7e7ece9', - 'Date', - 'Fri, 10 Dec 2021 06:33:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '79e3ee36-c73e-47a2-866d-071b7e738769', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11984', - 'x-ms-correlation-request-id', - '21b9d25c-fb2e-4fd0-b971-ef6f7f10b73d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063328Z:21b9d25c-fb2e-4fd0-b971-ef6f7f10b73d', - 'Date', - 'Fri, 10 Dec 2021 06:33:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '4fe61fd5-84b2-4145-b0b4-646fa28ea7e1', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11983', - 'x-ms-correlation-request-id', - '100479a1-adb4-4d59-87ff-12039810cc56', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063330Z:100479a1-adb4-4d59-87ff-12039810cc56', - 'Date', - 'Fri, 10 Dec 2021 06:33:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '1b377949-61fb-41ad-bafd-991096bb679e', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11982', - 'x-ms-correlation-request-id', - '6267b82d-2717-41cb-8e4f-083e691d2787', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063333Z:6267b82d-2717-41cb-8e4f-083e691d2787', - 'Date', - 'Fri, 10 Dec 2021 06:33:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '4eb2f43e-7933-4ec3-8765-0836cdf71b29', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11981', - 'x-ms-correlation-request-id', - '23382234-f1de-4eaa-b3b8-db6eccb70840', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063335Z:23382234-f1de-4eaa-b3b8-db6eccb70840', - 'Date', - 'Fri, 10 Dec 2021 06:33:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'd056cc47-a04e-4cd3-8e3d-4a64921d0a84', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11980', - 'x-ms-correlation-request-id', - '166f509a-0d08-4374-90ae-1273783567f3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063337Z:166f509a-0d08-4374-90ae-1273783567f3', - 'Date', - 'Fri, 10 Dec 2021 06:33:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '3d7df76c-f50b-406e-b611-1464da8f0cd9', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11979', - 'x-ms-correlation-request-id', - 'c58db45e-cd12-4ca3-8953-7e4d3c422442', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063340Z:c58db45e-cd12-4ca3-8953-7e4d3c422442', - 'Date', - 'Fri, 10 Dec 2021 06:33:39 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '2e089821-a799-4e4d-a504-52ad6e11e3ab', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11978', - 'x-ms-correlation-request-id', - 'f60e1bae-9342-4d38-b5a2-17042aa39e1e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063342Z:f60e1bae-9342-4d38-b5a2-17042aa39e1e', - 'Date', - 'Fri, 10 Dec 2021 06:33:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'd597aa9c-95a8-4d1d-b22a-5970a3ca39a3', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11977', - 'x-ms-correlation-request-id', - '219c3d98-d634-48eb-ac2e-596f230d14ed', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063344Z:219c3d98-d634-48eb-ac2e-596f230d14ed', - 'Date', - 'Fri, 10 Dec 2021 06:33:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '5c6a1e4a-0bca-4570-9de8-e53261c7f2c3', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11976', - 'x-ms-correlation-request-id', - '4cb89d39-cd4a-456d-b503-8f8c5c9efd69', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063347Z:4cb89d39-cd4a-456d-b503-8f8c5c9efd69', - 'Date', - 'Fri, 10 Dec 2021 06:33:46 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '3e3f315a-abf1-44c0-823f-45f14bb872ac', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11975', - 'x-ms-correlation-request-id', - 'ef85d8d9-b5d2-437c-bfde-ce4e17134a57', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063349Z:ef85d8d9-b5d2-437c-bfde-ce4e17134a57', - 'Date', - 'Fri, 10 Dec 2021 06:33:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '8f8d4dba-bb52-4cfa-b9e8-3d832deb0242', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11974', - 'x-ms-correlation-request-id', - '7074fe2b-8b27-4fd9-9e73-50078100e72e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063351Z:7074fe2b-8b27-4fd9-9e73-50078100e72e', - 'Date', - 'Fri, 10 Dec 2021 06:33:51 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '509fed58-d4e9-4da0-b560-300b23778b41', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11973', - 'x-ms-correlation-request-id', - 'db47ab85-a01a-4519-9fc8-905cb8b5ae2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063354Z:db47ab85-a01a-4519-9fc8-905cb8b5ae2c', - 'Date', - 'Fri, 10 Dec 2021 06:33:53 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '1764918c-6580-4a59-a30c-6d8402852cc1', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11972', - 'x-ms-correlation-request-id', - 'd760c90d-3901-475c-8dc5-9927558e3ce0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063356Z:d760c90d-3901-475c-8dc5-9927558e3ce0', - 'Date', - 'Fri, 10 Dec 2021 06:33:55 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '0f0dbabb-c877-4157-b519-fe4d19899a74', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11971', - 'x-ms-correlation-request-id', - '6b0fb4fe-e741-4bde-b2ee-f9049e817892', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063359Z:6b0fb4fe-e741-4bde-b2ee-f9049e817892', - 'Date', - 'Fri, 10 Dec 2021 06:33:58 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '408ae747-609b-4f03-acfa-18ad9e68f5ea', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11970', - 'x-ms-correlation-request-id', - '52059a75-5d7c-48cf-bd0c-2b6b07a9788d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063401Z:52059a75-5d7c-48cf-bd0c-2b6b07a9788d', - 'Date', - 'Fri, 10 Dec 2021 06:34:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'd7ac1425-f253-4590-8154-1a113552fa18', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11969', - 'x-ms-correlation-request-id', - '3ef77abc-d1d6-4fe6-bdea-6cf370dbdf9f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063403Z:3ef77abc-d1d6-4fe6-bdea-6cf370dbdf9f', - 'Date', - 'Fri, 10 Dec 2021 06:34:03 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '3fb01067-5dd3-40c7-af4d-fb9506ab7d23', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11968', - 'x-ms-correlation-request-id', - '09cf7d33-94cf-46f5-b4c1-d998f89b5cee', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063406Z:09cf7d33-94cf-46f5-b4c1-d998f89b5cee', - 'Date', - 'Fri, 10 Dec 2021 06:34:05 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'bc5ae588-30c3-45d6-8919-a3b7c4ac02b6', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11967', - 'x-ms-correlation-request-id', - '7d7418fe-42bf-4844-9da1-0672cce80878', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063408Z:7d7418fe-42bf-4844-9da1-0672cce80878', - 'Date', - 'Fri, 10 Dec 2021 06:34:07 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '8432a3b2-2002-44f1-9998-64429d251325', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11966', - 'x-ms-correlation-request-id', - 'cd4c240c-6249-4b2a-9983-1fe3a0d1ca5d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063410Z:cd4c240c-6249-4b2a-9983-1fe3a0d1ca5d', - 'Date', - 'Fri, 10 Dec 2021 06:34:10 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '90a0e4b3-6ada-48b8-9f48-399a0cd8aed3', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11965', - 'x-ms-correlation-request-id', - '6affdb36-bcce-4c0d-af05-6381c8b38aeb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063413Z:6affdb36-bcce-4c0d-af05-6381c8b38aeb', - 'Date', - 'Fri, 10 Dec 2021 06:34:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '79be37b3-7426-4f7c-8911-c3b71467876f', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11964', - 'x-ms-correlation-request-id', - 'eca4e1ec-fdb8-440b-9f3e-5489184348f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063415Z:eca4e1ec-fdb8-440b-9f3e-5489184348f4', - 'Date', - 'Fri, 10 Dec 2021 06:34:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '68e540d2-3a44-4dad-b462-f7a13fc90571', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11963', - 'x-ms-correlation-request-id', - 'dddd8b72-620b-4c55-8df4-2ff8181143d5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063417Z:dddd8b72-620b-4c55-8df4-2ff8181143d5', - 'Date', - 'Fri, 10 Dec 2021 06:34:17 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '2053800e-e160-493e-8ba4-7b1f25a28708', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11962', - 'x-ms-correlation-request-id', - '9ee8e8f9-4234-41b2-a6ef-c1e559d40500', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063420Z:9ee8e8f9-4234-41b2-a6ef-c1e559d40500', - 'Date', - 'Fri, 10 Dec 2021 06:34:19 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'f1239eed-a436-465d-bd5d-c9418f726edb', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11961', - 'x-ms-correlation-request-id', - 'cdca414d-5d6a-41c1-8608-b715be7fe198', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063422Z:cdca414d-5d6a-41c1-8608-b715be7fe198', - 'Date', - 'Fri, 10 Dec 2021 06:34:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '989978f6-8445-4724-abb0-91e45ade4df4', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11960', - 'x-ms-correlation-request-id', - 'a073b746-73db-45bd-8ce4-daf3bcb81b0a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063424Z:a073b746-73db-45bd-8ce4-daf3bcb81b0a', - 'Date', - 'Fri, 10 Dec 2021 06:34:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'a70b9d51-de2e-47b8-95a4-d5db79d14873', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11959', - 'x-ms-correlation-request-id', - '2be5fb2f-3c37-44e0-9008-7d12f35f9ca4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063427Z:2be5fb2f-3c37-44e0-9008-7d12f35f9ca4', - 'Date', - 'Fri, 10 Dec 2021 06:34:26 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '501153f5-16fe-430e-ad80-97dab2ef33a3', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11958', - 'x-ms-correlation-request-id', - 'e876944e-42af-4796-9766-c266bab42c7e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063429Z:e876944e-42af-4796-9766-c266bab42c7e', - 'Date', - 'Fri, 10 Dec 2021 06:34:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '32cf1dfd-50a2-46e1-b5f1-61476caf2cc3', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11957', - 'x-ms-correlation-request-id', - '3a36fff0-6258-48eb-9371-10795c87e65b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063431Z:3a36fff0-6258-48eb-9371-10795c87e65b', - 'Date', - 'Fri, 10 Dec 2021 06:34:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '9765bcb4-066f-487b-9e8c-efdfc69ba146', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11956', - 'x-ms-correlation-request-id', - 'a25b2d07-9958-4183-8679-298938b385d7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063434Z:a25b2d07-9958-4183-8679-298938b385d7', - 'Date', - 'Fri, 10 Dec 2021 06:34:33 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'ef667ab9-87eb-4580-8181-a9b847f9b347', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11955', - 'x-ms-correlation-request-id', - 'dc88b289-4f25-4a44-b5cf-1c6da9e6c0ce', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063436Z:dc88b289-4f25-4a44-b5cf-1c6da9e6c0ce', - 'Date', - 'Fri, 10 Dec 2021 06:34:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '9d3c3ea8-3ef3-4b4e-b88e-8919d861f7ae', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11954', - 'x-ms-correlation-request-id', - 'cc8ab9bc-44c1-4234-ac25-f93634f34c2c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063438Z:cc8ab9bc-44c1-4234-ac25-f93634f34c2c', - 'Date', - 'Fri, 10 Dec 2021 06:34:37 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'da51c179-b2cb-4cc9-841b-e4ee5943e3ca', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11953', - 'x-ms-correlation-request-id', - 'ba17d54a-8768-4f1f-8543-4e790db08990', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063441Z:ba17d54a-8768-4f1f-8543-4e790db08990', - 'Date', - 'Fri, 10 Dec 2021 06:34:40 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '60ef5f00-a64a-4fba-ab3a-54187dbcc963', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11952', - 'x-ms-correlation-request-id', - 'cf8b0501-250f-4721-ba77-5e8813af1253', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063443Z:cf8b0501-250f-4721-ba77-5e8813af1253', - 'Date', - 'Fri, 10 Dec 2021 06:34:42 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '137b4bce-6bbf-4311-a3b1-ad35455a8bf8', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11951', - 'x-ms-correlation-request-id', - '4ec4f259-0d62-4586-87a7-754fb4d00285', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063445Z:4ec4f259-0d62-4586-87a7-754fb4d00285', - 'Date', - 'Fri, 10 Dec 2021 06:34:44 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'b5490297-5266-4f14-92a3-a28844d7f290', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11950', - 'x-ms-correlation-request-id', - '81101737-b247-44a1-8cae-a4297107d574', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063448Z:81101737-b247-44a1-8cae-a4297107d574', - 'Date', - 'Fri, 10 Dec 2021 06:34:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '42f81704-58f1-4278-9f8f-0d815775f850', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11949', - 'x-ms-correlation-request-id', - '3179f45f-5923-4336-9085-37c8b4d8c088', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063450Z:3179f45f-5923-4336-9085-37c8b4d8c088', - 'Date', - 'Fri, 10 Dec 2021 06:34:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'e21d37f9-41d5-431f-9a3a-0b48a5e474a3', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11948', - 'x-ms-correlation-request-id', - 'bd78a748-23a6-425f-bcb7-497047c329e3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063452Z:bd78a748-23a6-425f-bcb7-497047c329e3', - 'Date', - 'Fri, 10 Dec 2021 06:34:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '28cdda89-b037-4766-aefb-febfdb31e0d7', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11947', - 'x-ms-correlation-request-id', - 'd99f7ce0-520d-4768-9b2c-3bc8da118a8e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063454Z:d99f7ce0-520d-4768-9b2c-3bc8da118a8e', - 'Date', - 'Fri, 10 Dec 2021 06:34:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'a232c362-3071-4df1-b328-baf076f993cc', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11946', - 'x-ms-correlation-request-id', - 'f98639a2-cabc-4d71-8e3d-6de0c5be365b', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063457Z:f98639a2-cabc-4d71-8e3d-6de0c5be365b', - 'Date', - 'Fri, 10 Dec 2021 06:34:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '9b6d5779-342e-43f0-9894-5ac4dc66661b', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11945', - 'x-ms-correlation-request-id', - 'eab1f8c5-fbc5-4ffb-b69d-86ab30f874b9', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063459Z:eab1f8c5-fbc5-4ffb-b69d-86ab30f874b9', - 'Date', - 'Fri, 10 Dec 2021 06:34:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '048773fe-0449-473e-b5dc-9bbd71bf9041', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11944', - 'x-ms-correlation-request-id', - '6c8628c8-2e50-4e7f-835d-2f2fb440ea66', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063501Z:6c8628c8-2e50-4e7f-835d-2f2fb440ea66', - 'Date', - 'Fri, 10 Dec 2021 06:35:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '0cb47908-7795-4ed6-9438-53da79f2a343', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11943', - 'x-ms-correlation-request-id', - 'faed2349-c948-4d2a-9a4f-e9b2d31a16c0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063504Z:faed2349-c948-4d2a-9a4f-e9b2d31a16c0', - 'Date', - 'Fri, 10 Dec 2021 06:35:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '74f9f50e-fc0d-484e-94ba-3dafaa3f6cd7', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11942', - 'x-ms-correlation-request-id', - '9a03003b-0864-4189-8112-db0f23bf09f0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063506Z:9a03003b-0864-4189-8112-db0f23bf09f0', - 'Date', - 'Fri, 10 Dec 2021 06:35:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '406715c3-35aa-43dd-bb4b-8205cf186dba', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11941', - 'x-ms-correlation-request-id', - '2617f8ac-2118-41c2-b15d-6ba7c4e106bd', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063508Z:2617f8ac-2118-41c2-b15d-6ba7c4e106bd', - 'Date', - 'Fri, 10 Dec 2021 06:35:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'c86a07a8-5a2b-41c4-b99c-6569c7a80ddc', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11940', - 'x-ms-correlation-request-id', - '6bb3bfd2-71ad-41b0-89c3-b1f818dd6218', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063511Z:6bb3bfd2-71ad-41b0-89c3-b1f818dd6218', - 'Date', - 'Fri, 10 Dec 2021 06:35:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'c0172d32-ed70-45fa-b2cc-53740fddbf98', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11939', - 'x-ms-correlation-request-id', - 'e8351299-7b49-4f12-973b-9d2a8d5b8b5f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063513Z:e8351299-7b49-4f12-973b-9d2a8d5b8b5f', - 'Date', - 'Fri, 10 Dec 2021 06:35:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '8aa01098-fae8-4644-9265-cb04de0d2719', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11938', - 'x-ms-correlation-request-id', - '5d77a3d8-a7e2-4e43-9ca3-f6a1c77e21b2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063515Z:5d77a3d8-a7e2-4e43-9ca3-f6a1c77e21b2', - 'Date', - 'Fri, 10 Dec 2021 06:35:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '377d8c73-421a-4773-90b0-d8bcf2f1bd1b', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11937', - 'x-ms-correlation-request-id', - '403ea81e-b621-4980-a295-6a70c3ae5238', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063518Z:403ea81e-b621-4980-a295-6a70c3ae5238', - 'Date', - 'Fri, 10 Dec 2021 06:35:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '428d96b2-74e0-4ddc-a862-2b01e8f95808', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11936', - 'x-ms-correlation-request-id', - 'ba55572e-1893-4d91-a5dd-5bac5608641d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063520Z:ba55572e-1893-4d91-a5dd-5bac5608641d', - 'Date', - 'Fri, 10 Dec 2021 06:35:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '7e2a72d4-00c5-4dfb-b635-d747c8cfc661', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11935', - 'x-ms-correlation-request-id', - '129c301e-281e-4dfa-9618-7d48cad158be', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063522Z:129c301e-281e-4dfa-9618-7d48cad158be', - 'Date', - 'Fri, 10 Dec 2021 06:35:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '312e87f7-3b3a-46e0-b5b6-5f258b1c1827', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11934', - 'x-ms-correlation-request-id', - '08c711c0-7887-4560-a06a-b3cfa192fbe0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063525Z:08c711c0-7887-4560-a06a-b3cfa192fbe0', - 'Date', - 'Fri, 10 Dec 2021 06:35:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'bdeb81d6-0ffc-4a4a-8707-aff03feaed26', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11933', - 'x-ms-correlation-request-id', - '66323a6f-267b-48df-8708-57f6b0e8fa5a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063527Z:66323a6f-267b-48df-8708-57f6b0e8fa5a', - 'Date', - 'Fri, 10 Dec 2021 06:35:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '86a65d50-8616-404d-9b67-52cbb1d44ab5', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11932', - 'x-ms-correlation-request-id', - 'e91a2998-2e95-4d6b-a39e-83b9807392a6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063529Z:e91a2998-2e95-4d6b-a39e-83b9807392a6', - 'Date', - 'Fri, 10 Dec 2021 06:35:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'f014974d-c562-4584-9fba-fc699c129f3b', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11931', - 'x-ms-correlation-request-id', - '09258cb6-1d63-4261-8cd7-f52c3ec102f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063532Z:09258cb6-1d63-4261-8cd7-f52c3ec102f6', - 'Date', - 'Fri, 10 Dec 2021 06:35:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '3f966401-9a80-488e-8c78-7b07360c208c', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11930', - 'x-ms-correlation-request-id', - 'b041b249-8495-4354-8288-ffe9df24cefb', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063534Z:b041b249-8495-4354-8288-ffe9df24cefb', - 'Date', - 'Fri, 10 Dec 2021 06:35:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '2ad370c3-35ef-4cc1-9cc6-4150549d432e', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11929', - 'x-ms-correlation-request-id', - 'acb4446f-0a22-47dd-ac42-8b9bf68bf44f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063536Z:acb4446f-0a22-47dd-ac42-8b9bf68bf44f', - 'Date', - 'Fri, 10 Dec 2021 06:35:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'da7ded8f-7f62-4e13-a152-9e0453e7a272', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11928', - 'x-ms-correlation-request-id', - '9f008935-f0ea-4196-9bcf-cf5709907bde', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063539Z:9f008935-f0ea-4196-9bcf-cf5709907bde', - 'Date', - 'Fri, 10 Dec 2021 06:35:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'd96dd328-51b4-4518-9a13-fbdbb8754312', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11927', - 'x-ms-correlation-request-id', - 'f523dfd8-484b-459c-8f41-180070aafff4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063541Z:f523dfd8-484b-459c-8f41-180070aafff4', - 'Date', - 'Fri, 10 Dec 2021 06:35:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'a6fe5332-5986-4e95-a4cb-22129f26b486', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11926', - 'x-ms-correlation-request-id', - '425a7933-9bb2-4e24-8c8a-28cb858e9cca', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063543Z:425a7933-9bb2-4e24-8c8a-28cb858e9cca', - 'Date', - 'Fri, 10 Dec 2021 06:35:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '73970cec-2f30-4647-aa64-2b8089a67358', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11925', - 'x-ms-correlation-request-id', - '9d0214fc-f332-4693-80be-bb564d37cf21', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063546Z:9d0214fc-f332-4693-80be-bb564d37cf21', - 'Date', - 'Fri, 10 Dec 2021 06:35:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '80d9b700-8546-459e-8453-fa4640ebc09b', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11924', - 'x-ms-correlation-request-id', - '9ec3be8c-1e77-4f59-a156-f58d3e418467', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063548Z:9ec3be8c-1e77-4f59-a156-f58d3e418467', - 'Date', - 'Fri, 10 Dec 2021 06:35:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '63fdd2de-70db-42f6-b2d2-132494f2152b', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11923', - 'x-ms-correlation-request-id', - '79bb6482-6b58-49f2-9971-eb0eea539051', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063550Z:79bb6482-6b58-49f2-9971-eb0eea539051', - 'Date', - 'Fri, 10 Dec 2021 06:35:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '2124c653-4a12-4f14-8043-90ee2e76e6b2', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11922', - 'x-ms-correlation-request-id', - 'cdbef28f-7cf3-4b4b-a052-a1d61511a4f4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063553Z:cdbef28f-7cf3-4b4b-a052-a1d61511a4f4', - 'Date', - 'Fri, 10 Dec 2021 06:35:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '2224b600-26f3-49a1-ac20-74272f53bbb7', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11921', - 'x-ms-correlation-request-id', - '3c112ffc-0310-4041-9531-778939172fb5', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063555Z:3c112ffc-0310-4041-9531-778939172fb5', - 'Date', - 'Fri, 10 Dec 2021 06:35:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '4583b9c1-db39-46af-8589-30f4ed7e8cbe', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11920', - 'x-ms-correlation-request-id', - '922970c6-52e2-445b-a7f6-a0638cad5986', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063557Z:922970c6-52e2-445b-a7f6-a0638cad5986', - 'Date', - 'Fri, 10 Dec 2021 06:35:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '0a0b0ac2-ed59-42e7-9a63-2a2bad183766', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11919', - 'x-ms-correlation-request-id', - '93c5de44-82d1-4928-87aa-8c418b7cbc3a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063600Z:93c5de44-82d1-4928-87aa-8c418b7cbc3a', - 'Date', - 'Fri, 10 Dec 2021 06:35:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '32908982-7b22-4156-b99e-644488f807a6', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11918', - 'x-ms-correlation-request-id', - '5ca6b7fc-4eba-4ea9-851f-7a89769c5c1e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063602Z:5ca6b7fc-4eba-4ea9-851f-7a89769c5c1e', - 'Date', - 'Fri, 10 Dec 2021 06:36:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'f56b69ca-0828-4aa4-95bd-60c160becaa8', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11917', - 'x-ms-correlation-request-id', - 'beac265a-cceb-4a8f-bb8b-bd070680c95c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063604Z:beac265a-cceb-4a8f-bb8b-bd070680c95c', - 'Date', - 'Fri, 10 Dec 2021 06:36:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '5c3c274d-834e-46cd-b892-2fb340d0afe2', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11916', - 'x-ms-correlation-request-id', - 'cdd5fb82-7595-49ed-bec7-a655d23a2b06', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063607Z:cdd5fb82-7595-49ed-bec7-a655d23a2b06', - 'Date', - 'Fri, 10 Dec 2021 06:36:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '41413d77-8d93-4426-970d-f97f047c06e9', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11915', - 'x-ms-correlation-request-id', - 'b0f5d47a-7f9d-4a8c-9add-2ad66f3ede74', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063609Z:b0f5d47a-7f9d-4a8c-9add-2ad66f3ede74', - 'Date', - 'Fri, 10 Dec 2021 06:36:08 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'e51922e7-a98f-4cd8-82a0-d6d615ebe888', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11914', - 'x-ms-correlation-request-id', - '592e9c3d-6e94-4e11-9ea4-9680e99f84c4', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063611Z:592e9c3d-6e94-4e11-9ea4-9680e99f84c4', - 'Date', - 'Fri, 10 Dec 2021 06:36:11 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '6602a52c-51f4-403b-b8b3-ef0c1eab454b', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11913', - 'x-ms-correlation-request-id', - 'ea96a45b-d16b-4058-a0a0-4bb95d12d66e', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063614Z:ea96a45b-d16b-4058-a0a0-4bb95d12d66e', - 'Date', - 'Fri, 10 Dec 2021 06:36:13 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '2893a76a-64fd-4282-9dee-f5ac5ace9b20', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11912', - 'x-ms-correlation-request-id', - 'a032ef67-c363-4397-8151-e3d532358b56', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063616Z:a032ef67-c363-4397-8151-e3d532358b56', - 'Date', - 'Fri, 10 Dec 2021 06:36:15 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '881177a4-1ea5-4ae9-a2a3-41a4e15fd1de', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11911', - 'x-ms-correlation-request-id', - '1f01f017-d725-4147-9adf-0b3ac3682b82', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063618Z:1f01f017-d725-4147-9adf-0b3ac3682b82', - 'Date', - 'Fri, 10 Dec 2021 06:36:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'c0769e7a-7311-4dcb-90c4-5ea463969f79', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11910', - 'x-ms-correlation-request-id', - 'abc481f0-c62a-4580-8dd9-419e7c23b304', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063620Z:abc481f0-c62a-4580-8dd9-419e7c23b304', - 'Date', - 'Fri, 10 Dec 2021 06:36:20 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'c87bb54b-7bb3-4b87-8387-835f8809411e', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11909', - 'x-ms-correlation-request-id', - '141626af-054f-4b0b-898b-c5d56f58073c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063623Z:141626af-054f-4b0b-898b-c5d56f58073c', - 'Date', - 'Fri, 10 Dec 2021 06:36:22 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'f9814612-3bd0-4b15-95c6-7bf1d9a1f43c', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11908', - 'x-ms-correlation-request-id', - '91de88a0-ff68-4983-a549-669be59bf75f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063625Z:91de88a0-ff68-4983-a549-669be59bf75f', - 'Date', - 'Fri, 10 Dec 2021 06:36:24 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '16b435cd-5906-4b89-abb2-4c54075d0a39', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11907', - 'x-ms-correlation-request-id', - '154be10b-d2af-4925-9c70-3ca7a7d1dd17', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063627Z:154be10b-d2af-4925-9c70-3ca7a7d1dd17', - 'Date', - 'Fri, 10 Dec 2021 06:36:27 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'f8537ef1-18cf-4481-8960-6b0c6736ce53', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11906', - 'x-ms-correlation-request-id', - '29b868d2-bec0-4fee-9cd9-e00588695719', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063630Z:29b868d2-bec0-4fee-9cd9-e00588695719', - 'Date', - 'Fri, 10 Dec 2021 06:36:29 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'b36e5ec6-4d34-4036-9b05-bb8d4e7e70fa', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11905', - 'x-ms-correlation-request-id', - 'b5bc28ad-b037-4df8-b21c-61e2b4eeb58f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063632Z:b5bc28ad-b037-4df8-b21c-61e2b4eeb58f', - 'Date', - 'Fri, 10 Dec 2021 06:36:31 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'b7aefc7c-969d-40b8-923e-24b3b3fa928b', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11904', - 'x-ms-correlation-request-id', - '7732bd0d-3e84-4924-831a-1240e6f19f10', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063634Z:7732bd0d-3e84-4924-831a-1240e6f19f10', - 'Date', - 'Fri, 10 Dec 2021 06:36:34 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '3c9d8cce-cfd0-419d-8924-2e1ed47d0fb8', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11903', - 'x-ms-correlation-request-id', - 'fc0c7f91-0893-424a-a72b-ff873f40c51c', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063637Z:fc0c7f91-0893-424a-a72b-ff873f40c51c', - 'Date', - 'Fri, 10 Dec 2021 06:36:36 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'd24e904a-bb9d-48a0-b156-5ea965c34bfb', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11902', - 'x-ms-correlation-request-id', - 'dbc86f63-5574-4ca1-b8ac-0846c63d898a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063639Z:dbc86f63-5574-4ca1-b8ac-0846c63d898a', - 'Date', - 'Fri, 10 Dec 2021 06:36:38 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '2381fadf-9d22-4547-aaf8-a9f70adfa7a6', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11901', - 'x-ms-correlation-request-id', - 'd0a43450-0028-472d-83f8-8d9896c6c38a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063641Z:d0a43450-0028-472d-83f8-8d9896c6c38a', - 'Date', - 'Fri, 10 Dec 2021 06:36:41 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '31d757c9-bb2c-4467-9b93-d9d6cb3fdf5a', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11900', - 'x-ms-correlation-request-id', - '7a1221d1-171d-42c3-b0ee-a93efcea53af', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063644Z:7a1221d1-171d-42c3-b0ee-a93efcea53af', - 'Date', - 'Fri, 10 Dec 2021 06:36:43 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '95a92bb0-7e52-4b59-805b-b4e582270e58', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11899', - 'x-ms-correlation-request-id', - 'e0531561-c725-49ba-8e1c-9ac5ae3123e1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063646Z:e0531561-c725-49ba-8e1c-9ac5ae3123e1', - 'Date', - 'Fri, 10 Dec 2021 06:36:45 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '7a405254-8691-492a-a7d7-7ba62f2274ab', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11898', - 'x-ms-correlation-request-id', - '04a31192-49c3-46d6-92ac-53a82b99f590', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063648Z:04a31192-49c3-46d6-92ac-53a82b99f590', - 'Date', - 'Fri, 10 Dec 2021 06:36:48 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'c8083af6-f8d2-431d-9ead-e56cb1e86f41', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11897', - 'x-ms-correlation-request-id', - 'de1d4554-abf6-4dba-9dd4-5e39cb832ffa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063651Z:de1d4554-abf6-4dba-9dd4-5e39cb832ffa', - 'Date', - 'Fri, 10 Dec 2021 06:36:50 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '4e9959b0-5853-4bb1-b546-3a577b83ba84', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11896', - 'x-ms-correlation-request-id', - 'd213ae99-3baa-4170-8198-f0c0c71cf3b3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063653Z:d213ae99-3baa-4170-8198-f0c0c71cf3b3', - 'Date', - 'Fri, 10 Dec 2021 06:36:52 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '70285054-9b3e-4d5b-9a11-ce8e71aeb508', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11895', - 'x-ms-correlation-request-id', - '000761c3-8ad5-4e52-bd15-601521ddd474', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063655Z:000761c3-8ad5-4e52-bd15-601521ddd474', - 'Date', - 'Fri, 10 Dec 2021 06:36:54 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'bcebda0f-c58d-46f6-8d50-96183eadb6e0', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11894', - 'x-ms-correlation-request-id', - '1728fcac-138e-4e4c-8d7f-a9d7f584942d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063658Z:1728fcac-138e-4e4c-8d7f-a9d7f584942d', - 'Date', - 'Fri, 10 Dec 2021 06:36:57 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '410f9982-2961-44a4-b480-8dbf90f3e985', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11893', - 'x-ms-correlation-request-id', - '86437337-2a9d-43d7-95d3-4a2c882192f6', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063700Z:86437337-2a9d-43d7-95d3-4a2c882192f6', - 'Date', - 'Fri, 10 Dec 2021 06:36:59 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '1d827388-d478-4d40-bb31-b31ceb1161fd', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11892', - 'x-ms-correlation-request-id', - '4c1bb8b2-06ea-4609-9402-ab977d8b1eb7', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063702Z:4c1bb8b2-06ea-4609-9402-ab977d8b1eb7', - 'Date', - 'Fri, 10 Dec 2021 06:37:01 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'c40ce8ad-1bf7-48ad-87c3-2e93323910db', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11891', - 'x-ms-correlation-request-id', - '34480db2-2604-471c-abce-d795094b27e0', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063705Z:34480db2-2604-471c-abce-d795094b27e0', - 'Date', - 'Fri, 10 Dec 2021 06:37:04 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - 'a7c18158-83cd-4831-a054-5d10ed38ca9f', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11890', - 'x-ms-correlation-request-id', - '023582be-260e-4a4e-a6d7-fb0616f831c8', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063707Z:023582be-260e-4a4e-a6d7-fb0616f831c8', - 'Date', - 'Fri, 10 Dec 2021 06:37:06 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '96b45903-396c-42f3-b194-dd683316749a', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11889', - 'x-ms-correlation-request-id', - 'fada7095-5ea1-4438-acf8-7d6ef1049505', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063709Z:fada7095-5ea1-4438-acf8-7d6ef1049505', - 'Date', - 'Fri, 10 Dec 2021 06:37:09 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '9f79b6ea-7ccf-435e-b7c6-6a5d42fceeef', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11888', - 'x-ms-correlation-request-id', - '0fe428b4-be81-4b8d-b7fe-d02ed2100e84', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063712Z:0fe428b4-be81-4b8d-b7fe-d02ed2100e84', - 'Date', - 'Fri, 10 Dec 2021 06:37:12 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '4c1d578b-5681-4e75-b90d-eea17724eddc', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11887', - 'x-ms-correlation-request-id', - '0b937828-cc86-452e-97eb-f672785e25c3', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063714Z:0b937828-cc86-452e-97eb-f672785e25c3', - 'Date', - 'Fri, 10 Dec 2021 06:37:14 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '9b704d65-cd40-46e5-b39b-a81b3cf3a393', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11886', - 'x-ms-correlation-request-id', - '10260b69-0863-4895-b256-98c6378669fa', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063716Z:10260b69-0863-4895-b256-98c6378669fa', - 'Date', - 'Fri, 10 Dec 2021 06:37:16 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '37d063d2-7e8c-441d-821a-3c2dbd88df8c', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11885', - 'x-ms-correlation-request-id', - 'a51ff957-107c-45c1-b10e-3af02630756d', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063719Z:a51ff957-107c-45c1-b10e-3af02630756d', - 'Date', - 'Fri, 10 Dec 2021 06:37:18 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '97bf8fac-b5b2-43de-8fd6-005641137224', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11884', - 'x-ms-correlation-request-id', - '33206b4b-fc4f-40bf-aee7-b8a2c3d38c2f', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063721Z:33206b4b-fc4f-40bf-aee7-b8a2c3d38c2f', - 'Date', - 'Fri, 10 Dec 2021 06:37:21 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '73b00e4c-4633-4484-9d2e-9a6b5df38566', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11883', - 'x-ms-correlation-request-id', - '67c2ba23-43c9-4682-b3c3-2906d4f25028', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063723Z:67c2ba23-43c9-4682-b3c3-2906d4f25028', - 'Date', - 'Fri, 10 Dec 2021 06:37:23 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '0c4af4e2-102e-43dc-9b9b-6b384749693f', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11882', - 'x-ms-correlation-request-id', - 'bda63d4e-5772-4d04-a793-1669c081d136', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063725Z:bda63d4e-5772-4d04-a793-1669c081d136', - 'Date', - 'Fri, 10 Dec 2021 06:37:25 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '68380af0-2b6b-4349-b9d6-aa88f515f19c', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11881', - 'x-ms-correlation-request-id', - '70873f0c-cc32-48ad-b239-f84085802708', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063728Z:70873f0c-cc32-48ad-b239-f84085802708', - 'Date', - 'Fri, 10 Dec 2021 06:37:28 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '92c97c40-f727-4668-802f-7ab5697072dd', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11880', - 'x-ms-correlation-request-id', - '3486634b-ae1b-47d9-8344-d705d004f093', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063730Z:3486634b-ae1b-47d9-8344-d705d004f093', - 'Date', - 'Fri, 10 Dec 2021 06:37:30 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(202, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'Location', - 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a?api-version=2020-12-01', - 'x-ms-request-id', - '2c2c51e0-fb41-4bc5-9edc-cf1fa1d0c386', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11879', - 'x-ms-correlation-request-id', - '0ca1198d-cf1c-48d9-bd80-ce63aec74ebe', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063732Z:0ca1198d-cf1c-48d9-bd80-ce63aec74ebe', - 'Date', - 'Fri, 10 Dec 2021 06:37:32 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/providers/Microsoft.Cache/locations/East%20US/operationresults/9388d2da-d74d-45eb-8880-bc748535a34a') - .query(true) - .reply(200, "", [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Expires', - '-1', - 'x-ms-request-id', - '65e9db80-3034-4fac-927c-449bed991ee2', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11878', - 'x-ms-correlation-request-id', - '445d169d-69a2-46c3-bfbb-630c1fc43622', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063735Z:445d169d-69a2-46c3-bfbb-630c1fc43622', - 'Date', - 'Fri, 10 Dec 2021 06:37:35 GMT', - 'Content-Length', - '0' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis') - .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', - 'x-ms-request-id', - '87d65fc8-05fb-4307-9901-a0ef1f792a20', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11877', - 'x-ms-correlation-request-id', - '2cf3c026-e566-42a5-8e95-c8b8bda9ea7a', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063736Z:2cf3c026-e566-42a5-8e95-c8b8bda9ea7a', - 'Date', - 'Fri, 10 Dec 2021 06:37:36 GMT' -]); diff --git a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_get_test.js b/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_get_test.js deleted file mode 100644 index 2d4bb04ade97..000000000000 --- a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_get_test.js +++ /dev/null @@ -1,149 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "0c8e4228309b12e6f31b264a6a092163"; - -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', - '056f2747-a290-418e-88dc-c958d17f0a00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AgxTHnZQ80ZPm341EbE4_pA; expires=Sun, 09-Jan-2022 06:17:42 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrCl6uQ7BQnORuLdf7qvpP6u1kzb4BP-UrFK2ZGWhCayipQLUh5fo7GU6yRE6Of9sCO01W-fTz45iqRUVqutGgXfyNDunv-JMbmU0oqSAz5BsXdWlf0TjqkhGhzCNl6IE3ST3Q7MIdoHKEGhpx6EZ7tmZXvj4WBP06zDJiJ8OnUOggAA; 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', - 'Fri, 10 Dec 2021 06:17:42 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-ab385db50a00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=AldqMJ3dwSBEgAcsTc43rL8; expires=Sun, 09-Jan-2022 06:17:42 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrSfjoWes1E9g5I4d4nWwjqDUZl3o-h2xV8eawQVtUFogmvSmiVgNLfT4pSnCCGZ8ALmvLkudA_j6xH0-jfGUmAf6hRXODODNdw3ao1dlVmFIOZUoShS1Ly2COIo5Tjfh4lGd-mJSsjWzRNBf_m_yVHkqGB-lrbYvApjpiYNPc6SEgAA; 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', - 'Fri, 10 Dec 2021 06:17:42 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=74cdcda5-4721-47a5-b19a-0bea4ec94aff&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', - '056f2747-a290-418e-88dc-c958d97f0a00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=Agw0jDqiLrtDlWBhK5AZZHYWPr5BAQAAAAboRNkOAAAA; expires=Sun, 09-Jan-2022 06:17:43 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', - 'Fri, 10 Dec 2021 06:17:43 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4fb2e93cbffb2a9f156858e3e7141fbd7bf76e7777f7a3d1476535cdd037e1729a356dfad56bfa70992d72fa20fa427bbdc277d12ef07576d17cf4e817ff92d14784ce2aafdb22c7dff8ebb268a8a36279f1bacd5ac038a973ea7b7941af71473f49b8530bfa667fbc33dedda7cf9bb76bbcad08bdacf345b15ed0e7e7d9a228aff111fd31cd56d9b468e9cf5dea375f6693327f512d5f37e5cbaa6e3f7ad4d6eb7cf451b16cda6c39053adffbc51f35e6cbddfb3b3b3b3464affdee3dfea868be208ae4f5478fceb3b20184e6655d2cb29a3ae24f7ec9a80367b70f873e7a7f387b7d38f4d1fbc3b9d787431fdd0ce7fba38f16c5b258ac176f4a6f5676c77b44edd57a5216d317797b55d56f8fa74450a2e847a74cf5197dcf5379522dcf8b8b754df38b577ff1478becdd225f54f5f5f6aaa2d7a9ab8fb2b27c9b5f37db65bda6d7a8c1b42cf2650b680f0879f94c5f229ecfeb4b82ffe8a33df3d5799d5d2ce805eea3df8e062bedf4ab595eb6197d8ef7894d32c6fcf722043e7ab45c97e5e8a379d5b42f84d1fa9c3fe60fc6fcc9f8aa58ceaaab66bccc5bea62c5c4fdf4de8387c4af86d69fde3b201622e9a6366740e72efdfeb329e93a21772f8bba5d67a5fed9dca5fef10b24e8dd5dc281fe6ef4a7fd9c0641b2d116d3b39784e9ee0e49dfcef83e3e9d67f5eca45a2f6944c48165b17c9bcf5e83c23591ed7bdf273afea05ab2487db4fbd1f77f","c9ff03b438e1cbd6040000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - 'a9b2b96f-bf5e-4671-ae3b-673fb401a368', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11959', - 'x-ms-correlation-request-id', - 'f13b7553-a865-4b5d-bcb1-a9d425e522e2', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061744Z:f13b7553-a865-4b5d-bcb1-a9d425e522e2', - 'Date', - 'Fri, 10 Dec 2021 06:17:43 GMT' -]); diff --git a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_listbyresourcegroup_test.js b/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_listbyresourcegroup_test.js deleted file mode 100644 index 9437ca811df1..000000000000 --- a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_listbyresourcegroup_test.js +++ /dev/null @@ -1,149 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "6c4609f6a5b5fbcc676d2f31d151cc20"; - -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', - '056f2747-a290-418e-88dc-c958f37f0a00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR2 ProdSlices', - 'Set-Cookie', - 'fpc=AlQt9FqctHJHl_oEaHexlc0; expires=Sun, 09-Jan-2022 06:17:46 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrVq0hVfke-twU-tcW3hAFbHGs4B436hXKe_dGRfv0AYnqScxEXJLANxRPledmpb2zzmGOBkfrzBYGivBPVXqpxZ2G9VAt8vJbNXIR8_vABPkjQTTTj3_G6r2Jm7TcMioI_u5KAZaki4bA6cUZAlQwrAeZ5w59mkUwgoBZSqDNoGIgAA; 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', - 'Fri, 10 Dec 2021 06:17:45 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', - 'e407fa4b-b48e-461f-b002-2daff7c80b00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=ArTBlyCR8XtPjVeWR_gULMU; expires=Sun, 09-Jan-2022 06:17:46 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr6Hlt5PDEJZUpi0B7WBd7PF8LdVvmkvhTVohRldioc0_9RiLBTcCaq5DJMlhDMC-YTe5Ijz7ShuaLxs2JCdse4MQBd3c7J_9iRLsySaXDdBd1_HKZacAXJOq2MP-WeaJZsfU3fmRqym2SrsspERYY1e1mJY95LrDeFjm5tFDkQN0gAA; 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', - 'Fri, 10 Dec 2021 06:17:46 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=99b2bee5-30c1-4a58-bf59-98df1caae906&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', - '8072c932-7798-47de-b5c9-9457c22b0b00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR2 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=AsUQWghbkmBPi7ZV9eTO45YWPr5BAQAAAAroRNkOAAAA; expires=Sun, 09-Jan-2022 06:17:46 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', - 'Fri, 10 Dec 2021 06:17:46 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3936c3acfefbeca67051ad6f839c547efdebddbddddfd68f451594d33f44db89c664d9b7ef59a3e5c660bc2f1a3e80bedf50adf45bbc0d7d945f3d1a35ffc4b461f113aabbc6e8b1c7fe3afcba2a18e8ae5c5eb366b01e3a4cea9efe505bdc61dfd24e14e2de89bfdf1ce78779f3e6fdeaef1b622f4b2ce17c57a419f9f678ba2bcc647f4c7345b65d3a2a53f77a9df7c994dcafc45b57cdd942fabbafde8515baff3d147c5b269b3e514e810f51bf3e5eefd9d9d1d1ab2d77ef71e7f54345f1045f2faa347e759d90042f3b22e16594d1df127bf64d481b3db87431fbd3f9cbd3e1cfae8fde1dcebc3a18f6e86f3fdd1478b62592cd68b37a5372bbbe33da2f66a3d298be98bbcbdaaeab7c753222851f4a353a6fa8cbee7a93ca996e7c5c5baa6f9c5abbff8a345f66e912faafa7a7b55d1ebd4d5475959becdaf9bedb25ed36bd4605a16f9b205b40784bc7ca62f11cfe7f525c17ff4d19ef9eabcce2e16f402f7d16f47839576fad52c2fdb8c3ec7fbc4261963fe7b11021f3d5aaecb72f4d1bc6ada17c2687dce1ff30763fe647c552c67d555335ee62d75b162e27e7aefc143e25743eb4fef1d100b9174539b33a073977effd994749d90bb9745ddaeb352ff6cee52fff80512f4ee2ee1407f37fad37e4e8320d9688be9d94bc2747787a46f677c1f9fceb37a7652ad973422e2c0b258becd67af41e19ac8f6bdef131d7f502d59a43edafde8fbbfe4fbbf","e4ff011b16d338e2040000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '5e2dca7a-840e-4f22-afe4-7c49c4c7bb23', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11957', - 'x-ms-correlation-request-id', - 'ce3b20a7-7a65-4eda-a3c3-a7aa3500cc61', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061747Z:ce3b20a7-7a65-4eda-a3c3-a7aa3500cc61', - 'Date', - 'Fri, 10 Dec 2021 06:17:46 GMT' -]); diff --git a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_update_test.js b/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_update_test.js deleted file mode 100644 index 25a2ecb92184..000000000000 --- a/sdk/redis/arm-rediscache/recordings/node/redis_test/recording_redis_update_test.js +++ /dev/null @@ -1,301 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "591ba36f130e275b18c853cff71daa89"; - -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', - 'e407fa4b-b48e-461f-b002-2daf01c90b00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'Set-Cookie', - 'fpc=Ah9VojNl_mdPgaOn7qdBhT4; expires=Sun, 09-Jan-2022 06:17:47 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrNO1j8eFAjyfTDO15FekdJGbfR6h0dQf6kEAx7-X1WwWQgRoy_w0R9g1WKQc35A_owSKAdDodx45ljT7Qi_MSFDHnsRXw-kjSM1X_cW2IFTqAcix9d4Jot0u0vXea_M1-egfptjc2hjMPu5gkHQGHr2NgrtsJf12dsctMq2HcbWQgAA; 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', - 'Fri, 10 Dec 2021 06:17:46 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-ab388bb50a00', - 'x-ms-ests-server', - '2.1.12261.14 - SEASLR1 ProdSlices', - 'Set-Cookie', - 'fpc=As7OrrX2GR9AmTiSlVmDxbE; expires=Sun, 09-Jan-2022 06:17:47 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrF2SLBTlj7O9cDKg3BpcQT9Hnp_OXJbBJkEru5LaHbGWLm3vBXo2_PDu4w1t3hcF-tbdZ3sh6jf0uDZFwKNjAUA6sbFX0o9fVyoMcFCoEtoiA2hl8YbsdIddirXNgNtrW_IEC8C_1DM8axDO8jcsCc36Ptf-2ICaUyj6FT0aLiZIgAA; 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', - 'Fri, 10 Dec 2021 06:17:47 GMT', - 'Content-Length', - '1753' -]); - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=3274ce62-d2a5-4143-a3b8-313bd79e711f&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', - 'e407fa4b-b48e-461f-b002-2daf03c90b00', - 'x-ms-ests-server', - '2.1.12261.14 - KRSLR1 ProdSlices', - 'x-ms-clitelem', - '1,0,0,,', - 'Set-Cookie', - 'fpc=As2Cq_D92KBIi4XOROjnFRUWPr5BAQAAAAroRNkOAAAA; expires=Sun, 09-Jan-2022 06:17:47 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly', - 'Date', - 'Fri, 10 Dec 2021 06:17:47 GMT', - 'Content-Length', - '1374' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4fb2e93cbffb2a9f156858e3e7141fbd7bf76e7777f7a3d1476535cdd037e1729a356dfad56bfa70992d72fa20fa427bbdc277d12ef07576d17cf4e817ff92d14784ce2aafdb22c7dff8ebb268a8a36279f1bacd5ac038a973ea7b7941af71473f49b8530bfa667fbc33dedda7cf9bb76bbcad08bdacf345b15ed0e7e7d9a228aff111fd31cd56d9b468e9cf5dea375f6693327f512d5f37e5cbaa6e3f7ad4d6eb7cf451b16cda6c39053adffbc51f35e6cbddfb3b3b3b3464affdee3dfea868be208ae4f5478fceb3b20184e6655d2cb29a3ae24f7ec9a80367b70f873e7a7f387b7d38f4d1fbc3b9d787431fdd0ce7fba38f16c5b258ac176f4a6f5676c77b44edd57a5216d317797b55d56f8fa74450a2e847a74cf5197dcf5379522dcf8b8b754df38b577ff1478becdd225f54f5f5f6aaa2d7a9ab8fb2b27c9b5f37db65bda6d7a8c1b42cf2650b680f0879f94c5f229ecfeb4b82ffe8a33df3d5799d5d2ce805eea3df8e062bedf4ab595eb6197d8ef7894d32c6fcf722043e7ab45c97e5e8a379d5b42f84d1fa9c3fe60fc6fcc9f8aa58ceaaab66bccc5bea62c5c4fdf4de8387c4af86d69fde3b201622e9a6366740e72efdfeb329e93a21772f8bba5d67a5fed9dca5fef10b24e8dd5dc281fe6ef4a7fd9c0641b2d116d3b39784e9ee0e49dfcef83e3e9d67f5eca45a2f6944c48165b17c9bcf5e83c23591ed7bdf273afea05ab2487db4fbd1f77f","c9ff03b438e1cbd6040000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '266496ae-a378-4ebb-ab1f-f5ecb688a819', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11956', - 'x-ms-correlation-request-id', - '02901870-fe18-40c1-b905-0345c20eb7b1', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T061748Z:02901870-fe18-40c1-b905-0345c20eb7b1', - 'Date', - 'Fri, 10 Dec 2021 06:17:47 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4fb2e93cbffb2a9f156858e3e7141fbd7bf76e7777f7a3d1476535cdd037e1729a356dfad56bfa70992d72fa20fa427bbdc277d12ef07576d17cf4e817ff92d14784ce2aafdb22c7dff8ebb268a8a36279f1bacd5ac038a973ea7b7941af71473f49b8530bfa667fbc33dedda7cf9bb76bbcad08bdacf345b15ed0e7e7d9a228aff111fd31cd56d9b468e9cf5dea375f6693327f512d5f37e5cbaa6e3f7ad4d6eb7cf451b16cda6c39053adffbc51f35e6cbddfb3b3b3b3464affdee3dfea868be208ae4f5478fceb3b20184e6655d2cb29a3ae24f7ec9a80367b70f873e7a7f387b7d38f4d1fbc3b9d787431fdd0ce7fba38f16c5b258ac176f4a6f5676c77b44edd57a5216d317797b55d56f8fa74450a2e847a74cf5197dcf5379522dcf8b8b754df38b577ff1478becdd225f54f5f5f6aaa2d7a9ab8fb2b27c9b5f37db65bda6d7a8c1b42cf2650b680f0879f94c5f229ecfeb4b82ffe8a33df3d5799d5d2ce805eea3df8e062bedf4ab595eb6197d8ef7894d32c6fcf722043e7ab45c97e5e8a379d5b42f84d1fa9c3fe60fc6fcc9f8aa58ceaaab66bccc5bea62c5c4fdf4de8387c4af86d69fde3b201622e9a6366740e72efdfeb329e93a21772f8bba5d67a5fed9dca5fef10b24e8dd5dc281fe6ef4a7fd9c0641b2d116d3b39784e9ee0e49dfcef83e3e9d67f5eca45a2f6944c48165b17c9bcf5e83c23591ed7bdf273afea05ab2487db4fbd1f77f","c9ff03b438e1cbd6040000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '96c4d062-400c-4246-b9c2-077d1d15dad2', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11999', - 'x-ms-correlation-request-id', - 'd5ce5f3d-45a8-4223-8baf-a28567d24272', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T062249Z:d5ce5f3d-45a8-4223-8baf-a28567d24272', - 'Date', - 'Fri, 10 Dec 2021 06:22:48 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4fb2e93cbffb2a9f156858e3e7141fbd7bf76e7777f7a3d1476535cdd037e1729a356dfad56bfa70992d72fa20fa427bbdc277d12ef07576d17cf4e817ff92d14784ce2aafdb22c7dff8ebb268a8a36279f1bacd5ac038a973ea7b7941af71473f49b8530bfa667fbc33dedda7cf9bb76bbcad08bdacf345b15ed0e7e7d9a228aff111fd31cd56d9b468e9cf5dea375f6693327f512d5f37e5cbaa6e3f7ad4d6eb7cf451b16cda6c39053adffbc51f35e6cbddfb3b3b3b3464affdee3dfee807d5129d62d0cd3cab67673461f471d17c9111c1eb8f1e9d676503c0cdcbba586435f5cf9ffc925107fc6e1f3c7df48d81dfeb83a78f62e0a9d7f7077faf0f9e3efadae0bf3ffa68512c8bc57af1a6f4667c77bc47a056eb49594c5fe4ed5555bf3d9ed264d16c7d74bac48ccee87b6693936a795e5cac6be21dbcfa8b3f5a64ef16f9a2aaafb75715bd4e5d7d9495e5dbfcbad92eeb35bd460da665912f5b407b406392cff42592a7bcbe24f88f3eda335f9dd7d9c5825ee03efaed8806d24ebf9ae5659bd1e7789f583063cc7f2f42e0a347cb75598e3e9a574dfb4298b82f5563fe60cc9f8caf8ae5acba6ac6cbbca52e564cf34fef3d7848743653f0e9bd036214d21cd40674ff59d7223a21772f8bba5d67a5fed9dca5fef10ba4f3dd5dc281fe6ef4a7fd9c064172d716d3b39784e9ee0e49f6cef83e3e05db9c54eb258d88f8b52c966ff3d96b50b826b27deffb444730197e2736fbfe","2ff97f00731eee9a32050000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - 'e52d6a6f-af16-4741-93be-783ce35a01e9', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11999', - 'x-ms-correlation-request-id', - 'b07df4b3-56d4-44f4-81cd-2cbf4d678632', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T062750Z:b07df4b3-56d4-44f4-81cd-2cbf4d678632', - 'Date', - 'Fri, 10 Dec 2021 06:27:50 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111') - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4fb2e93cbffb2a9f156858e3e7141fbd7bf76e7777f7a3d1476535cdd037e1729a356dfad56bfa70992d72fa20fa427bbdc277d12ef07576d17cf4e817ff92d14784ce2aafdb22c7dff8ebb268a8a36279f1bacd5ac078bd9e4ef37c96cfe83deee92709796a425fed8f77c6bbfbf479f3768dd715a39775be28d60bfafc3c5b14e5353ea23fa6d92a9b162dfdb94b1de7cb6c52e62faae5eba67c59d5ed478fda7a9d8f3e2a964d9b2da7c0e77bbff8a3c67cb97b7f676787c6ecb5dfbdc71ffda05aa2538cba9967f5ec8c668c3e2e9a2f32a2786de1362feb6291d5d43d3ef825a30ef0dd3e70fae846e0e759d984d0f9931ef8bd3e78fa28069e7a75e0812afeb6d0f1410ff8bd3e70fae846e08c293eb0d0f9935ff2fdd1478b62592cd68b37a537dbbbe33d02b55a4fca62fa226fafaafaed31b1464333f5d1e912b36959e4a45a9e1717eb5a99f6177fb4c8de2df245555f6faf2a7a9dbafa282bcbb7f975b35dd66b7a8d1a4ccb225fb680f680c6249fe94b244c797d49f01f7db467be3aafb38b05bdc07df4db110da49d7e35cbcb36a3cff13eb15fc698ff5e84c0478f96ebb21c7d34af9af68530705fa4c6fcc1983f195f15cb5975d58c97794b5dac98e69fde7bf090e86ca6e0d37b07c426a436a80de8feb3ae427442ee5e1675bbce4afdb3b94bfde31748e6bbbb8403fddde84ffb390d8264ae2da6672f09d3dd1d92ea9df17d7c0ab639a9d64b1a11716b592cdfe6b3d7a0704d64fbdef7898e6032fc4e6cf6fd","5ff2ff00033652e12f050000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - 'd1515584-9e7f-4153-8984-915342bee654', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-reads', - '11999', - 'x-ms-correlation-request-id', - '5dd02701-aac1-4a9e-b000-f90224c3cd48', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063252Z:5dd02701-aac1-4a9e-b000-f90224c3cd48', - 'Date', - 'Fri, 10 Dec 2021 06:32:52 GMT' -]); - -nock('https://management.azure.com:443', {"encodedQueryParams":true}) - .patch('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.Cache/redis/myrediscachexxx111', {"properties":{"enableNonSslPort":true}}) - .query(true) - .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e4fb2e93cbffb2a9f156858e3e7141fbd7bf76e7777f7a3d1476535cdd037e1729a356dfad56bfa70992d72fa20fa427bbdc277d12ef07576d17cf4e817ff92d14784ce2aafdb22c7dff8ebb268a8a36279f1bacd5ac078bd9e4ef37c96cfe83deee92709796a425fed8f77c6bbfbf479f3768dd715a39775be28d60bfafc3c5b14e5353ea23fa6d92a9b162dfdb94b1de7cb6c52e62faae5eba67c59d5ed478fda7a9d8f3e2a964d9b2da7c0e77bbff8a3c67cb97b7f676787c6ecb5dfbdc71ffda05aa2538cba9967f5ec8c668c3e2e9a2f32a2786de1362feb6291d5d43d3ef825a30ef0dd3e70fae846e0e759d984d0f9931ef8bd3e78fa28069e7a75e0812afeb6d0f1410ff8bd3e70fae846e08c293eb0d0f9935ff2fdd1478b62592cd68b37a537dbbbe33d02b55a4fca62fa226fafaafaed31b1464333f5d1e912b36959e4a45a9e1717eb5a99f6177fb4c8de2df245555f6faf2a7a9dbafa282bcbb7f975b35dd66b7a8d1a4ccb225fb680f680c6249fe94b244c797d49f01f7db467be3aafb38b05bdc07df4db110da49d7e35cbcb36a3cff13eb15fc698ff5e84c0478f96ebb21c7d34af9af68530705fa4c6fcc1983f195f15cb5975d58c97794b5dac98e69fde7bf090e86ca6e0d37b07c426a436a80de8feb3ae427442ee5e1675bbce4afdb3b94bfde31748e6bbbb8403fddde84ffb390d8264ae2da6672f09d3dd1d92ea9df17d7c0ab639a9d64b1a11716b592cdfe6b3d7a0704d64fbdef7898e6032fc4e6cf6fd","5ff2ff00033652e12f050000"], [ - 'Cache-Control', - 'no-cache', - 'Pragma', - 'no-cache', - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'Content-Encoding', - 'gzip', - 'Expires', - '-1', - 'Vary', - 'Accept-Encoding', - 'x-ms-request-id', - '342321a2-3235-42a8-8c2e-5bdcb6255d88', - 'x-rp-server-mvid', - 'fb971f96-3ecd-4b9f-a956-95033cc50857', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'Server', - 'Microsoft-HTTPAPI/2.0', - 'x-ms-ratelimit-remaining-subscription-writes', - '1199', - 'x-ms-correlation-request-id', - '057875d7-46df-43f4-b99a-fbf8366d7c89', - 'x-ms-routing-request-id', - 'SOUTHEASTASIA:20211210T063253Z:057875d7-46df-43f4-b99a-fbf8366d7c89', - 'Date', - 'Fri, 10 Dec 2021 06:32:53 GMT' -]); diff --git a/sdk/redis/arm-rediscache/review/arm-rediscache.api.md b/sdk/redis/arm-rediscache/review/arm-rediscache.api.md index cb4bef245f4c..83515e898860 100644 --- a/sdk/redis/arm-rediscache/review/arm-rediscache.api.md +++ b/sdk/redis/arm-rediscache/review/arm-rediscache.api.md @@ -101,6 +101,18 @@ export enum KnownDefaultName { Default = "default" } +// @public +export enum KnownManagedServiceIdentityType { + // (undocumented) + None = "None", + // (undocumented) + SystemAssigned = "SystemAssigned", + // (undocumented) + SystemAssignedUserAssigned = "SystemAssigned, UserAssigned", + // (undocumented) + UserAssigned = "UserAssigned" +} + // @public export enum KnownPrivateEndpointConnectionProvisioningState { // (undocumented) @@ -240,6 +252,19 @@ export interface LinkedServerListOptionalParams extends coreClient.OperationOpti // @public export type LinkedServerListResponse = RedisLinkedServerWithPropertiesList; +// @public +export interface ManagedServiceIdentity { + readonly principalId?: string; + readonly tenantId?: string; + type: ManagedServiceIdentityType; + userAssignedIdentities?: { + [propertyName: string]: UserAssignedIdentity; + }; +} + +// @public +export type ManagedServiceIdentityType = string; + // @public export interface NotificationListResponse { readonly nextLink?: string; @@ -483,6 +508,8 @@ export interface RedisCommonPropertiesRedisConfiguration { maxmemoryDelta?: string; maxmemoryPolicy?: string; maxmemoryReserved?: string; + readonly preferredDataArchiveAuthMethod?: string; + readonly preferredDataPersistenceAuthMethod?: string; rdbBackupEnabled?: string; rdbBackupFrequency?: string; rdbBackupMaxSnapshotCount?: string; @@ -498,6 +525,7 @@ export interface RedisCreateOptionalParams extends coreClient.OperationOptions { // @public export interface RedisCreateParameters { enableNonSslPort?: boolean; + identity?: ManagedServiceIdentity; location: string; minimumTlsVersion?: TlsVersion; publicNetworkAccess?: PublicNetworkAccess; @@ -763,6 +791,7 @@ export type RedisRegenerateKeyResponse = RedisAccessKeys; // @public export type RedisResource = TrackedResource & { zones?: string[]; + identity?: ManagedServiceIdentity; redisConfiguration?: RedisCommonPropertiesRedisConfiguration; redisVersion?: string; enableNonSslPort?: boolean; @@ -794,6 +823,7 @@ export interface RedisUpdateOptionalParams extends coreClient.OperationOptions { // @public export interface RedisUpdateParameters { enableNonSslPort?: boolean; + identity?: ManagedServiceIdentity; minimumTlsVersion?: TlsVersion; publicNetworkAccess?: PublicNetworkAccess; redisConfiguration?: RedisCommonPropertiesRedisConfiguration; @@ -868,6 +898,12 @@ export interface UpgradeNotification { }; } +// @public +export interface UserAssignedIdentity { + readonly clientId?: string; + readonly principalId?: string; +} + // (No @packageDocumentation comment for this package) ``` diff --git a/sdk/redis/arm-rediscache/src/models/index.ts b/sdk/redis/arm-rediscache/src/models/index.ts index 0b4a94fddacf..27b4d637227d 100644 --- a/sdk/redis/arm-rediscache/src/models/index.ts +++ b/sdk/redis/arm-rediscache/src/models/index.ts @@ -134,6 +134,8 @@ export interface RedisCreateParameters { location: string; /** Resource tags. */ tags?: { [propertyName: string]: string }; + /** The identity of the resource. */ + identity?: ManagedServiceIdentity; /** All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc. */ redisConfiguration?: RedisCommonPropertiesRedisConfiguration; /** Redis version. Only major version will be used in PUT/PATCH request with current valid values: (4, 6) */ @@ -221,6 +223,48 @@ export interface RedisCommonPropertiesRedisConfiguration { * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly maxclients?: string; + /** + * Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly preferredDataArchiveAuthMethod?: string; + /** + * Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly preferredDataPersistenceAuthMethod?: string; +} + +/** Managed service identity (system assigned and/or user assigned identities) */ +export interface ManagedServiceIdentity { + /** + * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly principalId?: string; + /** + * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly tenantId?: string; + /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */ + type: ManagedServiceIdentityType; + /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */ + userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity }; +} + +/** User assigned identity properties */ +export interface UserAssignedIdentity { + /** + * The principal ID of the assigned identity. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly principalId?: string; + /** + * The client ID of the assigned identity. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly clientId?: string; } /** Redis cache access keys. */ @@ -322,6 +366,8 @@ export interface Resource { export interface RedisUpdateParameters { /** Resource tags. */ tags?: { [propertyName: string]: string }; + /** The identity of the resource. */ + identity?: ManagedServiceIdentity; /** All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc. */ redisConfiguration?: RedisCommonPropertiesRedisConfiguration; /** Redis version. Only major version will be used in PUT/PATCH request with current valid values: (4, 6) */ @@ -586,6 +632,8 @@ export type RedisProperties = RedisCreateProperties & { export type RedisResource = TrackedResource & { /** A list of availability zones denoting where the resource needs to come from. */ zones?: string[]; + /** The identity of the resource. */ + identity?: ManagedServiceIdentity; /** All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc. */ redisConfiguration?: RedisCommonPropertiesRedisConfiguration; /** Redis version. Only major version will be used in PUT/PATCH request with current valid values: (4, 6) */ @@ -752,6 +800,26 @@ export enum KnownPublicNetworkAccess { */ export type PublicNetworkAccess = string; +/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */ +export enum KnownManagedServiceIdentityType { + None = "None", + SystemAssigned = "SystemAssigned", + UserAssigned = "UserAssigned", + SystemAssignedUserAssigned = "SystemAssigned, UserAssigned" +} + +/** + * Defines values for ManagedServiceIdentityType. \ + * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **None** \ + * **SystemAssigned** \ + * **UserAssigned** \ + * **SystemAssigned, UserAssigned** + */ +export type ManagedServiceIdentityType = string; + /** Known values of {@link ProvisioningState} that the service accepts. */ export enum KnownProvisioningState { Creating = "Creating", diff --git a/sdk/redis/arm-rediscache/src/models/mappers.ts b/sdk/redis/arm-rediscache/src/models/mappers.ts index 7353731df194..a67d8c8980a8 100644 --- a/sdk/redis/arm-rediscache/src/models/mappers.ts +++ b/sdk/redis/arm-rediscache/src/models/mappers.ts @@ -299,6 +299,13 @@ export const RedisCreateParameters: coreClient.CompositeMapper = { value: { type: { name: "String" } } } }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" + } + }, redisConfiguration: { serializedName: "properties.redisConfiguration", type: { @@ -557,6 +564,82 @@ export const RedisCommonPropertiesRedisConfiguration: coreClient.CompositeMapper type: { name: "String" } + }, + preferredDataArchiveAuthMethod: { + serializedName: "preferred-data-archive-auth-method", + readOnly: true, + type: { + name: "String" + } + }, + preferredDataPersistenceAuthMethod: { + serializedName: "preferred-data-persistence-auth-method", + readOnly: true, + type: { + name: "String" + } + } + } + } +}; + +export const ManagedServiceIdentity: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ManagedServiceIdentity", + modelProperties: { + principalId: { + serializedName: "principalId", + readOnly: true, + type: { + name: "Uuid" + } + }, + tenantId: { + serializedName: "tenantId", + readOnly: true, + type: { + name: "Uuid" + } + }, + type: { + serializedName: "type", + required: true, + type: { + name: "String" + } + }, + userAssignedIdentities: { + serializedName: "userAssignedIdentities", + type: { + name: "Dictionary", + value: { + type: { name: "Composite", className: "UserAssignedIdentity" } + } + } + } + } + } +}; + +export const UserAssignedIdentity: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "UserAssignedIdentity", + modelProperties: { + principalId: { + serializedName: "principalId", + readOnly: true, + type: { + name: "Uuid" + } + }, + clientId: { + serializedName: "clientId", + readOnly: true, + type: { + name: "Uuid" + } } } } @@ -737,6 +820,13 @@ export const RedisUpdateParameters: coreClient.CompositeMapper = { value: { type: { name: "String" } } } }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" + } + }, redisConfiguration: { serializedName: "properties.redisConfiguration", type: { @@ -1460,6 +1550,13 @@ export const RedisResource: coreClient.CompositeMapper = { } } }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" + } + }, redisConfiguration: { serializedName: "properties.redisConfiguration", type: { diff --git a/sdk/redis/arm-rediscache/src/models/parameters.ts b/sdk/redis/arm-rediscache/src/models/parameters.ts index 09440d09462f..1adffc48fe68 100644 --- a/sdk/redis/arm-rediscache/src/models/parameters.ts +++ b/sdk/redis/arm-rediscache/src/models/parameters.ts @@ -52,7 +52,7 @@ export const $host: OperationURLParameter = { export const apiVersion: OperationQueryParameter = { parameterPath: "apiVersion", mapper: { - defaultValue: "2020-12-01", + defaultValue: "2021-06-01", isConstant: true, serializedName: "api-version", type: { diff --git a/sdk/redis/arm-rediscache/src/redisManagementClient.ts b/sdk/redis/arm-rediscache/src/redisManagementClient.ts index b49a9af10179..16f0bb27ac68 100644 --- a/sdk/redis/arm-rediscache/src/redisManagementClient.ts +++ b/sdk/redis/arm-rediscache/src/redisManagementClient.ts @@ -61,7 +61,7 @@ export class RedisManagementClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-rediscache/6.0.0`; + const packageDetails = `azsdk-js-arm-rediscache/6.1.0`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` @@ -84,7 +84,7 @@ export class RedisManagementClient extends coreClient.ServiceClient { // Assigning values to Constant parameters this.$host = options.$host || "https://management.azure.com"; - this.apiVersion = options.apiVersion || "2020-12-01"; + this.apiVersion = options.apiVersion || "2021-06-01"; this.operations = new OperationsImpl(this); this.redis = new RedisImpl(this); this.firewallRules = new FirewallRulesImpl(this); diff --git a/sdk/redis/arm-rediscache/test/redis_examples.ts b/sdk/redis/arm-rediscache/test/redis_examples.ts deleted file mode 100644 index ad77e166a643..000000000000 --- a/sdk/redis/arm-rediscache/test/redis_examples.ts +++ /dev/null @@ -1,190 +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 { RedisManagementClient } from "../src/redisManagementClient"; -import { NetworkManagementClient, VirtualNetwork } from "@azure/arm-network"; - -const recorderEnvSetup: RecorderEnvironmentSetup = { - replaceableVariables: { - AZURE_CLIENT_ID: "azure_client_id", - AZURE_CLIENT_SECRET: "azure_client_secret", - AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888", - SUBSCRIPTION_ID: "azure_subscription_id" - }, - customizationsOnRecordings: [ - (recording: any): any => - recording.replace( - /"access_token":"[^"]*"/g, - `"access_token":"access_token"` - ) - ], - queryParametersToSkip: [] -}; - -export const testPollingOptions = { - updateIntervalInMs: isPlaybackMode() ? 0 : undefined, -}; - -describe("Redis test", () => { - let recorder: Recorder; - let subscriptionId: string; - let client: RedisManagementClient; - let network_client: NetworkManagementClient; - let location: string; - let resourceGroupName: string; - let networkName: string; - let subnetName: string; - let name: string; - - beforeEach(async function () { - recorder = record(this, recorderEnvSetup); - subscriptionId = env.SUBSCRIPTION_ID; - // This is an example of how the environment variables are used - const credential = new ClientSecretCredential( - env.AZURE_TENANT_ID, - env.AZURE_CLIENT_ID, - env.AZURE_CLIENT_SECRET - ); - client = new RedisManagementClient(credential, subscriptionId); - network_client = new NetworkManagementClient(credential, subscriptionId); - location = "eastus"; - resourceGroupName = "myjstest"; - networkName = "networknamex"; - subnetName = "subnetworknamex"; - name = "myrediscachexxx111"; - }); - - afterEach(async function () { - await recorder.stop(); - }); - - function sleep(ms: number) { - return new Promise(resolve => setTimeout(resolve, ms)) - } - - async function createVirtualNetwork( - groupName: any, - location: any, - networkName: any, - subnetName: any - ) { - const parameter: VirtualNetwork = { - location: location, - addressSpace: { - addressPrefixes: ["10.0.0.0/16"], - }, - }; - //network create - const network_create = await network_client.virtualNetworks.beginCreateOrUpdateAndWait(groupName, networkName, parameter,testPollingOptions); - //subnet create - const subnet_info = await network_client.subnets.beginCreateOrUpdateAndWait(groupName, networkName, subnetName, { addressPrefix: "10.0.0.0/24" },testPollingOptions); - } - - it("Redis create test", async function () { - //create network resource - await createVirtualNetwork(resourceGroupName, location, networkName, subnetName); - const res = await client.redis.beginCreateAndWait(resourceGroupName, name, { - location: location, - zones: [ - "1" - ], - sku: { - name: "Premium", - family: "P", - capacity: 1 - }, - enableNonSslPort: true, - shardCount: 2, - redisConfiguration: { - maxmemoryPolicy: "allkeys-lru" - }, - subnetId: "/subscriptions/" + subscriptionId + "/resourceGroups/" + resourceGroupName + "/providers/Microsoft.Network/virtualNetworks/" + networkName + "/subnets/" + subnetName, - staticIP: "10.0.0.5", - minimumTlsVersion: "1.2" - },testPollingOptions); - assert.equal(res.name, name); - }); - - it("redis get test", async function () { - const res = await client.redis.get(resourceGroupName, name); - assert.equal(res.name, name); - }); - - it("patchSchedules create for redis test", async function () { - const res = await client.patchSchedules.createOrUpdate(resourceGroupName, name, { - scheduleEntries: [ - { - dayOfWeek: "Monday", - startHourUtc: 12, - maintenanceWindow: "PT5H" - }, - { - dayOfWeek: "Tuesday", - startHourUtc: 12 - } - ] - }, "default"); - assert.equal(res.type, "Microsoft.Cache/Redis/PatchSchedules"); - }); - - it("patchSchedules listByRedisResource for redis test", async function () { - const resArray = new Array(); - for await (let item of client.patchSchedules.listByRedisResource(resourceGroupName, name)) { - resArray.push(item); - } - assert.equal(resArray.length, 1); - }); - - it("redis listByResourceGroup test", async function () { - const resArray = new Array(); - for await (let item of client.redis.listByResourceGroup(resourceGroupName)) { - resArray.push(item); - } - assert.equal(resArray.length, 1); - }); - - it("redis update test", async function () { - let count = 0; - while (count < 20) { - count++; - const res = await client.redis.get(resourceGroupName, name); - if (res.provisioningState == "Succeeded") { - const res = await client.redis.update(resourceGroupName, name, { enableNonSslPort: true }); - assert.equal(res.enableNonSslPort, true); - break; - } else { - // The resource is activating - await delay(300000); - } - } - }).timeout(3600000); - - it("patchSchedules delete for redis test", async function () { - const res = await client.patchSchedules.delete(resourceGroupName, name, "default"); - // It's can not run patchSchedules.listByRedisResource after patchSchedules.delete operation - }); - - it("redis delete test", async function () { - const res = await client.redis.beginDeleteAndWait(resourceGroupName, name,testPollingOptions); - const resArray = new Array(); - for await (let item of client.redis.listByResourceGroup(resourceGroupName)) { - resArray.push(item); - } - assert.equal(resArray.length, 0); - }); -}); diff --git a/sdk/redis/arm-rediscache/test/sampleTest.ts b/sdk/redis/arm-rediscache/test/sampleTest.ts new file mode 100644 index 000000000000..7ed89b043e1b --- /dev/null +++ b/sdk/redis/arm-rediscache/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!"); + }); +});